Sep 21 04:00:36.706 INFO checking rust-extra-0.0.13 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 04:00:36.706 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 04:00:36.706 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 04:00:36.863 INFO blam! 673de5c818d6bbe7c7ab8691bf99f275a099e2a62d3aa31677326f171bd5733a Sep 21 04:00:36.865 INFO running `"docker" "start" "-a" "673de5c818d6bbe7c7ab8691bf99f275a099e2a62d3aa31677326f171bd5733a"` Sep 21 04:00:37.467 INFO kablam! usermod: no changes Sep 21 04:00:37.493 INFO kablam! Checking rust-extra v0.0.13 (/source) Sep 21 04:00:37.646 INFO kablam! warning: unused macro definition Sep 21 04:00:37.646 INFO kablam! --> src/do_while_loop.rs:5:1 Sep 21 04:00:37.646 INFO kablam! | Sep 21 04:00:37.646 INFO kablam! 5 | / macro_rules! do_while_loop Sep 21 04:00:37.646 INFO kablam! 6 | | { Sep 21 04:00:37.646 INFO kablam! 7 | | ( Sep 21 04:00:37.646 INFO kablam! 8 | | do Sep 21 04:00:37.646 INFO kablam! ... | Sep 21 04:00:37.646 INFO kablam! 21 | | }; Sep 21 04:00:37.646 INFO kablam! 22 | | } Sep 21 04:00:37.646 INFO kablam! | |_^ Sep 21 04:00:37.646 INFO kablam! | Sep 21 04:00:37.646 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 21 04:00:37.646 INFO kablam! Sep 21 04:00:37.809 INFO kablam! warning: unused macro definition Sep 21 04:00:37.809 INFO kablam! --> src/do_while_loop.rs:5:1 Sep 21 04:00:37.809 INFO kablam! | Sep 21 04:00:37.809 INFO kablam! 5 | / macro_rules! do_while_loop Sep 21 04:00:37.809 INFO kablam! 6 | | { Sep 21 04:00:37.809 INFO kablam! 7 | | ( Sep 21 04:00:37.809 INFO kablam! 8 | | do Sep 21 04:00:37.809 INFO kablam! ... | Sep 21 04:00:37.809 INFO kablam! 21 | | }; Sep 21 04:00:37.809 INFO kablam! 22 | | } Sep 21 04:00:37.809 INFO kablam! | |_^ Sep 21 04:00:37.809 INFO kablam! | Sep 21 04:00:37.809 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 21 04:00:37.809 INFO kablam! Sep 21 04:00:38.166 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.166 INFO kablam! --> src/arrays/Array40.rs:44:3 Sep 21 04:00:38.166 INFO kablam! | Sep 21 04:00:38.166 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 21 04:00:38.166 INFO kablam! | ^^^^^^ Sep 21 04:00:38.166 INFO kablam! | Sep 21 04:00:38.166 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 21 04:00:38.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 21 04:00:38.166 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.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 21 04:00:38.166 INFO kablam! Sep 21 04:00:38.166 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.166 INFO kablam! --> src/arrays/Array40.rs:53:3 Sep 21 04:00:38.166 INFO kablam! | Sep 21 04:00:38.166 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.166 INFO kablam! | ^^^^^^ Sep 21 04:00:38.166 INFO kablam! | Sep 21 04:00:38.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 21 04:00:38.167 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.167 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.167 INFO kablam! Sep 21 04:00:38.167 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.167 INFO kablam! --> src/arrays/Array40.rs:53:18 Sep 21 04:00:38.167 INFO kablam! | Sep 21 04:00:38.167 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.167 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.167 INFO kablam! | Sep 21 04:00:38.167 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.167 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.167 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.167 INFO kablam! Sep 21 04:00:38.167 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.167 INFO kablam! --> src/arrays/Array40.rs:66:29 Sep 21 04:00:38.167 INFO kablam! | Sep 21 04:00:38.167 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.167 INFO kablam! | ^^^^^^ Sep 21 04:00:38.167 INFO kablam! | Sep 21 04:00:38.167 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.167 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.167 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.167 INFO kablam! Sep 21 04:00:38.167 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.167 INFO kablam! --> src/arrays/Array40.rs:66:43 Sep 21 04:00:38.167 INFO kablam! | Sep 21 04:00:38.167 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.167 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.167 INFO kablam! | Sep 21 04:00:38.167 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.167 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.167 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.167 INFO kablam! Sep 21 04:00:38.167 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.167 INFO kablam! --> src/arrays/Array40.rs:72:20 Sep 21 04:00:38.167 INFO kablam! | Sep 21 04:00:38.167 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.167 INFO kablam! | ^^^^^^ Sep 21 04:00:38.167 INFO kablam! | Sep 21 04:00:38.167 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.167 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.167 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.167 INFO kablam! Sep 21 04:00:38.174 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.174 INFO kablam! --> src/arrays/Array40.rs:72:34 Sep 21 04:00:38.174 INFO kablam! | Sep 21 04:00:38.174 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.174 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.174 INFO kablam! | Sep 21 04:00:38.174 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.174 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.174 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.174 INFO kablam! Sep 21 04:00:38.174 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.174 INFO kablam! --> src/arrays/Array40.rs:78:20 Sep 21 04:00:38.174 INFO kablam! | Sep 21 04:00:38.174 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.174 INFO kablam! | ^^^^^^ Sep 21 04:00:38.174 INFO kablam! | Sep 21 04:00:38.174 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.174 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.174 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.174 INFO kablam! Sep 21 04:00:38.174 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.174 INFO kablam! --> src/arrays/Array40.rs:78:34 Sep 21 04:00:38.174 INFO kablam! | Sep 21 04:00:38.174 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.174 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.174 INFO kablam! | Sep 21 04:00:38.174 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.174 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.174 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.174 INFO kablam! Sep 21 04:00:38.174 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.174 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 21 04:00:38.174 INFO kablam! | Sep 21 04:00:38.174 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.174 INFO kablam! | ^^^^^^ Sep 21 04:00:38.174 INFO kablam! | Sep 21 04:00:38.174 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.174 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.174 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.174 INFO kablam! Sep 21 04:00:38.174 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.174 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 21 04:00:38.174 INFO kablam! | Sep 21 04:00:38.174 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.174 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.174 INFO kablam! | Sep 21 04:00:38.174 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.174 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.174 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.174 INFO kablam! Sep 21 04:00:38.174 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.174 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 21 04:00:38.174 INFO kablam! | Sep 21 04:00:38.174 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.174 INFO kablam! | ^^^^^^ Sep 21 04:00:38.174 INFO kablam! | Sep 21 04:00:38.174 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.174 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.175 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.175 INFO kablam! Sep 21 04:00:38.175 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.175 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 21 04:00:38.175 INFO kablam! | Sep 21 04:00:38.175 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.175 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.175 INFO kablam! | Sep 21 04:00:38.175 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.175 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.175 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.175 INFO kablam! Sep 21 04:00:38.175 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.175 INFO kablam! --> src/arrays/Array40.rs:99:14 Sep 21 04:00:38.175 INFO kablam! | Sep 21 04:00:38.175 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.175 INFO kablam! | ^^^^^^ Sep 21 04:00:38.175 INFO kablam! | Sep 21 04:00:38.175 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.175 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.175 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.175 INFO kablam! Sep 21 04:00:38.175 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.175 INFO kablam! --> src/arrays/Array40.rs:99:28 Sep 21 04:00:38.175 INFO kablam! | Sep 21 04:00:38.175 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.175 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.175 INFO kablam! | Sep 21 04:00:38.175 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.175 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.175 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.175 INFO kablam! Sep 21 04:00:38.175 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.175 INFO kablam! --> src/arrays/Array40.rs:108:15 Sep 21 04:00:38.175 INFO kablam! | Sep 21 04:00:38.175 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.175 INFO kablam! | ^^^^^^ Sep 21 04:00:38.175 INFO kablam! | Sep 21 04:00:38.175 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.175 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.175 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.175 INFO kablam! Sep 21 04:00:38.175 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.178 INFO kablam! --> src/arrays/Array40.rs:120:3 Sep 21 04:00:38.178 INFO kablam! | Sep 21 04:00:38.178 INFO kablam! 120 | self.0.iter() Sep 21 04:00:38.178 INFO kablam! | ^^^^^^ Sep 21 04:00:38.178 INFO kablam! | Sep 21 04:00:38.178 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.178 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.178 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.178 INFO kablam! Sep 21 04:00:38.178 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.178 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 21 04:00:38.178 INFO kablam! | Sep 21 04:00:38.178 INFO kablam! 132 | self.0.iter_mut() Sep 21 04:00:38.178 INFO kablam! | ^^^^^^ Sep 21 04:00:38.178 INFO kablam! | Sep 21 04:00:38.178 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.178 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.178 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.178 INFO kablam! Sep 21 04:00:38.178 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.178 INFO kablam! --> src/arrays/Array40.rs:141:4 Sep 21 04:00:38.178 INFO kablam! | Sep 21 04:00:38.178 INFO kablam! 141 | &self.0[..] Sep 21 04:00:38.178 INFO kablam! | ^^^^^^ Sep 21 04:00:38.178 INFO kablam! | Sep 21 04:00:38.178 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.178 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.178 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.178 INFO kablam! Sep 21 04:00:38.178 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.178 INFO kablam! --> src/arrays/Array40.rs:150:8 Sep 21 04:00:38.178 INFO kablam! | Sep 21 04:00:38.178 INFO kablam! 150 | &mut self.0[..] Sep 21 04:00:38.178 INFO kablam! | ^^^^^^ Sep 21 04:00:38.178 INFO kablam! | Sep 21 04:00:38.178 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.178 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.178 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.178 INFO kablam! Sep 21 04:00:38.178 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.178 INFO kablam! --> src/arrays/Array52.rs:44:3 Sep 21 04:00:38.178 INFO kablam! | Sep 21 04:00:38.178 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 21 04:00:38.179 INFO kablam! | ^^^^^^ Sep 21 04:00:38.179 INFO kablam! | Sep 21 04:00:38.179 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.179 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.179 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.179 INFO kablam! Sep 21 04:00:38.179 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.179 INFO kablam! --> src/arrays/Array52.rs:53:3 Sep 21 04:00:38.179 INFO kablam! | Sep 21 04:00:38.179 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.179 INFO kablam! | ^^^^^^ Sep 21 04:00:38.179 INFO kablam! | Sep 21 04:00:38.179 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.179 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.179 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.179 INFO kablam! Sep 21 04:00:38.179 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.179 INFO kablam! --> src/arrays/Array52.rs:53:18 Sep 21 04:00:38.179 INFO kablam! | Sep 21 04:00:38.179 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.179 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.179 INFO kablam! | Sep 21 04:00:38.179 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.179 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.179 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.179 INFO kablam! Sep 21 04:00:38.179 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.179 INFO kablam! --> src/arrays/Array52.rs:66:29 Sep 21 04:00:38.179 INFO kablam! | Sep 21 04:00:38.179 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.179 INFO kablam! | ^^^^^^ Sep 21 04:00:38.179 INFO kablam! | Sep 21 04:00:38.179 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.179 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.179 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.179 INFO kablam! Sep 21 04:00:38.179 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.179 INFO kablam! --> src/arrays/Array52.rs:66:43 Sep 21 04:00:38.179 INFO kablam! | Sep 21 04:00:38.179 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.179 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.179 INFO kablam! | Sep 21 04:00:38.179 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.179 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.179 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.179 INFO kablam! Sep 21 04:00:38.179 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.179 INFO kablam! --> src/arrays/Array52.rs:72:20 Sep 21 04:00:38.179 INFO kablam! | Sep 21 04:00:38.179 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.179 INFO kablam! | ^^^^^^ Sep 21 04:00:38.179 INFO kablam! | Sep 21 04:00:38.179 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.179 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.179 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.179 INFO kablam! Sep 21 04:00:38.179 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.179 INFO kablam! --> src/arrays/Array52.rs:72:34 Sep 21 04:00:38.179 INFO kablam! | Sep 21 04:00:38.179 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.179 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.179 INFO kablam! | Sep 21 04:00:38.181 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.181 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.181 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.181 INFO kablam! Sep 21 04:00:38.181 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.182 INFO kablam! --> src/arrays/Array52.rs:78:20 Sep 21 04:00:38.182 INFO kablam! | Sep 21 04:00:38.182 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.182 INFO kablam! | ^^^^^^ Sep 21 04:00:38.182 INFO kablam! | Sep 21 04:00:38.182 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.182 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.182 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.182 INFO kablam! Sep 21 04:00:38.182 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.182 INFO kablam! --> src/arrays/Array52.rs:78:34 Sep 21 04:00:38.182 INFO kablam! | Sep 21 04:00:38.182 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.182 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.182 INFO kablam! | Sep 21 04:00:38.182 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.182 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.182 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.182 INFO kablam! Sep 21 04:00:38.182 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.182 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 21 04:00:38.182 INFO kablam! | Sep 21 04:00:38.182 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.182 INFO kablam! | ^^^^^^ Sep 21 04:00:38.182 INFO kablam! | Sep 21 04:00:38.182 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.182 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.182 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.182 INFO kablam! Sep 21 04:00:38.182 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.182 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 21 04:00:38.182 INFO kablam! | Sep 21 04:00:38.182 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.182 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.182 INFO kablam! | Sep 21 04:00:38.182 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.182 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.182 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.182 INFO kablam! Sep 21 04:00:38.182 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.182 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 21 04:00:38.182 INFO kablam! | Sep 21 04:00:38.182 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.182 INFO kablam! | ^^^^^^ Sep 21 04:00:38.182 INFO kablam! | Sep 21 04:00:38.190 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.190 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.190 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.190 INFO kablam! Sep 21 04:00:38.190 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.190 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 21 04:00:38.190 INFO kablam! | Sep 21 04:00:38.190 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.190 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.190 INFO kablam! | Sep 21 04:00:38.190 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.190 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.190 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.190 INFO kablam! Sep 21 04:00:38.190 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.190 INFO kablam! --> src/arrays/Array52.rs:99:14 Sep 21 04:00:38.190 INFO kablam! | Sep 21 04:00:38.190 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.190 INFO kablam! | ^^^^^^ Sep 21 04:00:38.190 INFO kablam! | Sep 21 04:00:38.190 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.190 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.190 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.190 INFO kablam! Sep 21 04:00:38.190 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.190 INFO kablam! --> src/arrays/Array52.rs:99:28 Sep 21 04:00:38.190 INFO kablam! | Sep 21 04:00:38.190 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.190 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.190 INFO kablam! | Sep 21 04:00:38.190 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.190 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.190 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.190 INFO kablam! Sep 21 04:00:38.190 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.190 INFO kablam! --> src/arrays/Array52.rs:108:15 Sep 21 04:00:38.190 INFO kablam! | Sep 21 04:00:38.190 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.190 INFO kablam! | ^^^^^^ Sep 21 04:00:38.190 INFO kablam! | Sep 21 04:00:38.191 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.191 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.191 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.191 INFO kablam! Sep 21 04:00:38.191 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.191 INFO kablam! --> src/arrays/Array52.rs:120:3 Sep 21 04:00:38.191 INFO kablam! | Sep 21 04:00:38.191 INFO kablam! 120 | self.0.iter() Sep 21 04:00:38.191 INFO kablam! | ^^^^^^ Sep 21 04:00:38.191 INFO kablam! | Sep 21 04:00:38.191 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.191 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.191 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.191 INFO kablam! Sep 21 04:00:38.191 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.191 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 21 04:00:38.191 INFO kablam! | Sep 21 04:00:38.191 INFO kablam! 132 | self.0.iter_mut() Sep 21 04:00:38.191 INFO kablam! | ^^^^^^ Sep 21 04:00:38.191 INFO kablam! | Sep 21 04:00:38.191 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.191 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.191 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.191 INFO kablam! Sep 21 04:00:38.191 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.191 INFO kablam! --> src/arrays/Array52.rs:141:4 Sep 21 04:00:38.191 INFO kablam! | Sep 21 04:00:38.191 INFO kablam! 141 | &self.0[..] Sep 21 04:00:38.191 INFO kablam! | ^^^^^^ Sep 21 04:00:38.191 INFO kablam! | Sep 21 04:00:38.191 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.191 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.191 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.191 INFO kablam! Sep 21 04:00:38.191 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.191 INFO kablam! --> src/arrays/Array52.rs:150:8 Sep 21 04:00:38.191 INFO kablam! | Sep 21 04:00:38.191 INFO kablam! 150 | &mut self.0[..] Sep 21 04:00:38.191 INFO kablam! | ^^^^^^ Sep 21 04:00:38.191 INFO kablam! | Sep 21 04:00:38.191 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.191 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.191 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.191 INFO kablam! Sep 21 04:00:38.191 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.191 INFO kablam! --> src/arrays/Array64.rs:44:3 Sep 21 04:00:38.191 INFO kablam! | Sep 21 04:00:38.191 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 21 04:00:38.191 INFO kablam! | ^^^^^^ Sep 21 04:00:38.191 INFO kablam! | Sep 21 04:00:38.191 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.191 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.191 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.191 INFO kablam! Sep 21 04:00:38.191 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.191 INFO kablam! --> src/arrays/Array64.rs:53:3 Sep 21 04:00:38.191 INFO kablam! | Sep 21 04:00:38.191 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.191 INFO kablam! | ^^^^^^ Sep 21 04:00:38.191 INFO kablam! | Sep 21 04:00:38.192 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.192 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.192 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.192 INFO kablam! Sep 21 04:00:38.193 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.193 INFO kablam! --> src/arrays/Array64.rs:53:18 Sep 21 04:00:38.193 INFO kablam! | Sep 21 04:00:38.193 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.193 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.193 INFO kablam! | Sep 21 04:00:38.193 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.193 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.193 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.193 INFO kablam! Sep 21 04:00:38.193 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.193 INFO kablam! --> src/arrays/Array64.rs:66:29 Sep 21 04:00:38.193 INFO kablam! | Sep 21 04:00:38.193 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.193 INFO kablam! | ^^^^^^ Sep 21 04:00:38.193 INFO kablam! | Sep 21 04:00:38.193 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.193 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.193 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.193 INFO kablam! Sep 21 04:00:38.193 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.193 INFO kablam! --> src/arrays/Array64.rs:66:43 Sep 21 04:00:38.193 INFO kablam! | Sep 21 04:00:38.193 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.193 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.193 INFO kablam! | Sep 21 04:00:38.193 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.193 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.193 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.193 INFO kablam! Sep 21 04:00:38.193 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.193 INFO kablam! --> src/arrays/Array64.rs:72:20 Sep 21 04:00:38.193 INFO kablam! | Sep 21 04:00:38.193 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.193 INFO kablam! | ^^^^^^ Sep 21 04:00:38.193 INFO kablam! | Sep 21 04:00:38.193 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.193 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.193 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.193 INFO kablam! Sep 21 04:00:38.193 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.193 INFO kablam! --> src/arrays/Array64.rs:72:34 Sep 21 04:00:38.193 INFO kablam! | Sep 21 04:00:38.193 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.193 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.193 INFO kablam! | Sep 21 04:00:38.193 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.193 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.193 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.193 INFO kablam! Sep 21 04:00:38.193 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.193 INFO kablam! --> src/arrays/Array64.rs:78:20 Sep 21 04:00:38.193 INFO kablam! | Sep 21 04:00:38.193 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.193 INFO kablam! | ^^^^^^ Sep 21 04:00:38.193 INFO kablam! | Sep 21 04:00:38.193 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.193 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.193 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.193 INFO kablam! Sep 21 04:00:38.193 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.193 INFO kablam! --> src/arrays/Array64.rs:78:34 Sep 21 04:00:38.193 INFO kablam! | Sep 21 04:00:38.193 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.194 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.194 INFO kablam! | Sep 21 04:00:38.194 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.194 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.194 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.194 INFO kablam! Sep 21 04:00:38.194 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.194 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 21 04:00:38.194 INFO kablam! | Sep 21 04:00:38.194 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.194 INFO kablam! | ^^^^^^ Sep 21 04:00:38.194 INFO kablam! | Sep 21 04:00:38.194 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.194 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.194 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.194 INFO kablam! Sep 21 04:00:38.194 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.194 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 21 04:00:38.194 INFO kablam! | Sep 21 04:00:38.194 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.194 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.194 INFO kablam! | Sep 21 04:00:38.194 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.194 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.194 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.194 INFO kablam! Sep 21 04:00:38.194 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.194 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 21 04:00:38.194 INFO kablam! | Sep 21 04:00:38.194 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.194 INFO kablam! | ^^^^^^ Sep 21 04:00:38.194 INFO kablam! | Sep 21 04:00:38.194 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.194 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.194 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.194 INFO kablam! Sep 21 04:00:38.194 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.194 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 21 04:00:38.194 INFO kablam! | Sep 21 04:00:38.194 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.194 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.194 INFO kablam! | Sep 21 04:00:38.194 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.194 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.194 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.194 INFO kablam! Sep 21 04:00:38.194 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.194 INFO kablam! --> src/arrays/Array64.rs:99:14 Sep 21 04:00:38.194 INFO kablam! | Sep 21 04:00:38.194 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.194 INFO kablam! | ^^^^^^ Sep 21 04:00:38.194 INFO kablam! | Sep 21 04:00:38.194 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.194 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.195 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.195 INFO kablam! Sep 21 04:00:38.195 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.195 INFO kablam! --> src/arrays/Array64.rs:99:28 Sep 21 04:00:38.195 INFO kablam! | Sep 21 04:00:38.195 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.195 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.195 INFO kablam! | Sep 21 04:00:38.195 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.195 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.195 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.195 INFO kablam! Sep 21 04:00:38.195 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.195 INFO kablam! --> src/arrays/Array64.rs:108:15 Sep 21 04:00:38.195 INFO kablam! | Sep 21 04:00:38.195 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.195 INFO kablam! | ^^^^^^ Sep 21 04:00:38.195 INFO kablam! | Sep 21 04:00:38.195 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.195 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.195 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.195 INFO kablam! Sep 21 04:00:38.195 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.195 INFO kablam! --> src/arrays/Array64.rs:120:3 Sep 21 04:00:38.195 INFO kablam! | Sep 21 04:00:38.195 INFO kablam! 120 | self.0.iter() Sep 21 04:00:38.195 INFO kablam! | ^^^^^^ Sep 21 04:00:38.195 INFO kablam! | Sep 21 04:00:38.195 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.195 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.195 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.195 INFO kablam! Sep 21 04:00:38.195 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.195 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 21 04:00:38.195 INFO kablam! | Sep 21 04:00:38.195 INFO kablam! 132 | self.0.iter_mut() Sep 21 04:00:38.195 INFO kablam! | ^^^^^^ Sep 21 04:00:38.195 INFO kablam! | Sep 21 04:00:38.195 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.195 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.195 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.195 INFO kablam! Sep 21 04:00:38.195 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.196 INFO kablam! --> src/arrays/Array64.rs:141:4 Sep 21 04:00:38.196 INFO kablam! | Sep 21 04:00:38.196 INFO kablam! 141 | &self.0[..] Sep 21 04:00:38.196 INFO kablam! | ^^^^^^ Sep 21 04:00:38.196 INFO kablam! | Sep 21 04:00:38.196 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.196 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.196 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.196 INFO kablam! Sep 21 04:00:38.196 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.196 INFO kablam! --> src/arrays/Array64.rs:150:8 Sep 21 04:00:38.196 INFO kablam! | Sep 21 04:00:38.196 INFO kablam! 150 | &mut self.0[..] Sep 21 04:00:38.196 INFO kablam! | ^^^^^^ Sep 21 04:00:38.196 INFO kablam! | Sep 21 04:00:38.196 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.196 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.196 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.196 INFO kablam! Sep 21 04:00:38.196 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.196 INFO kablam! --> src/arrays/Array128.rs:44:3 Sep 21 04:00:38.196 INFO kablam! | Sep 21 04:00:38.196 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 21 04:00:38.196 INFO kablam! | ^^^^^^ Sep 21 04:00:38.196 INFO kablam! | Sep 21 04:00:38.196 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.196 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.196 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.196 INFO kablam! Sep 21 04:00:38.197 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.197 INFO kablam! --> src/arrays/Array128.rs:53:3 Sep 21 04:00:38.197 INFO kablam! | Sep 21 04:00:38.197 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.197 INFO kablam! | ^^^^^^ Sep 21 04:00:38.197 INFO kablam! | Sep 21 04:00:38.197 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.197 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.197 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.197 INFO kablam! Sep 21 04:00:38.197 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.197 INFO kablam! --> src/arrays/Array128.rs:53:18 Sep 21 04:00:38.197 INFO kablam! | Sep 21 04:00:38.197 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.197 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.197 INFO kablam! | Sep 21 04:00:38.197 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.197 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.197 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.197 INFO kablam! Sep 21 04:00:38.197 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.197 INFO kablam! --> src/arrays/Array128.rs:66:29 Sep 21 04:00:38.197 INFO kablam! | Sep 21 04:00:38.197 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.197 INFO kablam! | ^^^^^^ Sep 21 04:00:38.197 INFO kablam! | Sep 21 04:00:38.197 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.197 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.197 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.197 INFO kablam! Sep 21 04:00:38.197 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.197 INFO kablam! --> src/arrays/Array128.rs:66:43 Sep 21 04:00:38.197 INFO kablam! | Sep 21 04:00:38.197 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.197 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.197 INFO kablam! | Sep 21 04:00:38.197 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.197 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.197 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.197 INFO kablam! Sep 21 04:00:38.197 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.197 INFO kablam! --> src/arrays/Array128.rs:72:20 Sep 21 04:00:38.197 INFO kablam! | Sep 21 04:00:38.197 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.197 INFO kablam! | ^^^^^^ Sep 21 04:00:38.197 INFO kablam! | Sep 21 04:00:38.197 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.197 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.197 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.197 INFO kablam! Sep 21 04:00:38.197 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.198 INFO kablam! --> src/arrays/Array128.rs:72:34 Sep 21 04:00:38.198 INFO kablam! | Sep 21 04:00:38.198 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.198 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.198 INFO kablam! | Sep 21 04:00:38.198 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.198 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.198 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.198 INFO kablam! Sep 21 04:00:38.198 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.198 INFO kablam! --> src/arrays/Array128.rs:78:20 Sep 21 04:00:38.198 INFO kablam! | Sep 21 04:00:38.198 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.198 INFO kablam! | ^^^^^^ Sep 21 04:00:38.198 INFO kablam! | Sep 21 04:00:38.198 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.198 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.198 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.198 INFO kablam! Sep 21 04:00:38.199 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.199 INFO kablam! --> src/arrays/Array128.rs:78:34 Sep 21 04:00:38.199 INFO kablam! | Sep 21 04:00:38.199 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.199 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.199 INFO kablam! | Sep 21 04:00:38.199 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.199 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.199 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.199 INFO kablam! Sep 21 04:00:38.199 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.199 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 21 04:00:38.199 INFO kablam! | Sep 21 04:00:38.199 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.199 INFO kablam! | ^^^^^^ Sep 21 04:00:38.199 INFO kablam! | Sep 21 04:00:38.199 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.199 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.199 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.199 INFO kablam! Sep 21 04:00:38.199 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.199 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 21 04:00:38.199 INFO kablam! | Sep 21 04:00:38.199 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.199 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.199 INFO kablam! | Sep 21 04:00:38.199 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.199 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.199 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.200 INFO kablam! Sep 21 04:00:38.200 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.200 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 21 04:00:38.200 INFO kablam! | Sep 21 04:00:38.200 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.200 INFO kablam! | ^^^^^^ Sep 21 04:00:38.200 INFO kablam! | Sep 21 04:00:38.200 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.200 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.200 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.200 INFO kablam! Sep 21 04:00:38.200 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.200 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 21 04:00:38.200 INFO kablam! | Sep 21 04:00:38.200 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.200 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.200 INFO kablam! | Sep 21 04:00:38.200 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.200 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.200 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.200 INFO kablam! Sep 21 04:00:38.200 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.200 INFO kablam! --> src/arrays/Array128.rs:99:14 Sep 21 04:00:38.200 INFO kablam! | Sep 21 04:00:38.200 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.200 INFO kablam! | ^^^^^^ Sep 21 04:00:38.200 INFO kablam! | Sep 21 04:00:38.200 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.200 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.200 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.200 INFO kablam! Sep 21 04:00:38.200 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.200 INFO kablam! --> src/arrays/Array128.rs:99:28 Sep 21 04:00:38.200 INFO kablam! | Sep 21 04:00:38.200 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.200 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.200 INFO kablam! | Sep 21 04:00:38.200 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.200 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.200 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.200 INFO kablam! Sep 21 04:00:38.200 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.200 INFO kablam! --> src/arrays/Array128.rs:108:15 Sep 21 04:00:38.200 INFO kablam! | Sep 21 04:00:38.200 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.200 INFO kablam! | ^^^^^^ Sep 21 04:00:38.200 INFO kablam! | Sep 21 04:00:38.200 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.200 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.200 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.201 INFO kablam! Sep 21 04:00:38.201 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.201 INFO kablam! --> src/arrays/Array128.rs:120:3 Sep 21 04:00:38.201 INFO kablam! | Sep 21 04:00:38.201 INFO kablam! 120 | self.0.iter() Sep 21 04:00:38.201 INFO kablam! | ^^^^^^ Sep 21 04:00:38.201 INFO kablam! | Sep 21 04:00:38.201 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.201 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.201 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.201 INFO kablam! Sep 21 04:00:38.201 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.201 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 21 04:00:38.201 INFO kablam! | Sep 21 04:00:38.201 INFO kablam! 132 | self.0.iter_mut() Sep 21 04:00:38.201 INFO kablam! | ^^^^^^ Sep 21 04:00:38.201 INFO kablam! | Sep 21 04:00:38.201 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.201 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.201 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.201 INFO kablam! Sep 21 04:00:38.201 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.201 INFO kablam! --> src/arrays/Array128.rs:141:4 Sep 21 04:00:38.201 INFO kablam! | Sep 21 04:00:38.201 INFO kablam! 141 | &self.0[..] Sep 21 04:00:38.201 INFO kablam! | ^^^^^^ Sep 21 04:00:38.201 INFO kablam! | Sep 21 04:00:38.201 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.201 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.201 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.201 INFO kablam! Sep 21 04:00:38.201 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.201 INFO kablam! --> src/arrays/Array128.rs:150:8 Sep 21 04:00:38.201 INFO kablam! | Sep 21 04:00:38.201 INFO kablam! 150 | &mut self.0[..] Sep 21 04:00:38.201 INFO kablam! | ^^^^^^ Sep 21 04:00:38.201 INFO kablam! | Sep 21 04:00:38.201 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.202 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.202 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.202 INFO kablam! Sep 21 04:00:38.202 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.202 INFO kablam! --> src/arrays/Array256.rs:44:3 Sep 21 04:00:38.202 INFO kablam! | Sep 21 04:00:38.202 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 21 04:00:38.202 INFO kablam! | ^^^^^^ Sep 21 04:00:38.202 INFO kablam! | Sep 21 04:00:38.202 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.202 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.202 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.202 INFO kablam! Sep 21 04:00:38.202 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.202 INFO kablam! --> src/arrays/Array256.rs:53:3 Sep 21 04:00:38.202 INFO kablam! | Sep 21 04:00:38.202 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.202 INFO kablam! | ^^^^^^ Sep 21 04:00:38.202 INFO kablam! | Sep 21 04:00:38.202 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.202 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.202 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.202 INFO kablam! Sep 21 04:00:38.202 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.202 INFO kablam! --> src/arrays/Array256.rs:53:18 Sep 21 04:00:38.202 INFO kablam! | Sep 21 04:00:38.202 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.202 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.202 INFO kablam! | Sep 21 04:00:38.202 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.202 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.202 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.202 INFO kablam! Sep 21 04:00:38.202 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.202 INFO kablam! --> src/arrays/Array256.rs:66:29 Sep 21 04:00:38.202 INFO kablam! | Sep 21 04:00:38.202 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.202 INFO kablam! | ^^^^^^ Sep 21 04:00:38.202 INFO kablam! | Sep 21 04:00:38.202 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.202 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.202 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.202 INFO kablam! Sep 21 04:00:38.202 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.202 INFO kablam! --> src/arrays/Array256.rs:66:43 Sep 21 04:00:38.202 INFO kablam! | Sep 21 04:00:38.202 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.202 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.202 INFO kablam! | Sep 21 04:00:38.203 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.203 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.203 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.203 INFO kablam! Sep 21 04:00:38.203 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.203 INFO kablam! --> src/arrays/Array256.rs:72:20 Sep 21 04:00:38.203 INFO kablam! | Sep 21 04:00:38.203 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.203 INFO kablam! | ^^^^^^ Sep 21 04:00:38.203 INFO kablam! | Sep 21 04:00:38.203 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.203 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.203 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.203 INFO kablam! Sep 21 04:00:38.203 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.203 INFO kablam! --> src/arrays/Array256.rs:72:34 Sep 21 04:00:38.203 INFO kablam! | Sep 21 04:00:38.203 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.203 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.203 INFO kablam! | Sep 21 04:00:38.203 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.203 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.203 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.203 INFO kablam! Sep 21 04:00:38.203 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.203 INFO kablam! --> src/arrays/Array256.rs:78:20 Sep 21 04:00:38.203 INFO kablam! | Sep 21 04:00:38.203 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.203 INFO kablam! | ^^^^^^ Sep 21 04:00:38.203 INFO kablam! | Sep 21 04:00:38.203 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.203 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.203 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.203 INFO kablam! Sep 21 04:00:38.203 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.203 INFO kablam! --> src/arrays/Array256.rs:78:34 Sep 21 04:00:38.203 INFO kablam! | Sep 21 04:00:38.203 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.203 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.203 INFO kablam! | Sep 21 04:00:38.203 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.203 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.203 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.203 INFO kablam! Sep 21 04:00:38.203 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.203 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 21 04:00:38.203 INFO kablam! | Sep 21 04:00:38.203 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.203 INFO kablam! | ^^^^^^ Sep 21 04:00:38.203 INFO kablam! | Sep 21 04:00:38.203 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.203 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.204 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.204 INFO kablam! Sep 21 04:00:38.204 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.204 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 21 04:00:38.204 INFO kablam! | Sep 21 04:00:38.204 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.204 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.204 INFO kablam! | Sep 21 04:00:38.204 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.204 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.204 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.204 INFO kablam! Sep 21 04:00:38.204 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.204 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 21 04:00:38.204 INFO kablam! | Sep 21 04:00:38.204 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.204 INFO kablam! | ^^^^^^ Sep 21 04:00:38.204 INFO kablam! | Sep 21 04:00:38.204 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.204 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.204 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.204 INFO kablam! Sep 21 04:00:38.204 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.204 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 21 04:00:38.204 INFO kablam! | Sep 21 04:00:38.204 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.204 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.204 INFO kablam! | Sep 21 04:00:38.204 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.204 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.204 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.204 INFO kablam! Sep 21 04:00:38.204 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.204 INFO kablam! --> src/arrays/Array256.rs:99:14 Sep 21 04:00:38.204 INFO kablam! | Sep 21 04:00:38.204 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.204 INFO kablam! | ^^^^^^ Sep 21 04:00:38.204 INFO kablam! | Sep 21 04:00:38.204 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.204 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.204 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.204 INFO kablam! Sep 21 04:00:38.204 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.204 INFO kablam! --> src/arrays/Array256.rs:99:28 Sep 21 04:00:38.204 INFO kablam! | Sep 21 04:00:38.204 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.204 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.204 INFO kablam! | Sep 21 04:00:38.204 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.204 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.204 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.205 INFO kablam! Sep 21 04:00:38.205 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.205 INFO kablam! --> src/arrays/Array256.rs:108:15 Sep 21 04:00:38.205 INFO kablam! | Sep 21 04:00:38.205 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.205 INFO kablam! | ^^^^^^ Sep 21 04:00:38.205 INFO kablam! | Sep 21 04:00:38.205 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.205 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.205 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.205 INFO kablam! Sep 21 04:00:38.205 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.205 INFO kablam! --> src/arrays/Array256.rs:120:3 Sep 21 04:00:38.205 INFO kablam! | Sep 21 04:00:38.205 INFO kablam! 120 | self.0.iter() Sep 21 04:00:38.205 INFO kablam! | ^^^^^^ Sep 21 04:00:38.205 INFO kablam! | Sep 21 04:00:38.205 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.205 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.205 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.205 INFO kablam! Sep 21 04:00:38.205 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.205 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 21 04:00:38.205 INFO kablam! | Sep 21 04:00:38.205 INFO kablam! 132 | self.0.iter_mut() Sep 21 04:00:38.205 INFO kablam! | ^^^^^^ Sep 21 04:00:38.205 INFO kablam! | Sep 21 04:00:38.205 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.205 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.205 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.205 INFO kablam! Sep 21 04:00:38.205 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.205 INFO kablam! --> src/arrays/Array256.rs:141:4 Sep 21 04:00:38.205 INFO kablam! | Sep 21 04:00:38.205 INFO kablam! 141 | &self.0[..] Sep 21 04:00:38.205 INFO kablam! | ^^^^^^ Sep 21 04:00:38.205 INFO kablam! | Sep 21 04:00:38.205 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.205 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.205 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.205 INFO kablam! Sep 21 04:00:38.205 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.205 INFO kablam! --> src/arrays/Array256.rs:150:8 Sep 21 04:00:38.205 INFO kablam! | Sep 21 04:00:38.205 INFO kablam! 150 | &mut self.0[..] Sep 21 04:00:38.205 INFO kablam! | ^^^^^^ Sep 21 04:00:38.206 INFO kablam! | Sep 21 04:00:38.206 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.206 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.206 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.206 INFO kablam! Sep 21 04:00:38.206 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.206 INFO kablam! --> src/arrays/Array512.rs:44:3 Sep 21 04:00:38.206 INFO kablam! | Sep 21 04:00:38.206 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 21 04:00:38.206 INFO kablam! | ^^^^^^ Sep 21 04:00:38.206 INFO kablam! | Sep 21 04:00:38.206 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.206 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.206 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.206 INFO kablam! Sep 21 04:00:38.206 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.206 INFO kablam! --> src/arrays/Array512.rs:53:3 Sep 21 04:00:38.206 INFO kablam! | Sep 21 04:00:38.206 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.206 INFO kablam! | ^^^^^^ Sep 21 04:00:38.206 INFO kablam! | Sep 21 04:00:38.206 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.206 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.206 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.206 INFO kablam! Sep 21 04:00:38.206 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.206 INFO kablam! --> src/arrays/Array512.rs:53:18 Sep 21 04:00:38.206 INFO kablam! | Sep 21 04:00:38.206 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.206 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.206 INFO kablam! | Sep 21 04:00:38.206 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.206 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.206 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.206 INFO kablam! Sep 21 04:00:38.206 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.206 INFO kablam! --> src/arrays/Array512.rs:66:29 Sep 21 04:00:38.206 INFO kablam! | Sep 21 04:00:38.206 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.206 INFO kablam! | ^^^^^^ Sep 21 04:00:38.206 INFO kablam! | Sep 21 04:00:38.206 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.206 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.206 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.206 INFO kablam! Sep 21 04:00:38.206 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.206 INFO kablam! --> src/arrays/Array512.rs:66:43 Sep 21 04:00:38.206 INFO kablam! | Sep 21 04:00:38.206 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.206 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.206 INFO kablam! | Sep 21 04:00:38.206 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.206 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.207 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.207 INFO kablam! Sep 21 04:00:38.207 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.207 INFO kablam! --> src/arrays/Array512.rs:72:20 Sep 21 04:00:38.207 INFO kablam! | Sep 21 04:00:38.207 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.207 INFO kablam! | ^^^^^^ Sep 21 04:00:38.207 INFO kablam! | Sep 21 04:00:38.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.207 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.207 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.207 INFO kablam! Sep 21 04:00:38.207 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.207 INFO kablam! --> src/arrays/Array512.rs:72:34 Sep 21 04:00:38.207 INFO kablam! | Sep 21 04:00:38.207 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.207 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.207 INFO kablam! | Sep 21 04:00:38.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.207 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.207 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.207 INFO kablam! Sep 21 04:00:38.207 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.207 INFO kablam! --> src/arrays/Array512.rs:78:20 Sep 21 04:00:38.207 INFO kablam! | Sep 21 04:00:38.207 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.207 INFO kablam! | ^^^^^^ Sep 21 04:00:38.207 INFO kablam! | Sep 21 04:00:38.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.207 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.207 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.207 INFO kablam! Sep 21 04:00:38.207 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.207 INFO kablam! --> src/arrays/Array512.rs:78:34 Sep 21 04:00:38.207 INFO kablam! | Sep 21 04:00:38.207 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.207 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.207 INFO kablam! | Sep 21 04:00:38.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.207 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.207 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.207 INFO kablam! Sep 21 04:00:38.207 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.207 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 21 04:00:38.207 INFO kablam! | Sep 21 04:00:38.207 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.207 INFO kablam! | ^^^^^^ Sep 21 04:00:38.207 INFO kablam! | Sep 21 04:00:38.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.207 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.207 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.207 INFO kablam! Sep 21 04:00:38.208 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.208 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 21 04:00:38.208 INFO kablam! | Sep 21 04:00:38.208 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.208 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.208 INFO kablam! | Sep 21 04:00:38.208 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.208 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.208 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.208 INFO kablam! Sep 21 04:00:38.208 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.208 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 21 04:00:38.208 INFO kablam! | Sep 21 04:00:38.208 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.208 INFO kablam! | ^^^^^^ Sep 21 04:00:38.208 INFO kablam! | Sep 21 04:00:38.208 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.208 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.208 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.208 INFO kablam! Sep 21 04:00:38.208 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.208 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 21 04:00:38.208 INFO kablam! | Sep 21 04:00:38.208 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.208 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.208 INFO kablam! | Sep 21 04:00:38.208 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.208 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.208 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.208 INFO kablam! Sep 21 04:00:38.208 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.208 INFO kablam! --> src/arrays/Array512.rs:99:14 Sep 21 04:00:38.208 INFO kablam! | Sep 21 04:00:38.208 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.208 INFO kablam! | ^^^^^^ Sep 21 04:00:38.208 INFO kablam! | Sep 21 04:00:38.208 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.208 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.208 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.208 INFO kablam! Sep 21 04:00:38.208 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.208 INFO kablam! --> src/arrays/Array512.rs:99:28 Sep 21 04:00:38.208 INFO kablam! | Sep 21 04:00:38.208 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.208 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.208 INFO kablam! | Sep 21 04:00:38.208 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.208 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.208 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.208 INFO kablam! Sep 21 04:00:38.208 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.208 INFO kablam! --> src/arrays/Array512.rs:108:15 Sep 21 04:00:38.208 INFO kablam! | Sep 21 04:00:38.209 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.209 INFO kablam! | ^^^^^^ Sep 21 04:00:38.209 INFO kablam! | Sep 21 04:00:38.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.209 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.209 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.209 INFO kablam! Sep 21 04:00:38.209 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.209 INFO kablam! --> src/arrays/Array512.rs:120:3 Sep 21 04:00:38.209 INFO kablam! | Sep 21 04:00:38.209 INFO kablam! 120 | self.0.iter() Sep 21 04:00:38.209 INFO kablam! | ^^^^^^ Sep 21 04:00:38.209 INFO kablam! | Sep 21 04:00:38.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.209 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.209 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.209 INFO kablam! Sep 21 04:00:38.209 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.209 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 21 04:00:38.209 INFO kablam! | Sep 21 04:00:38.209 INFO kablam! 132 | self.0.iter_mut() Sep 21 04:00:38.209 INFO kablam! | ^^^^^^ Sep 21 04:00:38.209 INFO kablam! | Sep 21 04:00:38.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.209 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.209 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.209 INFO kablam! Sep 21 04:00:38.209 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.209 INFO kablam! --> src/arrays/Array512.rs:141:4 Sep 21 04:00:38.209 INFO kablam! | Sep 21 04:00:38.209 INFO kablam! 141 | &self.0[..] Sep 21 04:00:38.209 INFO kablam! | ^^^^^^ Sep 21 04:00:38.209 INFO kablam! | Sep 21 04:00:38.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.209 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.209 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.209 INFO kablam! Sep 21 04:00:38.209 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.209 INFO kablam! --> src/arrays/Array512.rs:150:8 Sep 21 04:00:38.209 INFO kablam! | Sep 21 04:00:38.209 INFO kablam! 150 | &mut self.0[..] Sep 21 04:00:38.209 INFO kablam! | ^^^^^^ Sep 21 04:00:38.209 INFO kablam! | Sep 21 04:00:38.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.209 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.209 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.209 INFO kablam! Sep 21 04:00:38.209 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.209 INFO kablam! --> src/arrays/Array1024.rs:44:3 Sep 21 04:00:38.209 INFO kablam! | Sep 21 04:00:38.209 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 21 04:00:38.209 INFO kablam! | ^^^^^^ Sep 21 04:00:38.209 INFO kablam! | Sep 21 04:00:38.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.209 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.209 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.210 INFO kablam! Sep 21 04:00:38.210 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.210 INFO kablam! --> src/arrays/Array1024.rs:53:3 Sep 21 04:00:38.210 INFO kablam! | Sep 21 04:00:38.210 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.210 INFO kablam! | ^^^^^^ Sep 21 04:00:38.210 INFO kablam! | Sep 21 04:00:38.210 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.210 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.210 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.210 INFO kablam! Sep 21 04:00:38.210 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.210 INFO kablam! --> src/arrays/Array1024.rs:53:18 Sep 21 04:00:38.210 INFO kablam! | Sep 21 04:00:38.210 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.210 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.210 INFO kablam! | Sep 21 04:00:38.210 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.210 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.210 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.210 INFO kablam! Sep 21 04:00:38.210 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.210 INFO kablam! --> src/arrays/Array1024.rs:66:29 Sep 21 04:00:38.210 INFO kablam! | Sep 21 04:00:38.210 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.210 INFO kablam! | ^^^^^^ Sep 21 04:00:38.210 INFO kablam! | Sep 21 04:00:38.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.211 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.211 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.211 INFO kablam! Sep 21 04:00:38.211 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.212 INFO kablam! --> src/arrays/Array1024.rs:66:43 Sep 21 04:00:38.212 INFO kablam! | Sep 21 04:00:38.212 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.212 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.212 INFO kablam! | Sep 21 04:00:38.212 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.212 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.212 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.212 INFO kablam! Sep 21 04:00:38.212 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.212 INFO kablam! --> src/arrays/Array1024.rs:72:20 Sep 21 04:00:38.212 INFO kablam! | Sep 21 04:00:38.212 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.212 INFO kablam! | ^^^^^^ Sep 21 04:00:38.212 INFO kablam! | Sep 21 04:00:38.212 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.212 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.212 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.212 INFO kablam! Sep 21 04:00:38.212 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.212 INFO kablam! --> src/arrays/Array1024.rs:72:34 Sep 21 04:00:38.212 INFO kablam! | Sep 21 04:00:38.212 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.212 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.212 INFO kablam! | Sep 21 04:00:38.212 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.212 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.212 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.212 INFO kablam! Sep 21 04:00:38.212 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.212 INFO kablam! --> src/arrays/Array1024.rs:78:20 Sep 21 04:00:38.212 INFO kablam! | Sep 21 04:00:38.212 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.212 INFO kablam! | ^^^^^^ Sep 21 04:00:38.212 INFO kablam! | Sep 21 04:00:38.212 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.212 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.212 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.212 INFO kablam! Sep 21 04:00:38.212 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.213 INFO kablam! --> src/arrays/Array1024.rs:78:34 Sep 21 04:00:38.213 INFO kablam! | Sep 21 04:00:38.213 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.213 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.213 INFO kablam! | Sep 21 04:00:38.213 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.213 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.213 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.213 INFO kablam! Sep 21 04:00:38.213 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.213 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 21 04:00:38.213 INFO kablam! | Sep 21 04:00:38.213 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.213 INFO kablam! | ^^^^^^ Sep 21 04:00:38.213 INFO kablam! | Sep 21 04:00:38.214 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.214 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.214 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.214 INFO kablam! Sep 21 04:00:38.214 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.214 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 21 04:00:38.214 INFO kablam! | Sep 21 04:00:38.214 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.214 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.214 INFO kablam! | Sep 21 04:00:38.214 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.214 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.214 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.214 INFO kablam! Sep 21 04:00:38.214 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.214 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 21 04:00:38.214 INFO kablam! | Sep 21 04:00:38.214 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.214 INFO kablam! | ^^^^^^ Sep 21 04:00:38.214 INFO kablam! | Sep 21 04:00:38.214 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.214 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.214 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.214 INFO kablam! Sep 21 04:00:38.214 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.214 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 21 04:00:38.214 INFO kablam! | Sep 21 04:00:38.214 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.214 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.214 INFO kablam! | Sep 21 04:00:38.214 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.214 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.214 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.214 INFO kablam! Sep 21 04:00:38.214 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.214 INFO kablam! --> src/arrays/Array1024.rs:99:14 Sep 21 04:00:38.214 INFO kablam! | Sep 21 04:00:38.214 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.214 INFO kablam! | ^^^^^^ Sep 21 04:00:38.214 INFO kablam! | Sep 21 04:00:38.214 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.214 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.214 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.214 INFO kablam! Sep 21 04:00:38.214 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.214 INFO kablam! --> src/arrays/Array1024.rs:99:28 Sep 21 04:00:38.214 INFO kablam! | Sep 21 04:00:38.214 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.214 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.214 INFO kablam! | Sep 21 04:00:38.214 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.214 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.214 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.214 INFO kablam! Sep 21 04:00:38.215 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.215 INFO kablam! --> src/arrays/Array1024.rs:108:15 Sep 21 04:00:38.215 INFO kablam! | Sep 21 04:00:38.215 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.215 INFO kablam! | ^^^^^^ Sep 21 04:00:38.215 INFO kablam! | Sep 21 04:00:38.215 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.215 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.215 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.215 INFO kablam! Sep 21 04:00:38.215 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.215 INFO kablam! --> src/arrays/Array1024.rs:120:3 Sep 21 04:00:38.215 INFO kablam! | Sep 21 04:00:38.215 INFO kablam! 120 | self.0.iter() Sep 21 04:00:38.215 INFO kablam! | ^^^^^^ Sep 21 04:00:38.215 INFO kablam! | Sep 21 04:00:38.215 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.215 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.215 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.215 INFO kablam! Sep 21 04:00:38.215 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.215 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 21 04:00:38.215 INFO kablam! | Sep 21 04:00:38.215 INFO kablam! 132 | self.0.iter_mut() Sep 21 04:00:38.215 INFO kablam! | ^^^^^^ Sep 21 04:00:38.215 INFO kablam! | Sep 21 04:00:38.215 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.215 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.215 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.215 INFO kablam! Sep 21 04:00:38.215 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.215 INFO kablam! --> src/arrays/Array1024.rs:141:4 Sep 21 04:00:38.215 INFO kablam! | Sep 21 04:00:38.215 INFO kablam! 141 | &self.0[..] Sep 21 04:00:38.215 INFO kablam! | ^^^^^^ Sep 21 04:00:38.215 INFO kablam! | Sep 21 04:00:38.215 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.215 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.215 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.215 INFO kablam! Sep 21 04:00:38.215 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.215 INFO kablam! --> src/arrays/Array1024.rs:150:8 Sep 21 04:00:38.215 INFO kablam! | Sep 21 04:00:38.215 INFO kablam! 150 | &mut self.0[..] Sep 21 04:00:38.215 INFO kablam! | ^^^^^^ Sep 21 04:00:38.215 INFO kablam! | Sep 21 04:00:38.215 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.215 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.215 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.215 INFO kablam! Sep 21 04:00:38.215 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 21 04:00:38.215 INFO kablam! --> src/lib.rs:8:12 Sep 21 04:00:38.215 INFO kablam! | Sep 21 04:00:38.215 INFO kablam! 8 | #![feature(associated_consts)] Sep 21 04:00:38.215 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 04:00:38.215 INFO kablam! | Sep 21 04:00:38.215 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 04:00:38.216 INFO kablam! Sep 21 04:00:38.308 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.308 INFO kablam! --> src/arrays/Array40.rs:44:3 Sep 21 04:00:38.308 INFO kablam! | Sep 21 04:00:38.308 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 21 04:00:38.308 INFO kablam! | ^^^^^^ Sep 21 04:00:38.308 INFO kablam! | Sep 21 04:00:38.308 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 21 04:00:38.308 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.308 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.308 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.308 INFO kablam! Sep 21 04:00:38.308 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.308 INFO kablam! --> src/arrays/Array40.rs:53:3 Sep 21 04:00:38.308 INFO kablam! | Sep 21 04:00:38.308 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.308 INFO kablam! | ^^^^^^ Sep 21 04:00:38.308 INFO kablam! | Sep 21 04:00:38.308 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.308 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.308 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.309 INFO kablam! Sep 21 04:00:38.309 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.309 INFO kablam! --> src/arrays/Array40.rs:53:18 Sep 21 04:00:38.309 INFO kablam! | Sep 21 04:00:38.309 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.309 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.309 INFO kablam! | Sep 21 04:00:38.309 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.309 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.309 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.309 INFO kablam! Sep 21 04:00:38.309 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.309 INFO kablam! --> src/arrays/Array40.rs:66:29 Sep 21 04:00:38.309 INFO kablam! | Sep 21 04:00:38.309 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.309 INFO kablam! | ^^^^^^ Sep 21 04:00:38.309 INFO kablam! | Sep 21 04:00:38.309 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.309 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.309 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.309 INFO kablam! Sep 21 04:00:38.309 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.309 INFO kablam! --> src/arrays/Array40.rs:66:43 Sep 21 04:00:38.309 INFO kablam! | Sep 21 04:00:38.309 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.309 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.309 INFO kablam! | Sep 21 04:00:38.309 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.310 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.310 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.310 INFO kablam! Sep 21 04:00:38.310 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.310 INFO kablam! --> src/arrays/Array40.rs:72:20 Sep 21 04:00:38.310 INFO kablam! | Sep 21 04:00:38.310 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.310 INFO kablam! | ^^^^^^ Sep 21 04:00:38.310 INFO kablam! | Sep 21 04:00:38.310 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.310 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.310 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.310 INFO kablam! Sep 21 04:00:38.310 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.310 INFO kablam! --> src/arrays/Array40.rs:72:34 Sep 21 04:00:38.310 INFO kablam! | Sep 21 04:00:38.310 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.310 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.310 INFO kablam! | Sep 21 04:00:38.310 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.310 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.310 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.310 INFO kablam! Sep 21 04:00:38.310 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.310 INFO kablam! --> src/arrays/Array40.rs:78:20 Sep 21 04:00:38.310 INFO kablam! | Sep 21 04:00:38.310 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.310 INFO kablam! | ^^^^^^ Sep 21 04:00:38.310 INFO kablam! | Sep 21 04:00:38.310 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.310 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.310 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.310 INFO kablam! Sep 21 04:00:38.310 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.310 INFO kablam! --> src/arrays/Array40.rs:78:34 Sep 21 04:00:38.310 INFO kablam! | Sep 21 04:00:38.310 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.310 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.310 INFO kablam! | Sep 21 04:00:38.310 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.310 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.310 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.310 INFO kablam! Sep 21 04:00:38.310 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.310 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 21 04:00:38.310 INFO kablam! | Sep 21 04:00:38.310 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.310 INFO kablam! | ^^^^^^ Sep 21 04:00:38.310 INFO kablam! | Sep 21 04:00:38.310 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.310 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.310 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.310 INFO kablam! Sep 21 04:00:38.310 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.310 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 21 04:00:38.310 INFO kablam! | Sep 21 04:00:38.310 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.310 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.310 INFO kablam! | Sep 21 04:00:38.310 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.310 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.310 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.310 INFO kablam! Sep 21 04:00:38.310 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.310 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 21 04:00:38.310 INFO kablam! | Sep 21 04:00:38.311 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.311 INFO kablam! | ^^^^^^ Sep 21 04:00:38.311 INFO kablam! | Sep 21 04:00:38.311 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.311 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.311 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.311 INFO kablam! Sep 21 04:00:38.311 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.311 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 21 04:00:38.311 INFO kablam! | Sep 21 04:00:38.311 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.311 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.311 INFO kablam! | Sep 21 04:00:38.311 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.311 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.311 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.311 INFO kablam! Sep 21 04:00:38.311 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.311 INFO kablam! --> src/arrays/Array40.rs:99:14 Sep 21 04:00:38.311 INFO kablam! | Sep 21 04:00:38.311 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.311 INFO kablam! | ^^^^^^ Sep 21 04:00:38.311 INFO kablam! | Sep 21 04:00:38.311 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.311 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.311 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.311 INFO kablam! Sep 21 04:00:38.311 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.311 INFO kablam! --> src/arrays/Array40.rs:99:28 Sep 21 04:00:38.311 INFO kablam! | Sep 21 04:00:38.311 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.311 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.311 INFO kablam! | Sep 21 04:00:38.311 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.311 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.311 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.311 INFO kablam! Sep 21 04:00:38.311 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.311 INFO kablam! --> src/arrays/Array40.rs:108:15 Sep 21 04:00:38.311 INFO kablam! | Sep 21 04:00:38.311 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.311 INFO kablam! | ^^^^^^ Sep 21 04:00:38.311 INFO kablam! | Sep 21 04:00:38.311 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.311 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.311 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.311 INFO kablam! Sep 21 04:00:38.311 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.311 INFO kablam! --> src/arrays/Array40.rs:120:3 Sep 21 04:00:38.311 INFO kablam! | Sep 21 04:00:38.311 INFO kablam! 120 | self.0.iter() Sep 21 04:00:38.311 INFO kablam! | ^^^^^^ Sep 21 04:00:38.311 INFO kablam! | Sep 21 04:00:38.311 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.311 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.311 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.311 INFO kablam! Sep 21 04:00:38.312 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.312 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 21 04:00:38.312 INFO kablam! | Sep 21 04:00:38.312 INFO kablam! 132 | self.0.iter_mut() Sep 21 04:00:38.312 INFO kablam! | ^^^^^^ Sep 21 04:00:38.312 INFO kablam! | Sep 21 04:00:38.312 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.312 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.312 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.312 INFO kablam! Sep 21 04:00:38.312 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.312 INFO kablam! --> src/arrays/Array40.rs:141:4 Sep 21 04:00:38.312 INFO kablam! | Sep 21 04:00:38.312 INFO kablam! 141 | &self.0[..] Sep 21 04:00:38.312 INFO kablam! | ^^^^^^ Sep 21 04:00:38.312 INFO kablam! | Sep 21 04:00:38.312 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.312 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.312 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.312 INFO kablam! Sep 21 04:00:38.312 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.312 INFO kablam! --> src/arrays/Array40.rs:150:8 Sep 21 04:00:38.312 INFO kablam! | Sep 21 04:00:38.312 INFO kablam! 150 | &mut self.0[..] Sep 21 04:00:38.312 INFO kablam! | ^^^^^^ Sep 21 04:00:38.312 INFO kablam! | Sep 21 04:00:38.312 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.312 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.312 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.312 INFO kablam! Sep 21 04:00:38.312 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.312 INFO kablam! --> src/arrays/Array52.rs:44:3 Sep 21 04:00:38.312 INFO kablam! | Sep 21 04:00:38.312 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 21 04:00:38.312 INFO kablam! | ^^^^^^ Sep 21 04:00:38.312 INFO kablam! | Sep 21 04:00:38.312 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.312 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.312 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.312 INFO kablam! Sep 21 04:00:38.312 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.312 INFO kablam! --> src/arrays/Array52.rs:53:3 Sep 21 04:00:38.312 INFO kablam! | Sep 21 04:00:38.312 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.312 INFO kablam! | ^^^^^^ Sep 21 04:00:38.312 INFO kablam! | Sep 21 04:00:38.312 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.312 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.312 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.312 INFO kablam! Sep 21 04:00:38.312 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.312 INFO kablam! --> src/arrays/Array52.rs:53:18 Sep 21 04:00:38.312 INFO kablam! | Sep 21 04:00:38.312 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.312 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.312 INFO kablam! | Sep 21 04:00:38.312 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.313 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.313 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.313 INFO kablam! Sep 21 04:00:38.313 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.313 INFO kablam! --> src/arrays/Array52.rs:66:29 Sep 21 04:00:38.313 INFO kablam! | Sep 21 04:00:38.313 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.313 INFO kablam! | ^^^^^^ Sep 21 04:00:38.313 INFO kablam! | Sep 21 04:00:38.313 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.313 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.313 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.313 INFO kablam! Sep 21 04:00:38.313 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.313 INFO kablam! --> src/arrays/Array52.rs:66:43 Sep 21 04:00:38.313 INFO kablam! | Sep 21 04:00:38.313 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.313 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.313 INFO kablam! | Sep 21 04:00:38.313 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.313 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.313 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.313 INFO kablam! Sep 21 04:00:38.313 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.313 INFO kablam! --> src/arrays/Array52.rs:72:20 Sep 21 04:00:38.313 INFO kablam! | Sep 21 04:00:38.313 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.313 INFO kablam! | ^^^^^^ Sep 21 04:00:38.313 INFO kablam! | Sep 21 04:00:38.313 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.313 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.313 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.313 INFO kablam! Sep 21 04:00:38.313 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.313 INFO kablam! --> src/arrays/Array52.rs:72:34 Sep 21 04:00:38.313 INFO kablam! | Sep 21 04:00:38.313 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.313 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.313 INFO kablam! | Sep 21 04:00:38.313 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.313 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.313 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.313 INFO kablam! Sep 21 04:00:38.313 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.313 INFO kablam! --> src/arrays/Array52.rs:78:20 Sep 21 04:00:38.313 INFO kablam! | Sep 21 04:00:38.313 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.313 INFO kablam! | ^^^^^^ Sep 21 04:00:38.313 INFO kablam! | Sep 21 04:00:38.313 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.313 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.313 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.313 INFO kablam! Sep 21 04:00:38.313 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.313 INFO kablam! --> src/arrays/Array52.rs:78:34 Sep 21 04:00:38.314 INFO kablam! | Sep 21 04:00:38.314 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.314 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.314 INFO kablam! | Sep 21 04:00:38.314 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.314 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.314 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.314 INFO kablam! Sep 21 04:00:38.314 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.314 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 21 04:00:38.314 INFO kablam! | Sep 21 04:00:38.314 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.314 INFO kablam! | ^^^^^^ Sep 21 04:00:38.314 INFO kablam! | Sep 21 04:00:38.314 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.314 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.314 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.314 INFO kablam! Sep 21 04:00:38.314 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.314 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 21 04:00:38.314 INFO kablam! | Sep 21 04:00:38.314 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.314 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.314 INFO kablam! | Sep 21 04:00:38.314 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.314 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.314 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.314 INFO kablam! Sep 21 04:00:38.314 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.314 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 21 04:00:38.314 INFO kablam! | Sep 21 04:00:38.314 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.314 INFO kablam! | ^^^^^^ Sep 21 04:00:38.314 INFO kablam! | Sep 21 04:00:38.314 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.314 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.314 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.314 INFO kablam! Sep 21 04:00:38.314 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.314 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 21 04:00:38.314 INFO kablam! | Sep 21 04:00:38.314 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.314 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.314 INFO kablam! | Sep 21 04:00:38.314 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.314 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.314 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.314 INFO kablam! Sep 21 04:00:38.314 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.314 INFO kablam! --> src/arrays/Array52.rs:99:14 Sep 21 04:00:38.314 INFO kablam! | Sep 21 04:00:38.314 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.314 INFO kablam! | ^^^^^^ Sep 21 04:00:38.315 INFO kablam! | Sep 21 04:00:38.315 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.315 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.315 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.315 INFO kablam! Sep 21 04:00:38.315 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.315 INFO kablam! --> src/arrays/Array52.rs:99:28 Sep 21 04:00:38.315 INFO kablam! | Sep 21 04:00:38.315 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.315 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.315 INFO kablam! | Sep 21 04:00:38.315 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.315 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.315 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.315 INFO kablam! Sep 21 04:00:38.315 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.315 INFO kablam! --> src/arrays/Array52.rs:108:15 Sep 21 04:00:38.315 INFO kablam! | Sep 21 04:00:38.315 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.315 INFO kablam! | ^^^^^^ Sep 21 04:00:38.315 INFO kablam! | Sep 21 04:00:38.315 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.315 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.315 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.315 INFO kablam! Sep 21 04:00:38.315 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.315 INFO kablam! --> src/arrays/Array52.rs:120:3 Sep 21 04:00:38.315 INFO kablam! | Sep 21 04:00:38.315 INFO kablam! 120 | self.0.iter() Sep 21 04:00:38.315 INFO kablam! | ^^^^^^ Sep 21 04:00:38.315 INFO kablam! | Sep 21 04:00:38.315 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.315 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.315 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.315 INFO kablam! Sep 21 04:00:38.315 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.315 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 21 04:00:38.315 INFO kablam! | Sep 21 04:00:38.315 INFO kablam! 132 | self.0.iter_mut() Sep 21 04:00:38.315 INFO kablam! | ^^^^^^ Sep 21 04:00:38.315 INFO kablam! | Sep 21 04:00:38.315 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.315 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.315 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.315 INFO kablam! Sep 21 04:00:38.315 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.315 INFO kablam! --> src/arrays/Array52.rs:141:4 Sep 21 04:00:38.315 INFO kablam! | Sep 21 04:00:38.315 INFO kablam! 141 | &self.0[..] Sep 21 04:00:38.315 INFO kablam! | ^^^^^^ Sep 21 04:00:38.315 INFO kablam! | Sep 21 04:00:38.315 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.315 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.315 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.315 INFO kablam! Sep 21 04:00:38.315 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.315 INFO kablam! --> src/arrays/Array52.rs:150:8 Sep 21 04:00:38.316 INFO kablam! | Sep 21 04:00:38.316 INFO kablam! 150 | &mut self.0[..] Sep 21 04:00:38.316 INFO kablam! | ^^^^^^ Sep 21 04:00:38.316 INFO kablam! | Sep 21 04:00:38.316 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.316 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.316 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.316 INFO kablam! Sep 21 04:00:38.316 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.316 INFO kablam! --> src/arrays/Array64.rs:44:3 Sep 21 04:00:38.316 INFO kablam! | Sep 21 04:00:38.316 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 21 04:00:38.316 INFO kablam! | ^^^^^^ Sep 21 04:00:38.316 INFO kablam! | Sep 21 04:00:38.316 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.316 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.316 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.316 INFO kablam! Sep 21 04:00:38.316 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.316 INFO kablam! --> src/arrays/Array64.rs:53:3 Sep 21 04:00:38.316 INFO kablam! | Sep 21 04:00:38.316 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.316 INFO kablam! | ^^^^^^ Sep 21 04:00:38.316 INFO kablam! | Sep 21 04:00:38.316 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.316 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.316 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.316 INFO kablam! Sep 21 04:00:38.316 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.316 INFO kablam! --> src/arrays/Array64.rs:53:18 Sep 21 04:00:38.316 INFO kablam! | Sep 21 04:00:38.316 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.316 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.316 INFO kablam! | Sep 21 04:00:38.316 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.316 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.316 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.316 INFO kablam! Sep 21 04:00:38.316 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.316 INFO kablam! --> src/arrays/Array64.rs:66:29 Sep 21 04:00:38.316 INFO kablam! | Sep 21 04:00:38.316 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.316 INFO kablam! | ^^^^^^ Sep 21 04:00:38.316 INFO kablam! | Sep 21 04:00:38.316 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.316 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.316 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.316 INFO kablam! Sep 21 04:00:38.316 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.316 INFO kablam! --> src/arrays/Array64.rs:66:43 Sep 21 04:00:38.316 INFO kablam! | Sep 21 04:00:38.316 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.317 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.317 INFO kablam! | Sep 21 04:00:38.317 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.317 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.317 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.317 INFO kablam! Sep 21 04:00:38.317 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.317 INFO kablam! --> src/arrays/Array64.rs:72:20 Sep 21 04:00:38.317 INFO kablam! | Sep 21 04:00:38.317 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.317 INFO kablam! | ^^^^^^ Sep 21 04:00:38.317 INFO kablam! | Sep 21 04:00:38.317 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.317 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.317 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.317 INFO kablam! Sep 21 04:00:38.317 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.317 INFO kablam! --> src/arrays/Array64.rs:72:34 Sep 21 04:00:38.317 INFO kablam! | Sep 21 04:00:38.317 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.317 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.317 INFO kablam! | Sep 21 04:00:38.317 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.317 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.317 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.317 INFO kablam! Sep 21 04:00:38.317 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.317 INFO kablam! --> src/arrays/Array64.rs:78:20 Sep 21 04:00:38.317 INFO kablam! | Sep 21 04:00:38.317 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.317 INFO kablam! | ^^^^^^ Sep 21 04:00:38.317 INFO kablam! | Sep 21 04:00:38.317 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.317 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.317 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.317 INFO kablam! Sep 21 04:00:38.317 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.317 INFO kablam! --> src/arrays/Array64.rs:78:34 Sep 21 04:00:38.317 INFO kablam! | Sep 21 04:00:38.317 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.317 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.317 INFO kablam! | Sep 21 04:00:38.317 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.317 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.317 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.317 INFO kablam! Sep 21 04:00:38.317 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.317 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 21 04:00:38.317 INFO kablam! | Sep 21 04:00:38.317 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.317 INFO kablam! | ^^^^^^ Sep 21 04:00:38.317 INFO kablam! | Sep 21 04:00:38.317 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.317 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.317 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.317 INFO kablam! Sep 21 04:00:38.317 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.318 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 21 04:00:38.318 INFO kablam! | Sep 21 04:00:38.318 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.318 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.318 INFO kablam! | Sep 21 04:00:38.318 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.318 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.318 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.318 INFO kablam! Sep 21 04:00:38.318 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.318 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 21 04:00:38.318 INFO kablam! | Sep 21 04:00:38.318 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.318 INFO kablam! | ^^^^^^ Sep 21 04:00:38.318 INFO kablam! | Sep 21 04:00:38.318 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.318 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.318 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.318 INFO kablam! Sep 21 04:00:38.318 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.318 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 21 04:00:38.318 INFO kablam! | Sep 21 04:00:38.318 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.318 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.318 INFO kablam! | Sep 21 04:00:38.318 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.318 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.318 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.318 INFO kablam! Sep 21 04:00:38.318 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.318 INFO kablam! --> src/arrays/Array64.rs:99:14 Sep 21 04:00:38.318 INFO kablam! | Sep 21 04:00:38.318 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.318 INFO kablam! | ^^^^^^ Sep 21 04:00:38.318 INFO kablam! | Sep 21 04:00:38.318 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.318 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.318 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.318 INFO kablam! Sep 21 04:00:38.318 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.318 INFO kablam! --> src/arrays/Array64.rs:99:28 Sep 21 04:00:38.318 INFO kablam! | Sep 21 04:00:38.318 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.318 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.318 INFO kablam! | Sep 21 04:00:38.318 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.318 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.318 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.318 INFO kablam! Sep 21 04:00:38.318 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.318 INFO kablam! --> src/arrays/Array64.rs:108:15 Sep 21 04:00:38.318 INFO kablam! | Sep 21 04:00:38.318 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.318 INFO kablam! | ^^^^^^ Sep 21 04:00:38.318 INFO kablam! | Sep 21 04:00:38.318 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.318 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.319 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.319 INFO kablam! Sep 21 04:00:38.319 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.319 INFO kablam! --> src/arrays/Array64.rs:120:3 Sep 21 04:00:38.319 INFO kablam! | Sep 21 04:00:38.319 INFO kablam! 120 | self.0.iter() Sep 21 04:00:38.319 INFO kablam! | ^^^^^^ Sep 21 04:00:38.319 INFO kablam! | Sep 21 04:00:38.319 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.319 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.319 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.319 INFO kablam! Sep 21 04:00:38.319 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.319 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 21 04:00:38.319 INFO kablam! | Sep 21 04:00:38.319 INFO kablam! 132 | self.0.iter_mut() Sep 21 04:00:38.319 INFO kablam! | ^^^^^^ Sep 21 04:00:38.319 INFO kablam! | Sep 21 04:00:38.319 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.319 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.319 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.319 INFO kablam! Sep 21 04:00:38.319 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.319 INFO kablam! --> src/arrays/Array64.rs:141:4 Sep 21 04:00:38.319 INFO kablam! | Sep 21 04:00:38.319 INFO kablam! 141 | &self.0[..] Sep 21 04:00:38.319 INFO kablam! | ^^^^^^ Sep 21 04:00:38.319 INFO kablam! | Sep 21 04:00:38.319 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.319 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.319 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.319 INFO kablam! Sep 21 04:00:38.319 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.319 INFO kablam! --> src/arrays/Array64.rs:150:8 Sep 21 04:00:38.319 INFO kablam! | Sep 21 04:00:38.319 INFO kablam! 150 | &mut self.0[..] Sep 21 04:00:38.319 INFO kablam! | ^^^^^^ Sep 21 04:00:38.319 INFO kablam! | Sep 21 04:00:38.319 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.319 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.319 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.319 INFO kablam! Sep 21 04:00:38.319 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.319 INFO kablam! --> src/arrays/Array128.rs:44:3 Sep 21 04:00:38.319 INFO kablam! | Sep 21 04:00:38.319 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 21 04:00:38.319 INFO kablam! | ^^^^^^ Sep 21 04:00:38.319 INFO kablam! | Sep 21 04:00:38.319 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.319 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.319 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.319 INFO kablam! Sep 21 04:00:38.319 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.319 INFO kablam! --> src/arrays/Array128.rs:53:3 Sep 21 04:00:38.319 INFO kablam! | Sep 21 04:00:38.319 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.319 INFO kablam! | ^^^^^^ Sep 21 04:00:38.319 INFO kablam! | Sep 21 04:00:38.319 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.319 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.319 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.320 INFO kablam! Sep 21 04:00:38.320 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.320 INFO kablam! --> src/arrays/Array128.rs:53:18 Sep 21 04:00:38.320 INFO kablam! | Sep 21 04:00:38.320 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.320 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.320 INFO kablam! | Sep 21 04:00:38.320 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.320 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.320 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.320 INFO kablam! Sep 21 04:00:38.320 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.320 INFO kablam! --> src/arrays/Array128.rs:66:29 Sep 21 04:00:38.320 INFO kablam! | Sep 21 04:00:38.320 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.320 INFO kablam! | ^^^^^^ Sep 21 04:00:38.320 INFO kablam! | Sep 21 04:00:38.320 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.320 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.320 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.320 INFO kablam! Sep 21 04:00:38.320 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.320 INFO kablam! --> src/arrays/Array128.rs:66:43 Sep 21 04:00:38.320 INFO kablam! | Sep 21 04:00:38.320 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.320 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.320 INFO kablam! | Sep 21 04:00:38.320 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.320 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.320 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.320 INFO kablam! Sep 21 04:00:38.320 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.320 INFO kablam! --> src/arrays/Array128.rs:72:20 Sep 21 04:00:38.320 INFO kablam! | Sep 21 04:00:38.320 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.320 INFO kablam! | ^^^^^^ Sep 21 04:00:38.320 INFO kablam! | Sep 21 04:00:38.320 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.320 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.320 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.320 INFO kablam! Sep 21 04:00:38.320 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.320 INFO kablam! --> src/arrays/Array128.rs:72:34 Sep 21 04:00:38.320 INFO kablam! | Sep 21 04:00:38.320 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.320 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.320 INFO kablam! | Sep 21 04:00:38.320 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.320 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.320 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.320 INFO kablam! Sep 21 04:00:38.320 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.320 INFO kablam! --> src/arrays/Array128.rs:78:20 Sep 21 04:00:38.320 INFO kablam! | Sep 21 04:00:38.320 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.320 INFO kablam! | ^^^^^^ Sep 21 04:00:38.321 INFO kablam! | Sep 21 04:00:38.321 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.321 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.321 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.321 INFO kablam! Sep 21 04:00:38.321 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.321 INFO kablam! --> src/arrays/Array128.rs:78:34 Sep 21 04:00:38.321 INFO kablam! | Sep 21 04:00:38.321 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.321 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.321 INFO kablam! | Sep 21 04:00:38.321 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.321 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.321 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.321 INFO kablam! Sep 21 04:00:38.321 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.321 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 21 04:00:38.321 INFO kablam! | Sep 21 04:00:38.321 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.321 INFO kablam! | ^^^^^^ Sep 21 04:00:38.321 INFO kablam! | Sep 21 04:00:38.321 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.321 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.321 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.321 INFO kablam! Sep 21 04:00:38.321 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.321 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 21 04:00:38.321 INFO kablam! | Sep 21 04:00:38.321 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.321 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.321 INFO kablam! | Sep 21 04:00:38.321 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.321 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.321 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.321 INFO kablam! Sep 21 04:00:38.321 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.321 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 21 04:00:38.321 INFO kablam! | Sep 21 04:00:38.321 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.321 INFO kablam! | ^^^^^^ Sep 21 04:00:38.321 INFO kablam! | Sep 21 04:00:38.321 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.321 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.321 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.321 INFO kablam! Sep 21 04:00:38.321 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.321 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 21 04:00:38.321 INFO kablam! | Sep 21 04:00:38.321 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.321 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.321 INFO kablam! | Sep 21 04:00:38.322 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.322 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.322 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.322 INFO kablam! Sep 21 04:00:38.322 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.322 INFO kablam! --> src/arrays/Array128.rs:99:14 Sep 21 04:00:38.322 INFO kablam! | Sep 21 04:00:38.322 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.322 INFO kablam! | ^^^^^^ Sep 21 04:00:38.322 INFO kablam! | Sep 21 04:00:38.322 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.322 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.322 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.322 INFO kablam! Sep 21 04:00:38.322 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.322 INFO kablam! --> src/arrays/Array128.rs:99:28 Sep 21 04:00:38.322 INFO kablam! | Sep 21 04:00:38.322 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.322 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.322 INFO kablam! | Sep 21 04:00:38.322 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.322 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.322 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.322 INFO kablam! Sep 21 04:00:38.322 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.322 INFO kablam! --> src/arrays/Array128.rs:108:15 Sep 21 04:00:38.322 INFO kablam! | Sep 21 04:00:38.322 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.322 INFO kablam! | ^^^^^^ Sep 21 04:00:38.322 INFO kablam! | Sep 21 04:00:38.322 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.322 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.322 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.322 INFO kablam! Sep 21 04:00:38.322 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.322 INFO kablam! --> src/arrays/Array128.rs:120:3 Sep 21 04:00:38.322 INFO kablam! | Sep 21 04:00:38.322 INFO kablam! 120 | self.0.iter() Sep 21 04:00:38.322 INFO kablam! | ^^^^^^ Sep 21 04:00:38.322 INFO kablam! | Sep 21 04:00:38.322 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.322 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.322 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.322 INFO kablam! Sep 21 04:00:38.322 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.322 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 21 04:00:38.322 INFO kablam! | Sep 21 04:00:38.322 INFO kablam! 132 | self.0.iter_mut() Sep 21 04:00:38.322 INFO kablam! | ^^^^^^ Sep 21 04:00:38.322 INFO kablam! | Sep 21 04:00:38.323 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.323 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.323 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.323 INFO kablam! Sep 21 04:00:38.323 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.323 INFO kablam! --> src/arrays/Array128.rs:141:4 Sep 21 04:00:38.323 INFO kablam! | Sep 21 04:00:38.323 INFO kablam! 141 | &self.0[..] Sep 21 04:00:38.323 INFO kablam! | ^^^^^^ Sep 21 04:00:38.323 INFO kablam! | Sep 21 04:00:38.323 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.323 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.323 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.323 INFO kablam! Sep 21 04:00:38.323 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.323 INFO kablam! --> src/arrays/Array128.rs:150:8 Sep 21 04:00:38.323 INFO kablam! | Sep 21 04:00:38.323 INFO kablam! 150 | &mut self.0[..] Sep 21 04:00:38.323 INFO kablam! | ^^^^^^ Sep 21 04:00:38.323 INFO kablam! | Sep 21 04:00:38.323 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.323 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.323 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.323 INFO kablam! Sep 21 04:00:38.323 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.323 INFO kablam! --> src/arrays/Array256.rs:44:3 Sep 21 04:00:38.323 INFO kablam! | Sep 21 04:00:38.323 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 21 04:00:38.323 INFO kablam! | ^^^^^^ Sep 21 04:00:38.323 INFO kablam! | Sep 21 04:00:38.323 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.323 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.323 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.323 INFO kablam! Sep 21 04:00:38.323 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.323 INFO kablam! --> src/arrays/Array256.rs:53:3 Sep 21 04:00:38.323 INFO kablam! | Sep 21 04:00:38.323 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.323 INFO kablam! | ^^^^^^ Sep 21 04:00:38.323 INFO kablam! | Sep 21 04:00:38.323 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.323 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.326 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.326 INFO kablam! Sep 21 04:00:38.326 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.326 INFO kablam! --> src/arrays/Array256.rs:53:18 Sep 21 04:00:38.326 INFO kablam! | Sep 21 04:00:38.326 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.326 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.326 INFO kablam! | Sep 21 04:00:38.326 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.326 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.326 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.326 INFO kablam! Sep 21 04:00:38.326 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.326 INFO kablam! --> src/arrays/Array256.rs:66:29 Sep 21 04:00:38.326 INFO kablam! | Sep 21 04:00:38.326 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.326 INFO kablam! | ^^^^^^ Sep 21 04:00:38.326 INFO kablam! | Sep 21 04:00:38.326 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.326 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.326 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.326 INFO kablam! Sep 21 04:00:38.326 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.326 INFO kablam! --> src/arrays/Array256.rs:66:43 Sep 21 04:00:38.326 INFO kablam! | Sep 21 04:00:38.326 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.326 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.326 INFO kablam! | Sep 21 04:00:38.326 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.326 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.326 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.326 INFO kablam! Sep 21 04:00:38.326 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.326 INFO kablam! --> src/arrays/Array256.rs:72:20 Sep 21 04:00:38.326 INFO kablam! | Sep 21 04:00:38.326 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.326 INFO kablam! | ^^^^^^ Sep 21 04:00:38.326 INFO kablam! | Sep 21 04:00:38.326 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.326 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.326 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.326 INFO kablam! Sep 21 04:00:38.326 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.326 INFO kablam! --> src/arrays/Array256.rs:72:34 Sep 21 04:00:38.326 INFO kablam! | Sep 21 04:00:38.326 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.326 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.326 INFO kablam! | Sep 21 04:00:38.326 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.326 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.326 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.326 INFO kablam! Sep 21 04:00:38.326 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.326 INFO kablam! --> src/arrays/Array256.rs:78:20 Sep 21 04:00:38.326 INFO kablam! | Sep 21 04:00:38.327 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.327 INFO kablam! | ^^^^^^ Sep 21 04:00:38.327 INFO kablam! | Sep 21 04:00:38.327 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.327 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.327 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.327 INFO kablam! Sep 21 04:00:38.327 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.327 INFO kablam! --> src/arrays/Array256.rs:78:34 Sep 21 04:00:38.327 INFO kablam! | Sep 21 04:00:38.327 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.327 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.327 INFO kablam! | Sep 21 04:00:38.327 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.327 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.327 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.327 INFO kablam! Sep 21 04:00:38.327 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.327 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 21 04:00:38.327 INFO kablam! | Sep 21 04:00:38.327 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.327 INFO kablam! | ^^^^^^ Sep 21 04:00:38.327 INFO kablam! | Sep 21 04:00:38.327 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.327 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.327 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.327 INFO kablam! Sep 21 04:00:38.327 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.327 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 21 04:00:38.327 INFO kablam! | Sep 21 04:00:38.327 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.327 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.327 INFO kablam! | Sep 21 04:00:38.327 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.327 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.327 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.327 INFO kablam! Sep 21 04:00:38.327 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.327 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 21 04:00:38.327 INFO kablam! | Sep 21 04:00:38.327 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.327 INFO kablam! | ^^^^^^ Sep 21 04:00:38.327 INFO kablam! | Sep 21 04:00:38.327 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.327 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.327 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.327 INFO kablam! Sep 21 04:00:38.327 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.327 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 21 04:00:38.327 INFO kablam! | Sep 21 04:00:38.327 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.327 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.327 INFO kablam! | Sep 21 04:00:38.327 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.327 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.327 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.327 INFO kablam! Sep 21 04:00:38.327 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.327 INFO kablam! --> src/arrays/Array256.rs:99:14 Sep 21 04:00:38.327 INFO kablam! | Sep 21 04:00:38.327 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.328 INFO kablam! | ^^^^^^ Sep 21 04:00:38.328 INFO kablam! | Sep 21 04:00:38.328 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.328 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.328 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.328 INFO kablam! Sep 21 04:00:38.328 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.328 INFO kablam! --> src/arrays/Array256.rs:99:28 Sep 21 04:00:38.328 INFO kablam! | Sep 21 04:00:38.328 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.328 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.328 INFO kablam! | Sep 21 04:00:38.328 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.328 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.328 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.328 INFO kablam! Sep 21 04:00:38.328 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.328 INFO kablam! --> src/arrays/Array256.rs:108:15 Sep 21 04:00:38.328 INFO kablam! | Sep 21 04:00:38.328 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.328 INFO kablam! | ^^^^^^ Sep 21 04:00:38.328 INFO kablam! | Sep 21 04:00:38.328 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.328 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.328 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.328 INFO kablam! Sep 21 04:00:38.328 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.328 INFO kablam! --> src/arrays/Array256.rs:120:3 Sep 21 04:00:38.328 INFO kablam! | Sep 21 04:00:38.328 INFO kablam! 120 | self.0.iter() Sep 21 04:00:38.328 INFO kablam! | ^^^^^^ Sep 21 04:00:38.328 INFO kablam! | Sep 21 04:00:38.328 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.328 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.328 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.328 INFO kablam! Sep 21 04:00:38.328 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.328 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 21 04:00:38.328 INFO kablam! | Sep 21 04:00:38.328 INFO kablam! 132 | self.0.iter_mut() Sep 21 04:00:38.328 INFO kablam! | ^^^^^^ Sep 21 04:00:38.328 INFO kablam! | Sep 21 04:00:38.328 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.328 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.328 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.328 INFO kablam! Sep 21 04:00:38.328 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.328 INFO kablam! --> src/arrays/Array256.rs:141:4 Sep 21 04:00:38.328 INFO kablam! | Sep 21 04:00:38.328 INFO kablam! 141 | &self.0[..] Sep 21 04:00:38.328 INFO kablam! | ^^^^^^ Sep 21 04:00:38.328 INFO kablam! | Sep 21 04:00:38.328 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.328 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.328 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.328 INFO kablam! Sep 21 04:00:38.328 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.328 INFO kablam! --> src/arrays/Array256.rs:150:8 Sep 21 04:00:38.328 INFO kablam! | Sep 21 04:00:38.328 INFO kablam! 150 | &mut self.0[..] Sep 21 04:00:38.328 INFO kablam! | ^^^^^^ Sep 21 04:00:38.328 INFO kablam! | Sep 21 04:00:38.328 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.328 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.328 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.329 INFO kablam! Sep 21 04:00:38.329 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.329 INFO kablam! --> src/arrays/Array512.rs:44:3 Sep 21 04:00:38.329 INFO kablam! | Sep 21 04:00:38.329 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 21 04:00:38.329 INFO kablam! | ^^^^^^ Sep 21 04:00:38.329 INFO kablam! | Sep 21 04:00:38.329 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.329 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.329 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.329 INFO kablam! Sep 21 04:00:38.329 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.329 INFO kablam! --> src/arrays/Array512.rs:53:3 Sep 21 04:00:38.329 INFO kablam! | Sep 21 04:00:38.329 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.329 INFO kablam! | ^^^^^^ Sep 21 04:00:38.329 INFO kablam! | Sep 21 04:00:38.329 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.329 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.329 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.329 INFO kablam! Sep 21 04:00:38.329 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.329 INFO kablam! --> src/arrays/Array512.rs:53:18 Sep 21 04:00:38.329 INFO kablam! | Sep 21 04:00:38.329 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.329 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.329 INFO kablam! | Sep 21 04:00:38.329 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.329 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.329 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.329 INFO kablam! Sep 21 04:00:38.329 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.329 INFO kablam! --> src/arrays/Array512.rs:66:29 Sep 21 04:00:38.329 INFO kablam! | Sep 21 04:00:38.329 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.329 INFO kablam! | ^^^^^^ Sep 21 04:00:38.329 INFO kablam! | Sep 21 04:00:38.329 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.329 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.329 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.329 INFO kablam! Sep 21 04:00:38.329 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.329 INFO kablam! --> src/arrays/Array512.rs:66:43 Sep 21 04:00:38.329 INFO kablam! | Sep 21 04:00:38.329 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.329 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.329 INFO kablam! | Sep 21 04:00:38.329 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.329 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.329 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.329 INFO kablam! Sep 21 04:00:38.329 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.329 INFO kablam! --> src/arrays/Array512.rs:72:20 Sep 21 04:00:38.329 INFO kablam! | Sep 21 04:00:38.329 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.329 INFO kablam! | ^^^^^^ Sep 21 04:00:38.329 INFO kablam! | Sep 21 04:00:38.329 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.329 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.329 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.329 INFO kablam! Sep 21 04:00:38.329 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.329 INFO kablam! --> src/arrays/Array512.rs:72:34 Sep 21 04:00:38.329 INFO kablam! | Sep 21 04:00:38.329 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.329 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.329 INFO kablam! | Sep 21 04:00:38.329 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.329 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.329 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.329 INFO kablam! Sep 21 04:00:38.329 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.329 INFO kablam! --> src/arrays/Array512.rs:78:20 Sep 21 04:00:38.329 INFO kablam! | Sep 21 04:00:38.329 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.329 INFO kablam! | ^^^^^^ Sep 21 04:00:38.329 INFO kablam! | Sep 21 04:00:38.329 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.329 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.329 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.330 INFO kablam! Sep 21 04:00:38.330 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.330 INFO kablam! --> src/arrays/Array512.rs:78:34 Sep 21 04:00:38.330 INFO kablam! | Sep 21 04:00:38.330 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.330 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.330 INFO kablam! | Sep 21 04:00:38.330 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.330 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.330 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.330 INFO kablam! Sep 21 04:00:38.330 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.330 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 21 04:00:38.330 INFO kablam! | Sep 21 04:00:38.330 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.330 INFO kablam! | ^^^^^^ Sep 21 04:00:38.330 INFO kablam! | Sep 21 04:00:38.330 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.330 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.330 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.330 INFO kablam! Sep 21 04:00:38.330 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.330 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 21 04:00:38.330 INFO kablam! | Sep 21 04:00:38.330 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.330 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.330 INFO kablam! | Sep 21 04:00:38.330 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.330 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.330 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.330 INFO kablam! Sep 21 04:00:38.330 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.330 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 21 04:00:38.330 INFO kablam! | Sep 21 04:00:38.330 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.330 INFO kablam! | ^^^^^^ Sep 21 04:00:38.330 INFO kablam! | Sep 21 04:00:38.330 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.331 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.331 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.331 INFO kablam! Sep 21 04:00:38.331 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.331 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 21 04:00:38.331 INFO kablam! | Sep 21 04:00:38.331 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.331 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.331 INFO kablam! | Sep 21 04:00:38.331 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.331 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.331 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.331 INFO kablam! Sep 21 04:00:38.331 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.331 INFO kablam! --> src/arrays/Array512.rs:99:14 Sep 21 04:00:38.331 INFO kablam! | Sep 21 04:00:38.331 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.331 INFO kablam! | ^^^^^^ Sep 21 04:00:38.331 INFO kablam! | Sep 21 04:00:38.331 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.331 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.331 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.331 INFO kablam! Sep 21 04:00:38.331 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.331 INFO kablam! --> src/arrays/Array512.rs:99:28 Sep 21 04:00:38.331 INFO kablam! | Sep 21 04:00:38.331 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.331 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.331 INFO kablam! | Sep 21 04:00:38.331 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.331 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.331 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.331 INFO kablam! Sep 21 04:00:38.331 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.331 INFO kablam! --> src/arrays/Array512.rs:108:15 Sep 21 04:00:38.331 INFO kablam! | Sep 21 04:00:38.331 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.331 INFO kablam! | ^^^^^^ Sep 21 04:00:38.331 INFO kablam! | Sep 21 04:00:38.331 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.331 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.331 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.331 INFO kablam! Sep 21 04:00:38.331 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.331 INFO kablam! --> src/arrays/Array512.rs:120:3 Sep 21 04:00:38.331 INFO kablam! | Sep 21 04:00:38.331 INFO kablam! 120 | self.0.iter() Sep 21 04:00:38.331 INFO kablam! | ^^^^^^ Sep 21 04:00:38.331 INFO kablam! | Sep 21 04:00:38.331 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.331 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.331 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.331 INFO kablam! Sep 21 04:00:38.331 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.331 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 21 04:00:38.331 INFO kablam! | Sep 21 04:00:38.331 INFO kablam! 132 | self.0.iter_mut() Sep 21 04:00:38.332 INFO kablam! | ^^^^^^ Sep 21 04:00:38.332 INFO kablam! | Sep 21 04:00:38.332 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.332 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.332 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.332 INFO kablam! Sep 21 04:00:38.332 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.332 INFO kablam! --> src/arrays/Array512.rs:141:4 Sep 21 04:00:38.332 INFO kablam! | Sep 21 04:00:38.332 INFO kablam! 141 | &self.0[..] Sep 21 04:00:38.332 INFO kablam! | ^^^^^^ Sep 21 04:00:38.332 INFO kablam! | Sep 21 04:00:38.332 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.332 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.332 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.332 INFO kablam! Sep 21 04:00:38.332 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.332 INFO kablam! --> src/arrays/Array512.rs:150:8 Sep 21 04:00:38.332 INFO kablam! | Sep 21 04:00:38.332 INFO kablam! 150 | &mut self.0[..] Sep 21 04:00:38.332 INFO kablam! | ^^^^^^ Sep 21 04:00:38.332 INFO kablam! | Sep 21 04:00:38.332 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.332 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.332 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.332 INFO kablam! Sep 21 04:00:38.332 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.332 INFO kablam! --> src/arrays/Array1024.rs:44:3 Sep 21 04:00:38.332 INFO kablam! | Sep 21 04:00:38.332 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 21 04:00:38.332 INFO kablam! | ^^^^^^ Sep 21 04:00:38.332 INFO kablam! | Sep 21 04:00:38.332 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.332 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.332 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.332 INFO kablam! Sep 21 04:00:38.332 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.332 INFO kablam! --> src/arrays/Array1024.rs:53:3 Sep 21 04:00:38.332 INFO kablam! | Sep 21 04:00:38.332 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.332 INFO kablam! | ^^^^^^ Sep 21 04:00:38.332 INFO kablam! | Sep 21 04:00:38.333 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.333 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.333 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.333 INFO kablam! Sep 21 04:00:38.333 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.333 INFO kablam! --> src/arrays/Array1024.rs:53:18 Sep 21 04:00:38.333 INFO kablam! | Sep 21 04:00:38.333 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.333 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.333 INFO kablam! | Sep 21 04:00:38.333 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.333 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.333 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.333 INFO kablam! Sep 21 04:00:38.333 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.333 INFO kablam! --> src/arrays/Array1024.rs:66:29 Sep 21 04:00:38.333 INFO kablam! | Sep 21 04:00:38.333 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.333 INFO kablam! | ^^^^^^ Sep 21 04:00:38.333 INFO kablam! | Sep 21 04:00:38.333 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.333 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.333 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.333 INFO kablam! Sep 21 04:00:38.333 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.333 INFO kablam! --> src/arrays/Array1024.rs:66:43 Sep 21 04:00:38.333 INFO kablam! | Sep 21 04:00:38.333 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.333 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.333 INFO kablam! | Sep 21 04:00:38.333 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.333 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.333 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.333 INFO kablam! Sep 21 04:00:38.333 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.333 INFO kablam! --> src/arrays/Array1024.rs:72:20 Sep 21 04:00:38.333 INFO kablam! | Sep 21 04:00:38.333 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.333 INFO kablam! | ^^^^^^ Sep 21 04:00:38.333 INFO kablam! | Sep 21 04:00:38.333 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.333 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.333 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.333 INFO kablam! Sep 21 04:00:38.333 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.334 INFO kablam! --> src/arrays/Array1024.rs:72:34 Sep 21 04:00:38.334 INFO kablam! | Sep 21 04:00:38.334 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.334 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.334 INFO kablam! | Sep 21 04:00:38.334 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.334 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.334 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.334 INFO kablam! Sep 21 04:00:38.334 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.334 INFO kablam! --> src/arrays/Array1024.rs:78:20 Sep 21 04:00:38.334 INFO kablam! | Sep 21 04:00:38.334 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.334 INFO kablam! | ^^^^^^ Sep 21 04:00:38.334 INFO kablam! | Sep 21 04:00:38.334 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.334 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.334 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.334 INFO kablam! Sep 21 04:00:38.334 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.334 INFO kablam! --> src/arrays/Array1024.rs:78:34 Sep 21 04:00:38.334 INFO kablam! | Sep 21 04:00:38.334 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.334 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.334 INFO kablam! | Sep 21 04:00:38.334 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.334 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.334 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.334 INFO kablam! Sep 21 04:00:38.334 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.334 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 21 04:00:38.334 INFO kablam! | Sep 21 04:00:38.334 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.334 INFO kablam! | ^^^^^^ Sep 21 04:00:38.334 INFO kablam! | Sep 21 04:00:38.334 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.334 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.334 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.334 INFO kablam! Sep 21 04:00:38.334 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.334 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 21 04:00:38.334 INFO kablam! | Sep 21 04:00:38.334 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.334 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.334 INFO kablam! | Sep 21 04:00:38.334 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.334 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.335 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.335 INFO kablam! Sep 21 04:00:38.335 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.335 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 21 04:00:38.335 INFO kablam! | Sep 21 04:00:38.335 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.335 INFO kablam! | ^^^^^^ Sep 21 04:00:38.335 INFO kablam! | Sep 21 04:00:38.335 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.335 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.335 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.335 INFO kablam! Sep 21 04:00:38.335 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.335 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 21 04:00:38.335 INFO kablam! | Sep 21 04:00:38.335 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.335 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.335 INFO kablam! | Sep 21 04:00:38.335 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.335 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.335 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.335 INFO kablam! Sep 21 04:00:38.335 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.335 INFO kablam! --> src/arrays/Array1024.rs:99:14 Sep 21 04:00:38.335 INFO kablam! | Sep 21 04:00:38.335 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.335 INFO kablam! | ^^^^^^ Sep 21 04:00:38.335 INFO kablam! | Sep 21 04:00:38.335 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.335 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.335 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.335 INFO kablam! Sep 21 04:00:38.335 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.335 INFO kablam! --> src/arrays/Array1024.rs:99:28 Sep 21 04:00:38.335 INFO kablam! | Sep 21 04:00:38.335 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.335 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.335 INFO kablam! | Sep 21 04:00:38.335 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.335 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.335 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.335 INFO kablam! Sep 21 04:00:38.335 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.335 INFO kablam! --> src/arrays/Array1024.rs:108:15 Sep 21 04:00:38.336 INFO kablam! | Sep 21 04:00:38.336 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.336 INFO kablam! | ^^^^^^ Sep 21 04:00:38.336 INFO kablam! | Sep 21 04:00:38.336 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.336 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.336 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.336 INFO kablam! Sep 21 04:00:38.336 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.336 INFO kablam! --> src/arrays/Array1024.rs:120:3 Sep 21 04:00:38.336 INFO kablam! | Sep 21 04:00:38.336 INFO kablam! 120 | self.0.iter() Sep 21 04:00:38.336 INFO kablam! | ^^^^^^ Sep 21 04:00:38.336 INFO kablam! | Sep 21 04:00:38.336 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.336 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.336 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.336 INFO kablam! Sep 21 04:00:38.336 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.336 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 21 04:00:38.336 INFO kablam! | Sep 21 04:00:38.336 INFO kablam! 132 | self.0.iter_mut() Sep 21 04:00:38.336 INFO kablam! | ^^^^^^ Sep 21 04:00:38.336 INFO kablam! | Sep 21 04:00:38.336 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.336 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.336 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.336 INFO kablam! Sep 21 04:00:38.336 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.336 INFO kablam! --> src/arrays/Array1024.rs:141:4 Sep 21 04:00:38.336 INFO kablam! | Sep 21 04:00:38.336 INFO kablam! 141 | &self.0[..] Sep 21 04:00:38.336 INFO kablam! | ^^^^^^ Sep 21 04:00:38.336 INFO kablam! | Sep 21 04:00:38.336 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.336 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.336 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.336 INFO kablam! Sep 21 04:00:38.337 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.337 INFO kablam! --> src/arrays/Array1024.rs:150:8 Sep 21 04:00:38.337 INFO kablam! | Sep 21 04:00:38.337 INFO kablam! 150 | &mut self.0[..] Sep 21 04:00:38.337 INFO kablam! | ^^^^^^ Sep 21 04:00:38.337 INFO kablam! | Sep 21 04:00:38.337 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.337 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.337 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.337 INFO kablam! Sep 21 04:00:38.337 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 21 04:00:38.337 INFO kablam! --> src/lib.rs:8:12 Sep 21 04:00:38.337 INFO kablam! | Sep 21 04:00:38.337 INFO kablam! 8 | #![feature(associated_consts)] Sep 21 04:00:38.337 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 04:00:38.337 INFO kablam! | Sep 21 04:00:38.337 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 04:00:38.337 INFO kablam! Sep 21 04:00:38.369 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.89s Sep 21 04:00:38.372 INFO kablam! su: No module specific data is present Sep 21 04:00:39.047 INFO running `"docker" "rm" "-f" "673de5c818d6bbe7c7ab8691bf99f275a099e2a62d3aa31677326f171bd5733a"` Sep 21 04:00:39.159 INFO blam! 673de5c818d6bbe7c7ab8691bf99f275a099e2a62d3aa31677326f171bd5733a