Sep 04 08:05:26.378 INFO checking rust-extra-0.0.17 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 08:05:26.378 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 08:05:26.378 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 08:05:26.527 INFO blam! 36d0da2f4a6bde6d7852c17baf0060c81e798a286f0e7d81dc41f038dedad7a3 Sep 04 08:05:26.528 INFO running `"docker" "start" "-a" "36d0da2f4a6bde6d7852c17baf0060c81e798a286f0e7d81dc41f038dedad7a3"` Sep 04 08:05:27.251 INFO kablam! Checking rust-extra v0.0.17 (file:///source) Sep 04 08:05:29.221 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.221 INFO kablam! --> src/arrays/Array16.rs:28:3 Sep 04 08:05:29.221 INFO kablam! | Sep 04 08:05:29.221 INFO kablam! 28 | self.0.as_ptr() Sep 04 08:05:29.221 INFO kablam! | ^^^^^^ Sep 04 08:05:29.221 INFO kablam! | Sep 04 08:05:29.222 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 04 08:05:29.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 04 08:05:29.222 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.223 INFO kablam! Sep 04 08:05:29.223 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.223 INFO kablam! --> src/arrays/Array16.rs:34:3 Sep 04 08:05:29.223 INFO kablam! | Sep 04 08:05:29.223 INFO kablam! 34 | self.0.as_mut_ptr() Sep 04 08:05:29.224 INFO kablam! | ^^^^^^ Sep 04 08:05:29.224 INFO kablam! | Sep 04 08:05:29.224 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.224 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.225 INFO kablam! Sep 04 08:05:29.225 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.225 INFO kablam! --> src/arrays/Array16.rs:56:3 Sep 04 08:05:29.225 INFO kablam! | Sep 04 08:05:29.226 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 04 08:05:29.226 INFO kablam! | ^^^^^^ Sep 04 08:05:29.226 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.226 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.226 INFO kablam! Sep 04 08:05:29.227 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.227 INFO kablam! --> src/arrays/Array16.rs:65:3 Sep 04 08:05:29.227 INFO kablam! | Sep 04 08:05:29.227 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.227 INFO kablam! | ^^^^^^ Sep 04 08:05:29.227 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.228 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.228 INFO kablam! Sep 04 08:05:29.229 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.229 INFO kablam! --> src/arrays/Array16.rs:65:18 Sep 04 08:05:29.229 INFO kablam! | Sep 04 08:05:29.229 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.229 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.229 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.230 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.230 INFO kablam! Sep 04 08:05:29.231 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.231 INFO kablam! --> src/arrays/Array16.rs:78:29 Sep 04 08:05:29.231 INFO kablam! | Sep 04 08:05:29.231 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.231 INFO kablam! | ^^^^^^ Sep 04 08:05:29.231 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.231 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.232 INFO kablam! Sep 04 08:05:29.232 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.232 INFO kablam! --> src/arrays/Array16.rs:78:43 Sep 04 08:05:29.232 INFO kablam! | Sep 04 08:05:29.233 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.233 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.233 INFO kablam! | Sep 04 08:05:29.233 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.233 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.234 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.234 INFO kablam! Sep 04 08:05:29.234 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.234 INFO kablam! --> src/arrays/Array16.rs:84:20 Sep 04 08:05:29.234 INFO kablam! | Sep 04 08:05:29.234 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.234 INFO kablam! | ^^^^^^ Sep 04 08:05:29.235 INFO kablam! | Sep 04 08:05:29.235 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.235 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.235 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.236 INFO kablam! Sep 04 08:05:29.236 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.236 INFO kablam! --> src/arrays/Array16.rs:84:34 Sep 04 08:05:29.236 INFO kablam! | Sep 04 08:05:29.236 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.236 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.236 INFO kablam! | Sep 04 08:05:29.237 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.237 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.237 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.238 INFO kablam! Sep 04 08:05:29.238 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.238 INFO kablam! --> src/arrays/Array16.rs:90:20 Sep 04 08:05:29.238 INFO kablam! | Sep 04 08:05:29.238 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.238 INFO kablam! | ^^^^^^ Sep 04 08:05:29.238 INFO kablam! | Sep 04 08:05:29.239 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.239 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.239 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.239 INFO kablam! Sep 04 08:05:29.240 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.240 INFO kablam! --> src/arrays/Array16.rs:90:34 Sep 04 08:05:29.240 INFO kablam! | Sep 04 08:05:29.240 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.240 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.240 INFO kablam! | Sep 04 08:05:29.240 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.241 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.241 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.241 INFO kablam! Sep 04 08:05:29.242 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.242 INFO kablam! --> src/arrays/Array16.rs:96:20 Sep 04 08:05:29.242 INFO kablam! | Sep 04 08:05:29.242 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.242 INFO kablam! | ^^^^^^ Sep 04 08:05:29.242 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.243 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.243 INFO kablam! Sep 04 08:05:29.243 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.243 INFO kablam! --> src/arrays/Array16.rs:96:34 Sep 04 08:05:29.244 INFO kablam! | Sep 04 08:05:29.244 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.244 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.244 INFO kablam! | Sep 04 08:05:29.244 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.244 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.245 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.245 INFO kablam! Sep 04 08:05:29.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.245 INFO kablam! --> src/arrays/Array16.rs:102:20 Sep 04 08:05:29.245 INFO kablam! | Sep 04 08:05:29.245 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.245 INFO kablam! | ^^^^^^ Sep 04 08:05:29.246 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.246 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.246 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.246 INFO kablam! Sep 04 08:05:29.247 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.247 INFO kablam! --> src/arrays/Array16.rs:102:34 Sep 04 08:05:29.247 INFO kablam! | Sep 04 08:05:29.247 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.247 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.247 INFO kablam! | Sep 04 08:05:29.247 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.247 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.247 INFO kablam! Sep 04 08:05:29.248 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.248 INFO kablam! --> src/arrays/Array16.rs:111:14 Sep 04 08:05:29.248 INFO kablam! | Sep 04 08:05:29.248 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.248 INFO kablam! | ^^^^^^ Sep 04 08:05:29.248 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.248 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.248 INFO kablam! Sep 04 08:05:29.248 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.248 INFO kablam! --> src/arrays/Array16.rs:111:28 Sep 04 08:05:29.248 INFO kablam! | Sep 04 08:05:29.248 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.248 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.248 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.249 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.249 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.249 INFO kablam! Sep 04 08:05:29.249 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.249 INFO kablam! --> src/arrays/Array16.rs:120:15 Sep 04 08:05:29.249 INFO kablam! | Sep 04 08:05:29.249 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 04 08:05:29.249 INFO kablam! | ^^^^^^ Sep 04 08:05:29.249 INFO kablam! | Sep 04 08:05:29.249 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.249 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.249 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.249 INFO kablam! Sep 04 08:05:29.249 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.249 INFO kablam! --> src/arrays/Array16.rs:132:3 Sep 04 08:05:29.249 INFO kablam! | Sep 04 08:05:29.249 INFO kablam! 132 | self.0.iter() Sep 04 08:05:29.250 INFO kablam! | ^^^^^^ Sep 04 08:05:29.250 INFO kablam! | Sep 04 08:05:29.250 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.250 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.250 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.250 INFO kablam! Sep 04 08:05:29.250 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.250 INFO kablam! --> src/arrays/Array16.rs:144:3 Sep 04 08:05:29.250 INFO kablam! | Sep 04 08:05:29.250 INFO kablam! 144 | self.0.iter_mut() Sep 04 08:05:29.250 INFO kablam! | ^^^^^^ Sep 04 08:05:29.250 INFO kablam! | Sep 04 08:05:29.250 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.251 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.251 INFO kablam! Sep 04 08:05:29.251 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.251 INFO kablam! --> src/arrays/Array16.rs:153:4 Sep 04 08:05:29.251 INFO kablam! | Sep 04 08:05:29.251 INFO kablam! 153 | &self.0[..] Sep 04 08:05:29.251 INFO kablam! | ^^^^^^ Sep 04 08:05:29.251 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.252 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.252 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.252 INFO kablam! Sep 04 08:05:29.252 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.252 INFO kablam! --> src/arrays/Array16.rs:162:8 Sep 04 08:05:29.252 INFO kablam! | Sep 04 08:05:29.252 INFO kablam! 162 | &mut self.0[..] Sep 04 08:05:29.252 INFO kablam! | ^^^^^^ Sep 04 08:05:29.252 INFO kablam! | Sep 04 08:05:29.252 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.252 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.252 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.252 INFO kablam! Sep 04 08:05:29.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.253 INFO kablam! --> src/arrays/Array30.rs:28:3 Sep 04 08:05:29.253 INFO kablam! | Sep 04 08:05:29.253 INFO kablam! 28 | self.0.as_ptr() Sep 04 08:05:29.253 INFO kablam! | ^^^^^^ Sep 04 08:05:29.253 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.253 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.253 INFO kablam! Sep 04 08:05:29.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.253 INFO kablam! --> src/arrays/Array30.rs:34:3 Sep 04 08:05:29.253 INFO kablam! | Sep 04 08:05:29.253 INFO kablam! 34 | self.0.as_mut_ptr() Sep 04 08:05:29.253 INFO kablam! | ^^^^^^ Sep 04 08:05:29.253 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.253 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.254 INFO kablam! Sep 04 08:05:29.254 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.254 INFO kablam! --> src/arrays/Array30.rs:56:3 Sep 04 08:05:29.254 INFO kablam! | Sep 04 08:05:29.254 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 04 08:05:29.254 INFO kablam! | ^^^^^^ Sep 04 08:05:29.254 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.254 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.254 INFO kablam! Sep 04 08:05:29.254 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.254 INFO kablam! --> src/arrays/Array30.rs:65:3 Sep 04 08:05:29.254 INFO kablam! | Sep 04 08:05:29.254 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.254 INFO kablam! | ^^^^^^ Sep 04 08:05:29.254 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.255 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.255 INFO kablam! Sep 04 08:05:29.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.255 INFO kablam! --> src/arrays/Array30.rs:65:18 Sep 04 08:05:29.255 INFO kablam! | Sep 04 08:05:29.255 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.255 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.255 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.255 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.255 INFO kablam! Sep 04 08:05:29.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.256 INFO kablam! --> src/arrays/Array30.rs:78:29 Sep 04 08:05:29.256 INFO kablam! | Sep 04 08:05:29.256 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.256 INFO kablam! | ^^^^^^ Sep 04 08:05:29.256 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.256 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.256 INFO kablam! Sep 04 08:05:29.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.256 INFO kablam! --> src/arrays/Array30.rs:78:43 Sep 04 08:05:29.256 INFO kablam! | Sep 04 08:05:29.256 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.256 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.256 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.256 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.256 INFO kablam! Sep 04 08:05:29.260 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.260 INFO kablam! --> src/arrays/Array30.rs:84:20 Sep 04 08:05:29.261 INFO kablam! | Sep 04 08:05:29.261 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.261 INFO kablam! | ^^^^^^ Sep 04 08:05:29.261 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.261 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.261 INFO kablam! Sep 04 08:05:29.262 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.262 INFO kablam! --> src/arrays/Array30.rs:84:34 Sep 04 08:05:29.262 INFO kablam! | Sep 04 08:05:29.262 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.262 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.262 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.262 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.263 INFO kablam! Sep 04 08:05:29.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.263 INFO kablam! --> src/arrays/Array30.rs:90:20 Sep 04 08:05:29.263 INFO kablam! | Sep 04 08:05:29.263 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.263 INFO kablam! | ^^^^^^ Sep 04 08:05:29.263 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.263 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.263 INFO kablam! Sep 04 08:05:29.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.263 INFO kablam! --> src/arrays/Array30.rs:90:34 Sep 04 08:05:29.263 INFO kablam! | Sep 04 08:05:29.263 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.263 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.263 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.263 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.264 INFO kablam! Sep 04 08:05:29.264 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.264 INFO kablam! --> src/arrays/Array30.rs:96:20 Sep 04 08:05:29.264 INFO kablam! | Sep 04 08:05:29.264 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.264 INFO kablam! | ^^^^^^ Sep 04 08:05:29.264 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.264 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.264 INFO kablam! Sep 04 08:05:29.264 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.264 INFO kablam! --> src/arrays/Array30.rs:96:34 Sep 04 08:05:29.264 INFO kablam! | Sep 04 08:05:29.264 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.264 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.264 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.264 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.265 INFO kablam! Sep 04 08:05:29.265 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.265 INFO kablam! --> src/arrays/Array30.rs:102:20 Sep 04 08:05:29.265 INFO kablam! | Sep 04 08:05:29.265 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.265 INFO kablam! | ^^^^^^ Sep 04 08:05:29.265 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.265 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.265 INFO kablam! Sep 04 08:05:29.265 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.265 INFO kablam! --> src/arrays/Array30.rs:102:34 Sep 04 08:05:29.265 INFO kablam! | Sep 04 08:05:29.265 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.265 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.265 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.265 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.265 INFO kablam! Sep 04 08:05:29.265 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.265 INFO kablam! --> src/arrays/Array30.rs:111:14 Sep 04 08:05:29.265 INFO kablam! | Sep 04 08:05:29.265 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.265 INFO kablam! | ^^^^^^ Sep 04 08:05:29.265 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.266 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.266 INFO kablam! Sep 04 08:05:29.266 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.266 INFO kablam! --> src/arrays/Array30.rs:111:28 Sep 04 08:05:29.266 INFO kablam! | Sep 04 08:05:29.266 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.266 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.266 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.266 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.266 INFO kablam! Sep 04 08:05:29.266 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.266 INFO kablam! --> src/arrays/Array30.rs:120:15 Sep 04 08:05:29.266 INFO kablam! | Sep 04 08:05:29.266 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 04 08:05:29.266 INFO kablam! | ^^^^^^ Sep 04 08:05:29.266 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.266 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.266 INFO kablam! Sep 04 08:05:29.275 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.275 INFO kablam! --> src/arrays/Array30.rs:132:3 Sep 04 08:05:29.275 INFO kablam! | Sep 04 08:05:29.275 INFO kablam! 132 | self.0.iter() Sep 04 08:05:29.275 INFO kablam! | ^^^^^^ Sep 04 08:05:29.275 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.276 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.276 INFO kablam! Sep 04 08:05:29.276 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.276 INFO kablam! --> src/arrays/Array30.rs:144:3 Sep 04 08:05:29.276 INFO kablam! | Sep 04 08:05:29.276 INFO kablam! 144 | self.0.iter_mut() Sep 04 08:05:29.276 INFO kablam! | ^^^^^^ Sep 04 08:05:29.276 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.276 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.276 INFO kablam! Sep 04 08:05:29.298 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.298 INFO kablam! --> src/arrays/Array30.rs:153:4 Sep 04 08:05:29.298 INFO kablam! | Sep 04 08:05:29.298 INFO kablam! 153 | &self.0[..] Sep 04 08:05:29.298 INFO kablam! | ^^^^^^ Sep 04 08:05:29.298 INFO kablam! | Sep 04 08:05:29.298 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.298 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.298 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.298 INFO kablam! Sep 04 08:05:29.298 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.298 INFO kablam! --> src/arrays/Array30.rs:162:8 Sep 04 08:05:29.298 INFO kablam! | Sep 04 08:05:29.298 INFO kablam! 162 | &mut self.0[..] Sep 04 08:05:29.298 INFO kablam! | ^^^^^^ Sep 04 08:05:29.298 INFO kablam! | Sep 04 08:05:29.298 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.298 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.298 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.298 INFO kablam! Sep 04 08:05:29.299 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.299 INFO kablam! --> src/arrays/Array32.rs:28:3 Sep 04 08:05:29.299 INFO kablam! | Sep 04 08:05:29.299 INFO kablam! 28 | self.0.as_ptr() Sep 04 08:05:29.299 INFO kablam! | ^^^^^^ Sep 04 08:05:29.299 INFO kablam! | Sep 04 08:05:29.299 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.299 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.299 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.299 INFO kablam! Sep 04 08:05:29.299 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.299 INFO kablam! --> src/arrays/Array32.rs:34:3 Sep 04 08:05:29.299 INFO kablam! | Sep 04 08:05:29.299 INFO kablam! 34 | self.0.as_mut_ptr() Sep 04 08:05:29.299 INFO kablam! | ^^^^^^ Sep 04 08:05:29.299 INFO kablam! | Sep 04 08:05:29.299 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.299 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.300 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.300 INFO kablam! Sep 04 08:05:29.300 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.300 INFO kablam! --> src/arrays/Array32.rs:56:3 Sep 04 08:05:29.300 INFO kablam! | Sep 04 08:05:29.300 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 04 08:05:29.300 INFO kablam! | ^^^^^^ Sep 04 08:05:29.300 INFO kablam! | Sep 04 08:05:29.300 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.300 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.300 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.300 INFO kablam! Sep 04 08:05:29.301 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.301 INFO kablam! --> src/arrays/Array32.rs:65:3 Sep 04 08:05:29.301 INFO kablam! | Sep 04 08:05:29.301 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.301 INFO kablam! | ^^^^^^ Sep 04 08:05:29.301 INFO kablam! | Sep 04 08:05:29.301 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.301 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.301 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.301 INFO kablam! Sep 04 08:05:29.301 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.301 INFO kablam! --> src/arrays/Array32.rs:65:18 Sep 04 08:05:29.301 INFO kablam! | Sep 04 08:05:29.301 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.301 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.301 INFO kablam! | Sep 04 08:05:29.302 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.302 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.302 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.302 INFO kablam! Sep 04 08:05:29.302 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.302 INFO kablam! --> src/arrays/Array32.rs:78:29 Sep 04 08:05:29.302 INFO kablam! | Sep 04 08:05:29.302 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.302 INFO kablam! | ^^^^^^ Sep 04 08:05:29.302 INFO kablam! | Sep 04 08:05:29.302 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.302 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.302 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.302 INFO kablam! Sep 04 08:05:29.302 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.302 INFO kablam! --> src/arrays/Array32.rs:78:43 Sep 04 08:05:29.302 INFO kablam! | Sep 04 08:05:29.302 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.302 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.303 INFO kablam! | Sep 04 08:05:29.303 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.303 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.303 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.303 INFO kablam! Sep 04 08:05:29.303 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.303 INFO kablam! --> src/arrays/Array32.rs:84:20 Sep 04 08:05:29.303 INFO kablam! | Sep 04 08:05:29.303 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.303 INFO kablam! | ^^^^^^ Sep 04 08:05:29.303 INFO kablam! | Sep 04 08:05:29.303 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.303 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.303 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.303 INFO kablam! Sep 04 08:05:29.304 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.304 INFO kablam! --> src/arrays/Array32.rs:84:34 Sep 04 08:05:29.304 INFO kablam! | Sep 04 08:05:29.304 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.304 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.304 INFO kablam! | Sep 04 08:05:29.304 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.304 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.304 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.304 INFO kablam! Sep 04 08:05:29.304 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.304 INFO kablam! --> src/arrays/Array32.rs:90:20 Sep 04 08:05:29.304 INFO kablam! | Sep 04 08:05:29.304 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.304 INFO kablam! | ^^^^^^ Sep 04 08:05:29.304 INFO kablam! | Sep 04 08:05:29.305 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.305 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.305 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.305 INFO kablam! Sep 04 08:05:29.305 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.305 INFO kablam! --> src/arrays/Array32.rs:90:34 Sep 04 08:05:29.305 INFO kablam! | Sep 04 08:05:29.305 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.305 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.305 INFO kablam! | Sep 04 08:05:29.305 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.305 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.305 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.305 INFO kablam! Sep 04 08:05:29.305 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.305 INFO kablam! --> src/arrays/Array32.rs:96:20 Sep 04 08:05:29.305 INFO kablam! | Sep 04 08:05:29.305 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.306 INFO kablam! | ^^^^^^ Sep 04 08:05:29.306 INFO kablam! | Sep 04 08:05:29.306 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.306 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.306 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.306 INFO kablam! Sep 04 08:05:29.306 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.306 INFO kablam! --> src/arrays/Array32.rs:96:34 Sep 04 08:05:29.306 INFO kablam! | Sep 04 08:05:29.306 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.306 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.306 INFO kablam! | Sep 04 08:05:29.306 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.306 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.306 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.306 INFO kablam! Sep 04 08:05:29.307 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.307 INFO kablam! --> src/arrays/Array32.rs:102:20 Sep 04 08:05:29.307 INFO kablam! | Sep 04 08:05:29.307 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.307 INFO kablam! | ^^^^^^ Sep 04 08:05:29.307 INFO kablam! | Sep 04 08:05:29.307 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.307 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.307 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.307 INFO kablam! Sep 04 08:05:29.307 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.307 INFO kablam! --> src/arrays/Array32.rs:102:34 Sep 04 08:05:29.307 INFO kablam! | Sep 04 08:05:29.307 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.307 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.307 INFO kablam! | Sep 04 08:05:29.307 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.307 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.308 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.308 INFO kablam! Sep 04 08:05:29.308 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.308 INFO kablam! --> src/arrays/Array32.rs:111:14 Sep 04 08:05:29.308 INFO kablam! | Sep 04 08:05:29.308 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.308 INFO kablam! | ^^^^^^ Sep 04 08:05:29.308 INFO kablam! | Sep 04 08:05:29.308 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.308 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.308 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.308 INFO kablam! Sep 04 08:05:29.308 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.308 INFO kablam! --> src/arrays/Array32.rs:111:28 Sep 04 08:05:29.308 INFO kablam! | Sep 04 08:05:29.308 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.309 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.309 INFO kablam! | Sep 04 08:05:29.309 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.309 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.309 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.309 INFO kablam! Sep 04 08:05:29.309 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.309 INFO kablam! --> src/arrays/Array32.rs:120:15 Sep 04 08:05:29.309 INFO kablam! | Sep 04 08:05:29.309 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 04 08:05:29.309 INFO kablam! | ^^^^^^ Sep 04 08:05:29.309 INFO kablam! | Sep 04 08:05:29.309 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.309 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.310 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.310 INFO kablam! Sep 04 08:05:29.310 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.310 INFO kablam! --> src/arrays/Array32.rs:132:3 Sep 04 08:05:29.310 INFO kablam! | Sep 04 08:05:29.310 INFO kablam! 132 | self.0.iter() Sep 04 08:05:29.310 INFO kablam! | ^^^^^^ Sep 04 08:05:29.310 INFO kablam! | Sep 04 08:05:29.310 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.310 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.310 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.310 INFO kablam! Sep 04 08:05:29.310 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.311 INFO kablam! --> src/arrays/Array32.rs:144:3 Sep 04 08:05:29.311 INFO kablam! | Sep 04 08:05:29.311 INFO kablam! 144 | self.0.iter_mut() Sep 04 08:05:29.311 INFO kablam! | ^^^^^^ Sep 04 08:05:29.311 INFO kablam! | Sep 04 08:05:29.311 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.311 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.311 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.311 INFO kablam! Sep 04 08:05:29.311 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.311 INFO kablam! --> src/arrays/Array32.rs:153:4 Sep 04 08:05:29.311 INFO kablam! | Sep 04 08:05:29.311 INFO kablam! 153 | &self.0[..] Sep 04 08:05:29.311 INFO kablam! | ^^^^^^ Sep 04 08:05:29.311 INFO kablam! | Sep 04 08:05:29.312 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.312 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.312 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.312 INFO kablam! Sep 04 08:05:29.312 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.312 INFO kablam! --> src/arrays/Array32.rs:162:8 Sep 04 08:05:29.312 INFO kablam! | Sep 04 08:05:29.312 INFO kablam! 162 | &mut self.0[..] Sep 04 08:05:29.312 INFO kablam! | ^^^^^^ Sep 04 08:05:29.312 INFO kablam! | Sep 04 08:05:29.312 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.313 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.313 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.313 INFO kablam! Sep 04 08:05:29.313 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.313 INFO kablam! --> src/arrays/Array40.rs:28:3 Sep 04 08:05:29.313 INFO kablam! | Sep 04 08:05:29.313 INFO kablam! 28 | self.0.as_ptr() Sep 04 08:05:29.313 INFO kablam! | ^^^^^^ Sep 04 08:05:29.313 INFO kablam! | Sep 04 08:05:29.313 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.313 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.314 INFO kablam! Sep 04 08:05:29.314 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.314 INFO kablam! --> src/arrays/Array40.rs:34:3 Sep 04 08:05:29.314 INFO kablam! | Sep 04 08:05:29.314 INFO kablam! 34 | self.0.as_mut_ptr() Sep 04 08:05:29.314 INFO kablam! | ^^^^^^ Sep 04 08:05:29.314 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.314 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.314 INFO kablam! Sep 04 08:05:29.315 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.315 INFO kablam! --> src/arrays/Array40.rs:56:3 Sep 04 08:05:29.315 INFO kablam! | Sep 04 08:05:29.315 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 04 08:05:29.315 INFO kablam! | ^^^^^^ Sep 04 08:05:29.315 INFO kablam! | Sep 04 08:05:29.316 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.316 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.316 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.316 INFO kablam! Sep 04 08:05:29.316 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.316 INFO kablam! --> src/arrays/Array40.rs:65:3 Sep 04 08:05:29.317 INFO kablam! | Sep 04 08:05:29.317 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.317 INFO kablam! | ^^^^^^ Sep 04 08:05:29.317 INFO kablam! | Sep 04 08:05:29.317 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.317 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.317 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.317 INFO kablam! Sep 04 08:05:29.317 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.317 INFO kablam! --> src/arrays/Array40.rs:65:18 Sep 04 08:05:29.318 INFO kablam! | Sep 04 08:05:29.318 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.318 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.318 INFO kablam! | Sep 04 08:05:29.318 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.318 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.318 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.318 INFO kablam! Sep 04 08:05:29.318 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.318 INFO kablam! --> src/arrays/Array40.rs:78:29 Sep 04 08:05:29.318 INFO kablam! | Sep 04 08:05:29.318 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.319 INFO kablam! | ^^^^^^ Sep 04 08:05:29.319 INFO kablam! | Sep 04 08:05:29.319 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.319 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.319 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.319 INFO kablam! Sep 04 08:05:29.319 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.319 INFO kablam! --> src/arrays/Array40.rs:78:43 Sep 04 08:05:29.319 INFO kablam! | Sep 04 08:05:29.319 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.320 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.320 INFO kablam! | Sep 04 08:05:29.320 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.320 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.320 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.320 INFO kablam! Sep 04 08:05:29.320 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.320 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 04 08:05:29.320 INFO kablam! | Sep 04 08:05:29.320 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.321 INFO kablam! | ^^^^^^ Sep 04 08:05:29.321 INFO kablam! | Sep 04 08:05:29.321 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.321 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.321 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.321 INFO kablam! Sep 04 08:05:29.321 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.321 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 04 08:05:29.321 INFO kablam! | Sep 04 08:05:29.321 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.322 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.322 INFO kablam! | Sep 04 08:05:29.322 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.322 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.322 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.322 INFO kablam! Sep 04 08:05:29.322 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.322 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 04 08:05:29.322 INFO kablam! | Sep 04 08:05:29.322 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.323 INFO kablam! | ^^^^^^ Sep 04 08:05:29.323 INFO kablam! | Sep 04 08:05:29.323 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.323 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.323 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.323 INFO kablam! Sep 04 08:05:29.323 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.323 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 04 08:05:29.323 INFO kablam! | Sep 04 08:05:29.323 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.324 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.324 INFO kablam! | Sep 04 08:05:29.324 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.324 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.324 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.324 INFO kablam! Sep 04 08:05:29.325 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.325 INFO kablam! --> src/arrays/Array40.rs:96:20 Sep 04 08:05:29.325 INFO kablam! | Sep 04 08:05:29.325 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.325 INFO kablam! | ^^^^^^ Sep 04 08:05:29.325 INFO kablam! | Sep 04 08:05:29.325 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.325 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.325 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.325 INFO kablam! Sep 04 08:05:29.326 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.326 INFO kablam! --> src/arrays/Array40.rs:96:34 Sep 04 08:05:29.326 INFO kablam! | Sep 04 08:05:29.326 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.326 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.326 INFO kablam! | Sep 04 08:05:29.326 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.326 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.326 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.326 INFO kablam! Sep 04 08:05:29.326 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.327 INFO kablam! --> src/arrays/Array40.rs:102:20 Sep 04 08:05:29.327 INFO kablam! | Sep 04 08:05:29.327 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.327 INFO kablam! | ^^^^^^ Sep 04 08:05:29.327 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.327 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.327 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.327 INFO kablam! Sep 04 08:05:29.328 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.328 INFO kablam! --> src/arrays/Array40.rs:102:34 Sep 04 08:05:29.328 INFO kablam! | Sep 04 08:05:29.328 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.328 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.328 INFO kablam! | Sep 04 08:05:29.328 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.328 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.328 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.329 INFO kablam! Sep 04 08:05:29.329 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.329 INFO kablam! --> src/arrays/Array40.rs:111:14 Sep 04 08:05:29.329 INFO kablam! | Sep 04 08:05:29.329 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.329 INFO kablam! | ^^^^^^ Sep 04 08:05:29.329 INFO kablam! | Sep 04 08:05:29.329 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.330 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.330 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.330 INFO kablam! Sep 04 08:05:29.330 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.330 INFO kablam! --> src/arrays/Array40.rs:111:28 Sep 04 08:05:29.330 INFO kablam! | Sep 04 08:05:29.331 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.331 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.331 INFO kablam! | Sep 04 08:05:29.331 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.331 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.331 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.331 INFO kablam! Sep 04 08:05:29.332 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.332 INFO kablam! --> src/arrays/Array40.rs:120:15 Sep 04 08:05:29.332 INFO kablam! | Sep 04 08:05:29.332 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 04 08:05:29.332 INFO kablam! | ^^^^^^ Sep 04 08:05:29.332 INFO kablam! | Sep 04 08:05:29.332 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.333 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.333 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.333 INFO kablam! Sep 04 08:05:29.333 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.333 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 04 08:05:29.333 INFO kablam! | Sep 04 08:05:29.334 INFO kablam! 132 | self.0.iter() Sep 04 08:05:29.334 INFO kablam! | ^^^^^^ Sep 04 08:05:29.334 INFO kablam! | Sep 04 08:05:29.334 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.334 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.334 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.334 INFO kablam! Sep 04 08:05:29.335 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.335 INFO kablam! --> src/arrays/Array40.rs:144:3 Sep 04 08:05:29.335 INFO kablam! | Sep 04 08:05:29.335 INFO kablam! 144 | self.0.iter_mut() Sep 04 08:05:29.335 INFO kablam! | ^^^^^^ Sep 04 08:05:29.335 INFO kablam! | Sep 04 08:05:29.335 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.336 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.336 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.336 INFO kablam! Sep 04 08:05:29.336 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.336 INFO kablam! --> src/arrays/Array40.rs:153:4 Sep 04 08:05:29.337 INFO kablam! | Sep 04 08:05:29.337 INFO kablam! 153 | &self.0[..] Sep 04 08:05:29.337 INFO kablam! | ^^^^^^ Sep 04 08:05:29.337 INFO kablam! | Sep 04 08:05:29.337 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.337 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.337 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.337 INFO kablam! Sep 04 08:05:29.338 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.338 INFO kablam! --> src/arrays/Array40.rs:162:8 Sep 04 08:05:29.338 INFO kablam! | Sep 04 08:05:29.338 INFO kablam! 162 | &mut self.0[..] Sep 04 08:05:29.338 INFO kablam! | ^^^^^^ Sep 04 08:05:29.338 INFO kablam! | Sep 04 08:05:29.338 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.339 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.339 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.339 INFO kablam! Sep 04 08:05:29.339 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.339 INFO kablam! --> src/arrays/Array46.rs:28:3 Sep 04 08:05:29.339 INFO kablam! | Sep 04 08:05:29.340 INFO kablam! 28 | self.0.as_ptr() Sep 04 08:05:29.340 INFO kablam! | ^^^^^^ Sep 04 08:05:29.340 INFO kablam! | Sep 04 08:05:29.340 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.340 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.340 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.340 INFO kablam! Sep 04 08:05:29.341 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.341 INFO kablam! --> src/arrays/Array46.rs:34:3 Sep 04 08:05:29.341 INFO kablam! | Sep 04 08:05:29.341 INFO kablam! 34 | self.0.as_mut_ptr() Sep 04 08:05:29.341 INFO kablam! | ^^^^^^ Sep 04 08:05:29.341 INFO kablam! | Sep 04 08:05:29.341 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.341 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.342 INFO kablam! Sep 04 08:05:29.342 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.342 INFO kablam! --> src/arrays/Array46.rs:56:3 Sep 04 08:05:29.342 INFO kablam! | Sep 04 08:05:29.342 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 04 08:05:29.343 INFO kablam! | ^^^^^^ Sep 04 08:05:29.343 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.343 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.343 INFO kablam! Sep 04 08:05:29.343 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.343 INFO kablam! --> src/arrays/Array46.rs:65:3 Sep 04 08:05:29.343 INFO kablam! | Sep 04 08:05:29.343 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.344 INFO kablam! | ^^^^^^ Sep 04 08:05:29.344 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.344 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.344 INFO kablam! Sep 04 08:05:29.344 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.344 INFO kablam! --> src/arrays/Array46.rs:65:18 Sep 04 08:05:29.344 INFO kablam! | Sep 04 08:05:29.344 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.345 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.345 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.345 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.345 INFO kablam! Sep 04 08:05:29.345 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.345 INFO kablam! --> src/arrays/Array46.rs:78:29 Sep 04 08:05:29.345 INFO kablam! | Sep 04 08:05:29.345 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.345 INFO kablam! | ^^^^^^ Sep 04 08:05:29.346 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.346 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.346 INFO kablam! Sep 04 08:05:29.346 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.346 INFO kablam! --> src/arrays/Array46.rs:78:43 Sep 04 08:05:29.346 INFO kablam! | Sep 04 08:05:29.346 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.347 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.347 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.347 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.347 INFO kablam! Sep 04 08:05:29.347 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.347 INFO kablam! --> src/arrays/Array46.rs:84:20 Sep 04 08:05:29.347 INFO kablam! | Sep 04 08:05:29.347 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.348 INFO kablam! | ^^^^^^ Sep 04 08:05:29.348 INFO kablam! | Sep 04 08:05:29.348 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.348 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.349 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.349 INFO kablam! Sep 04 08:05:29.349 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.349 INFO kablam! --> src/arrays/Array46.rs:84:34 Sep 04 08:05:29.350 INFO kablam! | Sep 04 08:05:29.350 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.350 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.350 INFO kablam! | Sep 04 08:05:29.351 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.351 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.351 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.352 INFO kablam! Sep 04 08:05:29.352 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.352 INFO kablam! --> src/arrays/Array46.rs:90:20 Sep 04 08:05:29.352 INFO kablam! | Sep 04 08:05:29.353 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.353 INFO kablam! | ^^^^^^ Sep 04 08:05:29.353 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.353 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.354 INFO kablam! Sep 04 08:05:29.354 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.354 INFO kablam! --> src/arrays/Array46.rs:90:34 Sep 04 08:05:29.355 INFO kablam! | Sep 04 08:05:29.355 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.355 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.355 INFO kablam! | Sep 04 08:05:29.355 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.356 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.356 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.356 INFO kablam! Sep 04 08:05:29.356 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.357 INFO kablam! --> src/arrays/Array46.rs:96:20 Sep 04 08:05:29.357 INFO kablam! | Sep 04 08:05:29.357 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.357 INFO kablam! | ^^^^^^ Sep 04 08:05:29.357 INFO kablam! | Sep 04 08:05:29.357 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.357 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.357 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.358 INFO kablam! Sep 04 08:05:29.358 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.358 INFO kablam! --> src/arrays/Array46.rs:96:34 Sep 04 08:05:29.358 INFO kablam! | Sep 04 08:05:29.359 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.359 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.359 INFO kablam! | Sep 04 08:05:29.359 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.359 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.359 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.359 INFO kablam! Sep 04 08:05:29.359 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.359 INFO kablam! --> src/arrays/Array46.rs:102:20 Sep 04 08:05:29.359 INFO kablam! | Sep 04 08:05:29.359 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.359 INFO kablam! | ^^^^^^ Sep 04 08:05:29.359 INFO kablam! | Sep 04 08:05:29.360 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.360 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.360 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.360 INFO kablam! Sep 04 08:05:29.360 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.360 INFO kablam! --> src/arrays/Array46.rs:102:34 Sep 04 08:05:29.360 INFO kablam! | Sep 04 08:05:29.361 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.361 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.361 INFO kablam! | Sep 04 08:05:29.361 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.361 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.361 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.361 INFO kablam! Sep 04 08:05:29.361 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.361 INFO kablam! --> src/arrays/Array46.rs:111:14 Sep 04 08:05:29.361 INFO kablam! | Sep 04 08:05:29.362 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.362 INFO kablam! | ^^^^^^ Sep 04 08:05:29.363 INFO kablam! | Sep 04 08:05:29.363 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.363 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.363 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.363 INFO kablam! Sep 04 08:05:29.363 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.363 INFO kablam! --> src/arrays/Array46.rs:111:28 Sep 04 08:05:29.363 INFO kablam! | Sep 04 08:05:29.363 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.363 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.363 INFO kablam! | Sep 04 08:05:29.364 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.364 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.364 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.364 INFO kablam! Sep 04 08:05:29.364 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.364 INFO kablam! --> src/arrays/Array46.rs:120:15 Sep 04 08:05:29.364 INFO kablam! | Sep 04 08:05:29.364 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 04 08:05:29.364 INFO kablam! | ^^^^^^ Sep 04 08:05:29.364 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.366 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.366 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.366 INFO kablam! Sep 04 08:05:29.366 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.366 INFO kablam! --> src/arrays/Array46.rs:132:3 Sep 04 08:05:29.366 INFO kablam! | Sep 04 08:05:29.366 INFO kablam! 132 | self.0.iter() Sep 04 08:05:29.366 INFO kablam! | ^^^^^^ Sep 04 08:05:29.366 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.367 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.367 INFO kablam! Sep 04 08:05:29.367 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.367 INFO kablam! --> src/arrays/Array46.rs:144:3 Sep 04 08:05:29.367 INFO kablam! | Sep 04 08:05:29.367 INFO kablam! 144 | self.0.iter_mut() Sep 04 08:05:29.367 INFO kablam! | ^^^^^^ Sep 04 08:05:29.367 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.367 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.368 INFO kablam! Sep 04 08:05:29.369 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.369 INFO kablam! --> src/arrays/Array46.rs:153:4 Sep 04 08:05:29.369 INFO kablam! | Sep 04 08:05:29.369 INFO kablam! 153 | &self.0[..] Sep 04 08:05:29.369 INFO kablam! | ^^^^^^ Sep 04 08:05:29.370 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.370 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.370 INFO kablam! Sep 04 08:05:29.370 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.370 INFO kablam! --> src/arrays/Array46.rs:162:8 Sep 04 08:05:29.370 INFO kablam! | Sep 04 08:05:29.370 INFO kablam! 162 | &mut self.0[..] Sep 04 08:05:29.370 INFO kablam! | ^^^^^^ Sep 04 08:05:29.370 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.371 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.371 INFO kablam! Sep 04 08:05:29.371 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.371 INFO kablam! --> src/arrays/Array52.rs:28:3 Sep 04 08:05:29.371 INFO kablam! | Sep 04 08:05:29.371 INFO kablam! 28 | self.0.as_ptr() Sep 04 08:05:29.371 INFO kablam! | ^^^^^^ Sep 04 08:05:29.371 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.372 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.372 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.372 INFO kablam! Sep 04 08:05:29.374 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.374 INFO kablam! --> src/arrays/Array52.rs:34:3 Sep 04 08:05:29.374 INFO kablam! | Sep 04 08:05:29.374 INFO kablam! 34 | self.0.as_mut_ptr() Sep 04 08:05:29.374 INFO kablam! | ^^^^^^ Sep 04 08:05:29.374 INFO kablam! | Sep 04 08:05:29.374 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.374 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.374 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.374 INFO kablam! Sep 04 08:05:29.374 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.374 INFO kablam! --> src/arrays/Array52.rs:56:3 Sep 04 08:05:29.375 INFO kablam! | Sep 04 08:05:29.375 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 04 08:05:29.375 INFO kablam! | ^^^^^^ Sep 04 08:05:29.375 INFO kablam! | Sep 04 08:05:29.375 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.375 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.375 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.375 INFO kablam! Sep 04 08:05:29.375 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.375 INFO kablam! --> src/arrays/Array52.rs:65:3 Sep 04 08:05:29.375 INFO kablam! | Sep 04 08:05:29.375 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.375 INFO kablam! | ^^^^^^ Sep 04 08:05:29.375 INFO kablam! | Sep 04 08:05:29.375 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.375 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.375 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.375 INFO kablam! Sep 04 08:05:29.375 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.375 INFO kablam! --> src/arrays/Array52.rs:65:18 Sep 04 08:05:29.375 INFO kablam! | Sep 04 08:05:29.375 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.375 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.375 INFO kablam! | Sep 04 08:05:29.375 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.375 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.376 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.376 INFO kablam! Sep 04 08:05:29.376 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.376 INFO kablam! --> src/arrays/Array52.rs:78:29 Sep 04 08:05:29.376 INFO kablam! | Sep 04 08:05:29.376 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.376 INFO kablam! | ^^^^^^ Sep 04 08:05:29.376 INFO kablam! | Sep 04 08:05:29.376 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.376 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.376 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.376 INFO kablam! Sep 04 08:05:29.376 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.376 INFO kablam! --> src/arrays/Array52.rs:78:43 Sep 04 08:05:29.376 INFO kablam! | Sep 04 08:05:29.376 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.376 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.376 INFO kablam! | Sep 04 08:05:29.376 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.376 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.376 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.376 INFO kablam! Sep 04 08:05:29.376 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.376 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 04 08:05:29.376 INFO kablam! | Sep 04 08:05:29.377 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.377 INFO kablam! | ^^^^^^ Sep 04 08:05:29.377 INFO kablam! | Sep 04 08:05:29.377 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.377 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.377 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.377 INFO kablam! Sep 04 08:05:29.377 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.377 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 04 08:05:29.377 INFO kablam! | Sep 04 08:05:29.377 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.377 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.377 INFO kablam! | Sep 04 08:05:29.377 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.377 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.377 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.377 INFO kablam! Sep 04 08:05:29.377 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.377 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 04 08:05:29.377 INFO kablam! | Sep 04 08:05:29.377 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.377 INFO kablam! | ^^^^^^ Sep 04 08:05:29.377 INFO kablam! | Sep 04 08:05:29.377 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.377 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.377 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.378 INFO kablam! Sep 04 08:05:29.378 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.378 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 04 08:05:29.378 INFO kablam! | Sep 04 08:05:29.378 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.378 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.378 INFO kablam! | Sep 04 08:05:29.378 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.378 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.378 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.378 INFO kablam! Sep 04 08:05:29.378 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.378 INFO kablam! --> src/arrays/Array52.rs:96:20 Sep 04 08:05:29.378 INFO kablam! | Sep 04 08:05:29.378 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.378 INFO kablam! | ^^^^^^ Sep 04 08:05:29.378 INFO kablam! | Sep 04 08:05:29.378 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.378 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.378 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.378 INFO kablam! Sep 04 08:05:29.378 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.378 INFO kablam! --> src/arrays/Array52.rs:96:34 Sep 04 08:05:29.378 INFO kablam! | Sep 04 08:05:29.378 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.379 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.379 INFO kablam! | Sep 04 08:05:29.379 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.379 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.379 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.379 INFO kablam! Sep 04 08:05:29.379 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.379 INFO kablam! --> src/arrays/Array52.rs:102:20 Sep 04 08:05:29.379 INFO kablam! | Sep 04 08:05:29.379 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.379 INFO kablam! | ^^^^^^ Sep 04 08:05:29.379 INFO kablam! | Sep 04 08:05:29.379 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.379 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.379 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.379 INFO kablam! Sep 04 08:05:29.379 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.379 INFO kablam! --> src/arrays/Array52.rs:102:34 Sep 04 08:05:29.379 INFO kablam! | Sep 04 08:05:29.379 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.379 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.379 INFO kablam! | Sep 04 08:05:29.380 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.380 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.380 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.380 INFO kablam! Sep 04 08:05:29.380 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.381 INFO kablam! --> src/arrays/Array52.rs:111:14 Sep 04 08:05:29.381 INFO kablam! | Sep 04 08:05:29.381 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.381 INFO kablam! | ^^^^^^ Sep 04 08:05:29.381 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.381 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.381 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.382 INFO kablam! Sep 04 08:05:29.382 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.382 INFO kablam! --> src/arrays/Array52.rs:111:28 Sep 04 08:05:29.382 INFO kablam! | Sep 04 08:05:29.382 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.382 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.382 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.383 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.383 INFO kablam! Sep 04 08:05:29.383 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.383 INFO kablam! --> src/arrays/Array52.rs:120:15 Sep 04 08:05:29.383 INFO kablam! | Sep 04 08:05:29.383 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 04 08:05:29.383 INFO kablam! | ^^^^^^ Sep 04 08:05:29.383 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.383 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.384 INFO kablam! Sep 04 08:05:29.384 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.384 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 04 08:05:29.384 INFO kablam! | Sep 04 08:05:29.384 INFO kablam! 132 | self.0.iter() Sep 04 08:05:29.384 INFO kablam! | ^^^^^^ Sep 04 08:05:29.384 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.384 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.384 INFO kablam! Sep 04 08:05:29.384 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.385 INFO kablam! --> src/arrays/Array52.rs:144:3 Sep 04 08:05:29.385 INFO kablam! | Sep 04 08:05:29.385 INFO kablam! 144 | self.0.iter_mut() Sep 04 08:05:29.385 INFO kablam! | ^^^^^^ Sep 04 08:05:29.385 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.385 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.386 INFO kablam! Sep 04 08:05:29.386 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.386 INFO kablam! --> src/arrays/Array52.rs:153:4 Sep 04 08:05:29.386 INFO kablam! | Sep 04 08:05:29.386 INFO kablam! 153 | &self.0[..] Sep 04 08:05:29.386 INFO kablam! | ^^^^^^ Sep 04 08:05:29.386 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.386 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.386 INFO kablam! Sep 04 08:05:29.386 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.386 INFO kablam! --> src/arrays/Array52.rs:162:8 Sep 04 08:05:29.386 INFO kablam! | Sep 04 08:05:29.386 INFO kablam! 162 | &mut self.0[..] Sep 04 08:05:29.386 INFO kablam! | ^^^^^^ Sep 04 08:05:29.387 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.387 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.387 INFO kablam! Sep 04 08:05:29.387 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.387 INFO kablam! --> src/arrays/Array64.rs:28:3 Sep 04 08:05:29.387 INFO kablam! | Sep 04 08:05:29.387 INFO kablam! 28 | self.0.as_ptr() Sep 04 08:05:29.387 INFO kablam! | ^^^^^^ Sep 04 08:05:29.387 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.387 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.387 INFO kablam! Sep 04 08:05:29.388 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.388 INFO kablam! --> src/arrays/Array64.rs:34:3 Sep 04 08:05:29.388 INFO kablam! | Sep 04 08:05:29.388 INFO kablam! 34 | self.0.as_mut_ptr() Sep 04 08:05:29.388 INFO kablam! | ^^^^^^ Sep 04 08:05:29.388 INFO kablam! | Sep 04 08:05:29.388 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.388 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.388 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.388 INFO kablam! Sep 04 08:05:29.388 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.388 INFO kablam! --> src/arrays/Array64.rs:56:3 Sep 04 08:05:29.388 INFO kablam! | Sep 04 08:05:29.388 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 04 08:05:29.388 INFO kablam! | ^^^^^^ Sep 04 08:05:29.389 INFO kablam! | Sep 04 08:05:29.389 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.389 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.389 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.389 INFO kablam! Sep 04 08:05:29.389 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.389 INFO kablam! --> src/arrays/Array64.rs:65:3 Sep 04 08:05:29.389 INFO kablam! | Sep 04 08:05:29.389 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.389 INFO kablam! | ^^^^^^ Sep 04 08:05:29.389 INFO kablam! | Sep 04 08:05:29.390 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.390 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.390 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.390 INFO kablam! Sep 04 08:05:29.390 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.390 INFO kablam! --> src/arrays/Array64.rs:65:18 Sep 04 08:05:29.390 INFO kablam! | Sep 04 08:05:29.390 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.390 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.390 INFO kablam! | Sep 04 08:05:29.391 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.391 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.391 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.391 INFO kablam! Sep 04 08:05:29.391 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.391 INFO kablam! --> src/arrays/Array64.rs:78:29 Sep 04 08:05:29.391 INFO kablam! | Sep 04 08:05:29.392 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.392 INFO kablam! | ^^^^^^ Sep 04 08:05:29.392 INFO kablam! | Sep 04 08:05:29.392 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.392 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.393 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.393 INFO kablam! Sep 04 08:05:29.394 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.394 INFO kablam! --> src/arrays/Array64.rs:78:43 Sep 04 08:05:29.394 INFO kablam! | Sep 04 08:05:29.395 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.395 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.395 INFO kablam! | Sep 04 08:05:29.395 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.396 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.396 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.396 INFO kablam! Sep 04 08:05:29.397 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.397 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 04 08:05:29.398 INFO kablam! | Sep 04 08:05:29.398 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.398 INFO kablam! | ^^^^^^ Sep 04 08:05:29.398 INFO kablam! | Sep 04 08:05:29.398 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.398 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.398 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.398 INFO kablam! Sep 04 08:05:29.399 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.399 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 04 08:05:29.399 INFO kablam! | Sep 04 08:05:29.399 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.399 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.399 INFO kablam! | Sep 04 08:05:29.399 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.399 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.399 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.399 INFO kablam! Sep 04 08:05:29.399 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.399 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 04 08:05:29.399 INFO kablam! | Sep 04 08:05:29.399 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.399 INFO kablam! | ^^^^^^ Sep 04 08:05:29.399 INFO kablam! | Sep 04 08:05:29.399 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.399 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.399 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.399 INFO kablam! Sep 04 08:05:29.399 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.399 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 04 08:05:29.399 INFO kablam! | Sep 04 08:05:29.399 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.399 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.400 INFO kablam! | Sep 04 08:05:29.400 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.400 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.400 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.400 INFO kablam! Sep 04 08:05:29.400 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.400 INFO kablam! --> src/arrays/Array64.rs:96:20 Sep 04 08:05:29.400 INFO kablam! | Sep 04 08:05:29.400 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.400 INFO kablam! | ^^^^^^ Sep 04 08:05:29.400 INFO kablam! | Sep 04 08:05:29.400 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.400 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.400 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.400 INFO kablam! Sep 04 08:05:29.400 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.400 INFO kablam! --> src/arrays/Array64.rs:96:34 Sep 04 08:05:29.400 INFO kablam! | Sep 04 08:05:29.400 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.400 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.400 INFO kablam! | Sep 04 08:05:29.400 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.400 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.400 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.404 INFO kablam! Sep 04 08:05:29.404 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.404 INFO kablam! --> src/arrays/Array64.rs:102:20 Sep 04 08:05:29.404 INFO kablam! | Sep 04 08:05:29.404 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.404 INFO kablam! | ^^^^^^ Sep 04 08:05:29.404 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.404 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.404 INFO kablam! Sep 04 08:05:29.404 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.405 INFO kablam! --> src/arrays/Array64.rs:102:34 Sep 04 08:05:29.405 INFO kablam! | Sep 04 08:05:29.405 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.405 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.405 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.405 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.405 INFO kablam! Sep 04 08:05:29.405 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.405 INFO kablam! --> src/arrays/Array64.rs:111:14 Sep 04 08:05:29.405 INFO kablam! | Sep 04 08:05:29.406 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.406 INFO kablam! | ^^^^^^ Sep 04 08:05:29.406 INFO kablam! | Sep 04 08:05:29.406 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.406 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.406 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.406 INFO kablam! Sep 04 08:05:29.406 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.406 INFO kablam! --> src/arrays/Array64.rs:111:28 Sep 04 08:05:29.406 INFO kablam! | Sep 04 08:05:29.406 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.406 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.406 INFO kablam! | Sep 04 08:05:29.406 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.406 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.407 INFO kablam! Sep 04 08:05:29.407 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.407 INFO kablam! --> src/arrays/Array64.rs:120:15 Sep 04 08:05:29.407 INFO kablam! | Sep 04 08:05:29.407 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 04 08:05:29.407 INFO kablam! | ^^^^^^ Sep 04 08:05:29.407 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.407 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.407 INFO kablam! Sep 04 08:05:29.407 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.407 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 04 08:05:29.407 INFO kablam! | Sep 04 08:05:29.407 INFO kablam! 132 | self.0.iter() Sep 04 08:05:29.407 INFO kablam! | ^^^^^^ Sep 04 08:05:29.407 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.407 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.408 INFO kablam! Sep 04 08:05:29.408 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.408 INFO kablam! --> src/arrays/Array64.rs:144:3 Sep 04 08:05:29.408 INFO kablam! | Sep 04 08:05:29.408 INFO kablam! 144 | self.0.iter_mut() Sep 04 08:05:29.408 INFO kablam! | ^^^^^^ Sep 04 08:05:29.408 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.408 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.408 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.408 INFO kablam! Sep 04 08:05:29.408 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.408 INFO kablam! --> src/arrays/Array64.rs:153:4 Sep 04 08:05:29.408 INFO kablam! | Sep 04 08:05:29.408 INFO kablam! 153 | &self.0[..] Sep 04 08:05:29.408 INFO kablam! | ^^^^^^ Sep 04 08:05:29.409 INFO kablam! | Sep 04 08:05:29.409 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.409 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.409 INFO kablam! Sep 04 08:05:29.409 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.409 INFO kablam! --> src/arrays/Array64.rs:162:8 Sep 04 08:05:29.409 INFO kablam! | Sep 04 08:05:29.409 INFO kablam! 162 | &mut self.0[..] Sep 04 08:05:29.409 INFO kablam! | ^^^^^^ Sep 04 08:05:29.409 INFO kablam! | Sep 04 08:05:29.409 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.410 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.410 INFO kablam! Sep 04 08:05:29.410 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.410 INFO kablam! --> src/arrays/Array80.rs:28:3 Sep 04 08:05:29.410 INFO kablam! | Sep 04 08:05:29.410 INFO kablam! 28 | self.0.as_ptr() Sep 04 08:05:29.410 INFO kablam! | ^^^^^^ Sep 04 08:05:29.410 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.411 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.411 INFO kablam! Sep 04 08:05:29.411 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.411 INFO kablam! --> src/arrays/Array80.rs:34:3 Sep 04 08:05:29.411 INFO kablam! | Sep 04 08:05:29.411 INFO kablam! 34 | self.0.as_mut_ptr() Sep 04 08:05:29.411 INFO kablam! | ^^^^^^ Sep 04 08:05:29.411 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.412 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.412 INFO kablam! Sep 04 08:05:29.412 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.412 INFO kablam! --> src/arrays/Array80.rs:56:3 Sep 04 08:05:29.412 INFO kablam! | Sep 04 08:05:29.412 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 04 08:05:29.412 INFO kablam! | ^^^^^^ Sep 04 08:05:29.412 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.412 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.412 INFO kablam! Sep 04 08:05:29.412 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.412 INFO kablam! --> src/arrays/Array80.rs:65:3 Sep 04 08:05:29.412 INFO kablam! | Sep 04 08:05:29.412 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.412 INFO kablam! | ^^^^^^ Sep 04 08:05:29.413 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.413 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.413 INFO kablam! Sep 04 08:05:29.413 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.414 INFO kablam! --> src/arrays/Array80.rs:65:18 Sep 04 08:05:29.414 INFO kablam! | Sep 04 08:05:29.414 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.414 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.414 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.414 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.414 INFO kablam! Sep 04 08:05:29.414 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.414 INFO kablam! --> src/arrays/Array80.rs:78:29 Sep 04 08:05:29.414 INFO kablam! | Sep 04 08:05:29.414 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.414 INFO kablam! | ^^^^^^ Sep 04 08:05:29.414 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.415 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.415 INFO kablam! Sep 04 08:05:29.415 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.415 INFO kablam! --> src/arrays/Array80.rs:78:43 Sep 04 08:05:29.415 INFO kablam! | Sep 04 08:05:29.415 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.415 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.415 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.415 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.415 INFO kablam! Sep 04 08:05:29.415 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.415 INFO kablam! --> src/arrays/Array80.rs:84:20 Sep 04 08:05:29.415 INFO kablam! | Sep 04 08:05:29.415 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.415 INFO kablam! | ^^^^^^ Sep 04 08:05:29.415 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.415 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.415 INFO kablam! Sep 04 08:05:29.415 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.415 INFO kablam! --> src/arrays/Array80.rs:84:34 Sep 04 08:05:29.416 INFO kablam! | Sep 04 08:05:29.416 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.416 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.416 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.416 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.416 INFO kablam! Sep 04 08:05:29.416 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.416 INFO kablam! --> src/arrays/Array80.rs:90:20 Sep 04 08:05:29.416 INFO kablam! | Sep 04 08:05:29.416 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.416 INFO kablam! | ^^^^^^ Sep 04 08:05:29.416 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.416 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.416 INFO kablam! Sep 04 08:05:29.416 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.416 INFO kablam! --> src/arrays/Array80.rs:90:34 Sep 04 08:05:29.416 INFO kablam! | Sep 04 08:05:29.416 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.416 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.416 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.416 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.417 INFO kablam! Sep 04 08:05:29.417 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.417 INFO kablam! --> src/arrays/Array80.rs:96:20 Sep 04 08:05:29.417 INFO kablam! | Sep 04 08:05:29.417 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.417 INFO kablam! | ^^^^^^ Sep 04 08:05:29.417 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.417 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.417 INFO kablam! Sep 04 08:05:29.417 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.417 INFO kablam! --> src/arrays/Array80.rs:96:34 Sep 04 08:05:29.417 INFO kablam! | Sep 04 08:05:29.417 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.417 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.417 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.417 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.417 INFO kablam! Sep 04 08:05:29.418 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.418 INFO kablam! --> src/arrays/Array80.rs:102:20 Sep 04 08:05:29.418 INFO kablam! | Sep 04 08:05:29.418 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.418 INFO kablam! | ^^^^^^ Sep 04 08:05:29.418 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.418 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.418 INFO kablam! Sep 04 08:05:29.418 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.419 INFO kablam! --> src/arrays/Array80.rs:102:34 Sep 04 08:05:29.419 INFO kablam! | Sep 04 08:05:29.419 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.419 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.419 INFO kablam! | Sep 04 08:05:29.419 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.419 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.419 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.419 INFO kablam! Sep 04 08:05:29.420 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.420 INFO kablam! --> src/arrays/Array80.rs:111:14 Sep 04 08:05:29.420 INFO kablam! | Sep 04 08:05:29.420 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.420 INFO kablam! | ^^^^^^ Sep 04 08:05:29.420 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.420 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.420 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.420 INFO kablam! Sep 04 08:05:29.421 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.421 INFO kablam! --> src/arrays/Array80.rs:111:28 Sep 04 08:05:29.421 INFO kablam! | Sep 04 08:05:29.421 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.421 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.421 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.421 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.421 INFO kablam! Sep 04 08:05:29.421 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.422 INFO kablam! --> src/arrays/Array80.rs:120:15 Sep 04 08:05:29.422 INFO kablam! | Sep 04 08:05:29.422 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 04 08:05:29.422 INFO kablam! | ^^^^^^ Sep 04 08:05:29.422 INFO kablam! | Sep 04 08:05:29.422 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.422 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.422 INFO kablam! Sep 04 08:05:29.423 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.423 INFO kablam! --> src/arrays/Array80.rs:132:3 Sep 04 08:05:29.423 INFO kablam! | Sep 04 08:05:29.423 INFO kablam! 132 | self.0.iter() Sep 04 08:05:29.423 INFO kablam! | ^^^^^^ Sep 04 08:05:29.423 INFO kablam! | Sep 04 08:05:29.424 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.424 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.424 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.424 INFO kablam! Sep 04 08:05:29.424 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.424 INFO kablam! --> src/arrays/Array80.rs:144:3 Sep 04 08:05:29.424 INFO kablam! | Sep 04 08:05:29.425 INFO kablam! 144 | self.0.iter_mut() Sep 04 08:05:29.425 INFO kablam! | ^^^^^^ Sep 04 08:05:29.425 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.425 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.425 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.425 INFO kablam! Sep 04 08:05:29.425 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.425 INFO kablam! --> src/arrays/Array80.rs:153:4 Sep 04 08:05:29.425 INFO kablam! | Sep 04 08:05:29.426 INFO kablam! 153 | &self.0[..] Sep 04 08:05:29.426 INFO kablam! | ^^^^^^ Sep 04 08:05:29.426 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.426 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.426 INFO kablam! Sep 04 08:05:29.426 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.427 INFO kablam! --> src/arrays/Array80.rs:162:8 Sep 04 08:05:29.427 INFO kablam! | Sep 04 08:05:29.427 INFO kablam! 162 | &mut self.0[..] Sep 04 08:05:29.427 INFO kablam! | ^^^^^^ Sep 04 08:05:29.427 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.428 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.428 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.428 INFO kablam! Sep 04 08:05:29.428 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.428 INFO kablam! --> src/arrays/Array128.rs:28:3 Sep 04 08:05:29.428 INFO kablam! | Sep 04 08:05:29.428 INFO kablam! 28 | self.0.as_ptr() Sep 04 08:05:29.428 INFO kablam! | ^^^^^^ Sep 04 08:05:29.429 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.429 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.429 INFO kablam! Sep 04 08:05:29.429 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.429 INFO kablam! --> src/arrays/Array128.rs:34:3 Sep 04 08:05:29.429 INFO kablam! | Sep 04 08:05:29.430 INFO kablam! 34 | self.0.as_mut_ptr() Sep 04 08:05:29.430 INFO kablam! | ^^^^^^ Sep 04 08:05:29.430 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.431 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.431 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.431 INFO kablam! Sep 04 08:05:29.432 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.432 INFO kablam! --> src/arrays/Array128.rs:56:3 Sep 04 08:05:29.432 INFO kablam! | Sep 04 08:05:29.432 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 04 08:05:29.432 INFO kablam! | ^^^^^^ Sep 04 08:05:29.432 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.432 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.434 INFO kablam! Sep 04 08:05:29.434 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.434 INFO kablam! --> src/arrays/Array128.rs:65:3 Sep 04 08:05:29.434 INFO kablam! | Sep 04 08:05:29.434 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.434 INFO kablam! | ^^^^^^ Sep 04 08:05:29.434 INFO kablam! | Sep 04 08:05:29.434 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.434 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.434 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.435 INFO kablam! Sep 04 08:05:29.435 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.435 INFO kablam! --> src/arrays/Array128.rs:65:18 Sep 04 08:05:29.435 INFO kablam! | Sep 04 08:05:29.435 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.435 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.435 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.436 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.436 INFO kablam! Sep 04 08:05:29.436 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.436 INFO kablam! --> src/arrays/Array128.rs:78:29 Sep 04 08:05:29.436 INFO kablam! | Sep 04 08:05:29.436 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.437 INFO kablam! | ^^^^^^ Sep 04 08:05:29.437 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.437 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.437 INFO kablam! Sep 04 08:05:29.437 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.437 INFO kablam! --> src/arrays/Array128.rs:78:43 Sep 04 08:05:29.437 INFO kablam! | Sep 04 08:05:29.437 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.438 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.438 INFO kablam! | Sep 04 08:05:29.438 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.438 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.438 INFO kablam! Sep 04 08:05:29.438 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.438 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 04 08:05:29.438 INFO kablam! | Sep 04 08:05:29.438 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.439 INFO kablam! | ^^^^^^ Sep 04 08:05:29.439 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.439 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.439 INFO kablam! Sep 04 08:05:29.439 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.439 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 04 08:05:29.439 INFO kablam! | Sep 04 08:05:29.439 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.440 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.440 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.440 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.440 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.440 INFO kablam! Sep 04 08:05:29.440 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.440 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 04 08:05:29.440 INFO kablam! | Sep 04 08:05:29.440 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.441 INFO kablam! | ^^^^^^ Sep 04 08:05:29.441 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.441 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.441 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.441 INFO kablam! Sep 04 08:05:29.441 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.441 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 04 08:05:29.442 INFO kablam! | Sep 04 08:05:29.442 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.442 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.442 INFO kablam! | Sep 04 08:05:29.442 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.442 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.442 INFO kablam! Sep 04 08:05:29.442 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.442 INFO kablam! --> src/arrays/Array128.rs:96:20 Sep 04 08:05:29.443 INFO kablam! | Sep 04 08:05:29.443 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.443 INFO kablam! | ^^^^^^ Sep 04 08:05:29.443 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.443 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.443 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.443 INFO kablam! Sep 04 08:05:29.444 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.444 INFO kablam! --> src/arrays/Array128.rs:96:34 Sep 04 08:05:29.444 INFO kablam! | Sep 04 08:05:29.444 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.444 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.444 INFO kablam! | Sep 04 08:05:29.444 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.444 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.445 INFO kablam! Sep 04 08:05:29.445 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.445 INFO kablam! --> src/arrays/Array128.rs:102:20 Sep 04 08:05:29.445 INFO kablam! | Sep 04 08:05:29.445 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.445 INFO kablam! | ^^^^^^ Sep 04 08:05:29.445 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.445 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.446 INFO kablam! Sep 04 08:05:29.446 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.446 INFO kablam! --> src/arrays/Array128.rs:102:34 Sep 04 08:05:29.446 INFO kablam! | Sep 04 08:05:29.446 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.446 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.447 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.447 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.447 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.447 INFO kablam! Sep 04 08:05:29.447 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.447 INFO kablam! --> src/arrays/Array128.rs:111:14 Sep 04 08:05:29.448 INFO kablam! | Sep 04 08:05:29.448 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.448 INFO kablam! | ^^^^^^ Sep 04 08:05:29.448 INFO kablam! | Sep 04 08:05:29.448 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.448 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.448 INFO kablam! Sep 04 08:05:29.448 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.448 INFO kablam! --> src/arrays/Array128.rs:111:28 Sep 04 08:05:29.449 INFO kablam! | Sep 04 08:05:29.449 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.449 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.449 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.449 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.449 INFO kablam! Sep 04 08:05:29.449 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.449 INFO kablam! --> src/arrays/Array128.rs:120:15 Sep 04 08:05:29.449 INFO kablam! | Sep 04 08:05:29.450 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 04 08:05:29.450 INFO kablam! | ^^^^^^ Sep 04 08:05:29.450 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.450 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.450 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.450 INFO kablam! Sep 04 08:05:29.450 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.450 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 04 08:05:29.450 INFO kablam! | Sep 04 08:05:29.451 INFO kablam! 132 | self.0.iter() Sep 04 08:05:29.451 INFO kablam! | ^^^^^^ Sep 04 08:05:29.451 INFO kablam! | Sep 04 08:05:29.451 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.451 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.451 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.451 INFO kablam! Sep 04 08:05:29.452 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.452 INFO kablam! --> src/arrays/Array128.rs:144:3 Sep 04 08:05:29.452 INFO kablam! | Sep 04 08:05:29.452 INFO kablam! 144 | self.0.iter_mut() Sep 04 08:05:29.453 INFO kablam! | ^^^^^^ Sep 04 08:05:29.453 INFO kablam! | Sep 04 08:05:29.453 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.453 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.453 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.453 INFO kablam! Sep 04 08:05:29.453 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.453 INFO kablam! --> src/arrays/Array128.rs:153:4 Sep 04 08:05:29.454 INFO kablam! | Sep 04 08:05:29.454 INFO kablam! 153 | &self.0[..] Sep 04 08:05:29.454 INFO kablam! | ^^^^^^ Sep 04 08:05:29.454 INFO kablam! | Sep 04 08:05:29.455 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.455 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.455 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.455 INFO kablam! Sep 04 08:05:29.455 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.455 INFO kablam! --> src/arrays/Array128.rs:162:8 Sep 04 08:05:29.455 INFO kablam! | Sep 04 08:05:29.455 INFO kablam! 162 | &mut self.0[..] Sep 04 08:05:29.455 INFO kablam! | ^^^^^^ Sep 04 08:05:29.456 INFO kablam! | Sep 04 08:05:29.456 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.456 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.456 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.456 INFO kablam! Sep 04 08:05:29.456 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.457 INFO kablam! --> src/arrays/Array256.rs:28:3 Sep 04 08:05:29.457 INFO kablam! | Sep 04 08:05:29.457 INFO kablam! 28 | self.0.as_ptr() Sep 04 08:05:29.457 INFO kablam! | ^^^^^^ Sep 04 08:05:29.457 INFO kablam! | Sep 04 08:05:29.458 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.458 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.458 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.458 INFO kablam! Sep 04 08:05:29.459 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.459 INFO kablam! --> src/arrays/Array256.rs:34:3 Sep 04 08:05:29.459 INFO kablam! | Sep 04 08:05:29.459 INFO kablam! 34 | self.0.as_mut_ptr() Sep 04 08:05:29.459 INFO kablam! | ^^^^^^ Sep 04 08:05:29.459 INFO kablam! | Sep 04 08:05:29.459 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.460 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.460 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.460 INFO kablam! Sep 04 08:05:29.460 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.460 INFO kablam! --> src/arrays/Array256.rs:56:3 Sep 04 08:05:29.460 INFO kablam! | Sep 04 08:05:29.460 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 04 08:05:29.460 INFO kablam! | ^^^^^^ Sep 04 08:05:29.461 INFO kablam! | Sep 04 08:05:29.461 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.461 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.461 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.461 INFO kablam! Sep 04 08:05:29.461 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.462 INFO kablam! --> src/arrays/Array256.rs:65:3 Sep 04 08:05:29.462 INFO kablam! | Sep 04 08:05:29.462 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.462 INFO kablam! | ^^^^^^ Sep 04 08:05:29.462 INFO kablam! | Sep 04 08:05:29.462 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.463 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.463 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.463 INFO kablam! Sep 04 08:05:29.463 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.463 INFO kablam! --> src/arrays/Array256.rs:65:18 Sep 04 08:05:29.464 INFO kablam! | Sep 04 08:05:29.464 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.464 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.464 INFO kablam! | Sep 04 08:05:29.464 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.464 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.465 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.465 INFO kablam! Sep 04 08:05:29.465 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.465 INFO kablam! --> src/arrays/Array256.rs:78:29 Sep 04 08:05:29.465 INFO kablam! | Sep 04 08:05:29.465 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.466 INFO kablam! | ^^^^^^ Sep 04 08:05:29.466 INFO kablam! | Sep 04 08:05:29.466 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.466 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.466 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.466 INFO kablam! Sep 04 08:05:29.466 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.466 INFO kablam! --> src/arrays/Array256.rs:78:43 Sep 04 08:05:29.466 INFO kablam! | Sep 04 08:05:29.467 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.467 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.467 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.467 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.467 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.467 INFO kablam! Sep 04 08:05:29.467 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.467 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 04 08:05:29.467 INFO kablam! | Sep 04 08:05:29.467 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.468 INFO kablam! | ^^^^^^ Sep 04 08:05:29.468 INFO kablam! | Sep 04 08:05:29.468 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.468 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.468 INFO kablam! Sep 04 08:05:29.468 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.468 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 04 08:05:29.468 INFO kablam! | Sep 04 08:05:29.469 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.469 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.469 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.469 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.469 INFO kablam! Sep 04 08:05:29.469 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.470 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 04 08:05:29.470 INFO kablam! | Sep 04 08:05:29.470 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.470 INFO kablam! | ^^^^^^ Sep 04 08:05:29.470 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.472 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.473 INFO kablam! Sep 04 08:05:29.473 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.473 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 04 08:05:29.473 INFO kablam! | Sep 04 08:05:29.473 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.473 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.473 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.473 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.474 INFO kablam! Sep 04 08:05:29.474 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.474 INFO kablam! --> src/arrays/Array256.rs:96:20 Sep 04 08:05:29.474 INFO kablam! | Sep 04 08:05:29.474 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.474 INFO kablam! | ^^^^^^ Sep 04 08:05:29.474 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.474 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.475 INFO kablam! Sep 04 08:05:29.475 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.475 INFO kablam! --> src/arrays/Array256.rs:96:34 Sep 04 08:05:29.475 INFO kablam! | Sep 04 08:05:29.475 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.475 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.475 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.475 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.476 INFO kablam! Sep 04 08:05:29.476 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.476 INFO kablam! --> src/arrays/Array256.rs:102:20 Sep 04 08:05:29.476 INFO kablam! | Sep 04 08:05:29.476 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.476 INFO kablam! | ^^^^^^ Sep 04 08:05:29.476 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.476 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.476 INFO kablam! Sep 04 08:05:29.477 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.477 INFO kablam! --> src/arrays/Array256.rs:102:34 Sep 04 08:05:29.477 INFO kablam! | Sep 04 08:05:29.477 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.477 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.477 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.477 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.478 INFO kablam! Sep 04 08:05:29.478 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.478 INFO kablam! --> src/arrays/Array256.rs:111:14 Sep 04 08:05:29.478 INFO kablam! | Sep 04 08:05:29.478 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.478 INFO kablam! | ^^^^^^ Sep 04 08:05:29.478 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.479 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.480 INFO kablam! Sep 04 08:05:29.480 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.480 INFO kablam! --> src/arrays/Array256.rs:111:28 Sep 04 08:05:29.480 INFO kablam! | Sep 04 08:05:29.480 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.481 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.481 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.481 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.481 INFO kablam! Sep 04 08:05:29.481 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.482 INFO kablam! --> src/arrays/Array256.rs:120:15 Sep 04 08:05:29.482 INFO kablam! | Sep 04 08:05:29.482 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 04 08:05:29.482 INFO kablam! | ^^^^^^ Sep 04 08:05:29.482 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.482 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.482 INFO kablam! Sep 04 08:05:29.482 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.482 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 04 08:05:29.482 INFO kablam! | Sep 04 08:05:29.482 INFO kablam! 132 | self.0.iter() Sep 04 08:05:29.482 INFO kablam! | ^^^^^^ Sep 04 08:05:29.482 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.482 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.482 INFO kablam! Sep 04 08:05:29.482 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.482 INFO kablam! --> src/arrays/Array256.rs:144:3 Sep 04 08:05:29.482 INFO kablam! | Sep 04 08:05:29.482 INFO kablam! 144 | self.0.iter_mut() Sep 04 08:05:29.482 INFO kablam! | ^^^^^^ Sep 04 08:05:29.483 INFO kablam! | Sep 04 08:05:29.483 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.483 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.483 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.483 INFO kablam! Sep 04 08:05:29.483 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.483 INFO kablam! --> src/arrays/Array256.rs:153:4 Sep 04 08:05:29.483 INFO kablam! | Sep 04 08:05:29.483 INFO kablam! 153 | &self.0[..] Sep 04 08:05:29.483 INFO kablam! | ^^^^^^ Sep 04 08:05:29.483 INFO kablam! | Sep 04 08:05:29.483 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.483 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.483 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.483 INFO kablam! Sep 04 08:05:29.483 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.483 INFO kablam! --> src/arrays/Array256.rs:162:8 Sep 04 08:05:29.483 INFO kablam! | Sep 04 08:05:29.483 INFO kablam! 162 | &mut self.0[..] Sep 04 08:05:29.483 INFO kablam! | ^^^^^^ Sep 04 08:05:29.483 INFO kablam! | Sep 04 08:05:29.483 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.483 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.483 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.484 INFO kablam! Sep 04 08:05:29.484 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.484 INFO kablam! --> src/arrays/Array512.rs:28:3 Sep 04 08:05:29.484 INFO kablam! | Sep 04 08:05:29.484 INFO kablam! 28 | self.0.as_ptr() Sep 04 08:05:29.484 INFO kablam! | ^^^^^^ Sep 04 08:05:29.484 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.484 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.484 INFO kablam! Sep 04 08:05:29.484 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.484 INFO kablam! --> src/arrays/Array512.rs:34:3 Sep 04 08:05:29.484 INFO kablam! | Sep 04 08:05:29.484 INFO kablam! 34 | self.0.as_mut_ptr() Sep 04 08:05:29.484 INFO kablam! | ^^^^^^ Sep 04 08:05:29.484 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.484 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.484 INFO kablam! Sep 04 08:05:29.484 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.484 INFO kablam! --> src/arrays/Array512.rs:56:3 Sep 04 08:05:29.485 INFO kablam! | Sep 04 08:05:29.485 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 04 08:05:29.485 INFO kablam! | ^^^^^^ Sep 04 08:05:29.485 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.485 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.485 INFO kablam! Sep 04 08:05:29.485 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.485 INFO kablam! --> src/arrays/Array512.rs:65:3 Sep 04 08:05:29.485 INFO kablam! | Sep 04 08:05:29.485 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.485 INFO kablam! | ^^^^^^ Sep 04 08:05:29.485 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.485 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.485 INFO kablam! Sep 04 08:05:29.485 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.485 INFO kablam! --> src/arrays/Array512.rs:65:18 Sep 04 08:05:29.485 INFO kablam! | Sep 04 08:05:29.485 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.486 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.486 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.486 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.486 INFO kablam! Sep 04 08:05:29.486 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.486 INFO kablam! --> src/arrays/Array512.rs:78:29 Sep 04 08:05:29.486 INFO kablam! | Sep 04 08:05:29.486 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.486 INFO kablam! | ^^^^^^ Sep 04 08:05:29.486 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.486 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.486 INFO kablam! Sep 04 08:05:29.486 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.486 INFO kablam! --> src/arrays/Array512.rs:78:43 Sep 04 08:05:29.486 INFO kablam! | Sep 04 08:05:29.486 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.486 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.486 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.487 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.487 INFO kablam! Sep 04 08:05:29.487 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.487 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 04 08:05:29.487 INFO kablam! | Sep 04 08:05:29.487 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.487 INFO kablam! | ^^^^^^ Sep 04 08:05:29.487 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.487 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.487 INFO kablam! Sep 04 08:05:29.487 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.487 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 04 08:05:29.487 INFO kablam! | Sep 04 08:05:29.487 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.487 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.487 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.487 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.488 INFO kablam! Sep 04 08:05:29.488 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.488 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 04 08:05:29.488 INFO kablam! | Sep 04 08:05:29.488 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.488 INFO kablam! | ^^^^^^ Sep 04 08:05:29.488 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.488 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.488 INFO kablam! Sep 04 08:05:29.488 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.488 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 04 08:05:29.488 INFO kablam! | Sep 04 08:05:29.488 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.488 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.488 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.488 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.488 INFO kablam! Sep 04 08:05:29.489 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.489 INFO kablam! --> src/arrays/Array512.rs:96:20 Sep 04 08:05:29.489 INFO kablam! | Sep 04 08:05:29.489 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.489 INFO kablam! | ^^^^^^ Sep 04 08:05:29.489 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.489 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.489 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.489 INFO kablam! Sep 04 08:05:29.489 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.489 INFO kablam! --> src/arrays/Array512.rs:96:34 Sep 04 08:05:29.489 INFO kablam! | Sep 04 08:05:29.489 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.489 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.489 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.489 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.489 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.489 INFO kablam! Sep 04 08:05:29.489 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.489 INFO kablam! --> src/arrays/Array512.rs:102:20 Sep 04 08:05:29.490 INFO kablam! | Sep 04 08:05:29.490 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.490 INFO kablam! | ^^^^^^ Sep 04 08:05:29.490 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.490 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.490 INFO kablam! Sep 04 08:05:29.490 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.490 INFO kablam! --> src/arrays/Array512.rs:102:34 Sep 04 08:05:29.490 INFO kablam! | Sep 04 08:05:29.490 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.490 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.490 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.490 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.490 INFO kablam! Sep 04 08:05:29.490 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.490 INFO kablam! --> src/arrays/Array512.rs:111:14 Sep 04 08:05:29.490 INFO kablam! | Sep 04 08:05:29.490 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.491 INFO kablam! | ^^^^^^ Sep 04 08:05:29.491 INFO kablam! | Sep 04 08:05:29.491 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.491 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.491 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.491 INFO kablam! Sep 04 08:05:29.491 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.491 INFO kablam! --> src/arrays/Array512.rs:111:28 Sep 04 08:05:29.491 INFO kablam! | Sep 04 08:05:29.491 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.491 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.491 INFO kablam! | Sep 04 08:05:29.491 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.491 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.491 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.491 INFO kablam! Sep 04 08:05:29.491 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.491 INFO kablam! --> src/arrays/Array512.rs:120:15 Sep 04 08:05:29.491 INFO kablam! | Sep 04 08:05:29.491 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 04 08:05:29.491 INFO kablam! | ^^^^^^ Sep 04 08:05:29.491 INFO kablam! | Sep 04 08:05:29.491 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.492 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.492 INFO kablam! Sep 04 08:05:29.492 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.492 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 04 08:05:29.492 INFO kablam! | Sep 04 08:05:29.492 INFO kablam! 132 | self.0.iter() Sep 04 08:05:29.492 INFO kablam! | ^^^^^^ Sep 04 08:05:29.492 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.492 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.492 INFO kablam! Sep 04 08:05:29.492 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.492 INFO kablam! --> src/arrays/Array512.rs:144:3 Sep 04 08:05:29.492 INFO kablam! | Sep 04 08:05:29.492 INFO kablam! 144 | self.0.iter_mut() Sep 04 08:05:29.492 INFO kablam! | ^^^^^^ Sep 04 08:05:29.492 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.492 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.493 INFO kablam! Sep 04 08:05:29.493 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.493 INFO kablam! --> src/arrays/Array512.rs:153:4 Sep 04 08:05:29.493 INFO kablam! | Sep 04 08:05:29.493 INFO kablam! 153 | &self.0[..] Sep 04 08:05:29.493 INFO kablam! | ^^^^^^ Sep 04 08:05:29.493 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.493 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.493 INFO kablam! Sep 04 08:05:29.493 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.493 INFO kablam! --> src/arrays/Array512.rs:162:8 Sep 04 08:05:29.493 INFO kablam! | Sep 04 08:05:29.493 INFO kablam! 162 | &mut self.0[..] Sep 04 08:05:29.493 INFO kablam! | ^^^^^^ Sep 04 08:05:29.493 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.493 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.493 INFO kablam! Sep 04 08:05:29.493 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.494 INFO kablam! --> src/arrays/Array1024.rs:28:3 Sep 04 08:05:29.494 INFO kablam! | Sep 04 08:05:29.494 INFO kablam! 28 | self.0.as_ptr() Sep 04 08:05:29.494 INFO kablam! | ^^^^^^ Sep 04 08:05:29.494 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.494 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.494 INFO kablam! Sep 04 08:05:29.494 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.494 INFO kablam! --> src/arrays/Array1024.rs:34:3 Sep 04 08:05:29.494 INFO kablam! | Sep 04 08:05:29.494 INFO kablam! 34 | self.0.as_mut_ptr() Sep 04 08:05:29.494 INFO kablam! | ^^^^^^ Sep 04 08:05:29.494 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.494 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.494 INFO kablam! Sep 04 08:05:29.494 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.494 INFO kablam! --> src/arrays/Array1024.rs:56:3 Sep 04 08:05:29.494 INFO kablam! | Sep 04 08:05:29.494 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 04 08:05:29.495 INFO kablam! | ^^^^^^ Sep 04 08:05:29.495 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.495 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.495 INFO kablam! Sep 04 08:05:29.495 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.495 INFO kablam! --> src/arrays/Array1024.rs:65:3 Sep 04 08:05:29.495 INFO kablam! | Sep 04 08:05:29.495 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.495 INFO kablam! | ^^^^^^ Sep 04 08:05:29.495 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.495 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.495 INFO kablam! Sep 04 08:05:29.495 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.495 INFO kablam! --> src/arrays/Array1024.rs:65:18 Sep 04 08:05:29.495 INFO kablam! | Sep 04 08:05:29.495 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.495 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.495 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.496 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.496 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.496 INFO kablam! Sep 04 08:05:29.496 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.496 INFO kablam! --> src/arrays/Array1024.rs:78:29 Sep 04 08:05:29.496 INFO kablam! | Sep 04 08:05:29.496 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.496 INFO kablam! | ^^^^^^ Sep 04 08:05:29.496 INFO kablam! | Sep 04 08:05:29.496 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.496 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.496 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.496 INFO kablam! Sep 04 08:05:29.496 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.496 INFO kablam! --> src/arrays/Array1024.rs:78:43 Sep 04 08:05:29.496 INFO kablam! | Sep 04 08:05:29.496 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.496 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.496 INFO kablam! | Sep 04 08:05:29.496 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.496 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.496 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.497 INFO kablam! Sep 04 08:05:29.497 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.497 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 04 08:05:29.497 INFO kablam! | Sep 04 08:05:29.497 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.497 INFO kablam! | ^^^^^^ Sep 04 08:05:29.497 INFO kablam! | Sep 04 08:05:29.497 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.497 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.497 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.497 INFO kablam! Sep 04 08:05:29.497 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.497 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 04 08:05:29.497 INFO kablam! | Sep 04 08:05:29.497 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.497 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.497 INFO kablam! | Sep 04 08:05:29.497 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.497 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.497 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.497 INFO kablam! Sep 04 08:05:29.497 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.498 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 04 08:05:29.498 INFO kablam! | Sep 04 08:05:29.498 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.498 INFO kablam! | ^^^^^^ Sep 04 08:05:29.498 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.498 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.498 INFO kablam! Sep 04 08:05:29.498 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.498 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 04 08:05:29.498 INFO kablam! | Sep 04 08:05:29.498 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.498 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.498 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.498 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.498 INFO kablam! Sep 04 08:05:29.498 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.498 INFO kablam! --> src/arrays/Array1024.rs:96:20 Sep 04 08:05:29.498 INFO kablam! | Sep 04 08:05:29.499 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.499 INFO kablam! | ^^^^^^ Sep 04 08:05:29.499 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.499 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.499 INFO kablam! Sep 04 08:05:29.499 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.499 INFO kablam! --> src/arrays/Array1024.rs:96:34 Sep 04 08:05:29.499 INFO kablam! | Sep 04 08:05:29.499 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.499 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.499 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.499 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.499 INFO kablam! Sep 04 08:05:29.499 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.499 INFO kablam! --> src/arrays/Array1024.rs:102:20 Sep 04 08:05:29.499 INFO kablam! | Sep 04 08:05:29.499 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.499 INFO kablam! | ^^^^^^ Sep 04 08:05:29.500 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.500 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.500 INFO kablam! Sep 04 08:05:29.500 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.500 INFO kablam! --> src/arrays/Array1024.rs:102:34 Sep 04 08:05:29.500 INFO kablam! | Sep 04 08:05:29.500 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.500 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.500 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.500 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.500 INFO kablam! Sep 04 08:05:29.500 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.500 INFO kablam! --> src/arrays/Array1024.rs:111:14 Sep 04 08:05:29.500 INFO kablam! | Sep 04 08:05:29.500 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.500 INFO kablam! | ^^^^^^ Sep 04 08:05:29.500 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.501 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.501 INFO kablam! Sep 04 08:05:29.501 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.501 INFO kablam! --> src/arrays/Array1024.rs:111:28 Sep 04 08:05:29.501 INFO kablam! | Sep 04 08:05:29.501 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.501 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.501 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.501 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.501 INFO kablam! Sep 04 08:05:29.501 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.501 INFO kablam! --> src/arrays/Array1024.rs:120:15 Sep 04 08:05:29.501 INFO kablam! | Sep 04 08:05:29.501 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 04 08:05:29.501 INFO kablam! | ^^^^^^ Sep 04 08:05:29.501 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.501 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.502 INFO kablam! Sep 04 08:05:29.502 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.502 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 04 08:05:29.502 INFO kablam! | Sep 04 08:05:29.502 INFO kablam! 132 | self.0.iter() Sep 04 08:05:29.502 INFO kablam! | ^^^^^^ Sep 04 08:05:29.502 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.502 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.502 INFO kablam! Sep 04 08:05:29.502 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.502 INFO kablam! --> src/arrays/Array1024.rs:144:3 Sep 04 08:05:29.502 INFO kablam! | Sep 04 08:05:29.502 INFO kablam! 144 | self.0.iter_mut() Sep 04 08:05:29.502 INFO kablam! | ^^^^^^ Sep 04 08:05:29.502 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.502 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.502 INFO kablam! Sep 04 08:05:29.502 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.503 INFO kablam! --> src/arrays/Array1024.rs:153:4 Sep 04 08:05:29.503 INFO kablam! | Sep 04 08:05:29.503 INFO kablam! 153 | &self.0[..] Sep 04 08:05:29.503 INFO kablam! | ^^^^^^ Sep 04 08:05:29.503 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.503 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.503 INFO kablam! Sep 04 08:05:29.503 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.503 INFO kablam! --> src/arrays/Array1024.rs:162:8 Sep 04 08:05:29.503 INFO kablam! | Sep 04 08:05:29.503 INFO kablam! 162 | &mut self.0[..] Sep 04 08:05:29.503 INFO kablam! | ^^^^^^ Sep 04 08:05:29.503 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.503 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.503 INFO kablam! Sep 04 08:05:29.503 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 04 08:05:29.503 INFO kablam! --> src/lib.rs:8:12 Sep 04 08:05:29.503 INFO kablam! | Sep 04 08:05:29.504 INFO kablam! 8 | #![feature(associated_consts)] Sep 04 08:05:29.504 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 08:05:29.504 INFO kablam! | Sep 04 08:05:29.504 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 08:05:29.504 INFO kablam! Sep 04 08:05:29.525 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.525 INFO kablam! --> src/arrays/Array16.rs:28:3 Sep 04 08:05:29.525 INFO kablam! | Sep 04 08:05:29.525 INFO kablam! 28 | self.0.as_ptr() Sep 04 08:05:29.525 INFO kablam! | ^^^^^^ Sep 04 08:05:29.525 INFO kablam! | Sep 04 08:05:29.525 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 04 08:05:29.525 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.525 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.525 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.525 INFO kablam! Sep 04 08:05:29.525 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.525 INFO kablam! --> src/arrays/Array16.rs:34:3 Sep 04 08:05:29.525 INFO kablam! | Sep 04 08:05:29.525 INFO kablam! 34 | self.0.as_mut_ptr() Sep 04 08:05:29.526 INFO kablam! | ^^^^^^ Sep 04 08:05:29.526 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.526 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.526 INFO kablam! Sep 04 08:05:29.526 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.526 INFO kablam! --> src/arrays/Array16.rs:56:3 Sep 04 08:05:29.526 INFO kablam! | Sep 04 08:05:29.526 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 04 08:05:29.526 INFO kablam! | ^^^^^^ Sep 04 08:05:29.526 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.526 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.526 INFO kablam! Sep 04 08:05:29.526 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.526 INFO kablam! --> src/arrays/Array16.rs:65:3 Sep 04 08:05:29.526 INFO kablam! | Sep 04 08:05:29.527 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.527 INFO kablam! | ^^^^^^ Sep 04 08:05:29.527 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.527 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.527 INFO kablam! Sep 04 08:05:29.527 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.527 INFO kablam! --> src/arrays/Array16.rs:65:18 Sep 04 08:05:29.527 INFO kablam! | Sep 04 08:05:29.527 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.527 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.527 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.527 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.527 INFO kablam! Sep 04 08:05:29.527 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.527 INFO kablam! --> src/arrays/Array16.rs:78:29 Sep 04 08:05:29.527 INFO kablam! | Sep 04 08:05:29.527 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.527 INFO kablam! | ^^^^^^ Sep 04 08:05:29.528 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.528 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.528 INFO kablam! Sep 04 08:05:29.528 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.528 INFO kablam! --> src/arrays/Array16.rs:78:43 Sep 04 08:05:29.528 INFO kablam! | Sep 04 08:05:29.528 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.528 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.528 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.528 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.528 INFO kablam! Sep 04 08:05:29.528 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.528 INFO kablam! --> src/arrays/Array16.rs:84:20 Sep 04 08:05:29.528 INFO kablam! | Sep 04 08:05:29.528 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.528 INFO kablam! | ^^^^^^ Sep 04 08:05:29.528 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.529 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.529 INFO kablam! Sep 04 08:05:29.529 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.529 INFO kablam! --> src/arrays/Array16.rs:84:34 Sep 04 08:05:29.529 INFO kablam! | Sep 04 08:05:29.529 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.529 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.529 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.529 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.529 INFO kablam! Sep 04 08:05:29.529 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.529 INFO kablam! --> src/arrays/Array16.rs:90:20 Sep 04 08:05:29.529 INFO kablam! | Sep 04 08:05:29.529 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.529 INFO kablam! | ^^^^^^ Sep 04 08:05:29.529 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.529 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.530 INFO kablam! Sep 04 08:05:29.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.530 INFO kablam! --> src/arrays/Array16.rs:90:34 Sep 04 08:05:29.530 INFO kablam! | Sep 04 08:05:29.530 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.530 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.530 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.530 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.530 INFO kablam! Sep 04 08:05:29.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.530 INFO kablam! --> src/arrays/Array16.rs:96:20 Sep 04 08:05:29.530 INFO kablam! | Sep 04 08:05:29.530 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.530 INFO kablam! | ^^^^^^ Sep 04 08:05:29.530 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.530 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.530 INFO kablam! Sep 04 08:05:29.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.531 INFO kablam! --> src/arrays/Array16.rs:96:34 Sep 04 08:05:29.531 INFO kablam! | Sep 04 08:05:29.531 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.531 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.531 INFO kablam! | Sep 04 08:05:29.531 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.531 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.531 INFO kablam! Sep 04 08:05:29.531 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.531 INFO kablam! --> src/arrays/Array16.rs:102:20 Sep 04 08:05:29.531 INFO kablam! | Sep 04 08:05:29.531 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.531 INFO kablam! | ^^^^^^ Sep 04 08:05:29.531 INFO kablam! | Sep 04 08:05:29.531 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.531 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.531 INFO kablam! Sep 04 08:05:29.531 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.531 INFO kablam! --> src/arrays/Array16.rs:102:34 Sep 04 08:05:29.531 INFO kablam! | Sep 04 08:05:29.531 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.532 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.532 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.532 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.532 INFO kablam! Sep 04 08:05:29.532 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.532 INFO kablam! --> src/arrays/Array16.rs:111:14 Sep 04 08:05:29.532 INFO kablam! | Sep 04 08:05:29.532 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.532 INFO kablam! | ^^^^^^ Sep 04 08:05:29.532 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.532 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.532 INFO kablam! Sep 04 08:05:29.532 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.532 INFO kablam! --> src/arrays/Array16.rs:111:28 Sep 04 08:05:29.532 INFO kablam! | Sep 04 08:05:29.532 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.532 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.532 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.533 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.533 INFO kablam! Sep 04 08:05:29.533 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.533 INFO kablam! --> src/arrays/Array16.rs:120:15 Sep 04 08:05:29.533 INFO kablam! | Sep 04 08:05:29.533 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 04 08:05:29.533 INFO kablam! | ^^^^^^ Sep 04 08:05:29.533 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.533 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.533 INFO kablam! Sep 04 08:05:29.533 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.533 INFO kablam! --> src/arrays/Array16.rs:132:3 Sep 04 08:05:29.533 INFO kablam! | Sep 04 08:05:29.533 INFO kablam! 132 | self.0.iter() Sep 04 08:05:29.533 INFO kablam! | ^^^^^^ Sep 04 08:05:29.533 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.533 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.533 INFO kablam! Sep 04 08:05:29.533 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.534 INFO kablam! --> src/arrays/Array16.rs:144:3 Sep 04 08:05:29.534 INFO kablam! | Sep 04 08:05:29.534 INFO kablam! 144 | self.0.iter_mut() Sep 04 08:05:29.534 INFO kablam! | ^^^^^^ Sep 04 08:05:29.534 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.534 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.534 INFO kablam! Sep 04 08:05:29.534 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.534 INFO kablam! --> src/arrays/Array16.rs:153:4 Sep 04 08:05:29.534 INFO kablam! | Sep 04 08:05:29.534 INFO kablam! 153 | &self.0[..] Sep 04 08:05:29.534 INFO kablam! | ^^^^^^ Sep 04 08:05:29.534 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.534 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.534 INFO kablam! Sep 04 08:05:29.534 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.534 INFO kablam! --> src/arrays/Array16.rs:162:8 Sep 04 08:05:29.534 INFO kablam! | Sep 04 08:05:29.534 INFO kablam! 162 | &mut self.0[..] Sep 04 08:05:29.535 INFO kablam! | ^^^^^^ Sep 04 08:05:29.535 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.535 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.535 INFO kablam! Sep 04 08:05:29.535 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.535 INFO kablam! --> src/arrays/Array30.rs:28:3 Sep 04 08:05:29.535 INFO kablam! | Sep 04 08:05:29.535 INFO kablam! 28 | self.0.as_ptr() Sep 04 08:05:29.535 INFO kablam! | ^^^^^^ Sep 04 08:05:29.535 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.535 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.535 INFO kablam! Sep 04 08:05:29.535 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.535 INFO kablam! --> src/arrays/Array30.rs:34:3 Sep 04 08:05:29.535 INFO kablam! | Sep 04 08:05:29.535 INFO kablam! 34 | self.0.as_mut_ptr() Sep 04 08:05:29.535 INFO kablam! | ^^^^^^ Sep 04 08:05:29.535 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.535 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.536 INFO kablam! Sep 04 08:05:29.536 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.536 INFO kablam! --> src/arrays/Array30.rs:56:3 Sep 04 08:05:29.536 INFO kablam! | Sep 04 08:05:29.536 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 04 08:05:29.536 INFO kablam! | ^^^^^^ Sep 04 08:05:29.536 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.536 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.536 INFO kablam! Sep 04 08:05:29.536 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.536 INFO kablam! --> src/arrays/Array30.rs:65:3 Sep 04 08:05:29.536 INFO kablam! | Sep 04 08:05:29.536 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.536 INFO kablam! | ^^^^^^ Sep 04 08:05:29.536 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.536 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.536 INFO kablam! Sep 04 08:05:29.536 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.537 INFO kablam! --> src/arrays/Array30.rs:65:18 Sep 04 08:05:29.537 INFO kablam! | Sep 04 08:05:29.537 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.537 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.537 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.537 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.537 INFO kablam! Sep 04 08:05:29.537 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.537 INFO kablam! --> src/arrays/Array30.rs:78:29 Sep 04 08:05:29.537 INFO kablam! | Sep 04 08:05:29.537 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.537 INFO kablam! | ^^^^^^ Sep 04 08:05:29.537 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.537 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.537 INFO kablam! Sep 04 08:05:29.537 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.537 INFO kablam! --> src/arrays/Array30.rs:78:43 Sep 04 08:05:29.537 INFO kablam! | Sep 04 08:05:29.537 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.537 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.538 INFO kablam! | Sep 04 08:05:29.538 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.538 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.538 INFO kablam! Sep 04 08:05:29.538 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.538 INFO kablam! --> src/arrays/Array30.rs:84:20 Sep 04 08:05:29.538 INFO kablam! | Sep 04 08:05:29.538 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.538 INFO kablam! | ^^^^^^ Sep 04 08:05:29.538 INFO kablam! | Sep 04 08:05:29.538 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.538 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.538 INFO kablam! Sep 04 08:05:29.538 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.538 INFO kablam! --> src/arrays/Array30.rs:84:34 Sep 04 08:05:29.538 INFO kablam! | Sep 04 08:05:29.538 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.538 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.538 INFO kablam! | Sep 04 08:05:29.538 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.538 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.539 INFO kablam! Sep 04 08:05:29.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.539 INFO kablam! --> src/arrays/Array30.rs:90:20 Sep 04 08:05:29.539 INFO kablam! | Sep 04 08:05:29.539 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.539 INFO kablam! | ^^^^^^ Sep 04 08:05:29.539 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.539 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.539 INFO kablam! Sep 04 08:05:29.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.539 INFO kablam! --> src/arrays/Array30.rs:90:34 Sep 04 08:05:29.539 INFO kablam! | Sep 04 08:05:29.539 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.539 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.539 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.539 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.539 INFO kablam! Sep 04 08:05:29.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.540 INFO kablam! --> src/arrays/Array30.rs:96:20 Sep 04 08:05:29.540 INFO kablam! | Sep 04 08:05:29.540 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.540 INFO kablam! | ^^^^^^ Sep 04 08:05:29.540 INFO kablam! | Sep 04 08:05:29.540 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.540 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.540 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.540 INFO kablam! Sep 04 08:05:29.540 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.540 INFO kablam! --> src/arrays/Array30.rs:96:34 Sep 04 08:05:29.540 INFO kablam! | Sep 04 08:05:29.540 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.540 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.540 INFO kablam! | Sep 04 08:05:29.540 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.540 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.540 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.540 INFO kablam! Sep 04 08:05:29.540 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.540 INFO kablam! --> src/arrays/Array30.rs:102:20 Sep 04 08:05:29.540 INFO kablam! | Sep 04 08:05:29.540 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.541 INFO kablam! | ^^^^^^ Sep 04 08:05:29.541 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.541 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.541 INFO kablam! Sep 04 08:05:29.541 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.541 INFO kablam! --> src/arrays/Array30.rs:102:34 Sep 04 08:05:29.541 INFO kablam! | Sep 04 08:05:29.541 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.541 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.541 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.541 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.541 INFO kablam! Sep 04 08:05:29.541 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.541 INFO kablam! --> src/arrays/Array30.rs:111:14 Sep 04 08:05:29.541 INFO kablam! | Sep 04 08:05:29.541 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.541 INFO kablam! | ^^^^^^ Sep 04 08:05:29.541 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.542 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.542 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.542 INFO kablam! Sep 04 08:05:29.542 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.542 INFO kablam! --> src/arrays/Array30.rs:111:28 Sep 04 08:05:29.542 INFO kablam! | Sep 04 08:05:29.542 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.542 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.542 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.542 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.542 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.542 INFO kablam! Sep 04 08:05:29.542 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.542 INFO kablam! --> src/arrays/Array30.rs:120:15 Sep 04 08:05:29.542 INFO kablam! | Sep 04 08:05:29.542 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 04 08:05:29.542 INFO kablam! | ^^^^^^ Sep 04 08:05:29.542 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.542 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.542 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.543 INFO kablam! Sep 04 08:05:29.543 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.543 INFO kablam! --> src/arrays/Array30.rs:132:3 Sep 04 08:05:29.543 INFO kablam! | Sep 04 08:05:29.543 INFO kablam! 132 | self.0.iter() Sep 04 08:05:29.543 INFO kablam! | ^^^^^^ Sep 04 08:05:29.543 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.543 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.543 INFO kablam! Sep 04 08:05:29.543 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.543 INFO kablam! --> src/arrays/Array30.rs:144:3 Sep 04 08:05:29.543 INFO kablam! | Sep 04 08:05:29.543 INFO kablam! 144 | self.0.iter_mut() Sep 04 08:05:29.543 INFO kablam! | ^^^^^^ Sep 04 08:05:29.543 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.543 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.543 INFO kablam! Sep 04 08:05:29.543 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.543 INFO kablam! --> src/arrays/Array30.rs:153:4 Sep 04 08:05:29.543 INFO kablam! | Sep 04 08:05:29.543 INFO kablam! 153 | &self.0[..] Sep 04 08:05:29.544 INFO kablam! | ^^^^^^ Sep 04 08:05:29.544 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.544 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.544 INFO kablam! Sep 04 08:05:29.544 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.544 INFO kablam! --> src/arrays/Array30.rs:162:8 Sep 04 08:05:29.544 INFO kablam! | Sep 04 08:05:29.544 INFO kablam! 162 | &mut self.0[..] Sep 04 08:05:29.544 INFO kablam! | ^^^^^^ Sep 04 08:05:29.544 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.544 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.544 INFO kablam! Sep 04 08:05:29.544 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.544 INFO kablam! --> src/arrays/Array32.rs:28:3 Sep 04 08:05:29.544 INFO kablam! | Sep 04 08:05:29.544 INFO kablam! 28 | self.0.as_ptr() Sep 04 08:05:29.544 INFO kablam! | ^^^^^^ Sep 04 08:05:29.544 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.544 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.545 INFO kablam! Sep 04 08:05:29.545 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.545 INFO kablam! --> src/arrays/Array32.rs:34:3 Sep 04 08:05:29.545 INFO kablam! | Sep 04 08:05:29.545 INFO kablam! 34 | self.0.as_mut_ptr() Sep 04 08:05:29.545 INFO kablam! | ^^^^^^ Sep 04 08:05:29.545 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.545 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.545 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.545 INFO kablam! Sep 04 08:05:29.545 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.545 INFO kablam! --> src/arrays/Array32.rs:56:3 Sep 04 08:05:29.545 INFO kablam! | Sep 04 08:05:29.545 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 04 08:05:29.545 INFO kablam! | ^^^^^^ Sep 04 08:05:29.545 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.545 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.545 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.545 INFO kablam! Sep 04 08:05:29.545 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.546 INFO kablam! --> src/arrays/Array32.rs:65:3 Sep 04 08:05:29.546 INFO kablam! | Sep 04 08:05:29.546 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.546 INFO kablam! | ^^^^^^ Sep 04 08:05:29.546 INFO kablam! | Sep 04 08:05:29.546 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.546 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.546 INFO kablam! Sep 04 08:05:29.546 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.546 INFO kablam! --> src/arrays/Array32.rs:65:18 Sep 04 08:05:29.546 INFO kablam! | Sep 04 08:05:29.546 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.546 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.546 INFO kablam! | Sep 04 08:05:29.546 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.546 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.546 INFO kablam! Sep 04 08:05:29.546 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.546 INFO kablam! --> src/arrays/Array32.rs:78:29 Sep 04 08:05:29.546 INFO kablam! | Sep 04 08:05:29.546 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.547 INFO kablam! | ^^^^^^ Sep 04 08:05:29.547 INFO kablam! | Sep 04 08:05:29.547 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.547 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.547 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.547 INFO kablam! Sep 04 08:05:29.547 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.547 INFO kablam! --> src/arrays/Array32.rs:78:43 Sep 04 08:05:29.547 INFO kablam! | Sep 04 08:05:29.547 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.547 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.547 INFO kablam! | Sep 04 08:05:29.547 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.547 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.547 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.547 INFO kablam! Sep 04 08:05:29.547 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.547 INFO kablam! --> src/arrays/Array32.rs:84:20 Sep 04 08:05:29.547 INFO kablam! | Sep 04 08:05:29.547 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.547 INFO kablam! | ^^^^^^ Sep 04 08:05:29.547 INFO kablam! | Sep 04 08:05:29.547 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.547 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.547 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.548 INFO kablam! Sep 04 08:05:29.548 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.548 INFO kablam! --> src/arrays/Array32.rs:84:34 Sep 04 08:05:29.548 INFO kablam! | Sep 04 08:05:29.548 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.548 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.548 INFO kablam! | Sep 04 08:05:29.548 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.548 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.548 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.548 INFO kablam! Sep 04 08:05:29.548 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.548 INFO kablam! --> src/arrays/Array32.rs:90:20 Sep 04 08:05:29.548 INFO kablam! | Sep 04 08:05:29.548 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.548 INFO kablam! | ^^^^^^ Sep 04 08:05:29.548 INFO kablam! | Sep 04 08:05:29.548 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.549 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.549 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.549 INFO kablam! Sep 04 08:05:29.549 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.549 INFO kablam! --> src/arrays/Array32.rs:90:34 Sep 04 08:05:29.549 INFO kablam! | Sep 04 08:05:29.549 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.549 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.549 INFO kablam! | Sep 04 08:05:29.549 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.549 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.549 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.549 INFO kablam! Sep 04 08:05:29.549 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.549 INFO kablam! --> src/arrays/Array32.rs:96:20 Sep 04 08:05:29.549 INFO kablam! | Sep 04 08:05:29.549 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.549 INFO kablam! | ^^^^^^ Sep 04 08:05:29.549 INFO kablam! | Sep 04 08:05:29.549 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.549 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.549 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.549 INFO kablam! Sep 04 08:05:29.549 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.549 INFO kablam! --> src/arrays/Array32.rs:96:34 Sep 04 08:05:29.549 INFO kablam! | Sep 04 08:05:29.550 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.550 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.550 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.550 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.550 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.550 INFO kablam! Sep 04 08:05:29.550 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.550 INFO kablam! --> src/arrays/Array32.rs:102:20 Sep 04 08:05:29.550 INFO kablam! | Sep 04 08:05:29.550 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.550 INFO kablam! | ^^^^^^ Sep 04 08:05:29.550 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.550 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.550 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.550 INFO kablam! Sep 04 08:05:29.550 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.550 INFO kablam! --> src/arrays/Array32.rs:102:34 Sep 04 08:05:29.550 INFO kablam! | Sep 04 08:05:29.550 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.550 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.550 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.550 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.550 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.550 INFO kablam! Sep 04 08:05:29.551 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.551 INFO kablam! --> src/arrays/Array32.rs:111:14 Sep 04 08:05:29.551 INFO kablam! | Sep 04 08:05:29.551 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.551 INFO kablam! | ^^^^^^ Sep 04 08:05:29.551 INFO kablam! | Sep 04 08:05:29.551 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.551 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.551 INFO kablam! Sep 04 08:05:29.551 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.551 INFO kablam! --> src/arrays/Array32.rs:111:28 Sep 04 08:05:29.551 INFO kablam! | Sep 04 08:05:29.551 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.551 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.551 INFO kablam! | Sep 04 08:05:29.551 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.551 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.551 INFO kablam! Sep 04 08:05:29.551 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.551 INFO kablam! --> src/arrays/Array32.rs:120:15 Sep 04 08:05:29.551 INFO kablam! | Sep 04 08:05:29.551 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 04 08:05:29.551 INFO kablam! | ^^^^^^ Sep 04 08:05:29.551 INFO kablam! | Sep 04 08:05:29.551 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.552 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.552 INFO kablam! Sep 04 08:05:29.552 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.552 INFO kablam! --> src/arrays/Array32.rs:132:3 Sep 04 08:05:29.552 INFO kablam! | Sep 04 08:05:29.552 INFO kablam! 132 | self.0.iter() Sep 04 08:05:29.552 INFO kablam! | ^^^^^^ Sep 04 08:05:29.552 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.552 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.552 INFO kablam! Sep 04 08:05:29.552 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.552 INFO kablam! --> src/arrays/Array32.rs:144:3 Sep 04 08:05:29.552 INFO kablam! | Sep 04 08:05:29.552 INFO kablam! 144 | self.0.iter_mut() Sep 04 08:05:29.553 INFO kablam! | ^^^^^^ Sep 04 08:05:29.553 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.553 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.553 INFO kablam! Sep 04 08:05:29.553 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.553 INFO kablam! --> src/arrays/Array32.rs:153:4 Sep 04 08:05:29.553 INFO kablam! | Sep 04 08:05:29.553 INFO kablam! 153 | &self.0[..] Sep 04 08:05:29.553 INFO kablam! | ^^^^^^ Sep 04 08:05:29.553 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.553 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.553 INFO kablam! Sep 04 08:05:29.553 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.553 INFO kablam! --> src/arrays/Array32.rs:162:8 Sep 04 08:05:29.553 INFO kablam! | Sep 04 08:05:29.554 INFO kablam! 162 | &mut self.0[..] Sep 04 08:05:29.554 INFO kablam! | ^^^^^^ Sep 04 08:05:29.554 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.554 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.554 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.554 INFO kablam! Sep 04 08:05:29.554 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.554 INFO kablam! --> src/arrays/Array40.rs:28:3 Sep 04 08:05:29.554 INFO kablam! | Sep 04 08:05:29.554 INFO kablam! 28 | self.0.as_ptr() Sep 04 08:05:29.554 INFO kablam! | ^^^^^^ Sep 04 08:05:29.554 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.554 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.555 INFO kablam! Sep 04 08:05:29.555 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.555 INFO kablam! --> src/arrays/Array40.rs:34:3 Sep 04 08:05:29.555 INFO kablam! | Sep 04 08:05:29.555 INFO kablam! 34 | self.0.as_mut_ptr() Sep 04 08:05:29.555 INFO kablam! | ^^^^^^ Sep 04 08:05:29.555 INFO kablam! | Sep 04 08:05:29.555 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.555 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.555 INFO kablam! Sep 04 08:05:29.555 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.555 INFO kablam! --> src/arrays/Array40.rs:56:3 Sep 04 08:05:29.555 INFO kablam! | Sep 04 08:05:29.555 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 04 08:05:29.555 INFO kablam! | ^^^^^^ Sep 04 08:05:29.555 INFO kablam! | Sep 04 08:05:29.555 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.555 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.556 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.556 INFO kablam! Sep 04 08:05:29.556 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.556 INFO kablam! --> src/arrays/Array40.rs:65:3 Sep 04 08:05:29.556 INFO kablam! | Sep 04 08:05:29.556 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.556 INFO kablam! | ^^^^^^ Sep 04 08:05:29.556 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.556 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.556 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.556 INFO kablam! Sep 04 08:05:29.556 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.556 INFO kablam! --> src/arrays/Array40.rs:65:18 Sep 04 08:05:29.556 INFO kablam! | Sep 04 08:05:29.556 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.556 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.556 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.556 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.556 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.556 INFO kablam! Sep 04 08:05:29.556 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.556 INFO kablam! --> src/arrays/Array40.rs:78:29 Sep 04 08:05:29.557 INFO kablam! | Sep 04 08:05:29.557 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.557 INFO kablam! | ^^^^^^ Sep 04 08:05:29.557 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.557 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.557 INFO kablam! Sep 04 08:05:29.557 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.557 INFO kablam! --> src/arrays/Array40.rs:78:43 Sep 04 08:05:29.557 INFO kablam! | Sep 04 08:05:29.557 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.557 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.557 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.557 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.557 INFO kablam! Sep 04 08:05:29.557 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.557 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 04 08:05:29.557 INFO kablam! | Sep 04 08:05:29.557 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.557 INFO kablam! | ^^^^^^ Sep 04 08:05:29.557 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.558 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.558 INFO kablam! Sep 04 08:05:29.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.558 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 04 08:05:29.558 INFO kablam! | Sep 04 08:05:29.558 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.558 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.558 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.558 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.558 INFO kablam! Sep 04 08:05:29.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.558 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 04 08:05:29.558 INFO kablam! | Sep 04 08:05:29.558 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.558 INFO kablam! | ^^^^^^ Sep 04 08:05:29.558 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.558 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.558 INFO kablam! Sep 04 08:05:29.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.559 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 04 08:05:29.559 INFO kablam! | Sep 04 08:05:29.559 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.559 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.559 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.559 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.559 INFO kablam! Sep 04 08:05:29.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.559 INFO kablam! --> src/arrays/Array40.rs:96:20 Sep 04 08:05:29.559 INFO kablam! | Sep 04 08:05:29.559 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.559 INFO kablam! | ^^^^^^ Sep 04 08:05:29.559 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.559 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.559 INFO kablam! Sep 04 08:05:29.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.559 INFO kablam! --> src/arrays/Array40.rs:96:34 Sep 04 08:05:29.559 INFO kablam! | Sep 04 08:05:29.559 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.559 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.560 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.560 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.560 INFO kablam! Sep 04 08:05:29.560 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.560 INFO kablam! --> src/arrays/Array40.rs:102:20 Sep 04 08:05:29.560 INFO kablam! | Sep 04 08:05:29.560 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.560 INFO kablam! | ^^^^^^ Sep 04 08:05:29.560 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.560 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.560 INFO kablam! Sep 04 08:05:29.560 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.560 INFO kablam! --> src/arrays/Array40.rs:102:34 Sep 04 08:05:29.560 INFO kablam! | Sep 04 08:05:29.560 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.561 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.561 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.561 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.561 INFO kablam! Sep 04 08:05:29.561 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.561 INFO kablam! --> src/arrays/Array40.rs:111:14 Sep 04 08:05:29.561 INFO kablam! | Sep 04 08:05:29.561 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.561 INFO kablam! | ^^^^^^ Sep 04 08:05:29.561 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.561 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.561 INFO kablam! Sep 04 08:05:29.561 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.561 INFO kablam! --> src/arrays/Array40.rs:111:28 Sep 04 08:05:29.561 INFO kablam! | Sep 04 08:05:29.561 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.561 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.561 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.561 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.562 INFO kablam! Sep 04 08:05:29.562 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.562 INFO kablam! --> src/arrays/Array40.rs:120:15 Sep 04 08:05:29.562 INFO kablam! | Sep 04 08:05:29.562 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 04 08:05:29.562 INFO kablam! | ^^^^^^ Sep 04 08:05:29.562 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.562 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.562 INFO kablam! Sep 04 08:05:29.562 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.562 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 04 08:05:29.562 INFO kablam! | Sep 04 08:05:29.562 INFO kablam! 132 | self.0.iter() Sep 04 08:05:29.562 INFO kablam! | ^^^^^^ Sep 04 08:05:29.562 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.562 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.562 INFO kablam! Sep 04 08:05:29.562 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.562 INFO kablam! --> src/arrays/Array40.rs:144:3 Sep 04 08:05:29.562 INFO kablam! | Sep 04 08:05:29.562 INFO kablam! 144 | self.0.iter_mut() Sep 04 08:05:29.563 INFO kablam! | ^^^^^^ Sep 04 08:05:29.563 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.563 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.563 INFO kablam! Sep 04 08:05:29.563 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.563 INFO kablam! --> src/arrays/Array40.rs:153:4 Sep 04 08:05:29.563 INFO kablam! | Sep 04 08:05:29.563 INFO kablam! 153 | &self.0[..] Sep 04 08:05:29.563 INFO kablam! | ^^^^^^ Sep 04 08:05:29.563 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.563 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.563 INFO kablam! Sep 04 08:05:29.563 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.563 INFO kablam! --> src/arrays/Array40.rs:162:8 Sep 04 08:05:29.563 INFO kablam! | Sep 04 08:05:29.563 INFO kablam! 162 | &mut self.0[..] Sep 04 08:05:29.563 INFO kablam! | ^^^^^^ Sep 04 08:05:29.563 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.563 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.563 INFO kablam! Sep 04 08:05:29.563 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.564 INFO kablam! --> src/arrays/Array46.rs:28:3 Sep 04 08:05:29.564 INFO kablam! | Sep 04 08:05:29.564 INFO kablam! 28 | self.0.as_ptr() Sep 04 08:05:29.564 INFO kablam! | ^^^^^^ Sep 04 08:05:29.564 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.564 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.564 INFO kablam! Sep 04 08:05:29.564 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.564 INFO kablam! --> src/arrays/Array46.rs:34:3 Sep 04 08:05:29.564 INFO kablam! | Sep 04 08:05:29.564 INFO kablam! 34 | self.0.as_mut_ptr() Sep 04 08:05:29.564 INFO kablam! | ^^^^^^ Sep 04 08:05:29.564 INFO kablam! | Sep 04 08:05:29.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 04 08:05:29.564 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.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 04 08:05:29.564 INFO kablam! Sep 04 08:05:29.564 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.564 INFO kablam! --> src/arrays/Array46.rs:56:3 Sep 04 08:05:29.564 INFO kablam! | Sep 04 08:05:29.564 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 04 08:05:29.564 INFO kablam! | ^^^^^^ Sep 04 08:05:29.564 INFO kablam! | Sep 04 08:05:29.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.565 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.565 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.565 INFO kablam! Sep 04 08:05:29.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.565 INFO kablam! --> src/arrays/Array46.rs:65:3 Sep 04 08:05:29.565 INFO kablam! | Sep 04 08:05:29.565 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.565 INFO kablam! | ^^^^^^ Sep 04 08:05:29.565 INFO kablam! | Sep 04 08:05:29.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.565 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.565 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.565 INFO kablam! Sep 04 08:05:29.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.565 INFO kablam! --> src/arrays/Array46.rs:65:18 Sep 04 08:05:29.565 INFO kablam! | Sep 04 08:05:29.565 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.565 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.565 INFO kablam! | Sep 04 08:05:29.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.565 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.565 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.565 INFO kablam! Sep 04 08:05:29.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.565 INFO kablam! --> src/arrays/Array46.rs:78:29 Sep 04 08:05:29.565 INFO kablam! | Sep 04 08:05:29.566 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.566 INFO kablam! | ^^^^^^ Sep 04 08:05:29.566 INFO kablam! | Sep 04 08:05:29.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.566 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.566 INFO kablam! Sep 04 08:05:29.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.566 INFO kablam! --> src/arrays/Array46.rs:78:43 Sep 04 08:05:29.566 INFO kablam! | Sep 04 08:05:29.566 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.566 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.566 INFO kablam! | Sep 04 08:05:29.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.566 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.566 INFO kablam! Sep 04 08:05:29.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.566 INFO kablam! --> src/arrays/Array46.rs:84:20 Sep 04 08:05:29.566 INFO kablam! | Sep 04 08:05:29.566 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.566 INFO kablam! | ^^^^^^ Sep 04 08:05:29.567 INFO kablam! | Sep 04 08:05:29.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.567 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.567 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.567 INFO kablam! Sep 04 08:05:29.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.567 INFO kablam! --> src/arrays/Array46.rs:84:34 Sep 04 08:05:29.567 INFO kablam! | Sep 04 08:05:29.567 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.567 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.567 INFO kablam! | Sep 04 08:05:29.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.567 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.567 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.567 INFO kablam! Sep 04 08:05:29.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.567 INFO kablam! --> src/arrays/Array46.rs:90:20 Sep 04 08:05:29.567 INFO kablam! | Sep 04 08:05:29.567 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.567 INFO kablam! | ^^^^^^ Sep 04 08:05:29.567 INFO kablam! | Sep 04 08:05:29.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.567 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.567 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.567 INFO kablam! Sep 04 08:05:29.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.567 INFO kablam! --> src/arrays/Array46.rs:90:34 Sep 04 08:05:29.567 INFO kablam! | Sep 04 08:05:29.567 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.567 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.567 INFO kablam! | Sep 04 08:05:29.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.567 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.567 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.567 INFO kablam! Sep 04 08:05:29.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.567 INFO kablam! --> src/arrays/Array46.rs:96:20 Sep 04 08:05:29.567 INFO kablam! | Sep 04 08:05:29.568 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.568 INFO kablam! | ^^^^^^ Sep 04 08:05:29.568 INFO kablam! | Sep 04 08:05:29.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.568 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.568 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.568 INFO kablam! Sep 04 08:05:29.568 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.568 INFO kablam! --> src/arrays/Array46.rs:96:34 Sep 04 08:05:29.568 INFO kablam! | Sep 04 08:05:29.568 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.568 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.568 INFO kablam! | Sep 04 08:05:29.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.568 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.568 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.568 INFO kablam! Sep 04 08:05:29.568 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.568 INFO kablam! --> src/arrays/Array46.rs:102:20 Sep 04 08:05:29.568 INFO kablam! | Sep 04 08:05:29.568 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.568 INFO kablam! | ^^^^^^ Sep 04 08:05:29.568 INFO kablam! | Sep 04 08:05:29.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.568 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.568 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.568 INFO kablam! Sep 04 08:05:29.568 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.568 INFO kablam! --> src/arrays/Array46.rs:102:34 Sep 04 08:05:29.568 INFO kablam! | Sep 04 08:05:29.568 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.568 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.568 INFO kablam! | Sep 04 08:05:29.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.568 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.568 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.568 INFO kablam! Sep 04 08:05:29.569 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.569 INFO kablam! --> src/arrays/Array46.rs:111:14 Sep 04 08:05:29.569 INFO kablam! | Sep 04 08:05:29.569 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.569 INFO kablam! | ^^^^^^ Sep 04 08:05:29.569 INFO kablam! | Sep 04 08:05:29.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.569 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.569 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.569 INFO kablam! Sep 04 08:05:29.569 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.569 INFO kablam! --> src/arrays/Array46.rs:111:28 Sep 04 08:05:29.569 INFO kablam! | Sep 04 08:05:29.569 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.569 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.569 INFO kablam! | Sep 04 08:05:29.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.569 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.569 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.569 INFO kablam! Sep 04 08:05:29.569 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.569 INFO kablam! --> src/arrays/Array46.rs:120:15 Sep 04 08:05:29.569 INFO kablam! | Sep 04 08:05:29.569 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 04 08:05:29.569 INFO kablam! | ^^^^^^ Sep 04 08:05:29.569 INFO kablam! | Sep 04 08:05:29.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.569 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.569 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.569 INFO kablam! Sep 04 08:05:29.569 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.569 INFO kablam! --> src/arrays/Array46.rs:132:3 Sep 04 08:05:29.569 INFO kablam! | Sep 04 08:05:29.569 INFO kablam! 132 | self.0.iter() Sep 04 08:05:29.569 INFO kablam! | ^^^^^^ Sep 04 08:05:29.569 INFO kablam! | Sep 04 08:05:29.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.569 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.569 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.569 INFO kablam! Sep 04 08:05:29.569 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.570 INFO kablam! --> src/arrays/Array46.rs:144:3 Sep 04 08:05:29.570 INFO kablam! | Sep 04 08:05:29.570 INFO kablam! 144 | self.0.iter_mut() Sep 04 08:05:29.570 INFO kablam! | ^^^^^^ Sep 04 08:05:29.570 INFO kablam! | Sep 04 08:05:29.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.570 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.570 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.570 INFO kablam! Sep 04 08:05:29.570 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.570 INFO kablam! --> src/arrays/Array46.rs:153:4 Sep 04 08:05:29.570 INFO kablam! | Sep 04 08:05:29.570 INFO kablam! 153 | &self.0[..] Sep 04 08:05:29.570 INFO kablam! | ^^^^^^ Sep 04 08:05:29.570 INFO kablam! | Sep 04 08:05:29.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.570 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.570 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.570 INFO kablam! Sep 04 08:05:29.570 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.570 INFO kablam! --> src/arrays/Array46.rs:162:8 Sep 04 08:05:29.570 INFO kablam! | Sep 04 08:05:29.570 INFO kablam! 162 | &mut self.0[..] Sep 04 08:05:29.570 INFO kablam! | ^^^^^^ Sep 04 08:05:29.570 INFO kablam! | Sep 04 08:05:29.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.570 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.570 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.570 INFO kablam! Sep 04 08:05:29.570 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.570 INFO kablam! --> src/arrays/Array52.rs:28:3 Sep 04 08:05:29.570 INFO kablam! | Sep 04 08:05:29.570 INFO kablam! 28 | self.0.as_ptr() Sep 04 08:05:29.570 INFO kablam! | ^^^^^^ Sep 04 08:05:29.570 INFO kablam! | Sep 04 08:05:29.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.570 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.570 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.570 INFO kablam! Sep 04 08:05:29.570 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.571 INFO kablam! --> src/arrays/Array52.rs:34:3 Sep 04 08:05:29.571 INFO kablam! | Sep 04 08:05:29.571 INFO kablam! 34 | self.0.as_mut_ptr() Sep 04 08:05:29.571 INFO kablam! | ^^^^^^ Sep 04 08:05:29.571 INFO kablam! | Sep 04 08:05:29.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.571 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.571 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.571 INFO kablam! Sep 04 08:05:29.571 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.571 INFO kablam! --> src/arrays/Array52.rs:56:3 Sep 04 08:05:29.571 INFO kablam! | Sep 04 08:05:29.571 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 04 08:05:29.571 INFO kablam! | ^^^^^^ Sep 04 08:05:29.571 INFO kablam! | Sep 04 08:05:29.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.571 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.571 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.571 INFO kablam! Sep 04 08:05:29.571 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.571 INFO kablam! --> src/arrays/Array52.rs:65:3 Sep 04 08:05:29.571 INFO kablam! | Sep 04 08:05:29.571 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.571 INFO kablam! | ^^^^^^ Sep 04 08:05:29.571 INFO kablam! | Sep 04 08:05:29.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.571 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.571 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.571 INFO kablam! Sep 04 08:05:29.571 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.571 INFO kablam! --> src/arrays/Array52.rs:65:18 Sep 04 08:05:29.571 INFO kablam! | Sep 04 08:05:29.572 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.572 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.572 INFO kablam! | Sep 04 08:05:29.572 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.572 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.572 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.572 INFO kablam! Sep 04 08:05:29.572 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.572 INFO kablam! --> src/arrays/Array52.rs:78:29 Sep 04 08:05:29.572 INFO kablam! | Sep 04 08:05:29.572 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.572 INFO kablam! | ^^^^^^ Sep 04 08:05:29.572 INFO kablam! | Sep 04 08:05:29.572 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.572 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.572 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.572 INFO kablam! Sep 04 08:05:29.572 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.572 INFO kablam! --> src/arrays/Array52.rs:78:43 Sep 04 08:05:29.572 INFO kablam! | Sep 04 08:05:29.572 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.572 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.572 INFO kablam! | Sep 04 08:05:29.572 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.572 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.572 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.572 INFO kablam! Sep 04 08:05:29.572 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.572 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 04 08:05:29.572 INFO kablam! | Sep 04 08:05:29.572 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.572 INFO kablam! | ^^^^^^ Sep 04 08:05:29.572 INFO kablam! | Sep 04 08:05:29.572 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.572 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.572 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.572 INFO kablam! Sep 04 08:05:29.572 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.573 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 04 08:05:29.573 INFO kablam! | Sep 04 08:05:29.573 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.573 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.573 INFO kablam! | Sep 04 08:05:29.573 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.573 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.573 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.573 INFO kablam! Sep 04 08:05:29.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.573 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 04 08:05:29.573 INFO kablam! | Sep 04 08:05:29.573 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.573 INFO kablam! | ^^^^^^ Sep 04 08:05:29.573 INFO kablam! | Sep 04 08:05:29.573 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.573 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.573 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.573 INFO kablam! Sep 04 08:05:29.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.573 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 04 08:05:29.573 INFO kablam! | Sep 04 08:05:29.573 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.573 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.573 INFO kablam! | Sep 04 08:05:29.573 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.573 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.573 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.573 INFO kablam! Sep 04 08:05:29.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.574 INFO kablam! --> src/arrays/Array52.rs:96:20 Sep 04 08:05:29.574 INFO kablam! | Sep 04 08:05:29.574 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.574 INFO kablam! | ^^^^^^ Sep 04 08:05:29.574 INFO kablam! | Sep 04 08:05:29.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.574 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.574 INFO kablam! Sep 04 08:05:29.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.574 INFO kablam! --> src/arrays/Array52.rs:96:34 Sep 04 08:05:29.574 INFO kablam! | Sep 04 08:05:29.574 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.574 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.574 INFO kablam! | Sep 04 08:05:29.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.574 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.574 INFO kablam! Sep 04 08:05:29.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.574 INFO kablam! --> src/arrays/Array52.rs:102:20 Sep 04 08:05:29.574 INFO kablam! | Sep 04 08:05:29.574 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.575 INFO kablam! | ^^^^^^ Sep 04 08:05:29.575 INFO kablam! | Sep 04 08:05:29.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.575 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.575 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.575 INFO kablam! Sep 04 08:05:29.575 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.575 INFO kablam! --> src/arrays/Array52.rs:102:34 Sep 04 08:05:29.575 INFO kablam! | Sep 04 08:05:29.575 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.575 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.575 INFO kablam! | Sep 04 08:05:29.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.575 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.575 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.575 INFO kablam! Sep 04 08:05:29.575 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.575 INFO kablam! --> src/arrays/Array52.rs:111:14 Sep 04 08:05:29.575 INFO kablam! | Sep 04 08:05:29.575 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.575 INFO kablam! | ^^^^^^ Sep 04 08:05:29.575 INFO kablam! | Sep 04 08:05:29.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.575 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.575 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.575 INFO kablam! Sep 04 08:05:29.576 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.576 INFO kablam! --> src/arrays/Array52.rs:111:28 Sep 04 08:05:29.576 INFO kablam! | Sep 04 08:05:29.576 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.576 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.576 INFO kablam! | Sep 04 08:05:29.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.576 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.576 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.576 INFO kablam! Sep 04 08:05:29.576 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.576 INFO kablam! --> src/arrays/Array52.rs:120:15 Sep 04 08:05:29.576 INFO kablam! | Sep 04 08:05:29.576 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 04 08:05:29.576 INFO kablam! | ^^^^^^ Sep 04 08:05:29.576 INFO kablam! | Sep 04 08:05:29.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.576 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.576 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.576 INFO kablam! Sep 04 08:05:29.576 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.576 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 04 08:05:29.576 INFO kablam! | Sep 04 08:05:29.576 INFO kablam! 132 | self.0.iter() Sep 04 08:05:29.576 INFO kablam! | ^^^^^^ Sep 04 08:05:29.576 INFO kablam! | Sep 04 08:05:29.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.576 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.576 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.576 INFO kablam! Sep 04 08:05:29.576 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.576 INFO kablam! --> src/arrays/Array52.rs:144:3 Sep 04 08:05:29.577 INFO kablam! | Sep 04 08:05:29.577 INFO kablam! 144 | self.0.iter_mut() Sep 04 08:05:29.577 INFO kablam! | ^^^^^^ Sep 04 08:05:29.577 INFO kablam! | Sep 04 08:05:29.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.577 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.577 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.577 INFO kablam! Sep 04 08:05:29.577 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.577 INFO kablam! --> src/arrays/Array52.rs:153:4 Sep 04 08:05:29.577 INFO kablam! | Sep 04 08:05:29.577 INFO kablam! 153 | &self.0[..] Sep 04 08:05:29.577 INFO kablam! | ^^^^^^ Sep 04 08:05:29.577 INFO kablam! | Sep 04 08:05:29.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.577 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.577 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.577 INFO kablam! Sep 04 08:05:29.577 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.577 INFO kablam! --> src/arrays/Array52.rs:162:8 Sep 04 08:05:29.577 INFO kablam! | Sep 04 08:05:29.577 INFO kablam! 162 | &mut self.0[..] Sep 04 08:05:29.577 INFO kablam! | ^^^^^^ Sep 04 08:05:29.577 INFO kablam! | Sep 04 08:05:29.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.577 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.578 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.578 INFO kablam! Sep 04 08:05:29.578 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.578 INFO kablam! --> src/arrays/Array64.rs:28:3 Sep 04 08:05:29.578 INFO kablam! | Sep 04 08:05:29.578 INFO kablam! 28 | self.0.as_ptr() Sep 04 08:05:29.578 INFO kablam! | ^^^^^^ Sep 04 08:05:29.578 INFO kablam! | Sep 04 08:05:29.578 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.578 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.578 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.578 INFO kablam! Sep 04 08:05:29.578 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.578 INFO kablam! --> src/arrays/Array64.rs:34:3 Sep 04 08:05:29.578 INFO kablam! | Sep 04 08:05:29.578 INFO kablam! 34 | self.0.as_mut_ptr() Sep 04 08:05:29.578 INFO kablam! | ^^^^^^ Sep 04 08:05:29.578 INFO kablam! | Sep 04 08:05:29.578 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.578 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.578 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.578 INFO kablam! Sep 04 08:05:29.578 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.578 INFO kablam! --> src/arrays/Array64.rs:56:3 Sep 04 08:05:29.578 INFO kablam! | Sep 04 08:05:29.579 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 04 08:05:29.579 INFO kablam! | ^^^^^^ Sep 04 08:05:29.579 INFO kablam! | Sep 04 08:05:29.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.579 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.579 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.579 INFO kablam! Sep 04 08:05:29.579 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.579 INFO kablam! --> src/arrays/Array64.rs:65:3 Sep 04 08:05:29.579 INFO kablam! | Sep 04 08:05:29.579 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.579 INFO kablam! | ^^^^^^ Sep 04 08:05:29.579 INFO kablam! | Sep 04 08:05:29.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.579 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.579 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.579 INFO kablam! Sep 04 08:05:29.579 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.579 INFO kablam! --> src/arrays/Array64.rs:65:18 Sep 04 08:05:29.579 INFO kablam! | Sep 04 08:05:29.579 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.579 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.579 INFO kablam! | Sep 04 08:05:29.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.579 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.579 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.580 INFO kablam! Sep 04 08:05:29.580 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.580 INFO kablam! --> src/arrays/Array64.rs:78:29 Sep 04 08:05:29.580 INFO kablam! | Sep 04 08:05:29.580 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.580 INFO kablam! | ^^^^^^ Sep 04 08:05:29.580 INFO kablam! | Sep 04 08:05:29.580 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.580 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.580 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.580 INFO kablam! Sep 04 08:05:29.580 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.580 INFO kablam! --> src/arrays/Array64.rs:78:43 Sep 04 08:05:29.580 INFO kablam! | Sep 04 08:05:29.580 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.580 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.580 INFO kablam! | Sep 04 08:05:29.580 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.580 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.580 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.580 INFO kablam! Sep 04 08:05:29.580 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.580 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 04 08:05:29.580 INFO kablam! | Sep 04 08:05:29.580 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.581 INFO kablam! | ^^^^^^ Sep 04 08:05:29.581 INFO kablam! | Sep 04 08:05:29.581 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.581 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.581 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.581 INFO kablam! Sep 04 08:05:29.581 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.581 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 04 08:05:29.581 INFO kablam! | Sep 04 08:05:29.581 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.581 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.581 INFO kablam! | Sep 04 08:05:29.581 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.581 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.581 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.581 INFO kablam! Sep 04 08:05:29.581 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.581 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 04 08:05:29.581 INFO kablam! | Sep 04 08:05:29.581 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.581 INFO kablam! | ^^^^^^ Sep 04 08:05:29.581 INFO kablam! | Sep 04 08:05:29.581 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.581 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.581 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.581 INFO kablam! Sep 04 08:05:29.582 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.582 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 04 08:05:29.582 INFO kablam! | Sep 04 08:05:29.582 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.582 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.582 INFO kablam! | Sep 04 08:05:29.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.582 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.582 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.582 INFO kablam! Sep 04 08:05:29.582 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.582 INFO kablam! --> src/arrays/Array64.rs:96:20 Sep 04 08:05:29.582 INFO kablam! | Sep 04 08:05:29.582 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.582 INFO kablam! | ^^^^^^ Sep 04 08:05:29.582 INFO kablam! | Sep 04 08:05:29.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.582 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.582 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.582 INFO kablam! Sep 04 08:05:29.582 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.582 INFO kablam! --> src/arrays/Array64.rs:96:34 Sep 04 08:05:29.582 INFO kablam! | Sep 04 08:05:29.582 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.582 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.582 INFO kablam! | Sep 04 08:05:29.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.583 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.583 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.583 INFO kablam! Sep 04 08:05:29.583 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.583 INFO kablam! --> src/arrays/Array64.rs:102:20 Sep 04 08:05:29.583 INFO kablam! | Sep 04 08:05:29.583 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.583 INFO kablam! | ^^^^^^ Sep 04 08:05:29.583 INFO kablam! | Sep 04 08:05:29.583 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.583 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.583 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.583 INFO kablam! Sep 04 08:05:29.583 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.583 INFO kablam! --> src/arrays/Array64.rs:102:34 Sep 04 08:05:29.583 INFO kablam! | Sep 04 08:05:29.583 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.583 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.583 INFO kablam! | Sep 04 08:05:29.583 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.583 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.583 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.583 INFO kablam! Sep 04 08:05:29.583 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.583 INFO kablam! --> src/arrays/Array64.rs:111:14 Sep 04 08:05:29.583 INFO kablam! | Sep 04 08:05:29.584 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.584 INFO kablam! | ^^^^^^ Sep 04 08:05:29.584 INFO kablam! | Sep 04 08:05:29.584 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.584 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.584 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.584 INFO kablam! Sep 04 08:05:29.584 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.584 INFO kablam! --> src/arrays/Array64.rs:111:28 Sep 04 08:05:29.584 INFO kablam! | Sep 04 08:05:29.584 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.584 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.584 INFO kablam! | Sep 04 08:05:29.584 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.584 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.584 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.584 INFO kablam! Sep 04 08:05:29.584 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.584 INFO kablam! --> src/arrays/Array64.rs:120:15 Sep 04 08:05:29.584 INFO kablam! | Sep 04 08:05:29.584 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 04 08:05:29.584 INFO kablam! | ^^^^^^ Sep 04 08:05:29.584 INFO kablam! | Sep 04 08:05:29.584 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.584 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.584 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.585 INFO kablam! Sep 04 08:05:29.585 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.585 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 04 08:05:29.585 INFO kablam! | Sep 04 08:05:29.585 INFO kablam! 132 | self.0.iter() Sep 04 08:05:29.585 INFO kablam! | ^^^^^^ Sep 04 08:05:29.585 INFO kablam! | Sep 04 08:05:29.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.585 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.585 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.585 INFO kablam! Sep 04 08:05:29.585 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.585 INFO kablam! --> src/arrays/Array64.rs:144:3 Sep 04 08:05:29.585 INFO kablam! | Sep 04 08:05:29.585 INFO kablam! 144 | self.0.iter_mut() Sep 04 08:05:29.585 INFO kablam! | ^^^^^^ Sep 04 08:05:29.585 INFO kablam! | Sep 04 08:05:29.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.585 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.585 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.585 INFO kablam! Sep 04 08:05:29.585 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.585 INFO kablam! --> src/arrays/Array64.rs:153:4 Sep 04 08:05:29.585 INFO kablam! | Sep 04 08:05:29.585 INFO kablam! 153 | &self.0[..] Sep 04 08:05:29.585 INFO kablam! | ^^^^^^ Sep 04 08:05:29.585 INFO kablam! | Sep 04 08:05:29.586 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.586 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.586 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.586 INFO kablam! Sep 04 08:05:29.586 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.586 INFO kablam! --> src/arrays/Array64.rs:162:8 Sep 04 08:05:29.586 INFO kablam! | Sep 04 08:05:29.586 INFO kablam! 162 | &mut self.0[..] Sep 04 08:05:29.586 INFO kablam! | ^^^^^^ Sep 04 08:05:29.586 INFO kablam! | Sep 04 08:05:29.586 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.586 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.586 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.586 INFO kablam! Sep 04 08:05:29.586 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.586 INFO kablam! --> src/arrays/Array80.rs:28:3 Sep 04 08:05:29.586 INFO kablam! | Sep 04 08:05:29.586 INFO kablam! 28 | self.0.as_ptr() Sep 04 08:05:29.586 INFO kablam! | ^^^^^^ Sep 04 08:05:29.586 INFO kablam! | Sep 04 08:05:29.586 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.586 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.586 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.586 INFO kablam! Sep 04 08:05:29.586 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.586 INFO kablam! --> src/arrays/Array80.rs:34:3 Sep 04 08:05:29.586 INFO kablam! | Sep 04 08:05:29.587 INFO kablam! 34 | self.0.as_mut_ptr() Sep 04 08:05:29.587 INFO kablam! | ^^^^^^ Sep 04 08:05:29.587 INFO kablam! | Sep 04 08:05:29.587 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.587 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.587 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.587 INFO kablam! Sep 04 08:05:29.587 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.587 INFO kablam! --> src/arrays/Array80.rs:56:3 Sep 04 08:05:29.587 INFO kablam! | Sep 04 08:05:29.587 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 04 08:05:29.587 INFO kablam! | ^^^^^^ Sep 04 08:05:29.587 INFO kablam! | Sep 04 08:05:29.587 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.587 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.587 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.587 INFO kablam! Sep 04 08:05:29.587 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.587 INFO kablam! --> src/arrays/Array80.rs:65:3 Sep 04 08:05:29.587 INFO kablam! | Sep 04 08:05:29.587 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.587 INFO kablam! | ^^^^^^ Sep 04 08:05:29.587 INFO kablam! | Sep 04 08:05:29.587 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.587 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.587 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.587 INFO kablam! Sep 04 08:05:29.588 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.588 INFO kablam! --> src/arrays/Array80.rs:65:18 Sep 04 08:05:29.588 INFO kablam! | Sep 04 08:05:29.588 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.588 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.588 INFO kablam! | Sep 04 08:05:29.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.588 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.588 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.588 INFO kablam! Sep 04 08:05:29.588 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.588 INFO kablam! --> src/arrays/Array80.rs:78:29 Sep 04 08:05:29.588 INFO kablam! | Sep 04 08:05:29.588 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.588 INFO kablam! | ^^^^^^ Sep 04 08:05:29.588 INFO kablam! | Sep 04 08:05:29.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.588 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.588 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.588 INFO kablam! Sep 04 08:05:29.588 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.588 INFO kablam! --> src/arrays/Array80.rs:78:43 Sep 04 08:05:29.588 INFO kablam! | Sep 04 08:05:29.588 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.589 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.589 INFO kablam! | Sep 04 08:05:29.589 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.589 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.589 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.589 INFO kablam! Sep 04 08:05:29.589 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.589 INFO kablam! --> src/arrays/Array80.rs:84:20 Sep 04 08:05:29.589 INFO kablam! | Sep 04 08:05:29.589 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.589 INFO kablam! | ^^^^^^ Sep 04 08:05:29.589 INFO kablam! | Sep 04 08:05:29.589 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.589 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.589 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.589 INFO kablam! Sep 04 08:05:29.589 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.589 INFO kablam! --> src/arrays/Array80.rs:84:34 Sep 04 08:05:29.589 INFO kablam! | Sep 04 08:05:29.589 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.589 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.589 INFO kablam! | Sep 04 08:05:29.589 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.589 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.589 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.589 INFO kablam! Sep 04 08:05:29.589 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.590 INFO kablam! --> src/arrays/Array80.rs:90:20 Sep 04 08:05:29.590 INFO kablam! | Sep 04 08:05:29.590 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.590 INFO kablam! | ^^^^^^ Sep 04 08:05:29.590 INFO kablam! | Sep 04 08:05:29.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.590 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.590 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.590 INFO kablam! Sep 04 08:05:29.590 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.590 INFO kablam! --> src/arrays/Array80.rs:90:34 Sep 04 08:05:29.590 INFO kablam! | Sep 04 08:05:29.590 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.590 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.590 INFO kablam! | Sep 04 08:05:29.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.590 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.590 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.590 INFO kablam! Sep 04 08:05:29.590 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.590 INFO kablam! --> src/arrays/Array80.rs:96:20 Sep 04 08:05:29.590 INFO kablam! | Sep 04 08:05:29.590 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.590 INFO kablam! | ^^^^^^ Sep 04 08:05:29.590 INFO kablam! | Sep 04 08:05:29.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.590 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.591 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.591 INFO kablam! Sep 04 08:05:29.591 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.591 INFO kablam! --> src/arrays/Array80.rs:96:34 Sep 04 08:05:29.591 INFO kablam! | Sep 04 08:05:29.591 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.591 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.591 INFO kablam! | Sep 04 08:05:29.591 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.591 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.591 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.591 INFO kablam! Sep 04 08:05:29.591 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.591 INFO kablam! --> src/arrays/Array80.rs:102:20 Sep 04 08:05:29.591 INFO kablam! | Sep 04 08:05:29.591 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.591 INFO kablam! | ^^^^^^ Sep 04 08:05:29.591 INFO kablam! | Sep 04 08:05:29.591 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.591 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.591 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.591 INFO kablam! Sep 04 08:05:29.591 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.591 INFO kablam! --> src/arrays/Array80.rs:102:34 Sep 04 08:05:29.591 INFO kablam! | Sep 04 08:05:29.591 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.592 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.592 INFO kablam! | Sep 04 08:05:29.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.592 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.592 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.592 INFO kablam! Sep 04 08:05:29.592 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.592 INFO kablam! --> src/arrays/Array80.rs:111:14 Sep 04 08:05:29.592 INFO kablam! | Sep 04 08:05:29.592 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.592 INFO kablam! | ^^^^^^ Sep 04 08:05:29.592 INFO kablam! | Sep 04 08:05:29.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.592 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.592 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.592 INFO kablam! Sep 04 08:05:29.592 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.592 INFO kablam! --> src/arrays/Array80.rs:111:28 Sep 04 08:05:29.592 INFO kablam! | Sep 04 08:05:29.592 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.592 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.592 INFO kablam! | Sep 04 08:05:29.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.592 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.592 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.592 INFO kablam! Sep 04 08:05:29.592 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.593 INFO kablam! --> src/arrays/Array80.rs:120:15 Sep 04 08:05:29.593 INFO kablam! | Sep 04 08:05:29.593 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 04 08:05:29.593 INFO kablam! | ^^^^^^ Sep 04 08:05:29.593 INFO kablam! | Sep 04 08:05:29.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.593 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.593 INFO kablam! Sep 04 08:05:29.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.593 INFO kablam! --> src/arrays/Array80.rs:132:3 Sep 04 08:05:29.593 INFO kablam! | Sep 04 08:05:29.593 INFO kablam! 132 | self.0.iter() Sep 04 08:05:29.593 INFO kablam! | ^^^^^^ Sep 04 08:05:29.593 INFO kablam! | Sep 04 08:05:29.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.593 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.593 INFO kablam! Sep 04 08:05:29.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.593 INFO kablam! --> src/arrays/Array80.rs:144:3 Sep 04 08:05:29.593 INFO kablam! | Sep 04 08:05:29.593 INFO kablam! 144 | self.0.iter_mut() Sep 04 08:05:29.593 INFO kablam! | ^^^^^^ Sep 04 08:05:29.593 INFO kablam! | Sep 04 08:05:29.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.594 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.594 INFO kablam! Sep 04 08:05:29.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.594 INFO kablam! --> src/arrays/Array80.rs:153:4 Sep 04 08:05:29.594 INFO kablam! | Sep 04 08:05:29.594 INFO kablam! 153 | &self.0[..] Sep 04 08:05:29.594 INFO kablam! | ^^^^^^ Sep 04 08:05:29.594 INFO kablam! | Sep 04 08:05:29.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.594 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.594 INFO kablam! Sep 04 08:05:29.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.594 INFO kablam! --> src/arrays/Array80.rs:162:8 Sep 04 08:05:29.594 INFO kablam! | Sep 04 08:05:29.594 INFO kablam! 162 | &mut self.0[..] Sep 04 08:05:29.594 INFO kablam! | ^^^^^^ Sep 04 08:05:29.594 INFO kablam! | Sep 04 08:05:29.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.594 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.594 INFO kablam! Sep 04 08:05:29.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.594 INFO kablam! --> src/arrays/Array128.rs:28:3 Sep 04 08:05:29.594 INFO kablam! | Sep 04 08:05:29.594 INFO kablam! 28 | self.0.as_ptr() Sep 04 08:05:29.595 INFO kablam! | ^^^^^^ Sep 04 08:05:29.595 INFO kablam! | Sep 04 08:05:29.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.595 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.595 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.595 INFO kablam! Sep 04 08:05:29.595 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.595 INFO kablam! --> src/arrays/Array128.rs:34:3 Sep 04 08:05:29.595 INFO kablam! | Sep 04 08:05:29.595 INFO kablam! 34 | self.0.as_mut_ptr() Sep 04 08:05:29.595 INFO kablam! | ^^^^^^ Sep 04 08:05:29.595 INFO kablam! | Sep 04 08:05:29.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.595 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.595 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.595 INFO kablam! Sep 04 08:05:29.595 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.595 INFO kablam! --> src/arrays/Array128.rs:56:3 Sep 04 08:05:29.595 INFO kablam! | Sep 04 08:05:29.595 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 04 08:05:29.595 INFO kablam! | ^^^^^^ Sep 04 08:05:29.595 INFO kablam! | Sep 04 08:05:29.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.595 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.595 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.595 INFO kablam! Sep 04 08:05:29.595 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.596 INFO kablam! --> src/arrays/Array128.rs:65:3 Sep 04 08:05:29.596 INFO kablam! | Sep 04 08:05:29.596 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.596 INFO kablam! | ^^^^^^ Sep 04 08:05:29.596 INFO kablam! | Sep 04 08:05:29.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.596 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.596 INFO kablam! Sep 04 08:05:29.596 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.596 INFO kablam! --> src/arrays/Array128.rs:65:18 Sep 04 08:05:29.596 INFO kablam! | Sep 04 08:05:29.596 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.596 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.596 INFO kablam! | Sep 04 08:05:29.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.596 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.596 INFO kablam! Sep 04 08:05:29.596 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.596 INFO kablam! --> src/arrays/Array128.rs:78:29 Sep 04 08:05:29.596 INFO kablam! | Sep 04 08:05:29.596 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.596 INFO kablam! | ^^^^^^ Sep 04 08:05:29.596 INFO kablam! | Sep 04 08:05:29.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.597 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.597 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.597 INFO kablam! Sep 04 08:05:29.597 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.597 INFO kablam! --> src/arrays/Array128.rs:78:43 Sep 04 08:05:29.597 INFO kablam! | Sep 04 08:05:29.597 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.597 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.597 INFO kablam! | Sep 04 08:05:29.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.597 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.597 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.597 INFO kablam! Sep 04 08:05:29.597 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.597 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 04 08:05:29.597 INFO kablam! | Sep 04 08:05:29.597 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.597 INFO kablam! | ^^^^^^ Sep 04 08:05:29.597 INFO kablam! | Sep 04 08:05:29.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.597 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.597 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.597 INFO kablam! Sep 04 08:05:29.597 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.597 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 04 08:05:29.597 INFO kablam! | Sep 04 08:05:29.598 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.598 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.598 INFO kablam! | Sep 04 08:05:29.598 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.598 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.598 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.598 INFO kablam! Sep 04 08:05:29.598 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.598 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 04 08:05:29.598 INFO kablam! | Sep 04 08:05:29.598 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.598 INFO kablam! | ^^^^^^ Sep 04 08:05:29.598 INFO kablam! | Sep 04 08:05:29.598 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.598 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.598 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.598 INFO kablam! Sep 04 08:05:29.598 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.598 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 04 08:05:29.598 INFO kablam! | Sep 04 08:05:29.598 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.598 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.598 INFO kablam! | Sep 04 08:05:29.598 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.598 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.598 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.598 INFO kablam! Sep 04 08:05:29.599 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.599 INFO kablam! --> src/arrays/Array128.rs:96:20 Sep 04 08:05:29.599 INFO kablam! | Sep 04 08:05:29.599 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.599 INFO kablam! | ^^^^^^ Sep 04 08:05:29.599 INFO kablam! | Sep 04 08:05:29.599 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.599 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.599 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.599 INFO kablam! Sep 04 08:05:29.599 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.599 INFO kablam! --> src/arrays/Array128.rs:96:34 Sep 04 08:05:29.599 INFO kablam! | Sep 04 08:05:29.599 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.599 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.599 INFO kablam! | Sep 04 08:05:29.599 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.599 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.599 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.599 INFO kablam! Sep 04 08:05:29.599 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.599 INFO kablam! --> src/arrays/Array128.rs:102:20 Sep 04 08:05:29.599 INFO kablam! | Sep 04 08:05:29.599 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.599 INFO kablam! | ^^^^^^ Sep 04 08:05:29.599 INFO kablam! | Sep 04 08:05:29.600 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.600 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.600 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.600 INFO kablam! Sep 04 08:05:29.600 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.600 INFO kablam! --> src/arrays/Array128.rs:102:34 Sep 04 08:05:29.600 INFO kablam! | Sep 04 08:05:29.600 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.600 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.600 INFO kablam! | Sep 04 08:05:29.600 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.600 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.600 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.600 INFO kablam! Sep 04 08:05:29.600 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.600 INFO kablam! --> src/arrays/Array128.rs:111:14 Sep 04 08:05:29.600 INFO kablam! | Sep 04 08:05:29.600 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.600 INFO kablam! | ^^^^^^ Sep 04 08:05:29.600 INFO kablam! | Sep 04 08:05:29.600 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.600 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.600 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.600 INFO kablam! Sep 04 08:05:29.600 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.601 INFO kablam! --> src/arrays/Array128.rs:111:28 Sep 04 08:05:29.601 INFO kablam! | Sep 04 08:05:29.601 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.601 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.601 INFO kablam! | Sep 04 08:05:29.601 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.601 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.601 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.601 INFO kablam! Sep 04 08:05:29.601 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.601 INFO kablam! --> src/arrays/Array128.rs:120:15 Sep 04 08:05:29.601 INFO kablam! | Sep 04 08:05:29.601 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 04 08:05:29.601 INFO kablam! | ^^^^^^ Sep 04 08:05:29.601 INFO kablam! | Sep 04 08:05:29.601 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.601 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.601 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.601 INFO kablam! Sep 04 08:05:29.601 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.601 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 04 08:05:29.601 INFO kablam! | Sep 04 08:05:29.601 INFO kablam! 132 | self.0.iter() Sep 04 08:05:29.601 INFO kablam! | ^^^^^^ Sep 04 08:05:29.601 INFO kablam! | Sep 04 08:05:29.601 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.602 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.602 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.602 INFO kablam! Sep 04 08:05:29.602 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.602 INFO kablam! --> src/arrays/Array128.rs:144:3 Sep 04 08:05:29.602 INFO kablam! | Sep 04 08:05:29.602 INFO kablam! 144 | self.0.iter_mut() Sep 04 08:05:29.602 INFO kablam! | ^^^^^^ Sep 04 08:05:29.602 INFO kablam! | Sep 04 08:05:29.602 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.602 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.602 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.602 INFO kablam! Sep 04 08:05:29.602 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.602 INFO kablam! --> src/arrays/Array128.rs:153:4 Sep 04 08:05:29.602 INFO kablam! | Sep 04 08:05:29.602 INFO kablam! 153 | &self.0[..] Sep 04 08:05:29.602 INFO kablam! | ^^^^^^ Sep 04 08:05:29.602 INFO kablam! | Sep 04 08:05:29.602 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.602 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.602 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.602 INFO kablam! Sep 04 08:05:29.602 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.602 INFO kablam! --> src/arrays/Array128.rs:162:8 Sep 04 08:05:29.602 INFO kablam! | Sep 04 08:05:29.602 INFO kablam! 162 | &mut self.0[..] Sep 04 08:05:29.603 INFO kablam! | ^^^^^^ Sep 04 08:05:29.603 INFO kablam! | Sep 04 08:05:29.603 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.603 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.603 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.603 INFO kablam! Sep 04 08:05:29.603 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.603 INFO kablam! --> src/arrays/Array256.rs:28:3 Sep 04 08:05:29.603 INFO kablam! | Sep 04 08:05:29.603 INFO kablam! 28 | self.0.as_ptr() Sep 04 08:05:29.603 INFO kablam! | ^^^^^^ Sep 04 08:05:29.603 INFO kablam! | Sep 04 08:05:29.603 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.603 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.603 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.603 INFO kablam! Sep 04 08:05:29.603 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.603 INFO kablam! --> src/arrays/Array256.rs:34:3 Sep 04 08:05:29.603 INFO kablam! | Sep 04 08:05:29.603 INFO kablam! 34 | self.0.as_mut_ptr() Sep 04 08:05:29.603 INFO kablam! | ^^^^^^ Sep 04 08:05:29.603 INFO kablam! | Sep 04 08:05:29.603 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.603 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.603 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.603 INFO kablam! Sep 04 08:05:29.604 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.604 INFO kablam! --> src/arrays/Array256.rs:56:3 Sep 04 08:05:29.604 INFO kablam! | Sep 04 08:05:29.604 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 04 08:05:29.604 INFO kablam! | ^^^^^^ Sep 04 08:05:29.604 INFO kablam! | Sep 04 08:05:29.604 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.604 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.604 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.604 INFO kablam! Sep 04 08:05:29.604 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.604 INFO kablam! --> src/arrays/Array256.rs:65:3 Sep 04 08:05:29.604 INFO kablam! | Sep 04 08:05:29.604 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.604 INFO kablam! | ^^^^^^ Sep 04 08:05:29.604 INFO kablam! | Sep 04 08:05:29.604 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.604 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.604 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.604 INFO kablam! Sep 04 08:05:29.604 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.604 INFO kablam! --> src/arrays/Array256.rs:65:18 Sep 04 08:05:29.604 INFO kablam! | Sep 04 08:05:29.604 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.604 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.605 INFO kablam! | Sep 04 08:05:29.605 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.605 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.605 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.605 INFO kablam! Sep 04 08:05:29.605 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.605 INFO kablam! --> src/arrays/Array256.rs:78:29 Sep 04 08:05:29.605 INFO kablam! | Sep 04 08:05:29.605 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.605 INFO kablam! | ^^^^^^ Sep 04 08:05:29.605 INFO kablam! | Sep 04 08:05:29.605 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.605 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.605 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.605 INFO kablam! Sep 04 08:05:29.605 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.605 INFO kablam! --> src/arrays/Array256.rs:78:43 Sep 04 08:05:29.605 INFO kablam! | Sep 04 08:05:29.605 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.605 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.605 INFO kablam! | Sep 04 08:05:29.605 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.605 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.605 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.605 INFO kablam! Sep 04 08:05:29.605 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.605 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 04 08:05:29.606 INFO kablam! | Sep 04 08:05:29.606 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.606 INFO kablam! | ^^^^^^ Sep 04 08:05:29.606 INFO kablam! | Sep 04 08:05:29.606 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.606 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.606 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.606 INFO kablam! Sep 04 08:05:29.606 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.606 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 04 08:05:29.606 INFO kablam! | Sep 04 08:05:29.606 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.606 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.606 INFO kablam! | Sep 04 08:05:29.606 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.606 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.606 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.606 INFO kablam! Sep 04 08:05:29.606 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.606 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 04 08:05:29.606 INFO kablam! | Sep 04 08:05:29.606 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.606 INFO kablam! | ^^^^^^ Sep 04 08:05:29.606 INFO kablam! | Sep 04 08:05:29.606 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.606 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.607 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.607 INFO kablam! Sep 04 08:05:29.607 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.607 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 04 08:05:29.607 INFO kablam! | Sep 04 08:05:29.607 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.607 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.607 INFO kablam! | Sep 04 08:05:29.607 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.607 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.607 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.607 INFO kablam! Sep 04 08:05:29.607 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.607 INFO kablam! --> src/arrays/Array256.rs:96:20 Sep 04 08:05:29.607 INFO kablam! | Sep 04 08:05:29.607 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.607 INFO kablam! | ^^^^^^ Sep 04 08:05:29.607 INFO kablam! | Sep 04 08:05:29.607 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.607 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.607 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.607 INFO kablam! Sep 04 08:05:29.607 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.607 INFO kablam! --> src/arrays/Array256.rs:96:34 Sep 04 08:05:29.607 INFO kablam! | Sep 04 08:05:29.607 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.607 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.608 INFO kablam! | Sep 04 08:05:29.608 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.608 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.608 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.608 INFO kablam! Sep 04 08:05:29.608 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.608 INFO kablam! --> src/arrays/Array256.rs:102:20 Sep 04 08:05:29.608 INFO kablam! | Sep 04 08:05:29.608 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.608 INFO kablam! | ^^^^^^ Sep 04 08:05:29.608 INFO kablam! | Sep 04 08:05:29.608 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.608 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.608 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.608 INFO kablam! Sep 04 08:05:29.608 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.608 INFO kablam! --> src/arrays/Array256.rs:102:34 Sep 04 08:05:29.608 INFO kablam! | Sep 04 08:05:29.608 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.608 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.608 INFO kablam! | Sep 04 08:05:29.608 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.608 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.608 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.608 INFO kablam! Sep 04 08:05:29.609 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.609 INFO kablam! --> src/arrays/Array256.rs:111:14 Sep 04 08:05:29.609 INFO kablam! | Sep 04 08:05:29.609 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.609 INFO kablam! | ^^^^^^ Sep 04 08:05:29.609 INFO kablam! | Sep 04 08:05:29.609 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.609 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.609 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.609 INFO kablam! Sep 04 08:05:29.609 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.609 INFO kablam! --> src/arrays/Array256.rs:111:28 Sep 04 08:05:29.609 INFO kablam! | Sep 04 08:05:29.609 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.609 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.609 INFO kablam! | Sep 04 08:05:29.609 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.609 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.609 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.609 INFO kablam! Sep 04 08:05:29.609 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.609 INFO kablam! --> src/arrays/Array256.rs:120:15 Sep 04 08:05:29.609 INFO kablam! | Sep 04 08:05:29.609 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 04 08:05:29.609 INFO kablam! | ^^^^^^ Sep 04 08:05:29.609 INFO kablam! | Sep 04 08:05:29.609 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.610 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.610 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.610 INFO kablam! Sep 04 08:05:29.610 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.610 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 04 08:05:29.610 INFO kablam! | Sep 04 08:05:29.610 INFO kablam! 132 | self.0.iter() Sep 04 08:05:29.610 INFO kablam! | ^^^^^^ Sep 04 08:05:29.610 INFO kablam! | Sep 04 08:05:29.610 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.610 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.610 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.610 INFO kablam! Sep 04 08:05:29.610 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.610 INFO kablam! --> src/arrays/Array256.rs:144:3 Sep 04 08:05:29.610 INFO kablam! | Sep 04 08:05:29.610 INFO kablam! 144 | self.0.iter_mut() Sep 04 08:05:29.610 INFO kablam! | ^^^^^^ Sep 04 08:05:29.610 INFO kablam! | Sep 04 08:05:29.610 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.610 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.610 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.610 INFO kablam! Sep 04 08:05:29.610 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.610 INFO kablam! --> src/arrays/Array256.rs:153:4 Sep 04 08:05:29.610 INFO kablam! | Sep 04 08:05:29.611 INFO kablam! 153 | &self.0[..] Sep 04 08:05:29.611 INFO kablam! | ^^^^^^ Sep 04 08:05:29.611 INFO kablam! | Sep 04 08:05:29.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.611 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.611 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.611 INFO kablam! Sep 04 08:05:29.611 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.611 INFO kablam! --> src/arrays/Array256.rs:162:8 Sep 04 08:05:29.611 INFO kablam! | Sep 04 08:05:29.611 INFO kablam! 162 | &mut self.0[..] Sep 04 08:05:29.611 INFO kablam! | ^^^^^^ Sep 04 08:05:29.611 INFO kablam! | Sep 04 08:05:29.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.611 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.611 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.611 INFO kablam! Sep 04 08:05:29.611 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.611 INFO kablam! --> src/arrays/Array512.rs:28:3 Sep 04 08:05:29.611 INFO kablam! | Sep 04 08:05:29.611 INFO kablam! 28 | self.0.as_ptr() Sep 04 08:05:29.611 INFO kablam! | ^^^^^^ Sep 04 08:05:29.611 INFO kablam! | Sep 04 08:05:29.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.611 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.611 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.611 INFO kablam! Sep 04 08:05:29.612 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.612 INFO kablam! --> src/arrays/Array512.rs:34:3 Sep 04 08:05:29.612 INFO kablam! | Sep 04 08:05:29.612 INFO kablam! 34 | self.0.as_mut_ptr() Sep 04 08:05:29.612 INFO kablam! | ^^^^^^ Sep 04 08:05:29.612 INFO kablam! | Sep 04 08:05:29.612 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.612 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.612 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.612 INFO kablam! Sep 04 08:05:29.612 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.612 INFO kablam! --> src/arrays/Array512.rs:56:3 Sep 04 08:05:29.612 INFO kablam! | Sep 04 08:05:29.612 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 04 08:05:29.612 INFO kablam! | ^^^^^^ Sep 04 08:05:29.612 INFO kablam! | Sep 04 08:05:29.612 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.612 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.612 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.612 INFO kablam! Sep 04 08:05:29.612 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.612 INFO kablam! --> src/arrays/Array512.rs:65:3 Sep 04 08:05:29.612 INFO kablam! | Sep 04 08:05:29.612 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.612 INFO kablam! | ^^^^^^ Sep 04 08:05:29.612 INFO kablam! | Sep 04 08:05:29.613 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.613 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.613 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.613 INFO kablam! Sep 04 08:05:29.613 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.613 INFO kablam! --> src/arrays/Array512.rs:65:18 Sep 04 08:05:29.613 INFO kablam! | Sep 04 08:05:29.613 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.613 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.613 INFO kablam! | Sep 04 08:05:29.613 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.613 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.613 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.613 INFO kablam! Sep 04 08:05:29.613 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.613 INFO kablam! --> src/arrays/Array512.rs:78:29 Sep 04 08:05:29.613 INFO kablam! | Sep 04 08:05:29.613 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.613 INFO kablam! | ^^^^^^ Sep 04 08:05:29.613 INFO kablam! | Sep 04 08:05:29.613 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.613 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.613 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.613 INFO kablam! Sep 04 08:05:29.613 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.613 INFO kablam! --> src/arrays/Array512.rs:78:43 Sep 04 08:05:29.614 INFO kablam! | Sep 04 08:05:29.614 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.614 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.614 INFO kablam! | Sep 04 08:05:29.614 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.614 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.614 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.614 INFO kablam! Sep 04 08:05:29.614 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.614 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 04 08:05:29.614 INFO kablam! | Sep 04 08:05:29.614 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.614 INFO kablam! | ^^^^^^ Sep 04 08:05:29.614 INFO kablam! | Sep 04 08:05:29.614 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.614 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.614 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.614 INFO kablam! Sep 04 08:05:29.614 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.614 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 04 08:05:29.614 INFO kablam! | Sep 04 08:05:29.614 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.614 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.614 INFO kablam! | Sep 04 08:05:29.614 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.614 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.615 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.615 INFO kablam! Sep 04 08:05:29.615 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.615 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 04 08:05:29.615 INFO kablam! | Sep 04 08:05:29.615 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.615 INFO kablam! | ^^^^^^ Sep 04 08:05:29.615 INFO kablam! | Sep 04 08:05:29.615 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.615 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.615 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.615 INFO kablam! Sep 04 08:05:29.615 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.615 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 04 08:05:29.615 INFO kablam! | Sep 04 08:05:29.615 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.615 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.615 INFO kablam! | Sep 04 08:05:29.615 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.615 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.615 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.615 INFO kablam! Sep 04 08:05:29.615 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.615 INFO kablam! --> src/arrays/Array512.rs:96:20 Sep 04 08:05:29.615 INFO kablam! | Sep 04 08:05:29.615 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.615 INFO kablam! | ^^^^^^ Sep 04 08:05:29.616 INFO kablam! | Sep 04 08:05:29.616 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.616 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.616 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.616 INFO kablam! Sep 04 08:05:29.616 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.616 INFO kablam! --> src/arrays/Array512.rs:96:34 Sep 04 08:05:29.616 INFO kablam! | Sep 04 08:05:29.616 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.616 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.616 INFO kablam! | Sep 04 08:05:29.616 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.616 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.616 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.616 INFO kablam! Sep 04 08:05:29.616 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.616 INFO kablam! --> src/arrays/Array512.rs:102:20 Sep 04 08:05:29.616 INFO kablam! | Sep 04 08:05:29.616 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.616 INFO kablam! | ^^^^^^ Sep 04 08:05:29.616 INFO kablam! | Sep 04 08:05:29.616 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.616 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.616 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.616 INFO kablam! Sep 04 08:05:29.616 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.617 INFO kablam! --> src/arrays/Array512.rs:102:34 Sep 04 08:05:29.617 INFO kablam! | Sep 04 08:05:29.617 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.617 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.617 INFO kablam! | Sep 04 08:05:29.617 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.617 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.617 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.617 INFO kablam! Sep 04 08:05:29.617 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.617 INFO kablam! --> src/arrays/Array512.rs:111:14 Sep 04 08:05:29.617 INFO kablam! | Sep 04 08:05:29.617 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.617 INFO kablam! | ^^^^^^ Sep 04 08:05:29.617 INFO kablam! | Sep 04 08:05:29.617 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.617 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.617 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.617 INFO kablam! Sep 04 08:05:29.617 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.617 INFO kablam! --> src/arrays/Array512.rs:111:28 Sep 04 08:05:29.617 INFO kablam! | Sep 04 08:05:29.617 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.617 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.617 INFO kablam! | Sep 04 08:05:29.617 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.617 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.618 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.618 INFO kablam! Sep 04 08:05:29.618 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.618 INFO kablam! --> src/arrays/Array512.rs:120:15 Sep 04 08:05:29.618 INFO kablam! | Sep 04 08:05:29.618 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 04 08:05:29.618 INFO kablam! | ^^^^^^ Sep 04 08:05:29.618 INFO kablam! | Sep 04 08:05:29.618 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.618 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.618 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.618 INFO kablam! Sep 04 08:05:29.618 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.618 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 04 08:05:29.618 INFO kablam! | Sep 04 08:05:29.618 INFO kablam! 132 | self.0.iter() Sep 04 08:05:29.618 INFO kablam! | ^^^^^^ Sep 04 08:05:29.618 INFO kablam! | Sep 04 08:05:29.618 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.618 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.618 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.618 INFO kablam! Sep 04 08:05:29.618 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.618 INFO kablam! --> src/arrays/Array512.rs:144:3 Sep 04 08:05:29.618 INFO kablam! | Sep 04 08:05:29.618 INFO kablam! 144 | self.0.iter_mut() Sep 04 08:05:29.619 INFO kablam! | ^^^^^^ Sep 04 08:05:29.619 INFO kablam! | Sep 04 08:05:29.619 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.619 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.619 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.619 INFO kablam! Sep 04 08:05:29.619 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.619 INFO kablam! --> src/arrays/Array512.rs:153:4 Sep 04 08:05:29.619 INFO kablam! | Sep 04 08:05:29.619 INFO kablam! 153 | &self.0[..] Sep 04 08:05:29.619 INFO kablam! | ^^^^^^ Sep 04 08:05:29.619 INFO kablam! | Sep 04 08:05:29.619 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.619 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.619 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.619 INFO kablam! Sep 04 08:05:29.619 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.619 INFO kablam! --> src/arrays/Array512.rs:162:8 Sep 04 08:05:29.619 INFO kablam! | Sep 04 08:05:29.619 INFO kablam! 162 | &mut self.0[..] Sep 04 08:05:29.619 INFO kablam! | ^^^^^^ Sep 04 08:05:29.619 INFO kablam! | Sep 04 08:05:29.619 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.619 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.619 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.619 INFO kablam! Sep 04 08:05:29.619 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.620 INFO kablam! --> src/arrays/Array1024.rs:28:3 Sep 04 08:05:29.620 INFO kablam! | Sep 04 08:05:29.620 INFO kablam! 28 | self.0.as_ptr() Sep 04 08:05:29.620 INFO kablam! | ^^^^^^ Sep 04 08:05:29.620 INFO kablam! | Sep 04 08:05:29.620 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.620 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.620 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.620 INFO kablam! Sep 04 08:05:29.620 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.620 INFO kablam! --> src/arrays/Array1024.rs:34:3 Sep 04 08:05:29.620 INFO kablam! | Sep 04 08:05:29.620 INFO kablam! 34 | self.0.as_mut_ptr() Sep 04 08:05:29.620 INFO kablam! | ^^^^^^ Sep 04 08:05:29.620 INFO kablam! | Sep 04 08:05:29.620 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.620 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.620 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.620 INFO kablam! Sep 04 08:05:29.620 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.620 INFO kablam! --> src/arrays/Array1024.rs:56:3 Sep 04 08:05:29.620 INFO kablam! | Sep 04 08:05:29.620 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 04 08:05:29.620 INFO kablam! | ^^^^^^ Sep 04 08:05:29.620 INFO kablam! | Sep 04 08:05:29.620 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.621 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.621 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.621 INFO kablam! Sep 04 08:05:29.621 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.621 INFO kablam! --> src/arrays/Array1024.rs:65:3 Sep 04 08:05:29.621 INFO kablam! | Sep 04 08:05:29.621 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.621 INFO kablam! | ^^^^^^ Sep 04 08:05:29.621 INFO kablam! | Sep 04 08:05:29.621 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.621 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.621 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.621 INFO kablam! Sep 04 08:05:29.621 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.621 INFO kablam! --> src/arrays/Array1024.rs:65:18 Sep 04 08:05:29.621 INFO kablam! | Sep 04 08:05:29.621 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 04 08:05:29.621 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.621 INFO kablam! | Sep 04 08:05:29.621 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.621 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.621 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.621 INFO kablam! Sep 04 08:05:29.621 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.621 INFO kablam! --> src/arrays/Array1024.rs:78:29 Sep 04 08:05:29.621 INFO kablam! | Sep 04 08:05:29.622 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.622 INFO kablam! | ^^^^^^ Sep 04 08:05:29.622 INFO kablam! | Sep 04 08:05:29.622 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.622 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.622 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.622 INFO kablam! Sep 04 08:05:29.622 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.622 INFO kablam! --> src/arrays/Array1024.rs:78:43 Sep 04 08:05:29.622 INFO kablam! | Sep 04 08:05:29.622 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.622 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.622 INFO kablam! | Sep 04 08:05:29.622 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.622 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.622 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.622 INFO kablam! Sep 04 08:05:29.622 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.622 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 04 08:05:29.622 INFO kablam! | Sep 04 08:05:29.622 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.622 INFO kablam! | ^^^^^^ Sep 04 08:05:29.622 INFO kablam! | Sep 04 08:05:29.622 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.622 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.622 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.622 INFO kablam! Sep 04 08:05:29.623 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.623 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 04 08:05:29.623 INFO kablam! | Sep 04 08:05:29.623 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.623 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.623 INFO kablam! | Sep 04 08:05:29.623 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.623 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.623 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.623 INFO kablam! Sep 04 08:05:29.623 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.623 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 04 08:05:29.623 INFO kablam! | Sep 04 08:05:29.623 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.623 INFO kablam! | ^^^^^^ Sep 04 08:05:29.623 INFO kablam! | Sep 04 08:05:29.623 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.623 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.623 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.623 INFO kablam! Sep 04 08:05:29.623 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.623 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 04 08:05:29.623 INFO kablam! | Sep 04 08:05:29.623 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.623 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.623 INFO kablam! | Sep 04 08:05:29.624 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.624 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.624 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.624 INFO kablam! Sep 04 08:05:29.624 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.624 INFO kablam! --> src/arrays/Array1024.rs:96:20 Sep 04 08:05:29.624 INFO kablam! | Sep 04 08:05:29.624 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.624 INFO kablam! | ^^^^^^ Sep 04 08:05:29.624 INFO kablam! | Sep 04 08:05:29.624 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.624 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.624 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.624 INFO kablam! Sep 04 08:05:29.624 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.624 INFO kablam! --> src/arrays/Array1024.rs:96:34 Sep 04 08:05:29.624 INFO kablam! | Sep 04 08:05:29.624 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.624 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.624 INFO kablam! | Sep 04 08:05:29.624 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.624 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.624 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.624 INFO kablam! Sep 04 08:05:29.624 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.624 INFO kablam! --> src/arrays/Array1024.rs:102:20 Sep 04 08:05:29.624 INFO kablam! | Sep 04 08:05:29.625 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.625 INFO kablam! | ^^^^^^ Sep 04 08:05:29.625 INFO kablam! | Sep 04 08:05:29.625 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.625 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.625 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.625 INFO kablam! Sep 04 08:05:29.625 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.625 INFO kablam! --> src/arrays/Array1024.rs:102:34 Sep 04 08:05:29.625 INFO kablam! | Sep 04 08:05:29.625 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.625 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.625 INFO kablam! | Sep 04 08:05:29.625 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.625 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.625 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.625 INFO kablam! Sep 04 08:05:29.625 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.625 INFO kablam! --> src/arrays/Array1024.rs:111:14 Sep 04 08:05:29.625 INFO kablam! | Sep 04 08:05:29.625 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.625 INFO kablam! | ^^^^^^ Sep 04 08:05:29.625 INFO kablam! | Sep 04 08:05:29.625 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.625 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.625 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.626 INFO kablam! Sep 04 08:05:29.626 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.626 INFO kablam! --> src/arrays/Array1024.rs:111:28 Sep 04 08:05:29.626 INFO kablam! | Sep 04 08:05:29.626 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 04 08:05:29.626 INFO kablam! | ^^^^^^^ Sep 04 08:05:29.626 INFO kablam! | Sep 04 08:05:29.626 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.626 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.626 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.626 INFO kablam! Sep 04 08:05:29.626 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.626 INFO kablam! --> src/arrays/Array1024.rs:120:15 Sep 04 08:05:29.626 INFO kablam! | Sep 04 08:05:29.626 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 04 08:05:29.626 INFO kablam! | ^^^^^^ Sep 04 08:05:29.626 INFO kablam! | Sep 04 08:05:29.626 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.626 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.626 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.626 INFO kablam! Sep 04 08:05:29.626 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.626 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 04 08:05:29.626 INFO kablam! | Sep 04 08:05:29.626 INFO kablam! 132 | self.0.iter() Sep 04 08:05:29.626 INFO kablam! | ^^^^^^ Sep 04 08:05:29.626 INFO kablam! | Sep 04 08:05:29.627 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.627 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.627 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.627 INFO kablam! Sep 04 08:05:29.627 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.627 INFO kablam! --> src/arrays/Array1024.rs:144:3 Sep 04 08:05:29.627 INFO kablam! | Sep 04 08:05:29.627 INFO kablam! 144 | self.0.iter_mut() Sep 04 08:05:29.627 INFO kablam! | ^^^^^^ Sep 04 08:05:29.627 INFO kablam! | Sep 04 08:05:29.627 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.627 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.627 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.627 INFO kablam! Sep 04 08:05:29.627 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.627 INFO kablam! --> src/arrays/Array1024.rs:153:4 Sep 04 08:05:29.627 INFO kablam! | Sep 04 08:05:29.627 INFO kablam! 153 | &self.0[..] Sep 04 08:05:29.627 INFO kablam! | ^^^^^^ Sep 04 08:05:29.627 INFO kablam! | Sep 04 08:05:29.627 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.627 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.627 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.627 INFO kablam! Sep 04 08:05:29.627 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:05:29.627 INFO kablam! --> src/arrays/Array1024.rs:162:8 Sep 04 08:05:29.627 INFO kablam! | Sep 04 08:05:29.627 INFO kablam! 162 | &mut self.0[..] Sep 04 08:05:29.627 INFO kablam! | ^^^^^^ Sep 04 08:05:29.627 INFO kablam! | Sep 04 08:05:29.627 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:05:29.627 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:05:29.627 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:05:29.627 INFO kablam! Sep 04 08:05:29.627 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 04 08:05:29.627 INFO kablam! --> src/lib.rs:8:12 Sep 04 08:05:29.627 INFO kablam! | Sep 04 08:05:29.627 INFO kablam! 8 | #![feature(associated_consts)] Sep 04 08:05:29.627 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 08:05:29.628 INFO kablam! | Sep 04 08:05:29.628 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 08:05:29.628 INFO kablam! Sep 04 08:05:29.654 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.41s Sep 04 08:05:29.657 INFO kablam! su: No module specific data is present Sep 04 08:05:30.142 INFO running `"docker" "rm" "-f" "36d0da2f4a6bde6d7852c17baf0060c81e798a286f0e7d81dc41f038dedad7a3"` Sep 04 08:05:30.240 INFO blam! 36d0da2f4a6bde6d7852c17baf0060c81e798a286f0e7d81dc41f038dedad7a3