Sep 02 01:34:45.393 INFO checking rust-extra-0.0.13 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 01:34:45.393 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 01:34:45.393 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 01:34:45.561 INFO blam! df35e30f568fade41ee12302106ad47b14987e74f2004e11ce1bd8ebeb7b917a Sep 02 01:34:45.563 INFO running `"docker" "start" "-a" "df35e30f568fade41ee12302106ad47b14987e74f2004e11ce1bd8ebeb7b917a"` Sep 02 01:34:46.239 INFO kablam! Checking rust-extra v0.0.13 (file:///source) Sep 02 01:34:46.720 INFO kablam! warning: unused macro definition Sep 02 01:34:46.720 INFO kablam! --> src/do_while_loop.rs:5:1 Sep 02 01:34:46.720 INFO kablam! | Sep 02 01:34:46.720 INFO kablam! 5 | / macro_rules! do_while_loop Sep 02 01:34:46.720 INFO kablam! 6 | | { Sep 02 01:34:46.720 INFO kablam! 7 | | ( Sep 02 01:34:46.720 INFO kablam! 8 | | do Sep 02 01:34:46.720 INFO kablam! ... | Sep 02 01:34:46.720 INFO kablam! 21 | | }; Sep 02 01:34:46.720 INFO kablam! 22 | | } Sep 02 01:34:46.720 INFO kablam! | |_^ Sep 02 01:34:46.720 INFO kablam! | Sep 02 01:34:46.721 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 02 01:34:46.721 INFO kablam! Sep 02 01:34:46.808 INFO kablam! warning: unused macro definition Sep 02 01:34:46.808 INFO kablam! --> src/do_while_loop.rs:5:1 Sep 02 01:34:46.808 INFO kablam! | Sep 02 01:34:46.808 INFO kablam! 5 | / macro_rules! do_while_loop Sep 02 01:34:46.808 INFO kablam! 6 | | { Sep 02 01:34:46.808 INFO kablam! 7 | | ( Sep 02 01:34:46.808 INFO kablam! 8 | | do Sep 02 01:34:46.808 INFO kablam! ... | Sep 02 01:34:46.808 INFO kablam! 21 | | }; Sep 02 01:34:46.808 INFO kablam! 22 | | } Sep 02 01:34:46.808 INFO kablam! | |_^ Sep 02 01:34:46.808 INFO kablam! | Sep 02 01:34:46.808 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 02 01:34:46.808 INFO kablam! Sep 02 01:34:48.219 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.219 INFO kablam! --> src/arrays/Array40.rs:44:3 Sep 02 01:34:48.219 INFO kablam! | Sep 02 01:34:48.219 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.219 INFO kablam! | ^^^^^^ Sep 02 01:34:48.219 INFO kablam! | Sep 02 01:34:48.219 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 02 01:34:48.219 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.219 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.219 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.219 INFO kablam! Sep 02 01:34:48.219 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.219 INFO kablam! --> src/arrays/Array40.rs:53:3 Sep 02 01:34:48.219 INFO kablam! | Sep 02 01:34:48.219 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.219 INFO kablam! | ^^^^^^ Sep 02 01:34:48.220 INFO kablam! | Sep 02 01:34:48.220 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.220 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.220 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.220 INFO kablam! Sep 02 01:34:48.220 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.220 INFO kablam! --> src/arrays/Array40.rs:53:18 Sep 02 01:34:48.220 INFO kablam! | Sep 02 01:34:48.220 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.220 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.220 INFO kablam! | Sep 02 01:34:48.220 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.220 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.220 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.220 INFO kablam! Sep 02 01:34:48.220 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.220 INFO kablam! --> src/arrays/Array40.rs:66:29 Sep 02 01:34:48.220 INFO kablam! | Sep 02 01:34:48.221 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.221 INFO kablam! | ^^^^^^ Sep 02 01:34:48.221 INFO kablam! | Sep 02 01:34:48.221 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.221 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.221 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.221 INFO kablam! Sep 02 01:34:48.221 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.221 INFO kablam! --> src/arrays/Array40.rs:66:43 Sep 02 01:34:48.221 INFO kablam! | Sep 02 01:34:48.221 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.221 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.221 INFO kablam! | Sep 02 01:34:48.221 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.221 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.221 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.221 INFO kablam! Sep 02 01:34:48.222 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.222 INFO kablam! --> src/arrays/Array40.rs:72:20 Sep 02 01:34:48.222 INFO kablam! | Sep 02 01:34:48.222 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.222 INFO kablam! | ^^^^^^ Sep 02 01:34:48.222 INFO kablam! | Sep 02 01:34:48.222 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.222 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.222 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.222 INFO kablam! Sep 02 01:34:48.222 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.222 INFO kablam! --> src/arrays/Array40.rs:72:34 Sep 02 01:34:48.222 INFO kablam! | Sep 02 01:34:48.222 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.222 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.222 INFO kablam! | Sep 02 01:34:48.222 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.222 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.222 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.222 INFO kablam! Sep 02 01:34:48.223 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.223 INFO kablam! --> src/arrays/Array40.rs:78:20 Sep 02 01:34:48.223 INFO kablam! | Sep 02 01:34:48.223 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.223 INFO kablam! | ^^^^^^ Sep 02 01:34:48.223 INFO kablam! | Sep 02 01:34:48.223 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.223 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.223 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.223 INFO kablam! Sep 02 01:34:48.223 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.223 INFO kablam! --> src/arrays/Array40.rs:78:34 Sep 02 01:34:48.223 INFO kablam! | Sep 02 01:34:48.223 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.223 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.223 INFO kablam! | Sep 02 01:34:48.223 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.224 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.224 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.224 INFO kablam! Sep 02 01:34:48.224 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.224 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 02 01:34:48.224 INFO kablam! | Sep 02 01:34:48.224 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.224 INFO kablam! | ^^^^^^ Sep 02 01:34:48.225 INFO kablam! | Sep 02 01:34:48.225 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.225 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.225 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.225 INFO kablam! Sep 02 01:34:48.225 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.225 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 02 01:34:48.225 INFO kablam! | Sep 02 01:34:48.225 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.225 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.225 INFO kablam! | Sep 02 01:34:48.225 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.225 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.226 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.226 INFO kablam! Sep 02 01:34:48.226 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.226 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 02 01:34:48.226 INFO kablam! | Sep 02 01:34:48.226 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.226 INFO kablam! | ^^^^^^ Sep 02 01:34:48.226 INFO kablam! | Sep 02 01:34:48.226 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.226 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.227 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.227 INFO kablam! Sep 02 01:34:48.227 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.227 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 02 01:34:48.227 INFO kablam! | Sep 02 01:34:48.227 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.227 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.227 INFO kablam! | Sep 02 01:34:48.227 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.227 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.227 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.227 INFO kablam! Sep 02 01:34:48.227 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.228 INFO kablam! --> src/arrays/Array40.rs:99:14 Sep 02 01:34:48.228 INFO kablam! | Sep 02 01:34:48.228 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.228 INFO kablam! | ^^^^^^ Sep 02 01:34:48.228 INFO kablam! | Sep 02 01:34:48.228 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.228 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.228 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.228 INFO kablam! Sep 02 01:34:48.228 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.228 INFO kablam! --> src/arrays/Array40.rs:99:28 Sep 02 01:34:48.228 INFO kablam! | Sep 02 01:34:48.229 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.229 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.229 INFO kablam! | Sep 02 01:34:48.229 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.229 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.229 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.229 INFO kablam! Sep 02 01:34:48.229 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.229 INFO kablam! --> src/arrays/Array40.rs:108:15 Sep 02 01:34:48.229 INFO kablam! | Sep 02 01:34:48.229 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.229 INFO kablam! | ^^^^^^ Sep 02 01:34:48.229 INFO kablam! | Sep 02 01:34:48.230 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.230 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.230 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.230 INFO kablam! Sep 02 01:34:48.230 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.230 INFO kablam! --> src/arrays/Array40.rs:120:3 Sep 02 01:34:48.230 INFO kablam! | Sep 02 01:34:48.230 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.230 INFO kablam! | ^^^^^^ Sep 02 01:34:48.230 INFO kablam! | Sep 02 01:34:48.230 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.230 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.230 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.230 INFO kablam! Sep 02 01:34:48.231 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.231 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 02 01:34:48.231 INFO kablam! | Sep 02 01:34:48.231 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.231 INFO kablam! | ^^^^^^ Sep 02 01:34:48.231 INFO kablam! | Sep 02 01:34:48.231 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.232 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.232 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.233 INFO kablam! Sep 02 01:34:48.233 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.234 INFO kablam! --> src/arrays/Array40.rs:141:4 Sep 02 01:34:48.234 INFO kablam! | Sep 02 01:34:48.235 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.235 INFO kablam! | ^^^^^^ Sep 02 01:34:48.236 INFO kablam! | Sep 02 01:34:48.236 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.236 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.236 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.236 INFO kablam! Sep 02 01:34:48.236 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.237 INFO kablam! --> src/arrays/Array40.rs:150:8 Sep 02 01:34:48.239 INFO kablam! | Sep 02 01:34:48.242 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.242 INFO kablam! | ^^^^^^ Sep 02 01:34:48.242 INFO kablam! | Sep 02 01:34:48.242 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.243 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.243 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.244 INFO kablam! Sep 02 01:34:48.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.245 INFO kablam! --> src/arrays/Array52.rs:44:3 Sep 02 01:34:48.245 INFO kablam! | Sep 02 01:34:48.245 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.246 INFO kablam! | ^^^^^^ Sep 02 01:34:48.246 INFO kablam! | Sep 02 01:34:48.246 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.246 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.247 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.247 INFO kablam! Sep 02 01:34:48.247 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.247 INFO kablam! --> src/arrays/Array52.rs:53:3 Sep 02 01:34:48.247 INFO kablam! | Sep 02 01:34:48.248 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.248 INFO kablam! | ^^^^^^ Sep 02 01:34:48.248 INFO kablam! | Sep 02 01:34:48.248 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.248 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.248 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.249 INFO kablam! Sep 02 01:34:48.249 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.250 INFO kablam! --> src/arrays/Array52.rs:53:18 Sep 02 01:34:48.250 INFO kablam! | Sep 02 01:34:48.250 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.250 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.251 INFO kablam! | Sep 02 01:34:48.251 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.251 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.251 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.251 INFO kablam! Sep 02 01:34:48.251 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.253 INFO kablam! --> src/arrays/Array52.rs:66:29 Sep 02 01:34:48.253 INFO kablam! | Sep 02 01:34:48.253 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.253 INFO kablam! | ^^^^^^ Sep 02 01:34:48.253 INFO kablam! | Sep 02 01:34:48.253 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.253 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.253 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.253 INFO kablam! Sep 02 01:34:48.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.254 INFO kablam! --> src/arrays/Array52.rs:66:43 Sep 02 01:34:48.254 INFO kablam! | Sep 02 01:34:48.254 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.254 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.254 INFO kablam! | Sep 02 01:34:48.254 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.254 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.254 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.254 INFO kablam! Sep 02 01:34:48.254 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.254 INFO kablam! --> src/arrays/Array52.rs:72:20 Sep 02 01:34:48.254 INFO kablam! | Sep 02 01:34:48.254 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.254 INFO kablam! | ^^^^^^ Sep 02 01:34:48.254 INFO kablam! | Sep 02 01:34:48.254 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.254 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.254 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.254 INFO kablam! Sep 02 01:34:48.254 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.254 INFO kablam! --> src/arrays/Array52.rs:72:34 Sep 02 01:34:48.255 INFO kablam! | Sep 02 01:34:48.255 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.255 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.255 INFO kablam! | Sep 02 01:34:48.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.255 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.255 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.255 INFO kablam! Sep 02 01:34:48.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.255 INFO kablam! --> src/arrays/Array52.rs:78:20 Sep 02 01:34:48.255 INFO kablam! | Sep 02 01:34:48.255 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.255 INFO kablam! | ^^^^^^ Sep 02 01:34:48.255 INFO kablam! | Sep 02 01:34:48.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.255 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.255 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.255 INFO kablam! Sep 02 01:34:48.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.255 INFO kablam! --> src/arrays/Array52.rs:78:34 Sep 02 01:34:48.255 INFO kablam! | Sep 02 01:34:48.256 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.256 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.256 INFO kablam! | Sep 02 01:34:48.256 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.256 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.256 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.256 INFO kablam! Sep 02 01:34:48.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.256 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 02 01:34:48.256 INFO kablam! | Sep 02 01:34:48.256 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.256 INFO kablam! | ^^^^^^ Sep 02 01:34:48.256 INFO kablam! | Sep 02 01:34:48.256 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.256 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.256 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.256 INFO kablam! Sep 02 01:34:48.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.256 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 02 01:34:48.256 INFO kablam! | Sep 02 01:34:48.256 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.256 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.257 INFO kablam! | Sep 02 01:34:48.257 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.257 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.257 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.257 INFO kablam! Sep 02 01:34:48.257 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.257 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 02 01:34:48.257 INFO kablam! | Sep 02 01:34:48.257 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.257 INFO kablam! | ^^^^^^ Sep 02 01:34:48.257 INFO kablam! | Sep 02 01:34:48.257 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.257 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.257 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.257 INFO kablam! Sep 02 01:34:48.257 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.257 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 02 01:34:48.257 INFO kablam! | Sep 02 01:34:48.257 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.257 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.258 INFO kablam! | Sep 02 01:34:48.258 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.258 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.258 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.258 INFO kablam! Sep 02 01:34:48.258 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.258 INFO kablam! --> src/arrays/Array52.rs:99:14 Sep 02 01:34:48.258 INFO kablam! | Sep 02 01:34:48.258 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.258 INFO kablam! | ^^^^^^ Sep 02 01:34:48.258 INFO kablam! | Sep 02 01:34:48.258 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.258 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.258 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.258 INFO kablam! Sep 02 01:34:48.258 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.258 INFO kablam! --> src/arrays/Array52.rs:99:28 Sep 02 01:34:48.258 INFO kablam! | Sep 02 01:34:48.258 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.258 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.259 INFO kablam! | Sep 02 01:34:48.259 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.259 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.259 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.259 INFO kablam! Sep 02 01:34:48.259 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.259 INFO kablam! --> src/arrays/Array52.rs:108:15 Sep 02 01:34:48.259 INFO kablam! | Sep 02 01:34:48.259 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.259 INFO kablam! | ^^^^^^ Sep 02 01:34:48.259 INFO kablam! | Sep 02 01:34:48.259 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.259 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.259 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.259 INFO kablam! Sep 02 01:34:48.259 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.259 INFO kablam! --> src/arrays/Array52.rs:120:3 Sep 02 01:34:48.259 INFO kablam! | Sep 02 01:34:48.259 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.259 INFO kablam! | ^^^^^^ Sep 02 01:34:48.259 INFO kablam! | Sep 02 01:34:48.259 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.260 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.260 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.260 INFO kablam! Sep 02 01:34:48.260 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.260 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 02 01:34:48.260 INFO kablam! | Sep 02 01:34:48.260 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.260 INFO kablam! | ^^^^^^ Sep 02 01:34:48.260 INFO kablam! | Sep 02 01:34:48.260 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.260 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.260 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.260 INFO kablam! Sep 02 01:34:48.260 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.260 INFO kablam! --> src/arrays/Array52.rs:141:4 Sep 02 01:34:48.260 INFO kablam! | Sep 02 01:34:48.260 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.260 INFO kablam! | ^^^^^^ Sep 02 01:34:48.260 INFO kablam! | Sep 02 01:34:48.260 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.260 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.261 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.261 INFO kablam! Sep 02 01:34:48.261 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.261 INFO kablam! --> src/arrays/Array52.rs:150:8 Sep 02 01:34:48.261 INFO kablam! | Sep 02 01:34:48.261 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.261 INFO kablam! | ^^^^^^ Sep 02 01:34:48.261 INFO kablam! | Sep 02 01:34:48.261 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.261 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.261 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.261 INFO kablam! Sep 02 01:34:48.261 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.261 INFO kablam! --> src/arrays/Array64.rs:44:3 Sep 02 01:34:48.261 INFO kablam! | Sep 02 01:34:48.261 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.261 INFO kablam! | ^^^^^^ Sep 02 01:34:48.261 INFO kablam! | Sep 02 01:34:48.261 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.261 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.261 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.262 INFO kablam! Sep 02 01:34:48.262 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.262 INFO kablam! --> src/arrays/Array64.rs:53:3 Sep 02 01:34:48.262 INFO kablam! | Sep 02 01:34:48.262 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.262 INFO kablam! | ^^^^^^ Sep 02 01:34:48.262 INFO kablam! | Sep 02 01:34:48.262 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.262 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.262 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.262 INFO kablam! Sep 02 01:34:48.262 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.262 INFO kablam! --> src/arrays/Array64.rs:53:18 Sep 02 01:34:48.262 INFO kablam! | Sep 02 01:34:48.262 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.262 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.262 INFO kablam! | Sep 02 01:34:48.262 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.262 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.262 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.263 INFO kablam! Sep 02 01:34:48.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.263 INFO kablam! --> src/arrays/Array64.rs:66:29 Sep 02 01:34:48.263 INFO kablam! | Sep 02 01:34:48.263 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.263 INFO kablam! | ^^^^^^ Sep 02 01:34:48.263 INFO kablam! | Sep 02 01:34:48.263 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.263 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.263 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.263 INFO kablam! Sep 02 01:34:48.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.263 INFO kablam! --> src/arrays/Array64.rs:66:43 Sep 02 01:34:48.263 INFO kablam! | Sep 02 01:34:48.263 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.263 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.263 INFO kablam! | Sep 02 01:34:48.263 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.263 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.263 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.263 INFO kablam! Sep 02 01:34:48.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.263 INFO kablam! --> src/arrays/Array64.rs:72:20 Sep 02 01:34:48.264 INFO kablam! | Sep 02 01:34:48.264 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.264 INFO kablam! | ^^^^^^ Sep 02 01:34:48.264 INFO kablam! | Sep 02 01:34:48.264 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.264 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.264 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.264 INFO kablam! Sep 02 01:34:48.264 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.264 INFO kablam! --> src/arrays/Array64.rs:72:34 Sep 02 01:34:48.264 INFO kablam! | Sep 02 01:34:48.264 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.264 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.264 INFO kablam! | Sep 02 01:34:48.264 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.264 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.264 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.264 INFO kablam! Sep 02 01:34:48.264 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.264 INFO kablam! --> src/arrays/Array64.rs:78:20 Sep 02 01:34:48.264 INFO kablam! | Sep 02 01:34:48.264 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.265 INFO kablam! | ^^^^^^ Sep 02 01:34:48.265 INFO kablam! | Sep 02 01:34:48.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.265 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.265 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.265 INFO kablam! Sep 02 01:34:48.265 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.265 INFO kablam! --> src/arrays/Array64.rs:78:34 Sep 02 01:34:48.265 INFO kablam! | Sep 02 01:34:48.265 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.265 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.265 INFO kablam! | Sep 02 01:34:48.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.265 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.265 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.265 INFO kablam! Sep 02 01:34:48.265 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.265 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 02 01:34:48.265 INFO kablam! | Sep 02 01:34:48.265 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.266 INFO kablam! | ^^^^^^ Sep 02 01:34:48.266 INFO kablam! | Sep 02 01:34:48.266 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.266 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.266 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.266 INFO kablam! Sep 02 01:34:48.266 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.266 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 02 01:34:48.266 INFO kablam! | Sep 02 01:34:48.266 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.266 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.266 INFO kablam! | Sep 02 01:34:48.266 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.266 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.266 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.266 INFO kablam! Sep 02 01:34:48.266 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.266 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 02 01:34:48.270 INFO kablam! | Sep 02 01:34:48.271 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.271 INFO kablam! | ^^^^^^ Sep 02 01:34:48.271 INFO kablam! | Sep 02 01:34:48.271 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.271 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.271 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.271 INFO kablam! Sep 02 01:34:48.271 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.271 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 02 01:34:48.271 INFO kablam! | Sep 02 01:34:48.271 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.271 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.272 INFO kablam! | Sep 02 01:34:48.272 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.272 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.272 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.272 INFO kablam! Sep 02 01:34:48.272 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.272 INFO kablam! --> src/arrays/Array64.rs:99:14 Sep 02 01:34:48.272 INFO kablam! | Sep 02 01:34:48.272 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.272 INFO kablam! | ^^^^^^ Sep 02 01:34:48.272 INFO kablam! | Sep 02 01:34:48.272 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.272 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.272 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.272 INFO kablam! Sep 02 01:34:48.272 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.273 INFO kablam! --> src/arrays/Array64.rs:99:28 Sep 02 01:34:48.273 INFO kablam! | Sep 02 01:34:48.273 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.273 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.273 INFO kablam! | Sep 02 01:34:48.273 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.273 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.273 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.273 INFO kablam! Sep 02 01:34:48.273 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.273 INFO kablam! --> src/arrays/Array64.rs:108:15 Sep 02 01:34:48.273 INFO kablam! | Sep 02 01:34:48.273 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.273 INFO kablam! | ^^^^^^ Sep 02 01:34:48.273 INFO kablam! | Sep 02 01:34:48.273 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.273 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.274 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.274 INFO kablam! Sep 02 01:34:48.274 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.274 INFO kablam! --> src/arrays/Array64.rs:120:3 Sep 02 01:34:48.274 INFO kablam! | Sep 02 01:34:48.274 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.274 INFO kablam! | ^^^^^^ Sep 02 01:34:48.274 INFO kablam! | Sep 02 01:34:48.274 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.274 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.275 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.275 INFO kablam! Sep 02 01:34:48.275 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.275 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 02 01:34:48.275 INFO kablam! | Sep 02 01:34:48.275 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.275 INFO kablam! | ^^^^^^ Sep 02 01:34:48.275 INFO kablam! | Sep 02 01:34:48.275 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.275 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.275 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.275 INFO kablam! Sep 02 01:34:48.275 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.275 INFO kablam! --> src/arrays/Array64.rs:141:4 Sep 02 01:34:48.275 INFO kablam! | Sep 02 01:34:48.275 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.275 INFO kablam! | ^^^^^^ Sep 02 01:34:48.276 INFO kablam! | Sep 02 01:34:48.276 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.276 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.276 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.276 INFO kablam! Sep 02 01:34:48.276 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.276 INFO kablam! --> src/arrays/Array64.rs:150:8 Sep 02 01:34:48.276 INFO kablam! | Sep 02 01:34:48.276 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.276 INFO kablam! | ^^^^^^ Sep 02 01:34:48.276 INFO kablam! | Sep 02 01:34:48.276 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.276 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.276 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.276 INFO kablam! Sep 02 01:34:48.280 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.280 INFO kablam! --> src/arrays/Array128.rs:44:3 Sep 02 01:34:48.280 INFO kablam! | Sep 02 01:34:48.280 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.280 INFO kablam! | ^^^^^^ Sep 02 01:34:48.280 INFO kablam! | Sep 02 01:34:48.280 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.280 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.280 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.280 INFO kablam! Sep 02 01:34:48.280 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.280 INFO kablam! --> src/arrays/Array128.rs:53:3 Sep 02 01:34:48.280 INFO kablam! | Sep 02 01:34:48.280 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.280 INFO kablam! | ^^^^^^ Sep 02 01:34:48.280 INFO kablam! | Sep 02 01:34:48.280 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.281 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.281 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.281 INFO kablam! Sep 02 01:34:48.281 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.281 INFO kablam! --> src/arrays/Array128.rs:53:18 Sep 02 01:34:48.281 INFO kablam! | Sep 02 01:34:48.281 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.281 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.281 INFO kablam! | Sep 02 01:34:48.281 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.281 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.281 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.281 INFO kablam! Sep 02 01:34:48.281 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.281 INFO kablam! --> src/arrays/Array128.rs:66:29 Sep 02 01:34:48.281 INFO kablam! | Sep 02 01:34:48.281 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.281 INFO kablam! | ^^^^^^ Sep 02 01:34:48.281 INFO kablam! | Sep 02 01:34:48.281 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.281 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.281 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.281 INFO kablam! Sep 02 01:34:48.281 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.281 INFO kablam! --> src/arrays/Array128.rs:66:43 Sep 02 01:34:48.282 INFO kablam! | Sep 02 01:34:48.282 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.282 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.282 INFO kablam! | Sep 02 01:34:48.282 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.282 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.282 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.282 INFO kablam! Sep 02 01:34:48.282 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.282 INFO kablam! --> src/arrays/Array128.rs:72:20 Sep 02 01:34:48.282 INFO kablam! | Sep 02 01:34:48.282 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.282 INFO kablam! | ^^^^^^ Sep 02 01:34:48.282 INFO kablam! | Sep 02 01:34:48.282 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.282 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.282 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.282 INFO kablam! Sep 02 01:34:48.282 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.282 INFO kablam! --> src/arrays/Array128.rs:72:34 Sep 02 01:34:48.282 INFO kablam! | Sep 02 01:34:48.282 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.283 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.283 INFO kablam! | Sep 02 01:34:48.283 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.283 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.283 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.283 INFO kablam! Sep 02 01:34:48.283 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.283 INFO kablam! --> src/arrays/Array128.rs:78:20 Sep 02 01:34:48.283 INFO kablam! | Sep 02 01:34:48.283 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.283 INFO kablam! | ^^^^^^ Sep 02 01:34:48.283 INFO kablam! | Sep 02 01:34:48.283 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.283 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.283 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.283 INFO kablam! Sep 02 01:34:48.283 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.283 INFO kablam! --> src/arrays/Array128.rs:78:34 Sep 02 01:34:48.283 INFO kablam! | Sep 02 01:34:48.283 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.283 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.284 INFO kablam! | Sep 02 01:34:48.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.284 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.284 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.284 INFO kablam! Sep 02 01:34:48.284 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.284 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 02 01:34:48.284 INFO kablam! | Sep 02 01:34:48.284 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.284 INFO kablam! | ^^^^^^ Sep 02 01:34:48.284 INFO kablam! | Sep 02 01:34:48.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.284 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.284 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.284 INFO kablam! Sep 02 01:34:48.284 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.284 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 02 01:34:48.284 INFO kablam! | Sep 02 01:34:48.284 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.284 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.284 INFO kablam! | Sep 02 01:34:48.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.284 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.284 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.285 INFO kablam! Sep 02 01:34:48.285 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.285 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 02 01:34:48.285 INFO kablam! | Sep 02 01:34:48.285 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.285 INFO kablam! | ^^^^^^ Sep 02 01:34:48.285 INFO kablam! | Sep 02 01:34:48.285 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.285 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.285 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.285 INFO kablam! Sep 02 01:34:48.285 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.285 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 02 01:34:48.285 INFO kablam! | Sep 02 01:34:48.285 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.285 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.285 INFO kablam! | Sep 02 01:34:48.285 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.285 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.285 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.285 INFO kablam! Sep 02 01:34:48.285 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.285 INFO kablam! --> src/arrays/Array128.rs:99:14 Sep 02 01:34:48.285 INFO kablam! | Sep 02 01:34:48.285 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.286 INFO kablam! | ^^^^^^ Sep 02 01:34:48.286 INFO kablam! | Sep 02 01:34:48.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.286 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.286 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.286 INFO kablam! Sep 02 01:34:48.286 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.286 INFO kablam! --> src/arrays/Array128.rs:99:28 Sep 02 01:34:48.286 INFO kablam! | Sep 02 01:34:48.286 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.286 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.286 INFO kablam! | Sep 02 01:34:48.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.286 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.286 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.286 INFO kablam! Sep 02 01:34:48.286 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.286 INFO kablam! --> src/arrays/Array128.rs:108:15 Sep 02 01:34:48.286 INFO kablam! | Sep 02 01:34:48.286 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.286 INFO kablam! | ^^^^^^ Sep 02 01:34:48.286 INFO kablam! | Sep 02 01:34:48.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.286 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.287 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.287 INFO kablam! Sep 02 01:34:48.287 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.287 INFO kablam! --> src/arrays/Array128.rs:120:3 Sep 02 01:34:48.287 INFO kablam! | Sep 02 01:34:48.287 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.287 INFO kablam! | ^^^^^^ Sep 02 01:34:48.287 INFO kablam! | Sep 02 01:34:48.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.287 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.287 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.287 INFO kablam! Sep 02 01:34:48.287 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.287 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 02 01:34:48.287 INFO kablam! | Sep 02 01:34:48.287 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.287 INFO kablam! | ^^^^^^ Sep 02 01:34:48.287 INFO kablam! | Sep 02 01:34:48.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.287 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.287 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.287 INFO kablam! Sep 02 01:34:48.287 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.289 INFO kablam! --> src/arrays/Array128.rs:141:4 Sep 02 01:34:48.298 INFO kablam! | Sep 02 01:34:48.310 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.311 INFO kablam! | ^^^^^^ Sep 02 01:34:48.314 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.314 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.315 INFO kablam! Sep 02 01:34:48.315 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.315 INFO kablam! --> src/arrays/Array128.rs:150:8 Sep 02 01:34:48.315 INFO kablam! | Sep 02 01:34:48.315 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.315 INFO kablam! | ^^^^^^ Sep 02 01:34:48.315 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.315 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.315 INFO kablam! Sep 02 01:34:48.316 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.316 INFO kablam! --> src/arrays/Array256.rs:44:3 Sep 02 01:34:48.316 INFO kablam! | Sep 02 01:34:48.316 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.316 INFO kablam! | ^^^^^^ Sep 02 01:34:48.316 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.338 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.341 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.341 INFO kablam! Sep 02 01:34:48.342 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.342 INFO kablam! --> src/arrays/Array256.rs:53:3 Sep 02 01:34:48.342 INFO kablam! | Sep 02 01:34:48.342 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.342 INFO kablam! | ^^^^^^ Sep 02 01:34:48.342 INFO kablam! | Sep 02 01:34:48.342 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.342 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.342 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.342 INFO kablam! Sep 02 01:34:48.342 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.342 INFO kablam! --> src/arrays/Array256.rs:53:18 Sep 02 01:34:48.342 INFO kablam! | Sep 02 01:34:48.342 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.342 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.342 INFO kablam! | Sep 02 01:34:48.342 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.342 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.343 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.343 INFO kablam! Sep 02 01:34:48.343 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.343 INFO kablam! --> src/arrays/Array256.rs:66:29 Sep 02 01:34:48.343 INFO kablam! | Sep 02 01:34:48.343 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.343 INFO kablam! | ^^^^^^ Sep 02 01:34:48.343 INFO kablam! | Sep 02 01:34:48.343 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.343 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.343 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.343 INFO kablam! Sep 02 01:34:48.343 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.343 INFO kablam! --> src/arrays/Array256.rs:66:43 Sep 02 01:34:48.343 INFO kablam! | Sep 02 01:34:48.343 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.343 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.343 INFO kablam! | Sep 02 01:34:48.344 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.344 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.344 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.344 INFO kablam! Sep 02 01:34:48.344 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.344 INFO kablam! --> src/arrays/Array256.rs:72:20 Sep 02 01:34:48.344 INFO kablam! | Sep 02 01:34:48.344 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.344 INFO kablam! | ^^^^^^ Sep 02 01:34:48.344 INFO kablam! | Sep 02 01:34:48.344 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.344 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.344 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.344 INFO kablam! Sep 02 01:34:48.344 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.344 INFO kablam! --> src/arrays/Array256.rs:72:34 Sep 02 01:34:48.344 INFO kablam! | Sep 02 01:34:48.344 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.344 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.344 INFO kablam! | Sep 02 01:34:48.344 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.344 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.345 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.345 INFO kablam! Sep 02 01:34:48.345 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.345 INFO kablam! --> src/arrays/Array256.rs:78:20 Sep 02 01:34:48.345 INFO kablam! | Sep 02 01:34:48.345 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.345 INFO kablam! | ^^^^^^ Sep 02 01:34:48.345 INFO kablam! | Sep 02 01:34:48.345 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.345 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.345 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.345 INFO kablam! Sep 02 01:34:48.345 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.345 INFO kablam! --> src/arrays/Array256.rs:78:34 Sep 02 01:34:48.345 INFO kablam! | Sep 02 01:34:48.345 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.345 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.345 INFO kablam! | Sep 02 01:34:48.345 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.345 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.346 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.346 INFO kablam! Sep 02 01:34:48.346 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.346 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 02 01:34:48.346 INFO kablam! | Sep 02 01:34:48.346 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.346 INFO kablam! | ^^^^^^ Sep 02 01:34:48.346 INFO kablam! | Sep 02 01:34:48.346 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.346 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.346 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.346 INFO kablam! Sep 02 01:34:48.346 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.346 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 02 01:34:48.346 INFO kablam! | Sep 02 01:34:48.346 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.346 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.347 INFO kablam! | Sep 02 01:34:48.347 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.347 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.347 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.347 INFO kablam! Sep 02 01:34:48.347 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.347 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 02 01:34:48.347 INFO kablam! | Sep 02 01:34:48.347 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.347 INFO kablam! | ^^^^^^ Sep 02 01:34:48.347 INFO kablam! | Sep 02 01:34:48.347 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.347 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.347 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.347 INFO kablam! Sep 02 01:34:48.347 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.352 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 02 01:34:48.352 INFO kablam! | Sep 02 01:34:48.352 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.352 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.352 INFO kablam! | Sep 02 01:34:48.352 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.353 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.353 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.353 INFO kablam! Sep 02 01:34:48.353 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.353 INFO kablam! --> src/arrays/Array256.rs:99:14 Sep 02 01:34:48.353 INFO kablam! | Sep 02 01:34:48.353 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.353 INFO kablam! | ^^^^^^ Sep 02 01:34:48.353 INFO kablam! | Sep 02 01:34:48.353 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.353 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.353 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.353 INFO kablam! Sep 02 01:34:48.353 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.353 INFO kablam! --> src/arrays/Array256.rs:99:28 Sep 02 01:34:48.353 INFO kablam! | Sep 02 01:34:48.353 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.353 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.353 INFO kablam! | Sep 02 01:34:48.353 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.353 INFO kablam! --> src/arrays/Array40.rs:44:3 Sep 02 01:34:48.353 INFO kablam! | Sep 02 01:34:48.353 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.354 INFO kablam! | ^^^^^^ Sep 02 01:34:48.354 INFO kablam! | Sep 02 01:34:48.354 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 02 01:34:48.354 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.354 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.354 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.354 INFO kablam! Sep 02 01:34:48.354 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.354 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.354 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.354 INFO kablam! Sep 02 01:34:48.354 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.354 INFO kablam! --> src/arrays/Array40.rs:53:3 Sep 02 01:34:48.355 INFO kablam! | Sep 02 01:34:48.366 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.366 INFO kablam! | ^^^^^^ Sep 02 01:34:48.366 INFO kablam! | Sep 02 01:34:48.366 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.366 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.366 INFO kablam! --> src/arrays/Array256.rs:108:15 Sep 02 01:34:48.366 INFO kablam! | Sep 02 01:34:48.366 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.366 INFO kablam! | ^^^^^^ Sep 02 01:34:48.367 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.367 INFO kablam! | Sep 02 01:34:48.367 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.367 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.367 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.367 INFO kablam! Sep 02 01:34:48.367 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.367 INFO kablam! Sep 02 01:34:48.367 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.367 INFO kablam! --> src/arrays/Array40.rs:53:18 Sep 02 01:34:48.367 INFO kablam! | Sep 02 01:34:48.367 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.367 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.367 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.367 INFO kablam! --> src/arrays/Array256.rs:120:3 Sep 02 01:34:48.367 INFO kablam! | Sep 02 01:34:48.367 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.367 INFO kablam! | ^^^^^^ Sep 02 01:34:48.368 INFO kablam! | Sep 02 01:34:48.368 INFO kablam! | Sep 02 01:34:48.368 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.368 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.368 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.368 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.368 INFO kablam! Sep 02 01:34:48.368 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.369 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.369 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.369 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 02 01:34:48.369 INFO kablam! | Sep 02 01:34:48.369 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.369 INFO kablam! | ^^^^^^ Sep 02 01:34:48.369 INFO kablam! | Sep 02 01:34:48.369 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.369 INFO kablam! Sep 02 01:34:48.369 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.369 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.369 INFO kablam! Sep 02 01:34:48.369 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.370 INFO kablam! --> src/arrays/Array256.rs:141:4 Sep 02 01:34:48.370 INFO kablam! | Sep 02 01:34:48.370 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.370 INFO kablam! | ^^^^^^ Sep 02 01:34:48.370 INFO kablam! | Sep 02 01:34:48.370 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.370 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.370 INFO kablam! --> src/arrays/Array40.rs:66:29 Sep 02 01:34:48.370 INFO kablam! | Sep 02 01:34:48.370 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.370 INFO kablam! | ^^^^^^ Sep 02 01:34:48.370 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.370 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.370 INFO kablam! | Sep 02 01:34:48.370 INFO kablam! Sep 02 01:34:48.370 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.370 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.370 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.371 INFO kablam! --> src/arrays/Array256.rs:150:8 Sep 02 01:34:48.371 INFO kablam! | Sep 02 01:34:48.371 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.371 INFO kablam! | ^^^^^^ Sep 02 01:34:48.371 INFO kablam! | Sep 02 01:34:48.371 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.371 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.371 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.371 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.371 INFO kablam! Sep 02 01:34:48.371 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.371 INFO kablam! --> src/arrays/Array512.rs:44:3 Sep 02 01:34:48.371 INFO kablam! | Sep 02 01:34:48.371 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.371 INFO kablam! | ^^^^^^ Sep 02 01:34:48.371 INFO kablam! Sep 02 01:34:48.371 INFO kablam! | Sep 02 01:34:48.371 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.371 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.371 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.371 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.372 INFO kablam! --> src/arrays/Array40.rs:66:43 Sep 02 01:34:48.372 INFO kablam! | Sep 02 01:34:48.372 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.372 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.372 INFO kablam! | Sep 02 01:34:48.381 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.382 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.382 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.382 INFO kablam! Sep 02 01:34:48.382 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.382 INFO kablam! --> src/arrays/Array40.rs:72:20 Sep 02 01:34:48.382 INFO kablam! | Sep 02 01:34:48.382 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.382 INFO kablam! | ^^^^^^ Sep 02 01:34:48.382 INFO kablam! | Sep 02 01:34:48.383 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.383 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.383 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.383 INFO kablam! Sep 02 01:34:48.383 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.383 INFO kablam! --> src/arrays/Array40.rs:72:34 Sep 02 01:34:48.383 INFO kablam! | Sep 02 01:34:48.383 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.383 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.383 INFO kablam! Sep 02 01:34:48.383 INFO kablam! | Sep 02 01:34:48.383 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.383 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.383 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.383 INFO kablam! Sep 02 01:34:48.383 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.383 INFO kablam! --> src/arrays/Array40.rs:78:20 Sep 02 01:34:48.383 INFO kablam! | Sep 02 01:34:48.383 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.383 INFO kablam! | ^^^^^^ Sep 02 01:34:48.383 INFO kablam! | Sep 02 01:34:48.383 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.383 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.383 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.383 INFO kablam! Sep 02 01:34:48.383 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.384 INFO kablam! --> src/arrays/Array40.rs:78:34 Sep 02 01:34:48.384 INFO kablam! | Sep 02 01:34:48.384 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.384 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.384 INFO kablam! | Sep 02 01:34:48.384 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.384 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.384 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.384 INFO kablam! Sep 02 01:34:48.384 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.384 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 02 01:34:48.384 INFO kablam! | Sep 02 01:34:48.384 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.384 INFO kablam! | ^^^^^^ Sep 02 01:34:48.384 INFO kablam! | Sep 02 01:34:48.384 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.384 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.384 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.384 INFO kablam! Sep 02 01:34:48.384 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.384 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 02 01:34:48.384 INFO kablam! | Sep 02 01:34:48.384 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.384 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.384 INFO kablam! | Sep 02 01:34:48.384 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.384 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.385 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.385 INFO kablam! Sep 02 01:34:48.385 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.385 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 02 01:34:48.385 INFO kablam! | Sep 02 01:34:48.385 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.385 INFO kablam! | ^^^^^^ Sep 02 01:34:48.385 INFO kablam! | Sep 02 01:34:48.385 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.385 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.385 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.385 INFO kablam! Sep 02 01:34:48.385 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.385 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 02 01:34:48.385 INFO kablam! | Sep 02 01:34:48.385 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.385 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.385 INFO kablam! | Sep 02 01:34:48.385 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.385 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.385 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.385 INFO kablam! Sep 02 01:34:48.385 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.385 INFO kablam! --> src/arrays/Array40.rs:99:14 Sep 02 01:34:48.385 INFO kablam! | Sep 02 01:34:48.385 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.386 INFO kablam! | ^^^^^^ Sep 02 01:34:48.386 INFO kablam! | Sep 02 01:34:48.386 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.386 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.386 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.386 INFO kablam! Sep 02 01:34:48.386 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.386 INFO kablam! --> src/arrays/Array40.rs:99:28 Sep 02 01:34:48.386 INFO kablam! | Sep 02 01:34:48.386 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.386 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.386 INFO kablam! | Sep 02 01:34:48.386 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.386 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.386 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.386 INFO kablam! Sep 02 01:34:48.386 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.386 INFO kablam! --> src/arrays/Array40.rs:108:15 Sep 02 01:34:48.386 INFO kablam! | Sep 02 01:34:48.386 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.386 INFO kablam! | ^^^^^^ Sep 02 01:34:48.386 INFO kablam! | Sep 02 01:34:48.386 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.386 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.387 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.387 INFO kablam! Sep 02 01:34:48.387 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.387 INFO kablam! --> src/arrays/Array40.rs:120:3 Sep 02 01:34:48.387 INFO kablam! | Sep 02 01:34:48.387 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.387 INFO kablam! | ^^^^^^ Sep 02 01:34:48.387 INFO kablam! | Sep 02 01:34:48.387 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.387 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.387 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.387 INFO kablam! Sep 02 01:34:48.387 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.387 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 02 01:34:48.387 INFO kablam! | Sep 02 01:34:48.387 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.387 INFO kablam! | ^^^^^^ Sep 02 01:34:48.387 INFO kablam! | Sep 02 01:34:48.387 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.387 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.402 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.402 INFO kablam! Sep 02 01:34:48.402 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.402 INFO kablam! --> src/arrays/Array40.rs:141:4 Sep 02 01:34:48.402 INFO kablam! | Sep 02 01:34:48.402 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.402 INFO kablam! | ^^^^^^ Sep 02 01:34:48.402 INFO kablam! | Sep 02 01:34:48.402 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.402 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.402 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.403 INFO kablam! Sep 02 01:34:48.403 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.403 INFO kablam! --> src/arrays/Array40.rs:150:8 Sep 02 01:34:48.403 INFO kablam! | Sep 02 01:34:48.403 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.403 INFO kablam! | ^^^^^^ Sep 02 01:34:48.403 INFO kablam! | Sep 02 01:34:48.403 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.403 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.403 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.403 INFO kablam! Sep 02 01:34:48.403 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.403 INFO kablam! --> src/arrays/Array52.rs:44:3 Sep 02 01:34:48.403 INFO kablam! | Sep 02 01:34:48.403 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.403 INFO kablam! | ^^^^^^ Sep 02 01:34:48.403 INFO kablam! | Sep 02 01:34:48.403 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.403 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.403 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.403 INFO kablam! Sep 02 01:34:48.403 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.403 INFO kablam! --> src/arrays/Array52.rs:53:3 Sep 02 01:34:48.403 INFO kablam! | Sep 02 01:34:48.404 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.404 INFO kablam! | ^^^^^^ Sep 02 01:34:48.404 INFO kablam! | Sep 02 01:34:48.404 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.404 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.404 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.404 INFO kablam! Sep 02 01:34:48.404 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.404 INFO kablam! --> src/arrays/Array52.rs:53:18 Sep 02 01:34:48.404 INFO kablam! | Sep 02 01:34:48.404 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.404 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.404 INFO kablam! | Sep 02 01:34:48.404 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.404 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.404 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.404 INFO kablam! Sep 02 01:34:48.404 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.404 INFO kablam! --> src/arrays/Array512.rs:53:3 Sep 02 01:34:48.404 INFO kablam! | Sep 02 01:34:48.404 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.404 INFO kablam! | ^^^^^^ Sep 02 01:34:48.405 INFO kablam! | Sep 02 01:34:48.405 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.405 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.405 INFO kablam! --> src/arrays/Array52.rs:66:29 Sep 02 01:34:48.405 INFO kablam! | Sep 02 01:34:48.405 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.405 INFO kablam! | ^^^^^^ Sep 02 01:34:48.405 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.405 INFO kablam! | Sep 02 01:34:48.405 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.405 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.405 INFO kablam! Sep 02 01:34:48.405 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.405 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.406 INFO kablam! Sep 02 01:34:48.406 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.406 INFO kablam! --> src/arrays/Array52.rs:66:43 Sep 02 01:34:48.406 INFO kablam! | Sep 02 01:34:48.406 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.406 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.406 INFO kablam! | Sep 02 01:34:48.407 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.407 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.407 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.407 INFO kablam! Sep 02 01:34:48.407 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.407 INFO kablam! --> src/arrays/Array52.rs:72:20 Sep 02 01:34:48.408 INFO kablam! | Sep 02 01:34:48.408 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.408 INFO kablam! | ^^^^^^ Sep 02 01:34:48.408 INFO kablam! | Sep 02 01:34:48.408 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.408 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.409 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.409 INFO kablam! Sep 02 01:34:48.409 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.409 INFO kablam! --> src/arrays/Array52.rs:72:34 Sep 02 01:34:48.409 INFO kablam! | Sep 02 01:34:48.409 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.409 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.410 INFO kablam! | Sep 02 01:34:48.410 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.410 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.410 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.410 INFO kablam! Sep 02 01:34:48.410 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.410 INFO kablam! --> src/arrays/Array52.rs:78:20 Sep 02 01:34:48.410 INFO kablam! | Sep 02 01:34:48.410 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.410 INFO kablam! | ^^^^^^ Sep 02 01:34:48.410 INFO kablam! | Sep 02 01:34:48.410 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.410 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.410 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.410 INFO kablam! --> src/arrays/Array512.rs:53:18 Sep 02 01:34:48.410 INFO kablam! | Sep 02 01:34:48.410 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.411 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.411 INFO kablam! | Sep 02 01:34:48.411 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.411 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.411 INFO kablam! Sep 02 01:34:48.411 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.411 INFO kablam! --> src/arrays/Array52.rs:78:34 Sep 02 01:34:48.411 INFO kablam! | Sep 02 01:34:48.411 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.411 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.411 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.411 INFO kablam! | Sep 02 01:34:48.411 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.411 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.411 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.411 INFO kablam! Sep 02 01:34:48.411 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.411 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 02 01:34:48.411 INFO kablam! | Sep 02 01:34:48.412 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.412 INFO kablam! | ^^^^^^ Sep 02 01:34:48.412 INFO kablam! | Sep 02 01:34:48.412 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.412 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.412 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.412 INFO kablam! Sep 02 01:34:48.412 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.412 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 02 01:34:48.412 INFO kablam! | Sep 02 01:34:48.412 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.412 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.412 INFO kablam! | Sep 02 01:34:48.412 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.412 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.412 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.412 INFO kablam! Sep 02 01:34:48.412 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.413 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 02 01:34:48.413 INFO kablam! | Sep 02 01:34:48.413 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.413 INFO kablam! | ^^^^^^ Sep 02 01:34:48.413 INFO kablam! | Sep 02 01:34:48.413 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.413 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.413 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.413 INFO kablam! Sep 02 01:34:48.413 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.413 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 02 01:34:48.413 INFO kablam! | Sep 02 01:34:48.413 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.413 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.413 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.413 INFO kablam! | Sep 02 01:34:48.413 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.413 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.413 INFO kablam! Sep 02 01:34:48.414 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.414 INFO kablam! Sep 02 01:34:48.414 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.414 INFO kablam! --> src/arrays/Array52.rs:99:14 Sep 02 01:34:48.414 INFO kablam! | Sep 02 01:34:48.414 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.414 INFO kablam! | ^^^^^^ Sep 02 01:34:48.414 INFO kablam! | Sep 02 01:34:48.414 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.414 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.414 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.414 INFO kablam! Sep 02 01:34:48.414 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.414 INFO kablam! --> src/arrays/Array52.rs:99:28 Sep 02 01:34:48.414 INFO kablam! | Sep 02 01:34:48.414 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.414 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.414 INFO kablam! | Sep 02 01:34:48.414 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.415 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.415 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.415 INFO kablam! Sep 02 01:34:48.415 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.415 INFO kablam! --> src/arrays/Array52.rs:108:15 Sep 02 01:34:48.415 INFO kablam! | Sep 02 01:34:48.415 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.415 INFO kablam! | ^^^^^^ Sep 02 01:34:48.415 INFO kablam! | Sep 02 01:34:48.415 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.415 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.415 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.415 INFO kablam! Sep 02 01:34:48.415 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.415 INFO kablam! --> src/arrays/Array512.rs:66:29 Sep 02 01:34:48.415 INFO kablam! | Sep 02 01:34:48.415 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.415 INFO kablam! | ^^^^^^ Sep 02 01:34:48.415 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.415 INFO kablam! --> src/arrays/Array52.rs:120:3 Sep 02 01:34:48.415 INFO kablam! | Sep 02 01:34:48.416 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.416 INFO kablam! | ^^^^^^ Sep 02 01:34:48.416 INFO kablam! | Sep 02 01:34:48.416 INFO kablam! | Sep 02 01:34:48.416 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.416 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.416 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.416 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.416 INFO kablam! Sep 02 01:34:48.416 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.416 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.416 INFO kablam! Sep 02 01:34:48.416 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.416 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 02 01:34:48.416 INFO kablam! | Sep 02 01:34:48.416 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.416 INFO kablam! | ^^^^^^ Sep 02 01:34:48.416 INFO kablam! | Sep 02 01:34:48.416 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.416 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.416 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.416 INFO kablam! Sep 02 01:34:48.416 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.416 INFO kablam! --> src/arrays/Array52.rs:141:4 Sep 02 01:34:48.416 INFO kablam! | Sep 02 01:34:48.416 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.416 INFO kablam! | ^^^^^^ Sep 02 01:34:48.416 INFO kablam! | Sep 02 01:34:48.416 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.416 INFO kablam! --> src/arrays/Array512.rs:66:43 Sep 02 01:34:48.416 INFO kablam! | Sep 02 01:34:48.416 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.416 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.416 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.417 INFO kablam! | Sep 02 01:34:48.417 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.417 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.417 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.417 INFO kablam! Sep 02 01:34:48.417 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.417 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.417 INFO kablam! --> src/arrays/Array52.rs:150:8 Sep 02 01:34:48.417 INFO kablam! | Sep 02 01:34:48.417 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.417 INFO kablam! | ^^^^^^ Sep 02 01:34:48.417 INFO kablam! | Sep 02 01:34:48.417 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.417 INFO kablam! Sep 02 01:34:48.417 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.417 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.417 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.417 INFO kablam! Sep 02 01:34:48.417 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.417 INFO kablam! --> src/arrays/Array512.rs:72:20 Sep 02 01:34:48.417 INFO kablam! | Sep 02 01:34:48.417 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.417 INFO kablam! | ^^^^^^ Sep 02 01:34:48.417 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.417 INFO kablam! --> src/arrays/Array64.rs:44:3 Sep 02 01:34:48.417 INFO kablam! | Sep 02 01:34:48.417 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.417 INFO kablam! | ^^^^^^ Sep 02 01:34:48.417 INFO kablam! | Sep 02 01:34:48.417 INFO kablam! | Sep 02 01:34:48.417 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.417 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.417 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.417 INFO kablam! Sep 02 01:34:48.417 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.417 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.417 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.417 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.418 INFO kablam! --> src/arrays/Array64.rs:53:3 Sep 02 01:34:48.418 INFO kablam! | Sep 02 01:34:48.418 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.418 INFO kablam! | ^^^^^^ Sep 02 01:34:48.418 INFO kablam! Sep 02 01:34:48.418 INFO kablam! | Sep 02 01:34:48.418 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.418 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.418 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.418 INFO kablam! Sep 02 01:34:48.418 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.418 INFO kablam! --> src/arrays/Array64.rs:53:18 Sep 02 01:34:48.418 INFO kablam! | Sep 02 01:34:48.418 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.418 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.418 INFO kablam! | Sep 02 01:34:48.418 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.418 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.418 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.418 INFO kablam! Sep 02 01:34:48.419 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.419 INFO kablam! --> src/arrays/Array512.rs:72:34 Sep 02 01:34:48.419 INFO kablam! | Sep 02 01:34:48.419 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.419 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.419 INFO kablam! | Sep 02 01:34:48.419 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.420 INFO kablam! --> src/arrays/Array64.rs:66:29 Sep 02 01:34:48.420 INFO kablam! | Sep 02 01:34:48.420 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.420 INFO kablam! | ^^^^^^ Sep 02 01:34:48.420 INFO kablam! | Sep 02 01:34:48.420 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.421 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.421 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.421 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.421 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.422 INFO kablam! Sep 02 01:34:48.422 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.422 INFO kablam! Sep 02 01:34:48.422 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.422 INFO kablam! --> src/arrays/Array64.rs:66:43 Sep 02 01:34:48.422 INFO kablam! | Sep 02 01:34:48.422 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.423 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.423 INFO kablam! | Sep 02 01:34:48.424 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.424 INFO kablam! --> src/arrays/Array512.rs:78:20 Sep 02 01:34:48.425 INFO kablam! | Sep 02 01:34:48.425 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.425 INFO kablam! | ^^^^^^ Sep 02 01:34:48.425 INFO kablam! | Sep 02 01:34:48.425 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.425 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.426 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.426 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.426 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.426 INFO kablam! Sep 02 01:34:48.426 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.426 INFO kablam! Sep 02 01:34:48.426 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.427 INFO kablam! --> src/arrays/Array64.rs:72:20 Sep 02 01:34:48.427 INFO kablam! | Sep 02 01:34:48.427 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.427 INFO kablam! | ^^^^^^ Sep 02 01:34:48.427 INFO kablam! | Sep 02 01:34:48.427 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.427 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.427 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.428 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.428 INFO kablam! --> src/arrays/Array512.rs:78:34 Sep 02 01:34:48.428 INFO kablam! | Sep 02 01:34:48.428 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.428 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.428 INFO kablam! Sep 02 01:34:48.428 INFO kablam! | Sep 02 01:34:48.429 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.429 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.429 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.429 INFO kablam! Sep 02 01:34:48.429 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.429 INFO kablam! --> src/arrays/Array64.rs:72:34 Sep 02 01:34:48.429 INFO kablam! | Sep 02 01:34:48.429 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.430 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.430 INFO kablam! | Sep 02 01:34:48.430 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.430 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.430 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.430 INFO kablam! Sep 02 01:34:48.431 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.431 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 02 01:34:48.431 INFO kablam! | Sep 02 01:34:48.431 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.431 INFO kablam! | ^^^^^^ Sep 02 01:34:48.431 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.432 INFO kablam! --> src/arrays/Array64.rs:78:20 Sep 02 01:34:48.432 INFO kablam! | Sep 02 01:34:48.432 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.432 INFO kablam! | ^^^^^^ Sep 02 01:34:48.432 INFO kablam! | Sep 02 01:34:48.432 INFO kablam! | Sep 02 01:34:48.432 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.433 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.433 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.433 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.433 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.433 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.434 INFO kablam! Sep 02 01:34:48.434 INFO kablam! Sep 02 01:34:48.434 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.434 INFO kablam! --> src/arrays/Array64.rs:78:34 Sep 02 01:34:48.434 INFO kablam! | Sep 02 01:34:48.434 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.435 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.435 INFO kablam! | Sep 02 01:34:48.435 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.435 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 02 01:34:48.435 INFO kablam! | Sep 02 01:34:48.435 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.435 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.435 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.435 INFO kablam! | Sep 02 01:34:48.435 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.436 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.436 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.436 INFO kablam! Sep 02 01:34:48.436 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.436 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.436 INFO kablam! Sep 02 01:34:48.436 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.436 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 02 01:34:48.436 INFO kablam! | Sep 02 01:34:48.436 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.436 INFO kablam! | ^^^^^^ Sep 02 01:34:48.436 INFO kablam! | Sep 02 01:34:48.437 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.437 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.437 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.437 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 02 01:34:48.437 INFO kablam! | Sep 02 01:34:48.437 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.437 INFO kablam! | ^^^^^^ Sep 02 01:34:48.437 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.437 INFO kablam! Sep 02 01:34:48.437 INFO kablam! | Sep 02 01:34:48.437 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.437 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.438 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.438 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 02 01:34:48.438 INFO kablam! | Sep 02 01:34:48.438 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.438 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.438 INFO kablam! | Sep 02 01:34:48.438 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.438 INFO kablam! Sep 02 01:34:48.439 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.439 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.439 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.439 INFO kablam! Sep 02 01:34:48.439 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.439 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 02 01:34:48.439 INFO kablam! | Sep 02 01:34:48.440 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.440 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.440 INFO kablam! | Sep 02 01:34:48.440 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.440 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.440 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 02 01:34:48.440 INFO kablam! | Sep 02 01:34:48.441 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.441 INFO kablam! | ^^^^^^ Sep 02 01:34:48.441 INFO kablam! | Sep 02 01:34:48.441 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.441 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.441 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.442 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.442 INFO kablam! Sep 02 01:34:48.442 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.442 INFO kablam! Sep 02 01:34:48.442 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.442 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 02 01:34:48.443 INFO kablam! | Sep 02 01:34:48.443 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.443 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.443 INFO kablam! | Sep 02 01:34:48.443 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.443 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.443 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.444 INFO kablam! --> src/arrays/Array512.rs:99:14 Sep 02 01:34:48.444 INFO kablam! | Sep 02 01:34:48.444 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.444 INFO kablam! | ^^^^^^ Sep 02 01:34:48.444 INFO kablam! | Sep 02 01:34:48.444 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.445 INFO kablam! Sep 02 01:34:48.445 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.445 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.445 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.445 INFO kablam! Sep 02 01:34:48.445 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.445 INFO kablam! --> src/arrays/Array64.rs:99:14 Sep 02 01:34:48.445 INFO kablam! | Sep 02 01:34:48.446 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.446 INFO kablam! | ^^^^^^ Sep 02 01:34:48.446 INFO kablam! | Sep 02 01:34:48.446 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.446 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.446 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.446 INFO kablam! Sep 02 01:34:48.446 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.447 INFO kablam! --> src/arrays/Array64.rs:99:28 Sep 02 01:34:48.447 INFO kablam! | Sep 02 01:34:48.447 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.447 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.447 INFO kablam! | Sep 02 01:34:48.447 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.447 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.448 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.448 INFO kablam! Sep 02 01:34:48.448 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.448 INFO kablam! --> src/arrays/Array64.rs:108:15 Sep 02 01:34:48.448 INFO kablam! | Sep 02 01:34:48.448 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.448 INFO kablam! | ^^^^^^ Sep 02 01:34:48.448 INFO kablam! | Sep 02 01:34:48.449 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.449 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.449 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.449 INFO kablam! Sep 02 01:34:48.449 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.449 INFO kablam! --> src/arrays/Array64.rs:120:3 Sep 02 01:34:48.449 INFO kablam! | Sep 02 01:34:48.449 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.449 INFO kablam! | ^^^^^^ Sep 02 01:34:48.449 INFO kablam! | Sep 02 01:34:48.449 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.449 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.449 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.449 INFO kablam! Sep 02 01:34:48.449 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.450 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 02 01:34:48.450 INFO kablam! | Sep 02 01:34:48.450 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.450 INFO kablam! | ^^^^^^ Sep 02 01:34:48.450 INFO kablam! | Sep 02 01:34:48.450 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.451 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.454 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.454 INFO kablam! Sep 02 01:34:48.462 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.462 INFO kablam! --> src/arrays/Array64.rs:141:4 Sep 02 01:34:48.462 INFO kablam! | Sep 02 01:34:48.463 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.467 INFO kablam! | ^^^^^^ Sep 02 01:34:48.467 INFO kablam! | Sep 02 01:34:48.467 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.468 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.468 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.468 INFO kablam! Sep 02 01:34:48.468 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.468 INFO kablam! --> src/arrays/Array64.rs:150:8 Sep 02 01:34:48.468 INFO kablam! | Sep 02 01:34:48.468 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.468 INFO kablam! | ^^^^^^ Sep 02 01:34:48.468 INFO kablam! | Sep 02 01:34:48.469 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.469 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.469 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.469 INFO kablam! Sep 02 01:34:48.469 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.469 INFO kablam! --> src/arrays/Array128.rs:44:3 Sep 02 01:34:48.469 INFO kablam! | Sep 02 01:34:48.469 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.469 INFO kablam! | ^^^^^^ Sep 02 01:34:48.469 INFO kablam! | Sep 02 01:34:48.469 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.469 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.469 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.469 INFO kablam! Sep 02 01:34:48.469 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.469 INFO kablam! --> src/arrays/Array128.rs:53:3 Sep 02 01:34:48.469 INFO kablam! | Sep 02 01:34:48.469 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.469 INFO kablam! | ^^^^^^ Sep 02 01:34:48.470 INFO kablam! | Sep 02 01:34:48.470 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.470 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.470 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.470 INFO kablam! Sep 02 01:34:48.470 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.470 INFO kablam! --> src/arrays/Array128.rs:53:18 Sep 02 01:34:48.470 INFO kablam! | Sep 02 01:34:48.470 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.470 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.470 INFO kablam! | Sep 02 01:34:48.470 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.470 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.470 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.470 INFO kablam! Sep 02 01:34:48.470 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.470 INFO kablam! --> src/arrays/Array128.rs:66:29 Sep 02 01:34:48.470 INFO kablam! | Sep 02 01:34:48.470 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.470 INFO kablam! | ^^^^^^ Sep 02 01:34:48.470 INFO kablam! | Sep 02 01:34:48.470 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.471 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.471 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.471 INFO kablam! Sep 02 01:34:48.471 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.471 INFO kablam! --> src/arrays/Array128.rs:66:43 Sep 02 01:34:48.471 INFO kablam! | Sep 02 01:34:48.471 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.471 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.471 INFO kablam! | Sep 02 01:34:48.471 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.471 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.471 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.471 INFO kablam! Sep 02 01:34:48.471 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.471 INFO kablam! --> src/arrays/Array128.rs:72:20 Sep 02 01:34:48.471 INFO kablam! | Sep 02 01:34:48.471 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.471 INFO kablam! | ^^^^^^ Sep 02 01:34:48.471 INFO kablam! | Sep 02 01:34:48.471 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.471 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.471 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.472 INFO kablam! Sep 02 01:34:48.472 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.472 INFO kablam! --> src/arrays/Array128.rs:72:34 Sep 02 01:34:48.472 INFO kablam! | Sep 02 01:34:48.472 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.472 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.472 INFO kablam! | Sep 02 01:34:48.472 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.472 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.472 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.472 INFO kablam! Sep 02 01:34:48.472 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.472 INFO kablam! --> src/arrays/Array128.rs:78:20 Sep 02 01:34:48.472 INFO kablam! | Sep 02 01:34:48.472 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.472 INFO kablam! | ^^^^^^ Sep 02 01:34:48.472 INFO kablam! | Sep 02 01:34:48.472 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.472 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.472 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.472 INFO kablam! Sep 02 01:34:48.472 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.473 INFO kablam! --> src/arrays/Array128.rs:78:34 Sep 02 01:34:48.473 INFO kablam! | Sep 02 01:34:48.473 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.473 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.473 INFO kablam! | Sep 02 01:34:48.473 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.473 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.473 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.473 INFO kablam! Sep 02 01:34:48.473 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.473 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 02 01:34:48.473 INFO kablam! | Sep 02 01:34:48.473 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.473 INFO kablam! | ^^^^^^ Sep 02 01:34:48.473 INFO kablam! | Sep 02 01:34:48.473 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.473 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.473 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.473 INFO kablam! Sep 02 01:34:48.473 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.473 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 02 01:34:48.473 INFO kablam! | Sep 02 01:34:48.473 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.473 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.473 INFO kablam! | Sep 02 01:34:48.474 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.474 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.474 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.474 INFO kablam! Sep 02 01:34:48.474 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.474 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 02 01:34:48.474 INFO kablam! | Sep 02 01:34:48.474 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.474 INFO kablam! | ^^^^^^ Sep 02 01:34:48.474 INFO kablam! | Sep 02 01:34:48.475 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.475 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.475 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.475 INFO kablam! Sep 02 01:34:48.475 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.475 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 02 01:34:48.475 INFO kablam! | Sep 02 01:34:48.475 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.475 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.475 INFO kablam! | Sep 02 01:34:48.475 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.475 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.475 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.475 INFO kablam! Sep 02 01:34:48.476 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.476 INFO kablam! --> src/arrays/Array128.rs:99:14 Sep 02 01:34:48.476 INFO kablam! | Sep 02 01:34:48.476 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.476 INFO kablam! | ^^^^^^ Sep 02 01:34:48.476 INFO kablam! | Sep 02 01:34:48.476 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.476 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.476 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.476 INFO kablam! Sep 02 01:34:48.477 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.477 INFO kablam! --> src/arrays/Array128.rs:99:28 Sep 02 01:34:48.477 INFO kablam! | Sep 02 01:34:48.477 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.477 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.477 INFO kablam! | Sep 02 01:34:48.477 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.477 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.477 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.477 INFO kablam! Sep 02 01:34:48.477 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.478 INFO kablam! --> src/arrays/Array128.rs:108:15 Sep 02 01:34:48.478 INFO kablam! | Sep 02 01:34:48.478 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.478 INFO kablam! | ^^^^^^ Sep 02 01:34:48.478 INFO kablam! | Sep 02 01:34:48.478 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.478 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.478 INFO kablam! --> src/arrays/Array512.rs:99:28 Sep 02 01:34:48.478 INFO kablam! | Sep 02 01:34:48.479 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.479 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.479 INFO kablam! | Sep 02 01:34:48.479 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.479 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.479 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.479 INFO kablam! Sep 02 01:34:48.479 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.479 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.479 INFO kablam! Sep 02 01:34:48.480 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.480 INFO kablam! --> src/arrays/Array128.rs:120:3 Sep 02 01:34:48.480 INFO kablam! | Sep 02 01:34:48.480 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.480 INFO kablam! | ^^^^^^ Sep 02 01:34:48.480 INFO kablam! | Sep 02 01:34:48.480 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.480 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.480 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.480 INFO kablam! --> src/arrays/Array512.rs:108:15 Sep 02 01:34:48.481 INFO kablam! | Sep 02 01:34:48.481 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.481 INFO kablam! | ^^^^^^ Sep 02 01:34:48.481 INFO kablam! | Sep 02 01:34:48.481 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.481 INFO kablam! Sep 02 01:34:48.481 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.481 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.482 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.482 INFO kablam! Sep 02 01:34:48.482 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.482 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 02 01:34:48.482 INFO kablam! | Sep 02 01:34:48.482 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.482 INFO kablam! | ^^^^^^ Sep 02 01:34:48.482 INFO kablam! | Sep 02 01:34:48.482 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.482 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.483 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.483 INFO kablam! --> src/arrays/Array512.rs:120:3 Sep 02 01:34:48.483 INFO kablam! | Sep 02 01:34:48.483 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.483 INFO kablam! | ^^^^^^ Sep 02 01:34:48.484 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.484 INFO kablam! Sep 02 01:34:48.484 INFO kablam! | Sep 02 01:34:48.484 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.484 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.484 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.484 INFO kablam! Sep 02 01:34:48.484 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.484 INFO kablam! --> src/arrays/Array128.rs:141:4 Sep 02 01:34:48.485 INFO kablam! | Sep 02 01:34:48.485 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.485 INFO kablam! | ^^^^^^ Sep 02 01:34:48.485 INFO kablam! | Sep 02 01:34:48.485 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.485 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.485 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.485 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 02 01:34:48.485 INFO kablam! | Sep 02 01:34:48.485 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.485 INFO kablam! | ^^^^^^ Sep 02 01:34:48.485 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.485 INFO kablam! Sep 02 01:34:48.485 INFO kablam! | Sep 02 01:34:48.485 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.486 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.486 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.486 INFO kablam! Sep 02 01:34:48.486 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.486 INFO kablam! --> src/arrays/Array128.rs:150:8 Sep 02 01:34:48.486 INFO kablam! | Sep 02 01:34:48.486 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.486 INFO kablam! | ^^^^^^ Sep 02 01:34:48.486 INFO kablam! | Sep 02 01:34:48.486 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.487 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.487 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.487 INFO kablam! --> src/arrays/Array512.rs:141:4 Sep 02 01:34:48.487 INFO kablam! | Sep 02 01:34:48.487 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.487 INFO kablam! | ^^^^^^ Sep 02 01:34:48.487 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.487 INFO kablam! Sep 02 01:34:48.487 INFO kablam! | Sep 02 01:34:48.487 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.487 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.487 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.487 INFO kablam! Sep 02 01:34:48.487 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.487 INFO kablam! --> src/arrays/Array256.rs:44:3 Sep 02 01:34:48.487 INFO kablam! | Sep 02 01:34:48.488 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.488 INFO kablam! | ^^^^^^ Sep 02 01:34:48.488 INFO kablam! | Sep 02 01:34:48.488 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.488 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.488 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.488 INFO kablam! Sep 02 01:34:48.488 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.488 INFO kablam! --> src/arrays/Array512.rs:150:8 Sep 02 01:34:48.488 INFO kablam! | Sep 02 01:34:48.488 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.489 INFO kablam! | ^^^^^^ Sep 02 01:34:48.489 INFO kablam! | Sep 02 01:34:48.489 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.489 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.489 INFO kablam! --> src/arrays/Array256.rs:53:3 Sep 02 01:34:48.489 INFO kablam! | Sep 02 01:34:48.489 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.489 INFO kablam! | ^^^^^^ Sep 02 01:34:48.489 INFO kablam! | Sep 02 01:34:48.489 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.490 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.490 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.490 INFO kablam! Sep 02 01:34:48.490 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.490 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.490 INFO kablam! Sep 02 01:34:48.490 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.490 INFO kablam! --> src/arrays/Array1024.rs:44:3 Sep 02 01:34:48.490 INFO kablam! | Sep 02 01:34:48.490 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.491 INFO kablam! | ^^^^^^ Sep 02 01:34:48.491 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.491 INFO kablam! --> src/arrays/Array256.rs:53:18 Sep 02 01:34:48.491 INFO kablam! | Sep 02 01:34:48.491 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.491 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.491 INFO kablam! | Sep 02 01:34:48.492 INFO kablam! | Sep 02 01:34:48.492 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.492 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.492 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.492 INFO kablam! Sep 02 01:34:48.492 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.492 INFO kablam! --> src/arrays/Array256.rs:66:29 Sep 02 01:34:48.492 INFO kablam! | Sep 02 01:34:48.492 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.493 INFO kablam! | ^^^^^^ Sep 02 01:34:48.493 INFO kablam! | Sep 02 01:34:48.493 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.493 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.493 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.493 INFO kablam! Sep 02 01:34:48.493 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.493 INFO kablam! --> src/arrays/Array256.rs:66:43 Sep 02 01:34:48.493 INFO kablam! | Sep 02 01:34:48.494 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.494 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.494 INFO kablam! | Sep 02 01:34:48.494 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.494 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.494 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.494 INFO kablam! Sep 02 01:34:48.494 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.495 INFO kablam! --> src/arrays/Array256.rs:72:20 Sep 02 01:34:48.495 INFO kablam! | Sep 02 01:34:48.495 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.495 INFO kablam! | ^^^^^^ Sep 02 01:34:48.495 INFO kablam! | Sep 02 01:34:48.495 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.495 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.495 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.495 INFO kablam! Sep 02 01:34:48.496 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.496 INFO kablam! --> src/arrays/Array256.rs:72:34 Sep 02 01:34:48.496 INFO kablam! | Sep 02 01:34:48.496 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.496 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.498 INFO kablam! | Sep 02 01:34:48.498 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.498 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.498 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.498 INFO kablam! Sep 02 01:34:48.498 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.499 INFO kablam! --> src/arrays/Array256.rs:78:20 Sep 02 01:34:48.499 INFO kablam! | Sep 02 01:34:48.499 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.499 INFO kablam! | ^^^^^^ Sep 02 01:34:48.499 INFO kablam! | Sep 02 01:34:48.499 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.499 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.499 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.499 INFO kablam! Sep 02 01:34:48.499 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.499 INFO kablam! --> src/arrays/Array256.rs:78:34 Sep 02 01:34:48.499 INFO kablam! | Sep 02 01:34:48.499 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.499 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.499 INFO kablam! | Sep 02 01:34:48.499 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.499 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.499 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.499 INFO kablam! Sep 02 01:34:48.499 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.499 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 02 01:34:48.500 INFO kablam! | Sep 02 01:34:48.500 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.500 INFO kablam! | ^^^^^^ Sep 02 01:34:48.500 INFO kablam! | Sep 02 01:34:48.500 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.500 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.500 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.500 INFO kablam! Sep 02 01:34:48.500 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.500 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 02 01:34:48.500 INFO kablam! | Sep 02 01:34:48.500 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.500 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.500 INFO kablam! | Sep 02 01:34:48.500 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.500 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.500 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.500 INFO kablam! Sep 02 01:34:48.500 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.500 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 02 01:34:48.500 INFO kablam! | Sep 02 01:34:48.500 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.500 INFO kablam! | ^^^^^^ Sep 02 01:34:48.501 INFO kablam! | Sep 02 01:34:48.501 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.501 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.501 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.501 INFO kablam! Sep 02 01:34:48.501 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.501 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 02 01:34:48.501 INFO kablam! | Sep 02 01:34:48.501 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.501 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.501 INFO kablam! | Sep 02 01:34:48.501 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.501 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.501 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.501 INFO kablam! Sep 02 01:34:48.501 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.501 INFO kablam! --> src/arrays/Array256.rs:99:14 Sep 02 01:34:48.501 INFO kablam! | Sep 02 01:34:48.501 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.501 INFO kablam! | ^^^^^^ Sep 02 01:34:48.502 INFO kablam! | Sep 02 01:34:48.502 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.502 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.502 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.502 INFO kablam! Sep 02 01:34:48.502 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.502 INFO kablam! --> src/arrays/Array256.rs:99:28 Sep 02 01:34:48.502 INFO kablam! | Sep 02 01:34:48.502 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.502 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.502 INFO kablam! | Sep 02 01:34:48.502 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.502 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.502 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.502 INFO kablam! Sep 02 01:34:48.502 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.502 INFO kablam! --> src/arrays/Array256.rs:108:15 Sep 02 01:34:48.502 INFO kablam! | Sep 02 01:34:48.503 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.503 INFO kablam! | ^^^^^^ Sep 02 01:34:48.503 INFO kablam! | Sep 02 01:34:48.503 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.503 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.503 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.503 INFO kablam! Sep 02 01:34:48.503 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.503 INFO kablam! --> src/arrays/Array256.rs:120:3 Sep 02 01:34:48.503 INFO kablam! | Sep 02 01:34:48.503 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.503 INFO kablam! | ^^^^^^ Sep 02 01:34:48.503 INFO kablam! | Sep 02 01:34:48.503 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.503 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.503 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.503 INFO kablam! Sep 02 01:34:48.503 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.503 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 02 01:34:48.504 INFO kablam! | Sep 02 01:34:48.504 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.504 INFO kablam! | ^^^^^^ Sep 02 01:34:48.504 INFO kablam! | Sep 02 01:34:48.504 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.504 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.504 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.504 INFO kablam! Sep 02 01:34:48.504 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.504 INFO kablam! --> src/arrays/Array256.rs:141:4 Sep 02 01:34:48.504 INFO kablam! | Sep 02 01:34:48.504 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.504 INFO kablam! | ^^^^^^ Sep 02 01:34:48.504 INFO kablam! | Sep 02 01:34:48.504 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.504 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.504 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.504 INFO kablam! Sep 02 01:34:48.504 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.505 INFO kablam! --> src/arrays/Array256.rs:150:8 Sep 02 01:34:48.505 INFO kablam! | Sep 02 01:34:48.505 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.505 INFO kablam! | ^^^^^^ Sep 02 01:34:48.505 INFO kablam! | Sep 02 01:34:48.505 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.505 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.505 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.505 INFO kablam! Sep 02 01:34:48.505 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.506 INFO kablam! --> src/arrays/Array512.rs:44:3 Sep 02 01:34:48.506 INFO kablam! | Sep 02 01:34:48.506 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.506 INFO kablam! | ^^^^^^ Sep 02 01:34:48.507 INFO kablam! | Sep 02 01:34:48.507 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.507 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.507 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.507 INFO kablam! Sep 02 01:34:48.507 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.507 INFO kablam! --> src/arrays/Array512.rs:53:3 Sep 02 01:34:48.507 INFO kablam! | Sep 02 01:34:48.507 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.508 INFO kablam! | ^^^^^^ Sep 02 01:34:48.508 INFO kablam! | Sep 02 01:34:48.508 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.508 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.508 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.508 INFO kablam! Sep 02 01:34:48.508 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.508 INFO kablam! --> src/arrays/Array512.rs:53:18 Sep 02 01:34:48.508 INFO kablam! | Sep 02 01:34:48.509 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.509 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.509 INFO kablam! | Sep 02 01:34:48.509 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.509 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.509 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.509 INFO kablam! Sep 02 01:34:48.509 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.509 INFO kablam! --> src/arrays/Array512.rs:66:29 Sep 02 01:34:48.509 INFO kablam! | Sep 02 01:34:48.510 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.510 INFO kablam! | ^^^^^^ Sep 02 01:34:48.510 INFO kablam! | Sep 02 01:34:48.510 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.510 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.510 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.510 INFO kablam! Sep 02 01:34:48.510 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.510 INFO kablam! --> src/arrays/Array512.rs:66:43 Sep 02 01:34:48.510 INFO kablam! | Sep 02 01:34:48.510 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.510 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.510 INFO kablam! | Sep 02 01:34:48.510 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.510 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.511 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.511 INFO kablam! Sep 02 01:34:48.511 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.511 INFO kablam! --> src/arrays/Array512.rs:72:20 Sep 02 01:34:48.511 INFO kablam! | Sep 02 01:34:48.511 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.511 INFO kablam! | ^^^^^^ Sep 02 01:34:48.511 INFO kablam! | Sep 02 01:34:48.511 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.511 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.511 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.511 INFO kablam! Sep 02 01:34:48.512 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.512 INFO kablam! --> src/arrays/Array512.rs:72:34 Sep 02 01:34:48.512 INFO kablam! | Sep 02 01:34:48.512 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.512 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.512 INFO kablam! | Sep 02 01:34:48.512 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.512 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.512 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.512 INFO kablam! Sep 02 01:34:48.512 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.512 INFO kablam! --> src/arrays/Array512.rs:78:20 Sep 02 01:34:48.513 INFO kablam! | Sep 02 01:34:48.513 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.513 INFO kablam! | ^^^^^^ Sep 02 01:34:48.513 INFO kablam! | Sep 02 01:34:48.513 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.513 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.513 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.513 INFO kablam! Sep 02 01:34:48.513 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.513 INFO kablam! --> src/arrays/Array512.rs:78:34 Sep 02 01:34:48.514 INFO kablam! | Sep 02 01:34:48.514 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.514 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.514 INFO kablam! | Sep 02 01:34:48.514 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.514 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.514 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.514 INFO kablam! Sep 02 01:34:48.514 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.515 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 02 01:34:48.515 INFO kablam! | Sep 02 01:34:48.515 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.515 INFO kablam! | ^^^^^^ Sep 02 01:34:48.515 INFO kablam! | Sep 02 01:34:48.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.515 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.516 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.516 INFO kablam! Sep 02 01:34:48.516 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.516 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 02 01:34:48.516 INFO kablam! | Sep 02 01:34:48.516 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.516 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.516 INFO kablam! | Sep 02 01:34:48.516 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.516 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.517 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.517 INFO kablam! Sep 02 01:34:48.517 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.517 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 02 01:34:48.517 INFO kablam! | Sep 02 01:34:48.517 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.517 INFO kablam! | ^^^^^^ Sep 02 01:34:48.517 INFO kablam! | Sep 02 01:34:48.517 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.518 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.518 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.518 INFO kablam! Sep 02 01:34:48.518 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.518 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 02 01:34:48.518 INFO kablam! | Sep 02 01:34:48.518 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.518 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.518 INFO kablam! | Sep 02 01:34:48.518 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.518 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.519 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.519 INFO kablam! Sep 02 01:34:48.519 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.519 INFO kablam! --> src/arrays/Array512.rs:99:14 Sep 02 01:34:48.519 INFO kablam! | Sep 02 01:34:48.519 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.519 INFO kablam! | ^^^^^^ Sep 02 01:34:48.519 INFO kablam! | Sep 02 01:34:48.519 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.519 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.519 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.520 INFO kablam! Sep 02 01:34:48.520 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.520 INFO kablam! --> src/arrays/Array512.rs:99:28 Sep 02 01:34:48.520 INFO kablam! | Sep 02 01:34:48.520 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.520 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.520 INFO kablam! | Sep 02 01:34:48.520 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.520 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.520 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.520 INFO kablam! Sep 02 01:34:48.521 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.521 INFO kablam! --> src/arrays/Array512.rs:108:15 Sep 02 01:34:48.521 INFO kablam! | Sep 02 01:34:48.521 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.521 INFO kablam! | ^^^^^^ Sep 02 01:34:48.521 INFO kablam! | Sep 02 01:34:48.521 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.521 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.521 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.521 INFO kablam! Sep 02 01:34:48.521 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.521 INFO kablam! --> src/arrays/Array512.rs:120:3 Sep 02 01:34:48.522 INFO kablam! | Sep 02 01:34:48.522 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.522 INFO kablam! | ^^^^^^ Sep 02 01:34:48.522 INFO kablam! | Sep 02 01:34:48.522 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.522 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.522 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.522 INFO kablam! Sep 02 01:34:48.522 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.522 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 02 01:34:48.522 INFO kablam! | Sep 02 01:34:48.522 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.522 INFO kablam! | ^^^^^^ Sep 02 01:34:48.523 INFO kablam! | Sep 02 01:34:48.523 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.523 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.523 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.523 INFO kablam! Sep 02 01:34:48.525 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.525 INFO kablam! --> src/arrays/Array512.rs:141:4 Sep 02 01:34:48.525 INFO kablam! | Sep 02 01:34:48.525 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.525 INFO kablam! | ^^^^^^ Sep 02 01:34:48.526 INFO kablam! | Sep 02 01:34:48.526 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.526 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.526 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.526 INFO kablam! Sep 02 01:34:48.526 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.526 INFO kablam! --> src/arrays/Array512.rs:150:8 Sep 02 01:34:48.526 INFO kablam! | Sep 02 01:34:48.527 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.527 INFO kablam! | ^^^^^^ Sep 02 01:34:48.527 INFO kablam! | Sep 02 01:34:48.527 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.527 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.527 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.527 INFO kablam! Sep 02 01:34:48.527 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.527 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.528 INFO kablam! --> src/arrays/Array1024.rs:44:3 Sep 02 01:34:48.528 INFO kablam! | Sep 02 01:34:48.528 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.528 INFO kablam! | ^^^^^^ Sep 02 01:34:48.528 INFO kablam! | Sep 02 01:34:48.528 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.528 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.528 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.528 INFO kablam! Sep 02 01:34:48.528 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.529 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.529 INFO kablam! --> src/arrays/Array1024.rs:53:3 Sep 02 01:34:48.529 INFO kablam! | Sep 02 01:34:48.529 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.529 INFO kablam! | ^^^^^^ Sep 02 01:34:48.529 INFO kablam! | Sep 02 01:34:48.529 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.529 INFO kablam! Sep 02 01:34:48.529 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.529 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.530 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.530 INFO kablam! Sep 02 01:34:48.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.530 INFO kablam! --> src/arrays/Array1024.rs:53:18 Sep 02 01:34:48.530 INFO kablam! | Sep 02 01:34:48.530 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.530 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.530 INFO kablam! | Sep 02 01:34:48.530 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.531 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.531 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.531 INFO kablam! Sep 02 01:34:48.531 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.531 INFO kablam! --> src/arrays/Array1024.rs:53:3 Sep 02 01:34:48.531 INFO kablam! | Sep 02 01:34:48.531 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.531 INFO kablam! | ^^^^^^ Sep 02 01:34:48.531 INFO kablam! | Sep 02 01:34:48.532 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.532 INFO kablam! --> src/arrays/Array1024.rs:66:29 Sep 02 01:34:48.532 INFO kablam! | Sep 02 01:34:48.532 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.532 INFO kablam! | ^^^^^^ Sep 02 01:34:48.532 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.532 INFO kablam! | Sep 02 01:34:48.532 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.532 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.532 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.532 INFO kablam! Sep 02 01:34:48.533 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.533 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.533 INFO kablam! Sep 02 01:34:48.533 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.533 INFO kablam! --> src/arrays/Array1024.rs:53:18 Sep 02 01:34:48.533 INFO kablam! | Sep 02 01:34:48.533 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.533 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.533 INFO kablam! | Sep 02 01:34:48.533 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.534 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.534 INFO kablam! --> src/arrays/Array1024.rs:66:43 Sep 02 01:34:48.534 INFO kablam! | Sep 02 01:34:48.534 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.534 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.534 INFO kablam! | Sep 02 01:34:48.534 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.534 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.534 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.534 INFO kablam! Sep 02 01:34:48.535 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.535 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.535 INFO kablam! Sep 02 01:34:48.535 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.535 INFO kablam! --> src/arrays/Array1024.rs:66:29 Sep 02 01:34:48.535 INFO kablam! | Sep 02 01:34:48.535 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.535 INFO kablam! | ^^^^^^ Sep 02 01:34:48.535 INFO kablam! | Sep 02 01:34:48.535 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.536 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.536 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.536 INFO kablam! Sep 02 01:34:48.536 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.536 INFO kablam! --> src/arrays/Array1024.rs:72:20 Sep 02 01:34:48.536 INFO kablam! | Sep 02 01:34:48.536 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.536 INFO kablam! | ^^^^^^ Sep 02 01:34:48.536 INFO kablam! | Sep 02 01:34:48.536 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.537 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.537 INFO kablam! --> src/arrays/Array1024.rs:66:43 Sep 02 01:34:48.537 INFO kablam! | Sep 02 01:34:48.537 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.537 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.537 INFO kablam! | Sep 02 01:34:48.537 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.537 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.537 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.537 INFO kablam! Sep 02 01:34:48.538 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.538 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.538 INFO kablam! Sep 02 01:34:48.538 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.538 INFO kablam! --> src/arrays/Array1024.rs:72:34 Sep 02 01:34:48.538 INFO kablam! | Sep 02 01:34:48.538 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.538 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.538 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.538 INFO kablam! --> src/arrays/Array1024.rs:72:20 Sep 02 01:34:48.539 INFO kablam! | Sep 02 01:34:48.539 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.539 INFO kablam! | ^^^^^^ Sep 02 01:34:48.539 INFO kablam! | Sep 02 01:34:48.539 INFO kablam! | Sep 02 01:34:48.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.539 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.539 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.539 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.539 INFO kablam! Sep 02 01:34:48.539 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.539 INFO kablam! Sep 02 01:34:48.540 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.540 INFO kablam! --> src/arrays/Array1024.rs:72:34 Sep 02 01:34:48.540 INFO kablam! | Sep 02 01:34:48.540 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.540 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.540 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.540 INFO kablam! --> src/arrays/Array1024.rs:78:20 Sep 02 01:34:48.540 INFO kablam! | Sep 02 01:34:48.540 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.540 INFO kablam! | ^^^^^^ Sep 02 01:34:48.540 INFO kablam! | Sep 02 01:34:48.540 INFO kablam! | Sep 02 01:34:48.541 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.541 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.541 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.541 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.541 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.541 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.541 INFO kablam! Sep 02 01:34:48.541 INFO kablam! Sep 02 01:34:48.541 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.541 INFO kablam! --> src/arrays/Array1024.rs:78:34 Sep 02 01:34:48.541 INFO kablam! | Sep 02 01:34:48.541 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.541 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.542 INFO kablam! | Sep 02 01:34:48.542 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.542 INFO kablam! --> src/arrays/Array1024.rs:78:20 Sep 02 01:34:48.542 INFO kablam! | Sep 02 01:34:48.542 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.542 INFO kablam! | ^^^^^^ Sep 02 01:34:48.542 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.542 INFO kablam! | Sep 02 01:34:48.543 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.543 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.543 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.543 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.543 INFO kablam! Sep 02 01:34:48.543 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.543 INFO kablam! Sep 02 01:34:48.543 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.543 INFO kablam! --> src/arrays/Array1024.rs:78:34 Sep 02 01:34:48.543 INFO kablam! | Sep 02 01:34:48.543 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.543 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.543 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.543 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 02 01:34:48.543 INFO kablam! | Sep 02 01:34:48.543 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.543 INFO kablam! | ^^^^^^ Sep 02 01:34:48.543 INFO kablam! | Sep 02 01:34:48.543 INFO kablam! | Sep 02 01:34:48.543 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.543 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.544 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.544 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.544 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.544 INFO kablam! Sep 02 01:34:48.544 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.544 INFO kablam! Sep 02 01:34:48.544 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.544 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 02 01:34:48.544 INFO kablam! | Sep 02 01:34:48.544 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.544 INFO kablam! | ^^^^^^ Sep 02 01:34:48.544 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.544 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 02 01:34:48.544 INFO kablam! | Sep 02 01:34:48.544 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.544 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.544 INFO kablam! | Sep 02 01:34:48.544 INFO kablam! | Sep 02 01:34:48.544 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.544 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.544 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.544 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.544 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.544 INFO kablam! Sep 02 01:34:48.544 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.544 INFO kablam! Sep 02 01:34:48.545 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.545 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 02 01:34:48.545 INFO kablam! | Sep 02 01:34:48.545 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.545 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.545 INFO kablam! | Sep 02 01:34:48.545 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.545 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.545 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 02 01:34:48.545 INFO kablam! | Sep 02 01:34:48.545 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.546 INFO kablam! | ^^^^^^ Sep 02 01:34:48.546 INFO kablam! | Sep 02 01:34:48.546 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.546 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.550 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.550 INFO kablam! Sep 02 01:34:48.551 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.551 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.551 INFO kablam! Sep 02 01:34:48.551 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.551 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 02 01:34:48.551 INFO kablam! | Sep 02 01:34:48.551 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.551 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.551 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.552 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 02 01:34:48.552 INFO kablam! | Sep 02 01:34:48.552 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.552 INFO kablam! | ^^^^^^ Sep 02 01:34:48.552 INFO kablam! | Sep 02 01:34:48.552 INFO kablam! | Sep 02 01:34:48.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.552 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.552 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.552 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.552 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.552 INFO kablam! Sep 02 01:34:48.552 INFO kablam! Sep 02 01:34:48.553 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.553 INFO kablam! --> src/arrays/Array1024.rs:99:14 Sep 02 01:34:48.553 INFO kablam! | Sep 02 01:34:48.553 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.553 INFO kablam! | ^^^^^^ Sep 02 01:34:48.553 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.553 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 02 01:34:48.553 INFO kablam! | Sep 02 01:34:48.553 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.553 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.553 INFO kablam! | Sep 02 01:34:48.553 INFO kablam! | Sep 02 01:34:48.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.553 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.553 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.553 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.553 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.553 INFO kablam! Sep 02 01:34:48.553 INFO kablam! Sep 02 01:34:48.553 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.554 INFO kablam! --> src/arrays/Array1024.rs:99:28 Sep 02 01:34:48.554 INFO kablam! | Sep 02 01:34:48.554 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.554 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.554 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.554 INFO kablam! --> src/arrays/Array1024.rs:99:14 Sep 02 01:34:48.554 INFO kablam! | Sep 02 01:34:48.554 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.554 INFO kablam! | ^^^^^^ Sep 02 01:34:48.554 INFO kablam! | Sep 02 01:34:48.554 INFO kablam! | Sep 02 01:34:48.554 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.554 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.554 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.555 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.555 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.555 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.555 INFO kablam! Sep 02 01:34:48.555 INFO kablam! Sep 02 01:34:48.555 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.555 INFO kablam! --> src/arrays/Array1024.rs:99:28 Sep 02 01:34:48.555 INFO kablam! | Sep 02 01:34:48.556 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.556 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.556 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.556 INFO kablam! --> src/arrays/Array1024.rs:108:15 Sep 02 01:34:48.556 INFO kablam! | Sep 02 01:34:48.556 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.556 INFO kablam! | ^^^^^^ Sep 02 01:34:48.556 INFO kablam! | Sep 02 01:34:48.556 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.556 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.557 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.557 INFO kablam! | Sep 02 01:34:48.557 INFO kablam! Sep 02 01:34:48.557 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.557 INFO kablam! --> src/arrays/Array1024.rs:120:3 Sep 02 01:34:48.557 INFO kablam! | Sep 02 01:34:48.557 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.557 INFO kablam! | ^^^^^^ Sep 02 01:34:48.557 INFO kablam! | Sep 02 01:34:48.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.558 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.558 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.558 INFO kablam! Sep 02 01:34:48.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.558 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 02 01:34:48.558 INFO kablam! | Sep 02 01:34:48.558 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.558 INFO kablam! | ^^^^^^ Sep 02 01:34:48.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.559 INFO kablam! | Sep 02 01:34:48.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.559 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.559 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.559 INFO kablam! Sep 02 01:34:48.559 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.559 INFO kablam! --> src/arrays/Array1024.rs:141:4 Sep 02 01:34:48.559 INFO kablam! | Sep 02 01:34:48.559 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.559 INFO kablam! | ^^^^^^ Sep 02 01:34:48.560 INFO kablam! | Sep 02 01:34:48.560 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.560 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.560 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.560 INFO kablam! Sep 02 01:34:48.560 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.560 INFO kablam! Sep 02 01:34:48.560 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.560 INFO kablam! --> src/arrays/Array1024.rs:150:8 Sep 02 01:34:48.561 INFO kablam! | Sep 02 01:34:48.561 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.561 INFO kablam! | ^^^^^^ Sep 02 01:34:48.561 INFO kablam! | Sep 02 01:34:48.561 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.561 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.561 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.561 INFO kablam! Sep 02 01:34:48.561 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.561 INFO kablam! --> src/arrays/Array1024.rs:108:15 Sep 02 01:34:48.562 INFO kablam! | Sep 02 01:34:48.562 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.562 INFO kablam! | ^^^^^^ Sep 02 01:34:48.562 INFO kablam! | Sep 02 01:34:48.562 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.562 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.562 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.562 INFO kablam! Sep 02 01:34:48.562 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.562 INFO kablam! --> src/arrays/Array1024.rs:120:3 Sep 02 01:34:48.562 INFO kablam! | Sep 02 01:34:48.562 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.562 INFO kablam! | ^^^^^^ Sep 02 01:34:48.562 INFO kablam! | Sep 02 01:34:48.562 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.562 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.562 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.562 INFO kablam! Sep 02 01:34:48.562 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.562 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 02 01:34:48.563 INFO kablam! | Sep 02 01:34:48.563 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.563 INFO kablam! | ^^^^^^ Sep 02 01:34:48.563 INFO kablam! | Sep 02 01:34:48.563 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.563 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.563 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.563 INFO kablam! Sep 02 01:34:48.563 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.563 INFO kablam! --> src/arrays/Array1024.rs:141:4 Sep 02 01:34:48.563 INFO kablam! | Sep 02 01:34:48.563 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.563 INFO kablam! | ^^^^^^ Sep 02 01:34:48.563 INFO kablam! | Sep 02 01:34:48.563 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.563 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.563 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.563 INFO kablam! Sep 02 01:34:48.563 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.563 INFO kablam! --> src/arrays/Array1024.rs:150:8 Sep 02 01:34:48.564 INFO kablam! | Sep 02 01:34:48.564 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.564 INFO kablam! | ^^^^^^ Sep 02 01:34:48.564 INFO kablam! | Sep 02 01:34:48.564 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.564 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.564 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.564 INFO kablam! Sep 02 01:34:48.564 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 02 01:34:48.564 INFO kablam! --> src/lib.rs:8:12 Sep 02 01:34:48.564 INFO kablam! | Sep 02 01:34:48.564 INFO kablam! 8 | #![feature(associated_consts)] Sep 02 01:34:48.564 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 02 01:34:48.564 INFO kablam! | Sep 02 01:34:48.564 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 01:34:48.564 INFO kablam! Sep 02 01:34:48.564 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 02 01:34:48.564 INFO kablam! --> src/lib.rs:8:12 Sep 02 01:34:48.564 INFO kablam! | Sep 02 01:34:48.565 INFO kablam! 8 | #![feature(associated_consts)] Sep 02 01:34:48.565 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 02 01:34:48.565 INFO kablam! | Sep 02 01:34:48.565 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 01:34:48.565 INFO kablam! Sep 02 01:34:48.565 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.18s Sep 02 01:34:48.565 INFO kablam! su: No module specific data is present Sep 02 01:34:48.830 INFO running `"docker" "rm" "-f" "df35e30f568fade41ee12302106ad47b14987e74f2004e11ce1bd8ebeb7b917a"` Sep 02 01:34:48.928 INFO blam! df35e30f568fade41ee12302106ad47b14987e74f2004e11ce1bd8ebeb7b917a