Sep 02 01:34:45.337 INFO checking rust-extra-0.0.13 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 01:34:45.337 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 01:34:45.337 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 01:34:45.518 INFO blam! b91766c9cfb9d34fd992f139f2736102c8abde455dd305da43cb74d364d886fa Sep 02 01:34:45.520 INFO running `"docker" "start" "-a" "b91766c9cfb9d34fd992f139f2736102c8abde455dd305da43cb74d364d886fa"` Sep 02 01:34:46.220 INFO kablam! Checking rust-extra v0.0.13 (file:///source) Sep 02 01:34:46.678 INFO kablam! warning: unused macro definition Sep 02 01:34:46.678 INFO kablam! --> src/do_while_loop.rs:5:1 Sep 02 01:34:46.678 INFO kablam! | Sep 02 01:34:46.678 INFO kablam! 5 | / macro_rules! do_while_loop Sep 02 01:34:46.678 INFO kablam! 6 | | { Sep 02 01:34:46.678 INFO kablam! 7 | | ( Sep 02 01:34:46.678 INFO kablam! 8 | | do Sep 02 01:34:46.678 INFO kablam! ... | Sep 02 01:34:46.678 INFO kablam! 21 | | }; Sep 02 01:34:46.678 INFO kablam! 22 | | } Sep 02 01:34:46.679 INFO kablam! | |_^ Sep 02 01:34:46.679 INFO kablam! | Sep 02 01:34:46.679 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 02 01:34:46.679 INFO kablam! Sep 02 01:34:46.762 INFO kablam! warning: unused macro definition Sep 02 01:34:46.762 INFO kablam! --> src/do_while_loop.rs:5:1 Sep 02 01:34:46.762 INFO kablam! | Sep 02 01:34:46.762 INFO kablam! 5 | / macro_rules! do_while_loop Sep 02 01:34:46.762 INFO kablam! 6 | | { Sep 02 01:34:46.762 INFO kablam! 7 | | ( Sep 02 01:34:46.762 INFO kablam! 8 | | do Sep 02 01:34:46.762 INFO kablam! ... | Sep 02 01:34:46.762 INFO kablam! 21 | | }; Sep 02 01:34:46.762 INFO kablam! 22 | | } Sep 02 01:34:46.762 INFO kablam! | |_^ Sep 02 01:34:46.763 INFO kablam! | Sep 02 01:34:46.763 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 02 01:34:46.763 INFO kablam! Sep 02 01:34:48.092 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.092 INFO kablam! --> src/arrays/Array40.rs:44:3 Sep 02 01:34:48.092 INFO kablam! | Sep 02 01:34:48.092 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.092 INFO kablam! | ^^^^^^ Sep 02 01:34:48.092 INFO kablam! | Sep 02 01:34:48.092 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 02 01:34:48.092 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.092 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.092 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.092 INFO kablam! Sep 02 01:34:48.093 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.093 INFO kablam! --> src/arrays/Array40.rs:53:3 Sep 02 01:34:48.093 INFO kablam! | Sep 02 01:34:48.093 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.093 INFO kablam! | ^^^^^^ Sep 02 01:34:48.093 INFO kablam! | Sep 02 01:34:48.093 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.093 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.093 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.093 INFO kablam! Sep 02 01:34:48.093 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.093 INFO kablam! --> src/arrays/Array40.rs:53:18 Sep 02 01:34:48.093 INFO kablam! | Sep 02 01:34:48.093 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.093 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.093 INFO kablam! | Sep 02 01:34:48.093 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.094 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.094 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.094 INFO kablam! Sep 02 01:34:48.094 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.094 INFO kablam! --> src/arrays/Array40.rs:66:29 Sep 02 01:34:48.094 INFO kablam! | Sep 02 01:34:48.094 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.094 INFO kablam! | ^^^^^^ Sep 02 01:34:48.094 INFO kablam! | Sep 02 01:34:48.094 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.094 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.094 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.094 INFO kablam! Sep 02 01:34:48.094 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.094 INFO kablam! --> src/arrays/Array40.rs:66:43 Sep 02 01:34:48.094 INFO kablam! | Sep 02 01:34:48.094 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.094 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.094 INFO kablam! | Sep 02 01:34:48.094 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.094 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.095 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.095 INFO kablam! Sep 02 01:34:48.095 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.095 INFO kablam! --> src/arrays/Array40.rs:72:20 Sep 02 01:34:48.095 INFO kablam! | Sep 02 01:34:48.095 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.095 INFO kablam! | ^^^^^^ Sep 02 01:34:48.095 INFO kablam! | Sep 02 01:34:48.095 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.095 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.095 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.095 INFO kablam! Sep 02 01:34:48.095 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.095 INFO kablam! --> src/arrays/Array40.rs:72:34 Sep 02 01:34:48.095 INFO kablam! | Sep 02 01:34:48.095 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.095 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.095 INFO kablam! | Sep 02 01:34:48.095 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.095 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.095 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.096 INFO kablam! Sep 02 01:34:48.102 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.102 INFO kablam! --> src/arrays/Array40.rs:78:20 Sep 02 01:34:48.102 INFO kablam! | Sep 02 01:34:48.102 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.102 INFO kablam! | ^^^^^^ Sep 02 01:34:48.102 INFO kablam! | Sep 02 01:34:48.102 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.102 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.102 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.102 INFO kablam! Sep 02 01:34:48.103 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.103 INFO kablam! --> src/arrays/Array40.rs:78:34 Sep 02 01:34:48.103 INFO kablam! | Sep 02 01:34:48.103 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.103 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.103 INFO kablam! | Sep 02 01:34:48.103 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.103 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.103 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.103 INFO kablam! Sep 02 01:34:48.103 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.103 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 02 01:34:48.103 INFO kablam! | Sep 02 01:34:48.103 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.103 INFO kablam! | ^^^^^^ Sep 02 01:34:48.103 INFO kablam! | Sep 02 01:34:48.103 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.103 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.103 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.103 INFO kablam! Sep 02 01:34:48.103 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.103 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 02 01:34:48.104 INFO kablam! | Sep 02 01:34:48.104 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.104 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.104 INFO kablam! | Sep 02 01:34:48.104 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.104 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.104 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.104 INFO kablam! Sep 02 01:34:48.104 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.104 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 02 01:34:48.104 INFO kablam! | Sep 02 01:34:48.104 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.104 INFO kablam! | ^^^^^^ Sep 02 01:34:48.104 INFO kablam! | Sep 02 01:34:48.104 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.104 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.104 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.104 INFO kablam! Sep 02 01:34:48.104 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.104 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 02 01:34:48.104 INFO kablam! | Sep 02 01:34:48.104 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.105 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.105 INFO kablam! | Sep 02 01:34:48.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.105 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.105 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.105 INFO kablam! Sep 02 01:34:48.105 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.105 INFO kablam! --> src/arrays/Array40.rs:99:14 Sep 02 01:34:48.105 INFO kablam! | Sep 02 01:34:48.105 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.105 INFO kablam! | ^^^^^^ Sep 02 01:34:48.105 INFO kablam! | Sep 02 01:34:48.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.105 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.105 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.105 INFO kablam! Sep 02 01:34:48.105 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.105 INFO kablam! --> src/arrays/Array40.rs:99:28 Sep 02 01:34:48.105 INFO kablam! | Sep 02 01:34:48.105 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.105 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.105 INFO kablam! | Sep 02 01:34:48.106 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.106 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.106 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.106 INFO kablam! Sep 02 01:34:48.106 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.106 INFO kablam! --> src/arrays/Array40.rs:108:15 Sep 02 01:34:48.106 INFO kablam! | Sep 02 01:34:48.106 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.106 INFO kablam! | ^^^^^^ Sep 02 01:34:48.108 INFO kablam! | Sep 02 01:34:48.108 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.108 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.108 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.108 INFO kablam! Sep 02 01:34:48.108 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.108 INFO kablam! --> src/arrays/Array40.rs:120:3 Sep 02 01:34:48.109 INFO kablam! | Sep 02 01:34:48.109 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.109 INFO kablam! | ^^^^^^ Sep 02 01:34:48.109 INFO kablam! | Sep 02 01:34:48.109 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.109 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.109 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.110 INFO kablam! Sep 02 01:34:48.110 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.110 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 02 01:34:48.110 INFO kablam! | Sep 02 01:34:48.110 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.110 INFO kablam! | ^^^^^^ Sep 02 01:34:48.111 INFO kablam! | Sep 02 01:34:48.111 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.111 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.111 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.111 INFO kablam! Sep 02 01:34:48.111 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.111 INFO kablam! --> src/arrays/Array40.rs:141:4 Sep 02 01:34:48.112 INFO kablam! | Sep 02 01:34:48.112 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.112 INFO kablam! | ^^^^^^ Sep 02 01:34:48.112 INFO kablam! | Sep 02 01:34:48.112 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.112 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.113 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.113 INFO kablam! Sep 02 01:34:48.113 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.113 INFO kablam! --> src/arrays/Array40.rs:150:8 Sep 02 01:34:48.113 INFO kablam! | Sep 02 01:34:48.113 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.113 INFO kablam! | ^^^^^^ Sep 02 01:34:48.113 INFO kablam! | Sep 02 01:34:48.114 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.114 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.114 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.115 INFO kablam! Sep 02 01:34:48.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.115 INFO kablam! --> src/arrays/Array52.rs:44:3 Sep 02 01:34:48.115 INFO kablam! | Sep 02 01:34:48.115 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.115 INFO kablam! | ^^^^^^ Sep 02 01:34:48.115 INFO kablam! | Sep 02 01:34:48.116 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.116 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.116 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.116 INFO kablam! Sep 02 01:34:48.116 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.116 INFO kablam! --> src/arrays/Array52.rs:53:3 Sep 02 01:34:48.116 INFO kablam! | Sep 02 01:34:48.117 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.117 INFO kablam! | ^^^^^^ Sep 02 01:34:48.117 INFO kablam! | Sep 02 01:34:48.117 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.117 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.117 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.117 INFO kablam! Sep 02 01:34:48.117 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.117 INFO kablam! --> src/arrays/Array52.rs:53:18 Sep 02 01:34:48.117 INFO kablam! | Sep 02 01:34:48.117 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.117 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.117 INFO kablam! | Sep 02 01:34:48.118 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.118 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.118 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.118 INFO kablam! Sep 02 01:34:48.118 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.118 INFO kablam! --> src/arrays/Array52.rs:66:29 Sep 02 01:34:48.118 INFO kablam! | Sep 02 01:34:48.118 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.118 INFO kablam! | ^^^^^^ Sep 02 01:34:48.118 INFO kablam! | Sep 02 01:34:48.121 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.121 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.121 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.121 INFO kablam! Sep 02 01:34:48.121 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.121 INFO kablam! --> src/arrays/Array52.rs:66:43 Sep 02 01:34:48.121 INFO kablam! | Sep 02 01:34:48.121 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.121 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.121 INFO kablam! | Sep 02 01:34:48.121 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.121 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.121 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.121 INFO kablam! Sep 02 01:34:48.121 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.122 INFO kablam! --> src/arrays/Array52.rs:72:20 Sep 02 01:34:48.122 INFO kablam! | Sep 02 01:34:48.122 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.122 INFO kablam! | ^^^^^^ Sep 02 01:34:48.122 INFO kablam! | Sep 02 01:34:48.122 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.122 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.122 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.122 INFO kablam! Sep 02 01:34:48.122 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.122 INFO kablam! --> src/arrays/Array52.rs:72:34 Sep 02 01:34:48.122 INFO kablam! | Sep 02 01:34:48.122 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.122 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.122 INFO kablam! | Sep 02 01:34:48.122 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.122 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.122 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.122 INFO kablam! Sep 02 01:34:48.122 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.122 INFO kablam! --> src/arrays/Array52.rs:78:20 Sep 02 01:34:48.123 INFO kablam! | Sep 02 01:34:48.123 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.123 INFO kablam! | ^^^^^^ Sep 02 01:34:48.123 INFO kablam! | Sep 02 01:34:48.123 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.123 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.123 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.123 INFO kablam! Sep 02 01:34:48.123 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.123 INFO kablam! --> src/arrays/Array52.rs:78:34 Sep 02 01:34:48.123 INFO kablam! | Sep 02 01:34:48.123 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.123 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.123 INFO kablam! | Sep 02 01:34:48.123 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.123 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.123 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.123 INFO kablam! Sep 02 01:34:48.123 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.123 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 02 01:34:48.123 INFO kablam! | Sep 02 01:34:48.123 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.124 INFO kablam! | ^^^^^^ Sep 02 01:34:48.124 INFO kablam! | Sep 02 01:34:48.124 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.124 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.124 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.124 INFO kablam! Sep 02 01:34:48.124 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.124 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 02 01:34:48.124 INFO kablam! | Sep 02 01:34:48.124 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.124 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.124 INFO kablam! | Sep 02 01:34:48.124 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.124 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.124 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.124 INFO kablam! Sep 02 01:34:48.124 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.124 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 02 01:34:48.124 INFO kablam! | Sep 02 01:34:48.124 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.124 INFO kablam! | ^^^^^^ Sep 02 01:34:48.124 INFO kablam! | Sep 02 01:34:48.125 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.125 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.125 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.125 INFO kablam! Sep 02 01:34:48.125 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.125 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 02 01:34:48.125 INFO kablam! | Sep 02 01:34:48.125 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.125 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.125 INFO kablam! | Sep 02 01:34:48.125 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.125 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.125 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.125 INFO kablam! Sep 02 01:34:48.125 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.125 INFO kablam! --> src/arrays/Array52.rs:99:14 Sep 02 01:34:48.125 INFO kablam! | Sep 02 01:34:48.125 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.125 INFO kablam! | ^^^^^^ Sep 02 01:34:48.125 INFO kablam! | Sep 02 01:34:48.126 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.126 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.126 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.126 INFO kablam! Sep 02 01:34:48.126 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.126 INFO kablam! --> src/arrays/Array52.rs:99:28 Sep 02 01:34:48.126 INFO kablam! | Sep 02 01:34:48.126 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.127 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.127 INFO kablam! | Sep 02 01:34:48.127 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.127 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.127 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.127 INFO kablam! Sep 02 01:34:48.127 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.127 INFO kablam! --> src/arrays/Array52.rs:108:15 Sep 02 01:34:48.127 INFO kablam! | Sep 02 01:34:48.127 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.127 INFO kablam! | ^^^^^^ Sep 02 01:34:48.127 INFO kablam! | Sep 02 01:34:48.127 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.127 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.127 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.127 INFO kablam! Sep 02 01:34:48.127 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.128 INFO kablam! --> src/arrays/Array52.rs:120:3 Sep 02 01:34:48.128 INFO kablam! | Sep 02 01:34:48.128 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.128 INFO kablam! | ^^^^^^ Sep 02 01:34:48.128 INFO kablam! | Sep 02 01:34:48.128 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.128 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.128 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.128 INFO kablam! Sep 02 01:34:48.128 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.128 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 02 01:34:48.128 INFO kablam! | Sep 02 01:34:48.128 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.128 INFO kablam! | ^^^^^^ Sep 02 01:34:48.128 INFO kablam! | Sep 02 01:34:48.128 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.128 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.129 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.129 INFO kablam! Sep 02 01:34:48.129 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.129 INFO kablam! --> src/arrays/Array52.rs:141:4 Sep 02 01:34:48.129 INFO kablam! | Sep 02 01:34:48.129 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.129 INFO kablam! | ^^^^^^ Sep 02 01:34:48.129 INFO kablam! | Sep 02 01:34:48.129 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.129 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.129 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.129 INFO kablam! Sep 02 01:34:48.129 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.129 INFO kablam! --> src/arrays/Array52.rs:150:8 Sep 02 01:34:48.129 INFO kablam! | Sep 02 01:34:48.129 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.129 INFO kablam! | ^^^^^^ Sep 02 01:34:48.129 INFO kablam! | Sep 02 01:34:48.130 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.130 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.130 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.130 INFO kablam! Sep 02 01:34:48.130 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.130 INFO kablam! --> src/arrays/Array64.rs:44:3 Sep 02 01:34:48.130 INFO kablam! | Sep 02 01:34:48.130 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.132 INFO kablam! | ^^^^^^ Sep 02 01:34:48.132 INFO kablam! | Sep 02 01:34:48.132 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.132 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.132 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.132 INFO kablam! Sep 02 01:34:48.132 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.132 INFO kablam! --> src/arrays/Array64.rs:53:3 Sep 02 01:34:48.132 INFO kablam! | Sep 02 01:34:48.133 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.133 INFO kablam! | ^^^^^^ Sep 02 01:34:48.133 INFO kablam! | Sep 02 01:34:48.133 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.133 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.133 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.133 INFO kablam! Sep 02 01:34:48.133 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.133 INFO kablam! --> src/arrays/Array64.rs:53:18 Sep 02 01:34:48.133 INFO kablam! | Sep 02 01:34:48.133 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.133 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.133 INFO kablam! | Sep 02 01:34:48.133 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.133 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.133 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.133 INFO kablam! Sep 02 01:34:48.134 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.134 INFO kablam! --> src/arrays/Array64.rs:66:29 Sep 02 01:34:48.134 INFO kablam! | Sep 02 01:34:48.134 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.134 INFO kablam! | ^^^^^^ Sep 02 01:34:48.134 INFO kablam! | Sep 02 01:34:48.134 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.134 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.134 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.134 INFO kablam! Sep 02 01:34:48.134 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.134 INFO kablam! --> src/arrays/Array64.rs:66:43 Sep 02 01:34:48.134 INFO kablam! | Sep 02 01:34:48.134 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.134 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.134 INFO kablam! | Sep 02 01:34:48.134 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.135 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.135 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.135 INFO kablam! Sep 02 01:34:48.135 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.135 INFO kablam! --> src/arrays/Array64.rs:72:20 Sep 02 01:34:48.135 INFO kablam! | Sep 02 01:34:48.135 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.135 INFO kablam! | ^^^^^^ Sep 02 01:34:48.135 INFO kablam! | Sep 02 01:34:48.135 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.135 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.135 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.135 INFO kablam! Sep 02 01:34:48.135 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.135 INFO kablam! --> src/arrays/Array64.rs:72:34 Sep 02 01:34:48.135 INFO kablam! | Sep 02 01:34:48.135 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.136 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.136 INFO kablam! | Sep 02 01:34:48.136 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.136 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.136 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.136 INFO kablam! Sep 02 01:34:48.137 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.140 INFO kablam! --> src/arrays/Array64.rs:78:20 Sep 02 01:34:48.140 INFO kablam! | Sep 02 01:34:48.140 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.140 INFO kablam! | ^^^^^^ Sep 02 01:34:48.140 INFO kablam! | Sep 02 01:34:48.140 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.140 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.140 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.140 INFO kablam! Sep 02 01:34:48.140 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.140 INFO kablam! --> src/arrays/Array64.rs:78:34 Sep 02 01:34:48.140 INFO kablam! | Sep 02 01:34:48.140 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.140 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.140 INFO kablam! | Sep 02 01:34:48.140 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.141 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.141 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.141 INFO kablam! Sep 02 01:34:48.141 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.141 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 02 01:34:48.141 INFO kablam! | Sep 02 01:34:48.141 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.141 INFO kablam! | ^^^^^^ Sep 02 01:34:48.141 INFO kablam! | Sep 02 01:34:48.141 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.141 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.141 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.141 INFO kablam! Sep 02 01:34:48.141 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.141 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 02 01:34:48.141 INFO kablam! | Sep 02 01:34:48.141 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.141 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.142 INFO kablam! | Sep 02 01:34:48.142 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.142 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.142 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.142 INFO kablam! Sep 02 01:34:48.142 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.142 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 02 01:34:48.142 INFO kablam! | Sep 02 01:34:48.142 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.142 INFO kablam! | ^^^^^^ Sep 02 01:34:48.142 INFO kablam! | Sep 02 01:34:48.142 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.142 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.142 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.142 INFO kablam! Sep 02 01:34:48.142 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.143 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 02 01:34:48.143 INFO kablam! | Sep 02 01:34:48.143 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.151 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.153 INFO kablam! | Sep 02 01:34:48.154 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.155 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.155 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.155 INFO kablam! Sep 02 01:34:48.155 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.155 INFO kablam! --> src/arrays/Array64.rs:99:14 Sep 02 01:34:48.155 INFO kablam! | Sep 02 01:34:48.155 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.156 INFO kablam! | ^^^^^^ Sep 02 01:34:48.156 INFO kablam! | Sep 02 01:34:48.156 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.156 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.156 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.156 INFO kablam! Sep 02 01:34:48.156 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.161 INFO kablam! --> src/arrays/Array64.rs:99:28 Sep 02 01:34:48.161 INFO kablam! | Sep 02 01:34:48.161 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.161 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.162 INFO kablam! | Sep 02 01:34:48.162 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.162 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.162 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.162 INFO kablam! Sep 02 01:34:48.162 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.162 INFO kablam! --> src/arrays/Array64.rs:108:15 Sep 02 01:34:48.162 INFO kablam! | Sep 02 01:34:48.162 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.162 INFO kablam! | ^^^^^^ Sep 02 01:34:48.162 INFO kablam! | Sep 02 01:34:48.162 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.162 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.163 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.163 INFO kablam! Sep 02 01:34:48.163 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.163 INFO kablam! --> src/arrays/Array64.rs:120:3 Sep 02 01:34:48.163 INFO kablam! | Sep 02 01:34:48.163 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.163 INFO kablam! | ^^^^^^ Sep 02 01:34:48.163 INFO kablam! | Sep 02 01:34:48.163 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.163 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.163 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.163 INFO kablam! Sep 02 01:34:48.163 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.163 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 02 01:34:48.163 INFO kablam! | Sep 02 01:34:48.163 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.163 INFO kablam! | ^^^^^^ Sep 02 01:34:48.163 INFO kablam! | Sep 02 01:34:48.164 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.164 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.164 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.164 INFO kablam! Sep 02 01:34:48.164 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.164 INFO kablam! --> src/arrays/Array64.rs:141:4 Sep 02 01:34:48.164 INFO kablam! | Sep 02 01:34:48.164 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.164 INFO kablam! | ^^^^^^ Sep 02 01:34:48.164 INFO kablam! | Sep 02 01:34:48.164 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.164 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.164 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.164 INFO kablam! Sep 02 01:34:48.164 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.164 INFO kablam! --> src/arrays/Array64.rs:150:8 Sep 02 01:34:48.164 INFO kablam! | Sep 02 01:34:48.164 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.164 INFO kablam! | ^^^^^^ Sep 02 01:34:48.164 INFO kablam! | Sep 02 01:34:48.164 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.164 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.165 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.165 INFO kablam! Sep 02 01:34:48.165 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.178 INFO kablam! --> src/arrays/Array128.rs:44:3 Sep 02 01:34:48.178 INFO kablam! | Sep 02 01:34:48.178 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.178 INFO kablam! | ^^^^^^ Sep 02 01:34:48.178 INFO kablam! | Sep 02 01:34:48.178 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.178 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.178 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.179 INFO kablam! Sep 02 01:34:48.179 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.179 INFO kablam! --> src/arrays/Array128.rs:53:3 Sep 02 01:34:48.179 INFO kablam! | Sep 02 01:34:48.179 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.179 INFO kablam! | ^^^^^^ Sep 02 01:34:48.179 INFO kablam! | Sep 02 01:34:48.179 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.179 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.179 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.179 INFO kablam! Sep 02 01:34:48.179 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.179 INFO kablam! --> src/arrays/Array128.rs:53:18 Sep 02 01:34:48.179 INFO kablam! | Sep 02 01:34:48.179 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.179 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.179 INFO kablam! | Sep 02 01:34:48.179 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.179 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.179 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.179 INFO kablam! Sep 02 01:34:48.179 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.180 INFO kablam! --> src/arrays/Array128.rs:66:29 Sep 02 01:34:48.180 INFO kablam! | Sep 02 01:34:48.180 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.180 INFO kablam! | ^^^^^^ Sep 02 01:34:48.180 INFO kablam! | Sep 02 01:34:48.180 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.180 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.180 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.180 INFO kablam! Sep 02 01:34:48.180 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.180 INFO kablam! --> src/arrays/Array128.rs:66:43 Sep 02 01:34:48.180 INFO kablam! | Sep 02 01:34:48.180 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.180 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.180 INFO kablam! | Sep 02 01:34:48.180 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.180 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.180 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.180 INFO kablam! Sep 02 01:34:48.180 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.180 INFO kablam! --> src/arrays/Array128.rs:72:20 Sep 02 01:34:48.180 INFO kablam! | Sep 02 01:34:48.180 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.181 INFO kablam! | ^^^^^^ Sep 02 01:34:48.181 INFO kablam! | Sep 02 01:34:48.181 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.181 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.181 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.181 INFO kablam! Sep 02 01:34:48.181 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.181 INFO kablam! --> src/arrays/Array128.rs:72:34 Sep 02 01:34:48.181 INFO kablam! | Sep 02 01:34:48.181 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.181 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.181 INFO kablam! | Sep 02 01:34:48.181 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.181 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.181 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.181 INFO kablam! Sep 02 01:34:48.181 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.181 INFO kablam! --> src/arrays/Array128.rs:78:20 Sep 02 01:34:48.181 INFO kablam! | Sep 02 01:34:48.181 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.181 INFO kablam! | ^^^^^^ Sep 02 01:34:48.182 INFO kablam! | Sep 02 01:34:48.182 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.182 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.182 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.182 INFO kablam! Sep 02 01:34:48.182 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.182 INFO kablam! --> src/arrays/Array128.rs:78:34 Sep 02 01:34:48.182 INFO kablam! | Sep 02 01:34:48.182 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.182 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.182 INFO kablam! | Sep 02 01:34:48.182 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.182 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.182 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.182 INFO kablam! Sep 02 01:34:48.182 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.182 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 02 01:34:48.182 INFO kablam! | Sep 02 01:34:48.182 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.182 INFO kablam! | ^^^^^^ Sep 02 01:34:48.182 INFO kablam! | Sep 02 01:34:48.182 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.182 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.182 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.183 INFO kablam! Sep 02 01:34:48.183 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.183 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 02 01:34:48.183 INFO kablam! | Sep 02 01:34:48.183 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.183 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.183 INFO kablam! | Sep 02 01:34:48.183 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.183 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.183 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.183 INFO kablam! Sep 02 01:34:48.183 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.183 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 02 01:34:48.183 INFO kablam! | Sep 02 01:34:48.183 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.183 INFO kablam! | ^^^^^^ Sep 02 01:34:48.183 INFO kablam! | Sep 02 01:34:48.183 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.184 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.184 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.184 INFO kablam! Sep 02 01:34:48.184 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.184 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 02 01:34:48.184 INFO kablam! | Sep 02 01:34:48.184 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.184 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.184 INFO kablam! | Sep 02 01:34:48.184 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.184 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.184 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.184 INFO kablam! Sep 02 01:34:48.184 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.184 INFO kablam! --> src/arrays/Array128.rs:99:14 Sep 02 01:34:48.184 INFO kablam! | Sep 02 01:34:48.185 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.185 INFO kablam! | ^^^^^^ Sep 02 01:34:48.185 INFO kablam! | Sep 02 01:34:48.185 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.185 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.185 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.185 INFO kablam! Sep 02 01:34:48.185 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.185 INFO kablam! --> src/arrays/Array128.rs:99:28 Sep 02 01:34:48.185 INFO kablam! | Sep 02 01:34:48.185 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.185 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.185 INFO kablam! | Sep 02 01:34:48.185 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.185 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.185 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.185 INFO kablam! Sep 02 01:34:48.186 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.186 INFO kablam! --> src/arrays/Array128.rs:108:15 Sep 02 01:34:48.186 INFO kablam! | Sep 02 01:34:48.186 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.186 INFO kablam! | ^^^^^^ Sep 02 01:34:48.186 INFO kablam! | Sep 02 01:34:48.186 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.186 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.186 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.186 INFO kablam! Sep 02 01:34:48.186 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.186 INFO kablam! --> src/arrays/Array128.rs:120:3 Sep 02 01:34:48.186 INFO kablam! | Sep 02 01:34:48.186 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.186 INFO kablam! | ^^^^^^ Sep 02 01:34:48.186 INFO kablam! | Sep 02 01:34:48.186 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.187 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.187 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.187 INFO kablam! Sep 02 01:34:48.187 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.187 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 02 01:34:48.187 INFO kablam! | Sep 02 01:34:48.187 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.187 INFO kablam! | ^^^^^^ Sep 02 01:34:48.187 INFO kablam! | Sep 02 01:34:48.187 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.187 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.187 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.187 INFO kablam! Sep 02 01:34:48.187 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.187 INFO kablam! --> src/arrays/Array128.rs:141:4 Sep 02 01:34:48.187 INFO kablam! | Sep 02 01:34:48.187 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.187 INFO kablam! | ^^^^^^ Sep 02 01:34:48.188 INFO kablam! | Sep 02 01:34:48.188 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.188 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.188 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.188 INFO kablam! Sep 02 01:34:48.188 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.188 INFO kablam! --> src/arrays/Array128.rs:150:8 Sep 02 01:34:48.188 INFO kablam! | Sep 02 01:34:48.188 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.188 INFO kablam! | ^^^^^^ Sep 02 01:34:48.188 INFO kablam! | Sep 02 01:34:48.188 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.188 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.188 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.188 INFO kablam! Sep 02 01:34:48.188 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.188 INFO kablam! --> src/arrays/Array256.rs:44:3 Sep 02 01:34:48.189 INFO kablam! | Sep 02 01:34:48.189 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.189 INFO kablam! | ^^^^^^ Sep 02 01:34:48.189 INFO kablam! | Sep 02 01:34:48.189 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.189 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.189 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.189 INFO kablam! Sep 02 01:34:48.189 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.189 INFO kablam! --> src/arrays/Array256.rs:53:3 Sep 02 01:34:48.189 INFO kablam! | Sep 02 01:34:48.189 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.189 INFO kablam! | ^^^^^^ Sep 02 01:34:48.189 INFO kablam! | Sep 02 01:34:48.189 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.189 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.189 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.190 INFO kablam! Sep 02 01:34:48.190 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.190 INFO kablam! --> src/arrays/Array256.rs:53:18 Sep 02 01:34:48.190 INFO kablam! | Sep 02 01:34:48.190 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.190 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.190 INFO kablam! | Sep 02 01:34:48.190 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.190 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.190 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.190 INFO kablam! Sep 02 01:34:48.190 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.190 INFO kablam! --> src/arrays/Array256.rs:66:29 Sep 02 01:34:48.190 INFO kablam! | Sep 02 01:34:48.190 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.190 INFO kablam! | ^^^^^^ Sep 02 01:34:48.191 INFO kablam! | Sep 02 01:34:48.191 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.191 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.191 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.191 INFO kablam! Sep 02 01:34:48.191 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.191 INFO kablam! --> src/arrays/Array256.rs:66:43 Sep 02 01:34:48.191 INFO kablam! | Sep 02 01:34:48.191 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.191 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.191 INFO kablam! | Sep 02 01:34:48.191 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.191 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.191 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.191 INFO kablam! Sep 02 01:34:48.191 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.191 INFO kablam! --> src/arrays/Array256.rs:72:20 Sep 02 01:34:48.191 INFO kablam! | Sep 02 01:34:48.192 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.192 INFO kablam! | ^^^^^^ Sep 02 01:34:48.192 INFO kablam! | Sep 02 01:34:48.192 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.192 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.192 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.192 INFO kablam! Sep 02 01:34:48.196 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.197 INFO kablam! --> src/arrays/Array256.rs:72:34 Sep 02 01:34:48.197 INFO kablam! | Sep 02 01:34:48.197 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.197 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.197 INFO kablam! | Sep 02 01:34:48.197 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.198 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.198 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.198 INFO kablam! Sep 02 01:34:48.198 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.198 INFO kablam! --> src/arrays/Array256.rs:78:20 Sep 02 01:34:48.198 INFO kablam! | Sep 02 01:34:48.198 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.198 INFO kablam! | ^^^^^^ Sep 02 01:34:48.198 INFO kablam! | Sep 02 01:34:48.198 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.198 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.198 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.198 INFO kablam! Sep 02 01:34:48.199 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.199 INFO kablam! --> src/arrays/Array256.rs:78:34 Sep 02 01:34:48.199 INFO kablam! | Sep 02 01:34:48.199 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.199 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.199 INFO kablam! | Sep 02 01:34:48.199 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.199 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.199 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.199 INFO kablam! Sep 02 01:34:48.199 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.199 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 02 01:34:48.199 INFO kablam! | Sep 02 01:34:48.199 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.199 INFO kablam! | ^^^^^^ Sep 02 01:34:48.199 INFO kablam! | Sep 02 01:34:48.200 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.200 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.200 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.200 INFO kablam! Sep 02 01:34:48.200 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.200 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 02 01:34:48.200 INFO kablam! | Sep 02 01:34:48.200 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.200 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.200 INFO kablam! | Sep 02 01:34:48.200 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.200 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.200 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.200 INFO kablam! Sep 02 01:34:48.200 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.200 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 02 01:34:48.200 INFO kablam! | Sep 02 01:34:48.201 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.201 INFO kablam! | ^^^^^^ Sep 02 01:34:48.201 INFO kablam! | Sep 02 01:34:48.201 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.201 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.201 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.201 INFO kablam! Sep 02 01:34:48.201 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.201 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 02 01:34:48.201 INFO kablam! | Sep 02 01:34:48.201 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.201 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.201 INFO kablam! | Sep 02 01:34:48.201 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.201 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.201 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.201 INFO kablam! Sep 02 01:34:48.202 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.202 INFO kablam! --> src/arrays/Array256.rs:99:14 Sep 02 01:34:48.202 INFO kablam! | Sep 02 01:34:48.202 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.202 INFO kablam! | ^^^^^^ Sep 02 01:34:48.202 INFO kablam! | Sep 02 01:34:48.202 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.202 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.202 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.202 INFO kablam! Sep 02 01:34:48.202 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.202 INFO kablam! --> src/arrays/Array256.rs:99:28 Sep 02 01:34:48.202 INFO kablam! | Sep 02 01:34:48.202 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.202 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.202 INFO kablam! | Sep 02 01:34:48.202 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.203 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.203 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.203 INFO kablam! Sep 02 01:34:48.203 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.207 INFO kablam! --> src/arrays/Array256.rs:108:15 Sep 02 01:34:48.210 INFO kablam! | Sep 02 01:34:48.210 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.210 INFO kablam! | ^^^^^^ Sep 02 01:34:48.210 INFO kablam! | Sep 02 01:34:48.210 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.210 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.210 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.210 INFO kablam! Sep 02 01:34:48.210 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.210 INFO kablam! --> src/arrays/Array256.rs:120:3 Sep 02 01:34:48.210 INFO kablam! | Sep 02 01:34:48.211 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.211 INFO kablam! | ^^^^^^ Sep 02 01:34:48.211 INFO kablam! | Sep 02 01:34:48.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.211 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.211 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.211 INFO kablam! Sep 02 01:34:48.211 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.212 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 02 01:34:48.212 INFO kablam! | Sep 02 01:34:48.212 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.212 INFO kablam! | ^^^^^^ Sep 02 01:34:48.212 INFO kablam! | Sep 02 01:34:48.212 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.213 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.213 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.213 INFO kablam! Sep 02 01:34:48.213 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.213 INFO kablam! --> src/arrays/Array256.rs:141:4 Sep 02 01:34:48.214 INFO kablam! | Sep 02 01:34:48.214 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.214 INFO kablam! | ^^^^^^ Sep 02 01:34:48.214 INFO kablam! | Sep 02 01:34:48.215 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.215 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.215 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.215 INFO kablam! Sep 02 01:34:48.215 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.215 INFO kablam! --> src/arrays/Array256.rs:150:8 Sep 02 01:34:48.216 INFO kablam! | Sep 02 01:34:48.216 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.216 INFO kablam! | ^^^^^^ Sep 02 01:34:48.216 INFO kablam! | Sep 02 01:34:48.216 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.216 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.217 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.217 INFO kablam! Sep 02 01:34:48.217 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.217 INFO kablam! --> src/arrays/Array512.rs:44:3 Sep 02 01:34:48.217 INFO kablam! | Sep 02 01:34:48.217 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.217 INFO kablam! | ^^^^^^ Sep 02 01:34:48.218 INFO kablam! | Sep 02 01:34:48.231 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.231 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.231 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.231 INFO kablam! Sep 02 01:34:48.231 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.231 INFO kablam! --> src/arrays/Array512.rs:53:3 Sep 02 01:34:48.231 INFO kablam! | Sep 02 01:34:48.231 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.232 INFO kablam! | ^^^^^^ Sep 02 01:34:48.232 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.233 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.233 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.233 INFO kablam! Sep 02 01:34:48.233 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.233 INFO kablam! --> src/arrays/Array512.rs:53:18 Sep 02 01:34:48.233 INFO kablam! | Sep 02 01:34:48.233 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.233 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.233 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.234 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.234 INFO kablam! Sep 02 01:34:48.234 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.234 INFO kablam! --> src/arrays/Array512.rs:66:29 Sep 02 01:34:48.234 INFO kablam! | Sep 02 01:34:48.234 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.234 INFO kablam! | ^^^^^^ Sep 02 01:34:48.234 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.235 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.235 INFO kablam! Sep 02 01:34:48.235 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.235 INFO kablam! --> src/arrays/Array512.rs:66:43 Sep 02 01:34:48.235 INFO kablam! | Sep 02 01:34:48.236 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.236 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.238 INFO kablam! | Sep 02 01:34:48.238 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.238 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.238 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.238 INFO kablam! Sep 02 01:34:48.238 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.238 INFO kablam! --> src/arrays/Array512.rs:72:20 Sep 02 01:34:48.238 INFO kablam! | Sep 02 01:34:48.239 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.239 INFO kablam! | ^^^^^^ Sep 02 01:34:48.239 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.240 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.240 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.240 INFO kablam! Sep 02 01:34:48.240 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.240 INFO kablam! --> src/arrays/Array512.rs:72:34 Sep 02 01:34:48.240 INFO kablam! | Sep 02 01:34:48.240 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.240 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.241 INFO kablam! | Sep 02 01:34:48.241 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.241 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.241 INFO kablam! Sep 02 01:34:48.241 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.241 INFO kablam! --> src/arrays/Array512.rs:78:20 Sep 02 01:34:48.241 INFO kablam! | Sep 02 01:34:48.242 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.244 INFO kablam! | ^^^^^^ Sep 02 01:34:48.244 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.244 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.244 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.244 INFO kablam! Sep 02 01:34:48.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.245 INFO kablam! --> src/arrays/Array512.rs:78:34 Sep 02 01:34:48.245 INFO kablam! | Sep 02 01:34:48.245 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.245 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.245 INFO kablam! | Sep 02 01:34:48.246 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.246 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.246 INFO kablam! Sep 02 01:34:48.246 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.246 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 02 01:34:48.246 INFO kablam! | Sep 02 01:34:48.246 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.246 INFO kablam! | ^^^^^^ Sep 02 01:34:48.246 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.247 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.247 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.247 INFO kablam! Sep 02 01:34:48.247 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.247 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 02 01:34:48.247 INFO kablam! | Sep 02 01:34:48.247 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.248 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.248 INFO kablam! | Sep 02 01:34:48.248 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.248 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.248 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.248 INFO kablam! Sep 02 01:34:48.249 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.249 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 02 01:34:48.249 INFO kablam! | Sep 02 01:34:48.249 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.249 INFO kablam! | ^^^^^^ Sep 02 01:34:48.249 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.249 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.249 INFO kablam! Sep 02 01:34:48.250 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.250 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 02 01:34:48.250 INFO kablam! | Sep 02 01:34:48.250 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.250 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.250 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.251 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.251 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.251 INFO kablam! Sep 02 01:34:48.251 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.251 INFO kablam! --> src/arrays/Array512.rs:99:14 Sep 02 01:34:48.253 INFO kablam! | Sep 02 01:34:48.253 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.253 INFO kablam! | ^^^^^^ Sep 02 01:34:48.253 INFO kablam! | Sep 02 01:34:48.253 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.253 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.253 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.266 INFO kablam! Sep 02 01:34:48.270 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.271 INFO kablam! --> src/arrays/Array512.rs:99:28 Sep 02 01:34:48.271 INFO kablam! | Sep 02 01:34:48.275 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.276 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.276 INFO kablam! | Sep 02 01:34:48.276 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.280 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.289 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.290 INFO kablam! Sep 02 01:34:48.290 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.298 INFO kablam! --> src/arrays/Array512.rs:108:15 Sep 02 01:34:48.298 INFO kablam! | Sep 02 01:34:48.298 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.298 INFO kablam! | ^^^^^^ Sep 02 01:34:48.298 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.298 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.298 INFO kablam! Sep 02 01:34:48.299 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.299 INFO kablam! --> src/arrays/Array512.rs:120:3 Sep 02 01:34:48.299 INFO kablam! | Sep 02 01:34:48.299 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.299 INFO kablam! | ^^^^^^ Sep 02 01:34:48.299 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.299 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.299 INFO kablam! Sep 02 01:34:48.299 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.299 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 02 01:34:48.299 INFO kablam! | Sep 02 01:34:48.299 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.299 INFO kablam! | ^^^^^^ Sep 02 01:34:48.299 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.303 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.303 INFO kablam! Sep 02 01:34:48.303 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.303 INFO kablam! --> src/arrays/Array512.rs:141:4 Sep 02 01:34:48.303 INFO kablam! | Sep 02 01:34:48.303 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.304 INFO kablam! | ^^^^^^ Sep 02 01:34:48.304 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.304 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.304 INFO kablam! Sep 02 01:34:48.304 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.304 INFO kablam! --> src/arrays/Array512.rs:150:8 Sep 02 01:34:48.304 INFO kablam! | Sep 02 01:34:48.304 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.304 INFO kablam! | ^^^^^^ Sep 02 01:34:48.304 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.304 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.304 INFO kablam! Sep 02 01:34:48.304 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.304 INFO kablam! --> src/arrays/Array1024.rs:44:3 Sep 02 01:34:48.304 INFO kablam! | Sep 02 01:34:48.304 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.304 INFO kablam! | ^^^^^^ Sep 02 01:34:48.304 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.304 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.305 INFO kablam! Sep 02 01:34:48.305 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.305 INFO kablam! --> src/arrays/Array1024.rs:53:3 Sep 02 01:34:48.305 INFO kablam! | Sep 02 01:34:48.305 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.305 INFO kablam! | ^^^^^^ Sep 02 01:34:48.305 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.305 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.305 INFO kablam! Sep 02 01:34:48.305 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.305 INFO kablam! --> src/arrays/Array1024.rs:53:18 Sep 02 01:34:48.305 INFO kablam! | Sep 02 01:34:48.305 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.305 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.305 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.306 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.306 INFO kablam! Sep 02 01:34:48.306 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.306 INFO kablam! --> src/arrays/Array1024.rs:66:29 Sep 02 01:34:48.306 INFO kablam! | Sep 02 01:34:48.306 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.306 INFO kablam! | ^^^^^^ Sep 02 01:34:48.306 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.306 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.306 INFO kablam! Sep 02 01:34:48.306 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.306 INFO kablam! --> src/arrays/Array1024.rs:66:43 Sep 02 01:34:48.306 INFO kablam! | Sep 02 01:34:48.306 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.306 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.306 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.307 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.307 INFO kablam! Sep 02 01:34:48.307 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.307 INFO kablam! --> src/arrays/Array1024.rs:72:20 Sep 02 01:34:48.307 INFO kablam! | Sep 02 01:34:48.307 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.307 INFO kablam! | ^^^^^^ Sep 02 01:34:48.307 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.307 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.307 INFO kablam! Sep 02 01:34:48.307 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.307 INFO kablam! --> src/arrays/Array1024.rs:72:34 Sep 02 01:34:48.307 INFO kablam! | Sep 02 01:34:48.307 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.307 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.307 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.308 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.308 INFO kablam! Sep 02 01:34:48.308 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.308 INFO kablam! --> src/arrays/Array1024.rs:78:20 Sep 02 01:34:48.308 INFO kablam! | Sep 02 01:34:48.308 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.308 INFO kablam! | ^^^^^^ Sep 02 01:34:48.308 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.309 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.309 INFO kablam! Sep 02 01:34:48.309 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.309 INFO kablam! --> src/arrays/Array1024.rs:78:34 Sep 02 01:34:48.309 INFO kablam! | Sep 02 01:34:48.309 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.309 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.309 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.309 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.309 INFO kablam! Sep 02 01:34:48.309 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.310 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 02 01:34:48.310 INFO kablam! | Sep 02 01:34:48.310 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.310 INFO kablam! | ^^^^^^ Sep 02 01:34:48.310 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.310 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.310 INFO kablam! Sep 02 01:34:48.310 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.310 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 02 01:34:48.310 INFO kablam! | Sep 02 01:34:48.311 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.311 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.311 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.311 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.311 INFO kablam! Sep 02 01:34:48.311 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.311 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 02 01:34:48.311 INFO kablam! | Sep 02 01:34:48.311 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.311 INFO kablam! | ^^^^^^ Sep 02 01:34:48.311 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.311 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.312 INFO kablam! Sep 02 01:34:48.312 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.312 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 02 01:34:48.312 INFO kablam! | Sep 02 01:34:48.312 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.312 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.312 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.312 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.312 INFO kablam! Sep 02 01:34:48.312 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.312 INFO kablam! --> src/arrays/Array1024.rs:99:14 Sep 02 01:34:48.312 INFO kablam! | Sep 02 01:34:48.312 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.312 INFO kablam! | ^^^^^^ Sep 02 01:34:48.312 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.312 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.312 INFO kablam! Sep 02 01:34:48.312 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.312 INFO kablam! --> src/arrays/Array1024.rs:99:28 Sep 02 01:34:48.312 INFO kablam! | Sep 02 01:34:48.312 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.312 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.312 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.312 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.312 INFO kablam! Sep 02 01:34:48.312 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.312 INFO kablam! --> src/arrays/Array1024.rs:108:15 Sep 02 01:34:48.312 INFO kablam! | Sep 02 01:34:48.312 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.312 INFO kablam! | ^^^^^^ Sep 02 01:34:48.312 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.313 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.313 INFO kablam! Sep 02 01:34:48.313 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.313 INFO kablam! --> src/arrays/Array1024.rs:120:3 Sep 02 01:34:48.313 INFO kablam! | Sep 02 01:34:48.313 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.313 INFO kablam! | ^^^^^^ Sep 02 01:34:48.313 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.313 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.313 INFO kablam! Sep 02 01:34:48.313 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.313 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 02 01:34:48.313 INFO kablam! | Sep 02 01:34:48.313 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.313 INFO kablam! | ^^^^^^ Sep 02 01:34:48.313 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.313 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.313 INFO kablam! Sep 02 01:34:48.313 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.313 INFO kablam! --> src/arrays/Array1024.rs:141:4 Sep 02 01:34:48.313 INFO kablam! | Sep 02 01:34:48.313 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.313 INFO kablam! | ^^^^^^ Sep 02 01:34:48.313 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.313 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.313 INFO kablam! Sep 02 01:34:48.314 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.314 INFO kablam! --> src/arrays/Array1024.rs:150:8 Sep 02 01:34:48.314 INFO kablam! | Sep 02 01:34:48.314 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.314 INFO kablam! | ^^^^^^ Sep 02 01:34:48.314 INFO kablam! | Sep 02 01:34:48.314 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.314 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.314 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.314 INFO kablam! Sep 02 01:34:48.314 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 02 01:34:48.314 INFO kablam! --> src/lib.rs:8:12 Sep 02 01:34:48.314 INFO kablam! | Sep 02 01:34:48.314 INFO kablam! 8 | #![feature(associated_consts)] Sep 02 01:34:48.314 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 02 01:34:48.314 INFO kablam! | Sep 02 01:34:48.314 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 01:34:48.314 INFO kablam! Sep 02 01:34:48.314 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.314 INFO kablam! --> src/arrays/Array40.rs:44:3 Sep 02 01:34:48.314 INFO kablam! | Sep 02 01:34:48.315 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.315 INFO kablam! | ^^^^^^ Sep 02 01:34:48.315 INFO kablam! | Sep 02 01:34:48.315 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 02 01:34:48.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 02 01:34:48.316 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.316 INFO kablam! Sep 02 01:34:48.316 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.316 INFO kablam! --> src/arrays/Array40.rs:53:3 Sep 02 01:34:48.316 INFO kablam! | Sep 02 01:34:48.316 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.316 INFO kablam! | ^^^^^^ Sep 02 01:34:48.316 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.316 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.317 INFO kablam! Sep 02 01:34:48.317 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.317 INFO kablam! --> src/arrays/Array40.rs:53:18 Sep 02 01:34:48.317 INFO kablam! | Sep 02 01:34:48.317 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.317 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.317 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.317 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.317 INFO kablam! Sep 02 01:34:48.317 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.317 INFO kablam! --> src/arrays/Array40.rs:66:29 Sep 02 01:34:48.317 INFO kablam! | Sep 02 01:34:48.317 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.317 INFO kablam! | ^^^^^^ Sep 02 01:34:48.317 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.317 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.318 INFO kablam! Sep 02 01:34:48.318 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.318 INFO kablam! --> src/arrays/Array40.rs:66:43 Sep 02 01:34:48.318 INFO kablam! | Sep 02 01:34:48.318 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.318 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.318 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.318 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.318 INFO kablam! Sep 02 01:34:48.318 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.318 INFO kablam! --> src/arrays/Array40.rs:72:20 Sep 02 01:34:48.318 INFO kablam! | Sep 02 01:34:48.318 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.318 INFO kablam! | ^^^^^^ Sep 02 01:34:48.318 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.318 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.318 INFO kablam! Sep 02 01:34:48.318 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.319 INFO kablam! --> src/arrays/Array40.rs:72:34 Sep 02 01:34:48.319 INFO kablam! | Sep 02 01:34:48.319 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.319 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.319 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.319 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.319 INFO kablam! Sep 02 01:34:48.319 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.319 INFO kablam! --> src/arrays/Array40.rs:78:20 Sep 02 01:34:48.319 INFO kablam! | Sep 02 01:34:48.319 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.319 INFO kablam! | ^^^^^^ Sep 02 01:34:48.319 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.319 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.319 INFO kablam! Sep 02 01:34:48.319 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.319 INFO kablam! --> src/arrays/Array40.rs:78:34 Sep 02 01:34:48.319 INFO kablam! | Sep 02 01:34:48.319 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.320 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.320 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.320 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.320 INFO kablam! Sep 02 01:34:48.320 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.320 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 02 01:34:48.320 INFO kablam! | Sep 02 01:34:48.320 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.320 INFO kablam! | ^^^^^^ Sep 02 01:34:48.320 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.320 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.320 INFO kablam! Sep 02 01:34:48.320 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.320 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 02 01:34:48.320 INFO kablam! | Sep 02 01:34:48.320 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.320 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.320 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.321 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.321 INFO kablam! Sep 02 01:34:48.321 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.321 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 02 01:34:48.321 INFO kablam! | Sep 02 01:34:48.321 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.321 INFO kablam! | ^^^^^^ Sep 02 01:34:48.321 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.321 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.321 INFO kablam! Sep 02 01:34:48.321 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.321 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 02 01:34:48.321 INFO kablam! | Sep 02 01:34:48.321 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.321 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.321 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.321 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.322 INFO kablam! Sep 02 01:34:48.322 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.322 INFO kablam! --> src/arrays/Array40.rs:99:14 Sep 02 01:34:48.322 INFO kablam! | Sep 02 01:34:48.322 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.322 INFO kablam! | ^^^^^^ Sep 02 01:34:48.322 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.322 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.322 INFO kablam! Sep 02 01:34:48.322 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.322 INFO kablam! --> src/arrays/Array40.rs:99:28 Sep 02 01:34:48.322 INFO kablam! | Sep 02 01:34:48.322 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.322 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.322 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.322 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.323 INFO kablam! Sep 02 01:34:48.323 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.323 INFO kablam! --> src/arrays/Array40.rs:108:15 Sep 02 01:34:48.323 INFO kablam! | Sep 02 01:34:48.323 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.323 INFO kablam! | ^^^^^^ Sep 02 01:34:48.323 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.323 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.323 INFO kablam! Sep 02 01:34:48.323 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.323 INFO kablam! --> src/arrays/Array40.rs:120:3 Sep 02 01:34:48.323 INFO kablam! | Sep 02 01:34:48.323 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.323 INFO kablam! | ^^^^^^ Sep 02 01:34:48.323 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.323 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.324 INFO kablam! Sep 02 01:34:48.324 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.324 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 02 01:34:48.324 INFO kablam! | Sep 02 01:34:48.324 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.324 INFO kablam! | ^^^^^^ Sep 02 01:34:48.324 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.324 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.324 INFO kablam! Sep 02 01:34:48.324 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.324 INFO kablam! --> src/arrays/Array40.rs:141:4 Sep 02 01:34:48.324 INFO kablam! | Sep 02 01:34:48.324 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.324 INFO kablam! | ^^^^^^ Sep 02 01:34:48.324 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.325 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.325 INFO kablam! Sep 02 01:34:48.325 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.325 INFO kablam! --> src/arrays/Array40.rs:150:8 Sep 02 01:34:48.325 INFO kablam! | Sep 02 01:34:48.325 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.325 INFO kablam! | ^^^^^^ Sep 02 01:34:48.325 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.325 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.325 INFO kablam! Sep 02 01:34:48.325 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.325 INFO kablam! --> src/arrays/Array52.rs:44:3 Sep 02 01:34:48.325 INFO kablam! | Sep 02 01:34:48.325 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.325 INFO kablam! | ^^^^^^ Sep 02 01:34:48.326 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.326 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.326 INFO kablam! Sep 02 01:34:48.326 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.326 INFO kablam! --> src/arrays/Array52.rs:53:3 Sep 02 01:34:48.326 INFO kablam! | Sep 02 01:34:48.338 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.338 INFO kablam! | ^^^^^^ Sep 02 01:34:48.338 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.338 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.338 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.339 INFO kablam! Sep 02 01:34:48.339 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.339 INFO kablam! --> src/arrays/Array52.rs:53:18 Sep 02 01:34:48.339 INFO kablam! | Sep 02 01:34:48.339 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.339 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.339 INFO kablam! | Sep 02 01:34:48.339 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.339 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.339 INFO kablam! Sep 02 01:34:48.339 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.339 INFO kablam! --> src/arrays/Array52.rs:66:29 Sep 02 01:34:48.339 INFO kablam! | Sep 02 01:34:48.339 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.339 INFO kablam! | ^^^^^^ Sep 02 01:34:48.339 INFO kablam! | Sep 02 01:34:48.339 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.340 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.340 INFO kablam! Sep 02 01:34:48.340 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.340 INFO kablam! --> src/arrays/Array52.rs:66:43 Sep 02 01:34:48.340 INFO kablam! | Sep 02 01:34:48.340 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.340 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.340 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.340 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.340 INFO kablam! Sep 02 01:34:48.340 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.340 INFO kablam! --> src/arrays/Array52.rs:72:20 Sep 02 01:34:48.340 INFO kablam! | Sep 02 01:34:48.340 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.341 INFO kablam! | ^^^^^^ Sep 02 01:34:48.341 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.341 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.341 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.341 INFO kablam! Sep 02 01:34:48.341 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.341 INFO kablam! --> src/arrays/Array52.rs:72:34 Sep 02 01:34:48.341 INFO kablam! | Sep 02 01:34:48.341 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.341 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.341 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.341 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.341 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.342 INFO kablam! Sep 02 01:34:48.347 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.354 INFO kablam! --> src/arrays/Array52.rs:78:20 Sep 02 01:34:48.354 INFO kablam! | Sep 02 01:34:48.354 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.354 INFO kablam! | ^^^^^^ Sep 02 01:34:48.354 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.355 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.355 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.355 INFO kablam! Sep 02 01:34:48.359 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.359 INFO kablam! --> src/arrays/Array52.rs:78:34 Sep 02 01:34:48.359 INFO kablam! | Sep 02 01:34:48.359 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.359 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.359 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.359 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.359 INFO kablam! Sep 02 01:34:48.359 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.359 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 02 01:34:48.359 INFO kablam! | Sep 02 01:34:48.359 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.359 INFO kablam! | ^^^^^^ Sep 02 01:34:48.359 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.359 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.359 INFO kablam! Sep 02 01:34:48.360 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.360 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 02 01:34:48.360 INFO kablam! | Sep 02 01:34:48.360 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.360 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.360 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.360 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.360 INFO kablam! Sep 02 01:34:48.360 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.360 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 02 01:34:48.360 INFO kablam! | Sep 02 01:34:48.360 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.360 INFO kablam! | ^^^^^^ Sep 02 01:34:48.360 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.360 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.360 INFO kablam! Sep 02 01:34:48.360 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.360 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 02 01:34:48.360 INFO kablam! | Sep 02 01:34:48.360 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.360 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.361 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.361 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.361 INFO kablam! Sep 02 01:34:48.361 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.361 INFO kablam! --> src/arrays/Array52.rs:99:14 Sep 02 01:34:48.361 INFO kablam! | Sep 02 01:34:48.361 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.361 INFO kablam! | ^^^^^^ Sep 02 01:34:48.361 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.361 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.361 INFO kablam! Sep 02 01:34:48.361 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.361 INFO kablam! --> src/arrays/Array52.rs:99:28 Sep 02 01:34:48.361 INFO kablam! | Sep 02 01:34:48.361 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.361 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.361 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.361 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.361 INFO kablam! Sep 02 01:34:48.362 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.362 INFO kablam! --> src/arrays/Array52.rs:108:15 Sep 02 01:34:48.362 INFO kablam! | Sep 02 01:34:48.362 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.362 INFO kablam! | ^^^^^^ Sep 02 01:34:48.362 INFO kablam! | Sep 02 01:34:48.362 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.362 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.362 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.362 INFO kablam! Sep 02 01:34:48.362 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.362 INFO kablam! --> src/arrays/Array52.rs:120:3 Sep 02 01:34:48.362 INFO kablam! | Sep 02 01:34:48.362 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.362 INFO kablam! | ^^^^^^ Sep 02 01:34:48.362 INFO kablam! | Sep 02 01:34:48.362 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.362 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.362 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.362 INFO kablam! Sep 02 01:34:48.362 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.362 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 02 01:34:48.363 INFO kablam! | Sep 02 01:34:48.363 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.363 INFO kablam! | ^^^^^^ Sep 02 01:34:48.363 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.363 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.363 INFO kablam! Sep 02 01:34:48.363 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.363 INFO kablam! --> src/arrays/Array52.rs:141:4 Sep 02 01:34:48.363 INFO kablam! | Sep 02 01:34:48.363 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.363 INFO kablam! | ^^^^^^ Sep 02 01:34:48.363 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.363 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.363 INFO kablam! Sep 02 01:34:48.363 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.363 INFO kablam! --> src/arrays/Array52.rs:150:8 Sep 02 01:34:48.363 INFO kablam! | Sep 02 01:34:48.363 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.363 INFO kablam! | ^^^^^^ Sep 02 01:34:48.363 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.364 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.364 INFO kablam! Sep 02 01:34:48.364 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.364 INFO kablam! --> src/arrays/Array64.rs:44:3 Sep 02 01:34:48.364 INFO kablam! | Sep 02 01:34:48.364 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.364 INFO kablam! | ^^^^^^ Sep 02 01:34:48.364 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.364 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.364 INFO kablam! Sep 02 01:34:48.364 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.364 INFO kablam! --> src/arrays/Array64.rs:53:3 Sep 02 01:34:48.364 INFO kablam! | Sep 02 01:34:48.364 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.364 INFO kablam! | ^^^^^^ Sep 02 01:34:48.364 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.364 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.364 INFO kablam! Sep 02 01:34:48.364 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.364 INFO kablam! --> src/arrays/Array64.rs:53:18 Sep 02 01:34:48.364 INFO kablam! | Sep 02 01:34:48.364 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.364 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.364 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.364 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.364 INFO kablam! Sep 02 01:34:48.364 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.364 INFO kablam! --> src/arrays/Array64.rs:66:29 Sep 02 01:34:48.365 INFO kablam! | Sep 02 01:34:48.365 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.365 INFO kablam! | ^^^^^^ Sep 02 01:34:48.365 INFO kablam! | Sep 02 01:34:48.365 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.365 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.365 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.365 INFO kablam! Sep 02 01:34:48.365 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.365 INFO kablam! --> src/arrays/Array64.rs:66:43 Sep 02 01:34:48.365 INFO kablam! | Sep 02 01:34:48.365 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.365 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.365 INFO kablam! | Sep 02 01:34:48.365 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.365 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.365 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.365 INFO kablam! Sep 02 01:34:48.365 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.365 INFO kablam! --> src/arrays/Array64.rs:72:20 Sep 02 01:34:48.365 INFO kablam! | Sep 02 01:34:48.365 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.365 INFO kablam! | ^^^^^^ Sep 02 01:34:48.365 INFO kablam! | Sep 02 01:34:48.365 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.366 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.366 INFO kablam! Sep 02 01:34:48.366 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.366 INFO kablam! --> src/arrays/Array64.rs:72:34 Sep 02 01:34:48.366 INFO kablam! | Sep 02 01:34:48.366 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.366 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.366 INFO kablam! | Sep 02 01:34:48.366 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.368 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.368 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.368 INFO kablam! Sep 02 01:34:48.368 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.368 INFO kablam! --> src/arrays/Array64.rs:78:20 Sep 02 01:34:48.368 INFO kablam! | Sep 02 01:34:48.368 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.368 INFO kablam! | ^^^^^^ Sep 02 01:34:48.368 INFO kablam! | Sep 02 01:34:48.369 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.369 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.369 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.369 INFO kablam! Sep 02 01:34:48.369 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.372 INFO kablam! --> src/arrays/Array64.rs:78:34 Sep 02 01:34:48.372 INFO kablam! | Sep 02 01:34:48.372 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.372 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.372 INFO kablam! | Sep 02 01:34:48.372 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.372 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.372 INFO kablam! Sep 02 01:34:48.372 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.372 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 02 01:34:48.372 INFO kablam! | Sep 02 01:34:48.372 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.372 INFO kablam! | ^^^^^^ Sep 02 01:34:48.372 INFO kablam! | Sep 02 01:34:48.372 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.373 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.373 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.373 INFO kablam! Sep 02 01:34:48.373 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.373 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 02 01:34:48.373 INFO kablam! | Sep 02 01:34:48.373 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.373 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.373 INFO kablam! | Sep 02 01:34:48.373 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.373 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.373 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.373 INFO kablam! Sep 02 01:34:48.373 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.373 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 02 01:34:48.373 INFO kablam! | Sep 02 01:34:48.373 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.373 INFO kablam! | ^^^^^^ Sep 02 01:34:48.373 INFO kablam! | Sep 02 01:34:48.373 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.373 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.373 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.373 INFO kablam! Sep 02 01:34:48.373 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.373 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 02 01:34:48.374 INFO kablam! | Sep 02 01:34:48.374 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.374 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.374 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.374 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.374 INFO kablam! Sep 02 01:34:48.374 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.374 INFO kablam! --> src/arrays/Array64.rs:99:14 Sep 02 01:34:48.374 INFO kablam! | Sep 02 01:34:48.374 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.374 INFO kablam! | ^^^^^^ Sep 02 01:34:48.374 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.374 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.374 INFO kablam! Sep 02 01:34:48.374 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.374 INFO kablam! --> src/arrays/Array64.rs:99:28 Sep 02 01:34:48.374 INFO kablam! | Sep 02 01:34:48.374 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.374 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.374 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.375 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.375 INFO kablam! Sep 02 01:34:48.375 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.375 INFO kablam! --> src/arrays/Array64.rs:108:15 Sep 02 01:34:48.375 INFO kablam! | Sep 02 01:34:48.375 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.375 INFO kablam! | ^^^^^^ Sep 02 01:34:48.375 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.375 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.375 INFO kablam! Sep 02 01:34:48.375 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.375 INFO kablam! --> src/arrays/Array64.rs:120:3 Sep 02 01:34:48.375 INFO kablam! | Sep 02 01:34:48.375 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.375 INFO kablam! | ^^^^^^ Sep 02 01:34:48.375 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.375 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.375 INFO kablam! Sep 02 01:34:48.375 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.376 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 02 01:34:48.376 INFO kablam! | Sep 02 01:34:48.376 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.376 INFO kablam! | ^^^^^^ Sep 02 01:34:48.376 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.376 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.376 INFO kablam! Sep 02 01:34:48.376 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.376 INFO kablam! --> src/arrays/Array64.rs:141:4 Sep 02 01:34:48.376 INFO kablam! | Sep 02 01:34:48.376 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.376 INFO kablam! | ^^^^^^ Sep 02 01:34:48.376 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.376 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.377 INFO kablam! Sep 02 01:34:48.377 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.377 INFO kablam! --> src/arrays/Array64.rs:150:8 Sep 02 01:34:48.377 INFO kablam! | Sep 02 01:34:48.377 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.377 INFO kablam! | ^^^^^^ Sep 02 01:34:48.377 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.377 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.377 INFO kablam! Sep 02 01:34:48.377 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.377 INFO kablam! --> src/arrays/Array128.rs:44:3 Sep 02 01:34:48.377 INFO kablam! | Sep 02 01:34:48.377 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.377 INFO kablam! | ^^^^^^ Sep 02 01:34:48.377 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.378 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.378 INFO kablam! Sep 02 01:34:48.378 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.378 INFO kablam! --> src/arrays/Array128.rs:53:3 Sep 02 01:34:48.378 INFO kablam! | Sep 02 01:34:48.378 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.378 INFO kablam! | ^^^^^^ Sep 02 01:34:48.378 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.378 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.378 INFO kablam! Sep 02 01:34:48.378 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.378 INFO kablam! --> src/arrays/Array128.rs:53:18 Sep 02 01:34:48.378 INFO kablam! | Sep 02 01:34:48.378 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.378 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.378 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.378 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.379 INFO kablam! Sep 02 01:34:48.379 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.379 INFO kablam! --> src/arrays/Array128.rs:66:29 Sep 02 01:34:48.379 INFO kablam! | Sep 02 01:34:48.379 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.379 INFO kablam! | ^^^^^^ Sep 02 01:34:48.379 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.379 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.379 INFO kablam! Sep 02 01:34:48.379 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.379 INFO kablam! --> src/arrays/Array128.rs:66:43 Sep 02 01:34:48.379 INFO kablam! | Sep 02 01:34:48.379 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.379 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.379 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.380 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.380 INFO kablam! Sep 02 01:34:48.380 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.380 INFO kablam! --> src/arrays/Array128.rs:72:20 Sep 02 01:34:48.380 INFO kablam! | Sep 02 01:34:48.380 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.380 INFO kablam! | ^^^^^^ Sep 02 01:34:48.380 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.380 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.380 INFO kablam! Sep 02 01:34:48.380 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.380 INFO kablam! --> src/arrays/Array128.rs:72:34 Sep 02 01:34:48.380 INFO kablam! | Sep 02 01:34:48.380 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.381 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.381 INFO kablam! | Sep 02 01:34:48.381 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.381 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.381 INFO kablam! Sep 02 01:34:48.381 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.381 INFO kablam! --> src/arrays/Array128.rs:78:20 Sep 02 01:34:48.381 INFO kablam! | Sep 02 01:34:48.381 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.381 INFO kablam! | ^^^^^^ Sep 02 01:34:48.381 INFO kablam! | Sep 02 01:34:48.381 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.381 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.382 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.382 INFO kablam! Sep 02 01:34:48.382 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.382 INFO kablam! --> src/arrays/Array128.rs:78:34 Sep 02 01:34:48.382 INFO kablam! | Sep 02 01:34:48.382 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.382 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.382 INFO kablam! | Sep 02 01:34:48.387 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.387 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.388 INFO kablam! Sep 02 01:34:48.388 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.388 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 02 01:34:48.388 INFO kablam! | Sep 02 01:34:48.388 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.388 INFO kablam! | ^^^^^^ Sep 02 01:34:48.388 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.388 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.388 INFO kablam! Sep 02 01:34:48.388 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.388 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 02 01:34:48.388 INFO kablam! | Sep 02 01:34:48.388 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.388 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.388 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.388 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.388 INFO kablam! Sep 02 01:34:48.388 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.388 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 02 01:34:48.388 INFO kablam! | Sep 02 01:34:48.388 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.388 INFO kablam! | ^^^^^^ Sep 02 01:34:48.388 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.389 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.389 INFO kablam! Sep 02 01:34:48.389 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.389 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 02 01:34:48.389 INFO kablam! | Sep 02 01:34:48.389 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.389 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.389 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.389 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.389 INFO kablam! Sep 02 01:34:48.389 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.389 INFO kablam! --> src/arrays/Array128.rs:99:14 Sep 02 01:34:48.389 INFO kablam! | Sep 02 01:34:48.389 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.389 INFO kablam! | ^^^^^^ Sep 02 01:34:48.389 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.389 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.389 INFO kablam! Sep 02 01:34:48.389 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.389 INFO kablam! --> src/arrays/Array128.rs:99:28 Sep 02 01:34:48.389 INFO kablam! | Sep 02 01:34:48.389 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.389 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.389 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.390 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.390 INFO kablam! Sep 02 01:34:48.390 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.390 INFO kablam! --> src/arrays/Array128.rs:108:15 Sep 02 01:34:48.390 INFO kablam! | Sep 02 01:34:48.390 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.390 INFO kablam! | ^^^^^^ Sep 02 01:34:48.390 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.390 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.390 INFO kablam! Sep 02 01:34:48.390 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.390 INFO kablam! --> src/arrays/Array128.rs:120:3 Sep 02 01:34:48.390 INFO kablam! | Sep 02 01:34:48.390 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.390 INFO kablam! | ^^^^^^ Sep 02 01:34:48.391 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.391 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.391 INFO kablam! Sep 02 01:34:48.391 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.391 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 02 01:34:48.391 INFO kablam! | Sep 02 01:34:48.391 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.391 INFO kablam! | ^^^^^^ Sep 02 01:34:48.391 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.391 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.391 INFO kablam! Sep 02 01:34:48.391 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.391 INFO kablam! --> src/arrays/Array128.rs:141:4 Sep 02 01:34:48.391 INFO kablam! | Sep 02 01:34:48.391 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.391 INFO kablam! | ^^^^^^ Sep 02 01:34:48.392 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.392 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.392 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.392 INFO kablam! Sep 02 01:34:48.392 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.392 INFO kablam! --> src/arrays/Array128.rs:150:8 Sep 02 01:34:48.392 INFO kablam! | Sep 02 01:34:48.392 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.392 INFO kablam! | ^^^^^^ Sep 02 01:34:48.392 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.392 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.392 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.392 INFO kablam! Sep 02 01:34:48.392 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.392 INFO kablam! --> src/arrays/Array256.rs:44:3 Sep 02 01:34:48.392 INFO kablam! | Sep 02 01:34:48.392 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.393 INFO kablam! | ^^^^^^ Sep 02 01:34:48.393 INFO kablam! | Sep 02 01:34:48.393 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.393 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.393 INFO kablam! Sep 02 01:34:48.393 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.393 INFO kablam! --> src/arrays/Array256.rs:53:3 Sep 02 01:34:48.393 INFO kablam! | Sep 02 01:34:48.393 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.393 INFO kablam! | ^^^^^^ Sep 02 01:34:48.393 INFO kablam! | Sep 02 01:34:48.393 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.393 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.393 INFO kablam! Sep 02 01:34:48.393 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.393 INFO kablam! --> src/arrays/Array256.rs:53:18 Sep 02 01:34:48.393 INFO kablam! | Sep 02 01:34:48.393 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.394 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.394 INFO kablam! | Sep 02 01:34:48.394 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.394 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.394 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.394 INFO kablam! Sep 02 01:34:48.394 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.394 INFO kablam! --> src/arrays/Array256.rs:66:29 Sep 02 01:34:48.394 INFO kablam! | Sep 02 01:34:48.394 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.394 INFO kablam! | ^^^^^^ Sep 02 01:34:48.394 INFO kablam! | Sep 02 01:34:48.394 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.394 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.394 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.394 INFO kablam! Sep 02 01:34:48.394 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.394 INFO kablam! --> src/arrays/Array256.rs:66:43 Sep 02 01:34:48.394 INFO kablam! | Sep 02 01:34:48.394 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.394 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.394 INFO kablam! | Sep 02 01:34:48.394 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.394 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.394 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.394 INFO kablam! Sep 02 01:34:48.394 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.395 INFO kablam! --> src/arrays/Array256.rs:72:20 Sep 02 01:34:48.395 INFO kablam! | Sep 02 01:34:48.395 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.395 INFO kablam! | ^^^^^^ Sep 02 01:34:48.395 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.395 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.395 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.395 INFO kablam! Sep 02 01:34:48.395 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.395 INFO kablam! --> src/arrays/Array256.rs:72:34 Sep 02 01:34:48.395 INFO kablam! | Sep 02 01:34:48.395 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.395 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.395 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.395 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.395 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.395 INFO kablam! Sep 02 01:34:48.395 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.395 INFO kablam! --> src/arrays/Array256.rs:78:20 Sep 02 01:34:48.395 INFO kablam! | Sep 02 01:34:48.395 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.395 INFO kablam! | ^^^^^^ Sep 02 01:34:48.396 INFO kablam! | Sep 02 01:34:48.396 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.396 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.396 INFO kablam! Sep 02 01:34:48.396 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.396 INFO kablam! --> src/arrays/Array256.rs:78:34 Sep 02 01:34:48.396 INFO kablam! | Sep 02 01:34:48.396 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.396 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.396 INFO kablam! | Sep 02 01:34:48.396 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.396 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.396 INFO kablam! Sep 02 01:34:48.396 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.396 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 02 01:34:48.396 INFO kablam! | Sep 02 01:34:48.396 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.397 INFO kablam! | ^^^^^^ Sep 02 01:34:48.397 INFO kablam! | Sep 02 01:34:48.397 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.397 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.397 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.397 INFO kablam! Sep 02 01:34:48.397 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.397 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 02 01:34:48.397 INFO kablam! | Sep 02 01:34:48.397 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.397 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.397 INFO kablam! | Sep 02 01:34:48.397 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.397 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.397 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.397 INFO kablam! Sep 02 01:34:48.397 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.397 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 02 01:34:48.397 INFO kablam! | Sep 02 01:34:48.397 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.397 INFO kablam! | ^^^^^^ Sep 02 01:34:48.398 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.398 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.398 INFO kablam! Sep 02 01:34:48.398 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.398 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 02 01:34:48.398 INFO kablam! | Sep 02 01:34:48.398 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.398 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.398 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.398 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.398 INFO kablam! Sep 02 01:34:48.398 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.398 INFO kablam! --> src/arrays/Array256.rs:99:14 Sep 02 01:34:48.398 INFO kablam! | Sep 02 01:34:48.398 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.398 INFO kablam! | ^^^^^^ Sep 02 01:34:48.398 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.398 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.399 INFO kablam! Sep 02 01:34:48.399 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.399 INFO kablam! --> src/arrays/Array256.rs:99:28 Sep 02 01:34:48.399 INFO kablam! | Sep 02 01:34:48.399 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.399 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.399 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.399 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.399 INFO kablam! Sep 02 01:34:48.399 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.399 INFO kablam! --> src/arrays/Array256.rs:108:15 Sep 02 01:34:48.399 INFO kablam! | Sep 02 01:34:48.399 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.399 INFO kablam! | ^^^^^^ Sep 02 01:34:48.399 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.399 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.399 INFO kablam! Sep 02 01:34:48.399 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.400 INFO kablam! --> src/arrays/Array256.rs:120:3 Sep 02 01:34:48.400 INFO kablam! | Sep 02 01:34:48.400 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.400 INFO kablam! | ^^^^^^ Sep 02 01:34:48.400 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.400 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.400 INFO kablam! Sep 02 01:34:48.400 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.400 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 02 01:34:48.400 INFO kablam! | Sep 02 01:34:48.400 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.400 INFO kablam! | ^^^^^^ Sep 02 01:34:48.400 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.400 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.400 INFO kablam! Sep 02 01:34:48.400 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.400 INFO kablam! --> src/arrays/Array256.rs:141:4 Sep 02 01:34:48.400 INFO kablam! | Sep 02 01:34:48.400 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.400 INFO kablam! | ^^^^^^ Sep 02 01:34:48.400 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.401 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.401 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.401 INFO kablam! Sep 02 01:34:48.401 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.401 INFO kablam! --> src/arrays/Array256.rs:150:8 Sep 02 01:34:48.401 INFO kablam! | Sep 02 01:34:48.401 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.401 INFO kablam! | ^^^^^^ Sep 02 01:34:48.401 INFO kablam! | Sep 02 01:34:48.401 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.401 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.401 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.401 INFO kablam! Sep 02 01:34:48.401 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.401 INFO kablam! --> src/arrays/Array512.rs:44:3 Sep 02 01:34:48.401 INFO kablam! | Sep 02 01:34:48.401 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.401 INFO kablam! | ^^^^^^ Sep 02 01:34:48.401 INFO kablam! | Sep 02 01:34:48.401 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.401 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.401 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.401 INFO kablam! Sep 02 01:34:48.402 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.402 INFO kablam! --> src/arrays/Array512.rs:53:3 Sep 02 01:34:48.402 INFO kablam! | Sep 02 01:34:48.402 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.402 INFO kablam! | ^^^^^^ Sep 02 01:34:48.402 INFO kablam! | Sep 02 01:34:48.402 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.402 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.402 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.402 INFO kablam! Sep 02 01:34:48.406 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.406 INFO kablam! --> src/arrays/Array512.rs:53:18 Sep 02 01:34:48.406 INFO kablam! | Sep 02 01:34:48.406 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.406 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.407 INFO kablam! | Sep 02 01:34:48.407 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.407 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.407 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.407 INFO kablam! Sep 02 01:34:48.407 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.408 INFO kablam! --> src/arrays/Array512.rs:66:29 Sep 02 01:34:48.408 INFO kablam! | Sep 02 01:34:48.408 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.408 INFO kablam! | ^^^^^^ Sep 02 01:34:48.408 INFO kablam! | Sep 02 01:34:48.408 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.409 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.409 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.409 INFO kablam! Sep 02 01:34:48.409 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.409 INFO kablam! --> src/arrays/Array512.rs:66:43 Sep 02 01:34:48.409 INFO kablam! | Sep 02 01:34:48.418 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.418 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.418 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.419 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.419 INFO kablam! Sep 02 01:34:48.419 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.419 INFO kablam! --> src/arrays/Array512.rs:72:20 Sep 02 01:34:48.419 INFO kablam! | Sep 02 01:34:48.420 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.420 INFO kablam! | ^^^^^^ Sep 02 01:34:48.420 INFO kablam! | Sep 02 01:34:48.420 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.420 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.421 INFO kablam! Sep 02 01:34:48.421 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.421 INFO kablam! --> src/arrays/Array512.rs:72:34 Sep 02 01:34:48.421 INFO kablam! | Sep 02 01:34:48.421 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.421 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.421 INFO kablam! | Sep 02 01:34:48.421 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.421 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.421 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.421 INFO kablam! Sep 02 01:34:48.421 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.421 INFO kablam! --> src/arrays/Array512.rs:78:20 Sep 02 01:34:48.421 INFO kablam! | Sep 02 01:34:48.421 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.421 INFO kablam! | ^^^^^^ Sep 02 01:34:48.421 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.422 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.422 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.422 INFO kablam! Sep 02 01:34:48.422 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.422 INFO kablam! --> src/arrays/Array512.rs:78:34 Sep 02 01:34:48.422 INFO kablam! | Sep 02 01:34:48.423 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.423 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.423 INFO kablam! | Sep 02 01:34:48.423 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.423 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.423 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.423 INFO kablam! Sep 02 01:34:48.423 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.423 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 02 01:34:48.423 INFO kablam! | Sep 02 01:34:48.423 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.423 INFO kablam! | ^^^^^^ Sep 02 01:34:48.423 INFO kablam! | Sep 02 01:34:48.423 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.423 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.423 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.424 INFO kablam! Sep 02 01:34:48.424 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.424 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 02 01:34:48.424 INFO kablam! | Sep 02 01:34:48.424 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.424 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.424 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.424 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.424 INFO kablam! Sep 02 01:34:48.424 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.424 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 02 01:34:48.424 INFO kablam! | Sep 02 01:34:48.424 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.424 INFO kablam! | ^^^^^^ Sep 02 01:34:48.425 INFO kablam! | Sep 02 01:34:48.425 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.425 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.425 INFO kablam! Sep 02 01:34:48.425 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.425 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 02 01:34:48.426 INFO kablam! | Sep 02 01:34:48.426 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.426 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.426 INFO kablam! | Sep 02 01:34:48.426 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.426 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.426 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.427 INFO kablam! Sep 02 01:34:48.427 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.427 INFO kablam! --> src/arrays/Array512.rs:99:14 Sep 02 01:34:48.427 INFO kablam! | Sep 02 01:34:48.427 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.427 INFO kablam! | ^^^^^^ Sep 02 01:34:48.427 INFO kablam! | Sep 02 01:34:48.428 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.428 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.428 INFO kablam! Sep 02 01:34:48.428 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.428 INFO kablam! --> src/arrays/Array512.rs:99:28 Sep 02 01:34:48.428 INFO kablam! | Sep 02 01:34:48.428 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.429 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.429 INFO kablam! | Sep 02 01:34:48.429 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.429 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.429 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.429 INFO kablam! Sep 02 01:34:48.429 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.430 INFO kablam! --> src/arrays/Array512.rs:108:15 Sep 02 01:34:48.430 INFO kablam! | Sep 02 01:34:48.430 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.430 INFO kablam! | ^^^^^^ Sep 02 01:34:48.430 INFO kablam! | Sep 02 01:34:48.430 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.430 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.431 INFO kablam! Sep 02 01:34:48.431 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.431 INFO kablam! --> src/arrays/Array512.rs:120:3 Sep 02 01:34:48.431 INFO kablam! | Sep 02 01:34:48.431 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.432 INFO kablam! | ^^^^^^ Sep 02 01:34:48.432 INFO kablam! | Sep 02 01:34:48.432 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.432 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.432 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.432 INFO kablam! Sep 02 01:34:48.432 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.433 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 02 01:34:48.433 INFO kablam! | Sep 02 01:34:48.433 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.433 INFO kablam! | ^^^^^^ Sep 02 01:34:48.433 INFO kablam! | Sep 02 01:34:48.433 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.433 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.434 INFO kablam! Sep 02 01:34:48.434 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.434 INFO kablam! --> src/arrays/Array512.rs:141:4 Sep 02 01:34:48.434 INFO kablam! | Sep 02 01:34:48.434 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.434 INFO kablam! | ^^^^^^ Sep 02 01:34:48.435 INFO kablam! | Sep 02 01:34:48.435 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.435 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.435 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.435 INFO kablam! Sep 02 01:34:48.435 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.435 INFO kablam! --> src/arrays/Array512.rs:150:8 Sep 02 01:34:48.435 INFO kablam! | Sep 02 01:34:48.435 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.436 INFO kablam! | ^^^^^^ Sep 02 01:34:48.436 INFO kablam! | Sep 02 01:34:48.436 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.436 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.436 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.436 INFO kablam! Sep 02 01:34:48.436 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.436 INFO kablam! --> src/arrays/Array1024.rs:44:3 Sep 02 01:34:48.436 INFO kablam! | Sep 02 01:34:48.436 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 02 01:34:48.436 INFO kablam! | ^^^^^^ Sep 02 01:34:48.436 INFO kablam! | Sep 02 01:34:48.437 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.437 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.437 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.437 INFO kablam! Sep 02 01:34:48.437 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.437 INFO kablam! --> src/arrays/Array1024.rs:53:3 Sep 02 01:34:48.437 INFO kablam! | Sep 02 01:34:48.437 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.437 INFO kablam! | ^^^^^^ Sep 02 01:34:48.437 INFO kablam! | Sep 02 01:34:48.437 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.437 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.438 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.438 INFO kablam! Sep 02 01:34:48.438 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.438 INFO kablam! --> src/arrays/Array1024.rs:53:18 Sep 02 01:34:48.438 INFO kablam! | Sep 02 01:34:48.438 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 02 01:34:48.438 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.438 INFO kablam! | Sep 02 01:34:48.439 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.439 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.439 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.439 INFO kablam! Sep 02 01:34:48.439 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.439 INFO kablam! --> src/arrays/Array1024.rs:66:29 Sep 02 01:34:48.439 INFO kablam! | Sep 02 01:34:48.440 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.440 INFO kablam! | ^^^^^^ Sep 02 01:34:48.440 INFO kablam! | Sep 02 01:34:48.440 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.440 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.440 INFO kablam! Sep 02 01:34:48.440 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.440 INFO kablam! --> src/arrays/Array1024.rs:66:43 Sep 02 01:34:48.441 INFO kablam! | Sep 02 01:34:48.441 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.441 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.441 INFO kablam! | Sep 02 01:34:48.441 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.441 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.441 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.442 INFO kablam! Sep 02 01:34:48.442 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.442 INFO kablam! --> src/arrays/Array1024.rs:72:20 Sep 02 01:34:48.442 INFO kablam! | Sep 02 01:34:48.442 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.442 INFO kablam! | ^^^^^^ Sep 02 01:34:48.443 INFO kablam! | Sep 02 01:34:48.443 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.443 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.443 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.443 INFO kablam! Sep 02 01:34:48.443 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.443 INFO kablam! --> src/arrays/Array1024.rs:72:34 Sep 02 01:34:48.443 INFO kablam! | Sep 02 01:34:48.443 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.444 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.444 INFO kablam! | Sep 02 01:34:48.444 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.444 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.444 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.444 INFO kablam! Sep 02 01:34:48.444 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.445 INFO kablam! --> src/arrays/Array1024.rs:78:20 Sep 02 01:34:48.445 INFO kablam! | Sep 02 01:34:48.445 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.445 INFO kablam! | ^^^^^^ Sep 02 01:34:48.445 INFO kablam! | Sep 02 01:34:48.445 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.445 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.446 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.446 INFO kablam! Sep 02 01:34:48.446 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.446 INFO kablam! --> src/arrays/Array1024.rs:78:34 Sep 02 01:34:48.446 INFO kablam! | Sep 02 01:34:48.446 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.446 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.446 INFO kablam! | Sep 02 01:34:48.447 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.447 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.447 INFO kablam! Sep 02 01:34:48.447 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.447 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 02 01:34:48.447 INFO kablam! | Sep 02 01:34:48.448 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.448 INFO kablam! | ^^^^^^ Sep 02 01:34:48.448 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.448 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.448 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.448 INFO kablam! Sep 02 01:34:48.448 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.449 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 02 01:34:48.449 INFO kablam! | Sep 02 01:34:48.449 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.450 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.450 INFO kablam! | Sep 02 01:34:48.450 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.450 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.451 INFO kablam! Sep 02 01:34:48.454 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.454 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 02 01:34:48.462 INFO kablam! | Sep 02 01:34:48.462 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.463 INFO kablam! | ^^^^^^ Sep 02 01:34:48.463 INFO kablam! | Sep 02 01:34:48.463 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.463 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.463 INFO kablam! Sep 02 01:34:48.463 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.463 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 02 01:34:48.463 INFO kablam! | Sep 02 01:34:48.463 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.463 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.463 INFO kablam! | Sep 02 01:34:48.463 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.463 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.463 INFO kablam! Sep 02 01:34:48.463 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.463 INFO kablam! --> src/arrays/Array1024.rs:99:14 Sep 02 01:34:48.463 INFO kablam! | Sep 02 01:34:48.463 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.463 INFO kablam! | ^^^^^^ Sep 02 01:34:48.463 INFO kablam! | Sep 02 01:34:48.463 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.463 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.463 INFO kablam! Sep 02 01:34:48.463 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.464 INFO kablam! --> src/arrays/Array1024.rs:99:28 Sep 02 01:34:48.464 INFO kablam! | Sep 02 01:34:48.464 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 02 01:34:48.464 INFO kablam! | ^^^^^^^ Sep 02 01:34:48.464 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.464 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.464 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.464 INFO kablam! Sep 02 01:34:48.464 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.464 INFO kablam! --> src/arrays/Array1024.rs:108:15 Sep 02 01:34:48.464 INFO kablam! | Sep 02 01:34:48.464 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 02 01:34:48.464 INFO kablam! | ^^^^^^ Sep 02 01:34:48.464 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.464 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.464 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 01:34:48.464 INFO kablam! Sep 02 01:34:48.464 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.464 INFO kablam! --> src/arrays/Array1024.rs:120:3 Sep 02 01:34:48.464 INFO kablam! | Sep 02 01:34:48.465 INFO kablam! 120 | self.0.iter() Sep 02 01:34:48.465 INFO kablam! | ^^^^^^ Sep 02 01:34:48.465 INFO kablam! | Sep 02 01:34:48.465 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.465 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.465 INFO kablam! Sep 02 01:34:48.465 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.465 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 02 01:34:48.465 INFO kablam! | Sep 02 01:34:48.465 INFO kablam! 132 | self.0.iter_mut() Sep 02 01:34:48.465 INFO kablam! | ^^^^^^ Sep 02 01:34:48.465 INFO kablam! | Sep 02 01:34:48.465 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 01:34:48.465 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.465 INFO kablam! Sep 02 01:34:48.465 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.465 INFO kablam! --> src/arrays/Array1024.rs:141:4 Sep 02 01:34:48.466 INFO kablam! | Sep 02 01:34:48.466 INFO kablam! 141 | &self.0[..] Sep 02 01:34:48.466 INFO kablam! | ^^^^^^ Sep 02 01:34:48.466 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.466 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.466 INFO kablam! Sep 02 01:34:48.466 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 01:34:48.466 INFO kablam! --> src/arrays/Array1024.rs:150:8 Sep 02 01:34:48.466 INFO kablam! | Sep 02 01:34:48.466 INFO kablam! 150 | &mut self.0[..] Sep 02 01:34:48.466 INFO kablam! | ^^^^^^ Sep 02 01:34:48.466 INFO kablam! | Sep 02 01:34:48.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 02 01:34:48.466 INFO kablam! = note: for more information, see issue #46043 Sep 02 01:34:48.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 02 01:34:48.466 INFO kablam! Sep 02 01:34:48.467 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 02 01:34:48.467 INFO kablam! --> src/lib.rs:8:12 Sep 02 01:34:48.467 INFO kablam! | Sep 02 01:34:48.467 INFO kablam! 8 | #![feature(associated_consts)] Sep 02 01:34:48.467 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 02 01:34:48.467 INFO kablam! | Sep 02 01:34:48.467 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 01:34:48.467 INFO kablam! Sep 02 01:34:48.467 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.08s Sep 02 01:34:48.467 INFO kablam! su: No module specific data is present Sep 02 01:34:48.735 INFO running `"docker" "rm" "-f" "b91766c9cfb9d34fd992f139f2736102c8abde455dd305da43cb74d364d886fa"` Sep 02 01:34:48.833 INFO blam! b91766c9cfb9d34fd992f139f2736102c8abde455dd305da43cb74d364d886fa