Sep 19 19:13:26.369 INFO checking rust-extra-0.0.13 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 19:13:26.369 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 19:13:26.369 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:13:26.599 INFO blam! 952e09f8cfb6953c4df588c71b9fa1cb2a51ce593995e2ab11b10cf699f4aab9 Sep 19 19:13:26.601 INFO running `"docker" "start" "-a" "952e09f8cfb6953c4df588c71b9fa1cb2a51ce593995e2ab11b10cf699f4aab9"` Sep 19 19:13:27.407 INFO kablam! usermod: no changes Sep 19 19:13:27.475 INFO kablam! Checking rust-extra v0.0.13 (/source) Sep 19 19:13:27.794 INFO kablam! warning: unused macro definition Sep 19 19:13:27.795 INFO kablam! --> src/do_while_loop.rs:5:1 Sep 19 19:13:27.795 INFO kablam! | Sep 19 19:13:27.795 INFO kablam! 5 | / macro_rules! do_while_loop Sep 19 19:13:27.795 INFO kablam! 6 | | { Sep 19 19:13:27.795 INFO kablam! 7 | | ( Sep 19 19:13:27.795 INFO kablam! 8 | | do Sep 19 19:13:27.795 INFO kablam! ... | Sep 19 19:13:27.795 INFO kablam! 21 | | }; Sep 19 19:13:27.795 INFO kablam! 22 | | } Sep 19 19:13:27.795 INFO kablam! | |_^ Sep 19 19:13:27.795 INFO kablam! | Sep 19 19:13:27.795 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 19 19:13:27.795 INFO kablam! Sep 19 19:13:27.802 INFO kablam! warning: unused macro definition Sep 19 19:13:27.803 INFO kablam! --> src/do_while_loop.rs:5:1 Sep 19 19:13:27.803 INFO kablam! | Sep 19 19:13:27.803 INFO kablam! 5 | / macro_rules! do_while_loop Sep 19 19:13:27.803 INFO kablam! 6 | | { Sep 19 19:13:27.803 INFO kablam! 7 | | ( Sep 19 19:13:27.803 INFO kablam! 8 | | do Sep 19 19:13:27.803 INFO kablam! ... | Sep 19 19:13:27.803 INFO kablam! 21 | | }; Sep 19 19:13:27.803 INFO kablam! 22 | | } Sep 19 19:13:27.803 INFO kablam! | |_^ Sep 19 19:13:27.803 INFO kablam! | Sep 19 19:13:27.803 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 19 19:13:27.803 INFO kablam! Sep 19 19:13:28.431 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.431 INFO kablam! --> src/arrays/Array40.rs:44:3 Sep 19 19:13:28.431 INFO kablam! | Sep 19 19:13:28.431 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 19:13:28.431 INFO kablam! | ^^^^^^ Sep 19 19:13:28.431 INFO kablam! | Sep 19 19:13:28.431 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 19 19:13:28.431 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.431 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.431 INFO kablam! Sep 19 19:13:28.431 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.431 INFO kablam! --> src/arrays/Array40.rs:53:3 Sep 19 19:13:28.431 INFO kablam! | Sep 19 19:13:28.431 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.431 INFO kablam! | ^^^^^^ Sep 19 19:13:28.431 INFO kablam! | Sep 19 19:13:28.431 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.431 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.431 INFO kablam! Sep 19 19:13:28.431 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.431 INFO kablam! --> src/arrays/Array40.rs:53:18 Sep 19 19:13:28.431 INFO kablam! | Sep 19 19:13:28.431 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.431 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.431 INFO kablam! | Sep 19 19:13:28.431 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.431 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.431 INFO kablam! Sep 19 19:13:28.431 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.431 INFO kablam! --> src/arrays/Array40.rs:66:29 Sep 19 19:13:28.431 INFO kablam! | Sep 19 19:13:28.431 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.431 INFO kablam! | ^^^^^^ Sep 19 19:13:28.431 INFO kablam! | Sep 19 19:13:28.431 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.431 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.431 INFO kablam! Sep 19 19:13:28.431 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.431 INFO kablam! --> src/arrays/Array40.rs:66:43 Sep 19 19:13:28.431 INFO kablam! | Sep 19 19:13:28.431 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.431 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.431 INFO kablam! | Sep 19 19:13:28.431 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.431 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.431 INFO kablam! Sep 19 19:13:28.431 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.431 INFO kablam! --> src/arrays/Array40.rs:72:20 Sep 19 19:13:28.431 INFO kablam! | Sep 19 19:13:28.431 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.431 INFO kablam! | ^^^^^^ Sep 19 19:13:28.431 INFO kablam! | Sep 19 19:13:28.431 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.431 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.431 INFO kablam! Sep 19 19:13:28.431 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.432 INFO kablam! --> src/arrays/Array40.rs:72:34 Sep 19 19:13:28.432 INFO kablam! | Sep 19 19:13:28.432 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.432 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.432 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.432 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.432 INFO kablam! Sep 19 19:13:28.432 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.432 INFO kablam! --> src/arrays/Array40.rs:78:20 Sep 19 19:13:28.432 INFO kablam! | Sep 19 19:13:28.432 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.432 INFO kablam! | ^^^^^^ Sep 19 19:13:28.432 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.432 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.432 INFO kablam! Sep 19 19:13:28.432 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.432 INFO kablam! --> src/arrays/Array40.rs:78:34 Sep 19 19:13:28.432 INFO kablam! | Sep 19 19:13:28.432 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.432 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.432 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.432 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.432 INFO kablam! Sep 19 19:13:28.432 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.432 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 19 19:13:28.432 INFO kablam! | Sep 19 19:13:28.432 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.432 INFO kablam! | ^^^^^^ Sep 19 19:13:28.432 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.432 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.432 INFO kablam! Sep 19 19:13:28.432 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.433 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 19 19:13:28.433 INFO kablam! | Sep 19 19:13:28.433 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.433 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.433 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.433 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.433 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.433 INFO kablam! Sep 19 19:13:28.433 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.433 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 19 19:13:28.433 INFO kablam! | Sep 19 19:13:28.433 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.433 INFO kablam! | ^^^^^^ Sep 19 19:13:28.433 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.433 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.433 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.433 INFO kablam! Sep 19 19:13:28.433 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.433 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 19 19:13:28.433 INFO kablam! | Sep 19 19:13:28.433 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.433 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.433 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.433 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.433 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.433 INFO kablam! Sep 19 19:13:28.433 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.433 INFO kablam! --> src/arrays/Array40.rs:99:14 Sep 19 19:13:28.433 INFO kablam! | Sep 19 19:13:28.433 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.433 INFO kablam! | ^^^^^^ Sep 19 19:13:28.433 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.433 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.433 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.433 INFO kablam! Sep 19 19:13:28.434 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.434 INFO kablam! --> src/arrays/Array40.rs:99:28 Sep 19 19:13:28.434 INFO kablam! | Sep 19 19:13:28.434 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.434 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.434 INFO kablam! | Sep 19 19:13:28.434 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.434 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.434 INFO kablam! Sep 19 19:13:28.434 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.434 INFO kablam! --> src/arrays/Array40.rs:108:15 Sep 19 19:13:28.434 INFO kablam! | Sep 19 19:13:28.434 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 19:13:28.434 INFO kablam! | ^^^^^^ Sep 19 19:13:28.434 INFO kablam! | Sep 19 19:13:28.434 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.434 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.434 INFO kablam! Sep 19 19:13:28.434 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.434 INFO kablam! --> src/arrays/Array40.rs:120:3 Sep 19 19:13:28.434 INFO kablam! | Sep 19 19:13:28.434 INFO kablam! 120 | self.0.iter() Sep 19 19:13:28.434 INFO kablam! | ^^^^^^ Sep 19 19:13:28.434 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.439 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.439 INFO kablam! Sep 19 19:13:28.439 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.439 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 19 19:13:28.439 INFO kablam! | Sep 19 19:13:28.439 INFO kablam! 132 | self.0.iter_mut() Sep 19 19:13:28.439 INFO kablam! | ^^^^^^ Sep 19 19:13:28.439 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.439 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.439 INFO kablam! Sep 19 19:13:28.439 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.439 INFO kablam! --> src/arrays/Array40.rs:141:4 Sep 19 19:13:28.439 INFO kablam! | Sep 19 19:13:28.439 INFO kablam! 141 | &self.0[..] Sep 19 19:13:28.439 INFO kablam! | ^^^^^^ Sep 19 19:13:28.439 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.439 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.439 INFO kablam! Sep 19 19:13:28.439 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.439 INFO kablam! --> src/arrays/Array40.rs:150:8 Sep 19 19:13:28.439 INFO kablam! | Sep 19 19:13:28.439 INFO kablam! 150 | &mut self.0[..] Sep 19 19:13:28.439 INFO kablam! | ^^^^^^ Sep 19 19:13:28.439 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.439 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.439 INFO kablam! Sep 19 19:13:28.439 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.439 INFO kablam! --> src/arrays/Array52.rs:44:3 Sep 19 19:13:28.439 INFO kablam! | Sep 19 19:13:28.439 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 19:13:28.439 INFO kablam! | ^^^^^^ Sep 19 19:13:28.439 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.439 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.439 INFO kablam! Sep 19 19:13:28.439 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.439 INFO kablam! --> src/arrays/Array52.rs:53:3 Sep 19 19:13:28.439 INFO kablam! | Sep 19 19:13:28.439 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.439 INFO kablam! | ^^^^^^ Sep 19 19:13:28.439 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.439 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.439 INFO kablam! Sep 19 19:13:28.439 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.439 INFO kablam! --> src/arrays/Array52.rs:53:18 Sep 19 19:13:28.439 INFO kablam! | Sep 19 19:13:28.439 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.440 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.440 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.440 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.440 INFO kablam! Sep 19 19:13:28.440 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.441 INFO kablam! --> src/arrays/Array52.rs:66:29 Sep 19 19:13:28.441 INFO kablam! | Sep 19 19:13:28.441 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.441 INFO kablam! | ^^^^^^ Sep 19 19:13:28.441 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.441 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.441 INFO kablam! Sep 19 19:13:28.441 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.441 INFO kablam! --> src/arrays/Array52.rs:66:43 Sep 19 19:13:28.441 INFO kablam! | Sep 19 19:13:28.441 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.441 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.441 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.441 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.441 INFO kablam! Sep 19 19:13:28.441 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.441 INFO kablam! --> src/arrays/Array52.rs:72:20 Sep 19 19:13:28.442 INFO kablam! | Sep 19 19:13:28.442 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.442 INFO kablam! | ^^^^^^ Sep 19 19:13:28.442 INFO kablam! | Sep 19 19:13:28.442 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.442 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.442 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.442 INFO kablam! Sep 19 19:13:28.442 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.442 INFO kablam! --> src/arrays/Array52.rs:72:34 Sep 19 19:13:28.442 INFO kablam! | Sep 19 19:13:28.442 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.442 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.442 INFO kablam! | Sep 19 19:13:28.442 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.442 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.442 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.442 INFO kablam! Sep 19 19:13:28.442 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.442 INFO kablam! --> src/arrays/Array52.rs:78:20 Sep 19 19:13:28.442 INFO kablam! | Sep 19 19:13:28.442 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.442 INFO kablam! | ^^^^^^ Sep 19 19:13:28.442 INFO kablam! | Sep 19 19:13:28.442 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.442 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.442 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.442 INFO kablam! Sep 19 19:13:28.442 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.442 INFO kablam! --> src/arrays/Array52.rs:78:34 Sep 19 19:13:28.442 INFO kablam! | Sep 19 19:13:28.442 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.442 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.442 INFO kablam! | Sep 19 19:13:28.442 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.442 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.442 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.442 INFO kablam! Sep 19 19:13:28.442 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.442 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 19 19:13:28.442 INFO kablam! | Sep 19 19:13:28.443 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.443 INFO kablam! | ^^^^^^ Sep 19 19:13:28.443 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.443 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.443 INFO kablam! Sep 19 19:13:28.443 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.443 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 19 19:13:28.443 INFO kablam! | Sep 19 19:13:28.443 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.443 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.443 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.443 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.443 INFO kablam! Sep 19 19:13:28.443 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.443 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 19 19:13:28.443 INFO kablam! | Sep 19 19:13:28.443 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.443 INFO kablam! | ^^^^^^ Sep 19 19:13:28.443 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.443 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.443 INFO kablam! Sep 19 19:13:28.443 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.443 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 19 19:13:28.443 INFO kablam! | Sep 19 19:13:28.443 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.443 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.443 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.443 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.443 INFO kablam! Sep 19 19:13:28.443 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.443 INFO kablam! --> src/arrays/Array52.rs:99:14 Sep 19 19:13:28.443 INFO kablam! | Sep 19 19:13:28.443 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.443 INFO kablam! | ^^^^^^ Sep 19 19:13:28.443 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.443 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.443 INFO kablam! Sep 19 19:13:28.443 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.443 INFO kablam! --> src/arrays/Array52.rs:99:28 Sep 19 19:13:28.443 INFO kablam! | Sep 19 19:13:28.443 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.444 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.444 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.444 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.444 INFO kablam! Sep 19 19:13:28.444 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.444 INFO kablam! --> src/arrays/Array52.rs:108:15 Sep 19 19:13:28.444 INFO kablam! | Sep 19 19:13:28.444 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 19:13:28.444 INFO kablam! | ^^^^^^ Sep 19 19:13:28.444 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.444 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.444 INFO kablam! Sep 19 19:13:28.444 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.444 INFO kablam! --> src/arrays/Array52.rs:120:3 Sep 19 19:13:28.444 INFO kablam! | Sep 19 19:13:28.444 INFO kablam! 120 | self.0.iter() Sep 19 19:13:28.444 INFO kablam! | ^^^^^^ Sep 19 19:13:28.444 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.444 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.444 INFO kablam! Sep 19 19:13:28.444 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.444 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 19 19:13:28.444 INFO kablam! | Sep 19 19:13:28.444 INFO kablam! 132 | self.0.iter_mut() Sep 19 19:13:28.444 INFO kablam! | ^^^^^^ Sep 19 19:13:28.444 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.444 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.444 INFO kablam! Sep 19 19:13:28.444 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.444 INFO kablam! --> src/arrays/Array52.rs:141:4 Sep 19 19:13:28.444 INFO kablam! | Sep 19 19:13:28.444 INFO kablam! 141 | &self.0[..] Sep 19 19:13:28.444 INFO kablam! | ^^^^^^ Sep 19 19:13:28.444 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.444 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.444 INFO kablam! Sep 19 19:13:28.444 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.444 INFO kablam! --> src/arrays/Array52.rs:150:8 Sep 19 19:13:28.444 INFO kablam! | Sep 19 19:13:28.444 INFO kablam! 150 | &mut self.0[..] Sep 19 19:13:28.444 INFO kablam! | ^^^^^^ Sep 19 19:13:28.444 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.445 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.445 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.445 INFO kablam! Sep 19 19:13:28.445 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.445 INFO kablam! --> src/arrays/Array64.rs:44:3 Sep 19 19:13:28.445 INFO kablam! | Sep 19 19:13:28.445 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 19:13:28.445 INFO kablam! | ^^^^^^ Sep 19 19:13:28.445 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.445 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.445 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.445 INFO kablam! Sep 19 19:13:28.445 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.445 INFO kablam! --> src/arrays/Array64.rs:53:3 Sep 19 19:13:28.445 INFO kablam! | Sep 19 19:13:28.445 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.445 INFO kablam! | ^^^^^^ Sep 19 19:13:28.445 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.445 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.445 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.445 INFO kablam! Sep 19 19:13:28.445 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.445 INFO kablam! --> src/arrays/Array64.rs:53:18 Sep 19 19:13:28.445 INFO kablam! | Sep 19 19:13:28.445 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.445 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.445 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.445 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.445 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.445 INFO kablam! Sep 19 19:13:28.445 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.445 INFO kablam! --> src/arrays/Array64.rs:66:29 Sep 19 19:13:28.445 INFO kablam! | Sep 19 19:13:28.445 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.445 INFO kablam! | ^^^^^^ Sep 19 19:13:28.445 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.445 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.445 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.445 INFO kablam! Sep 19 19:13:28.445 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.445 INFO kablam! --> src/arrays/Array64.rs:66:43 Sep 19 19:13:28.445 INFO kablam! | Sep 19 19:13:28.445 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.445 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.445 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.446 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.446 INFO kablam! Sep 19 19:13:28.446 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.446 INFO kablam! --> src/arrays/Array64.rs:72:20 Sep 19 19:13:28.446 INFO kablam! | Sep 19 19:13:28.446 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.446 INFO kablam! | ^^^^^^ Sep 19 19:13:28.446 INFO kablam! | Sep 19 19:13:28.446 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.446 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.446 INFO kablam! Sep 19 19:13:28.446 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.446 INFO kablam! --> src/arrays/Array64.rs:72:34 Sep 19 19:13:28.446 INFO kablam! | Sep 19 19:13:28.446 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.446 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.446 INFO kablam! | Sep 19 19:13:28.446 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.446 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.446 INFO kablam! Sep 19 19:13:28.446 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.446 INFO kablam! --> src/arrays/Array64.rs:78:20 Sep 19 19:13:28.446 INFO kablam! | Sep 19 19:13:28.446 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.446 INFO kablam! | ^^^^^^ Sep 19 19:13:28.446 INFO kablam! | Sep 19 19:13:28.446 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.446 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.446 INFO kablam! Sep 19 19:13:28.446 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.446 INFO kablam! --> src/arrays/Array64.rs:78:34 Sep 19 19:13:28.446 INFO kablam! | Sep 19 19:13:28.446 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.446 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.446 INFO kablam! | Sep 19 19:13:28.446 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.446 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.450 INFO kablam! Sep 19 19:13:28.451 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.451 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 19 19:13:28.451 INFO kablam! | Sep 19 19:13:28.451 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.451 INFO kablam! | ^^^^^^ Sep 19 19:13:28.451 INFO kablam! | Sep 19 19:13:28.451 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.451 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.451 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.451 INFO kablam! Sep 19 19:13:28.451 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.451 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 19 19:13:28.451 INFO kablam! | Sep 19 19:13:28.451 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.451 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.451 INFO kablam! | Sep 19 19:13:28.451 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.451 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.451 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.451 INFO kablam! Sep 19 19:13:28.451 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.451 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 19 19:13:28.451 INFO kablam! | Sep 19 19:13:28.451 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.451 INFO kablam! | ^^^^^^ Sep 19 19:13:28.451 INFO kablam! | Sep 19 19:13:28.451 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.451 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.451 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.451 INFO kablam! Sep 19 19:13:28.451 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.451 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 19 19:13:28.451 INFO kablam! | Sep 19 19:13:28.451 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.451 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.451 INFO kablam! | Sep 19 19:13:28.451 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.451 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.451 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.451 INFO kablam! Sep 19 19:13:28.451 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.451 INFO kablam! --> src/arrays/Array64.rs:99:14 Sep 19 19:13:28.451 INFO kablam! | Sep 19 19:13:28.451 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.451 INFO kablam! | ^^^^^^ Sep 19 19:13:28.451 INFO kablam! | Sep 19 19:13:28.451 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.451 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.452 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.452 INFO kablam! Sep 19 19:13:28.452 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.452 INFO kablam! --> src/arrays/Array64.rs:99:28 Sep 19 19:13:28.452 INFO kablam! | Sep 19 19:13:28.452 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.452 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.452 INFO kablam! | Sep 19 19:13:28.452 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.452 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.452 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.452 INFO kablam! Sep 19 19:13:28.452 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.452 INFO kablam! --> src/arrays/Array64.rs:108:15 Sep 19 19:13:28.452 INFO kablam! | Sep 19 19:13:28.452 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 19:13:28.452 INFO kablam! | ^^^^^^ Sep 19 19:13:28.452 INFO kablam! | Sep 19 19:13:28.452 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.452 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.452 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.452 INFO kablam! Sep 19 19:13:28.452 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.452 INFO kablam! --> src/arrays/Array64.rs:120:3 Sep 19 19:13:28.452 INFO kablam! | Sep 19 19:13:28.452 INFO kablam! 120 | self.0.iter() Sep 19 19:13:28.452 INFO kablam! | ^^^^^^ Sep 19 19:13:28.452 INFO kablam! | Sep 19 19:13:28.452 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.452 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.452 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.452 INFO kablam! Sep 19 19:13:28.452 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.452 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 19 19:13:28.452 INFO kablam! | Sep 19 19:13:28.452 INFO kablam! 132 | self.0.iter_mut() Sep 19 19:13:28.452 INFO kablam! | ^^^^^^ Sep 19 19:13:28.452 INFO kablam! | Sep 19 19:13:28.452 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.452 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.452 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.452 INFO kablam! Sep 19 19:13:28.452 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.452 INFO kablam! --> src/arrays/Array64.rs:141:4 Sep 19 19:13:28.452 INFO kablam! | Sep 19 19:13:28.452 INFO kablam! 141 | &self.0[..] Sep 19 19:13:28.452 INFO kablam! | ^^^^^^ Sep 19 19:13:28.452 INFO kablam! | Sep 19 19:13:28.452 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.452 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.452 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.452 INFO kablam! Sep 19 19:13:28.452 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.453 INFO kablam! --> src/arrays/Array64.rs:150:8 Sep 19 19:13:28.453 INFO kablam! | Sep 19 19:13:28.453 INFO kablam! 150 | &mut self.0[..] Sep 19 19:13:28.453 INFO kablam! | ^^^^^^ Sep 19 19:13:28.453 INFO kablam! | Sep 19 19:13:28.453 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.453 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.453 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.453 INFO kablam! Sep 19 19:13:28.453 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.453 INFO kablam! --> src/arrays/Array128.rs:44:3 Sep 19 19:13:28.453 INFO kablam! | Sep 19 19:13:28.453 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 19:13:28.453 INFO kablam! | ^^^^^^ Sep 19 19:13:28.453 INFO kablam! | Sep 19 19:13:28.453 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.453 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.453 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.453 INFO kablam! Sep 19 19:13:28.453 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.453 INFO kablam! --> src/arrays/Array128.rs:53:3 Sep 19 19:13:28.453 INFO kablam! | Sep 19 19:13:28.453 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.453 INFO kablam! | ^^^^^^ Sep 19 19:13:28.453 INFO kablam! | Sep 19 19:13:28.453 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.453 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.453 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.453 INFO kablam! Sep 19 19:13:28.453 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.453 INFO kablam! --> src/arrays/Array128.rs:53:18 Sep 19 19:13:28.453 INFO kablam! | Sep 19 19:13:28.453 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.453 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.453 INFO kablam! | Sep 19 19:13:28.453 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.453 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.453 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.453 INFO kablam! Sep 19 19:13:28.453 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.453 INFO kablam! --> src/arrays/Array128.rs:66:29 Sep 19 19:13:28.453 INFO kablam! | Sep 19 19:13:28.453 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.453 INFO kablam! | ^^^^^^ Sep 19 19:13:28.453 INFO kablam! | Sep 19 19:13:28.453 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.453 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.453 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.453 INFO kablam! Sep 19 19:13:28.453 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.453 INFO kablam! --> src/arrays/Array128.rs:66:43 Sep 19 19:13:28.453 INFO kablam! | Sep 19 19:13:28.453 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.454 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.454 INFO kablam! | Sep 19 19:13:28.454 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.454 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.454 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.454 INFO kablam! Sep 19 19:13:28.454 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.454 INFO kablam! --> src/arrays/Array128.rs:72:20 Sep 19 19:13:28.454 INFO kablam! | Sep 19 19:13:28.454 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.454 INFO kablam! | ^^^^^^ Sep 19 19:13:28.454 INFO kablam! | Sep 19 19:13:28.454 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.454 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.454 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.454 INFO kablam! Sep 19 19:13:28.454 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.454 INFO kablam! --> src/arrays/Array128.rs:72:34 Sep 19 19:13:28.454 INFO kablam! | Sep 19 19:13:28.454 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.454 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.454 INFO kablam! | Sep 19 19:13:28.454 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.454 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.454 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.454 INFO kablam! Sep 19 19:13:28.454 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.454 INFO kablam! --> src/arrays/Array128.rs:78:20 Sep 19 19:13:28.455 INFO kablam! | Sep 19 19:13:28.455 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.455 INFO kablam! | ^^^^^^ Sep 19 19:13:28.455 INFO kablam! | Sep 19 19:13:28.455 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.455 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.455 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.455 INFO kablam! Sep 19 19:13:28.455 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.455 INFO kablam! --> src/arrays/Array128.rs:78:34 Sep 19 19:13:28.455 INFO kablam! | Sep 19 19:13:28.455 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.455 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.455 INFO kablam! | Sep 19 19:13:28.455 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.455 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.455 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.455 INFO kablam! Sep 19 19:13:28.455 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.455 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 19 19:13:28.455 INFO kablam! | Sep 19 19:13:28.455 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.455 INFO kablam! | ^^^^^^ Sep 19 19:13:28.455 INFO kablam! | Sep 19 19:13:28.455 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.455 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.455 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.455 INFO kablam! Sep 19 19:13:28.455 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.455 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 19 19:13:28.455 INFO kablam! | Sep 19 19:13:28.455 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.455 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.455 INFO kablam! | Sep 19 19:13:28.455 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.455 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.455 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.455 INFO kablam! Sep 19 19:13:28.456 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.456 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 19 19:13:28.456 INFO kablam! | Sep 19 19:13:28.456 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.456 INFO kablam! | ^^^^^^ Sep 19 19:13:28.456 INFO kablam! | Sep 19 19:13:28.456 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.456 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.456 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.456 INFO kablam! Sep 19 19:13:28.456 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.456 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 19 19:13:28.456 INFO kablam! | Sep 19 19:13:28.456 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.456 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.456 INFO kablam! | Sep 19 19:13:28.456 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.456 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.456 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.456 INFO kablam! Sep 19 19:13:28.456 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.456 INFO kablam! --> src/arrays/Array128.rs:99:14 Sep 19 19:13:28.456 INFO kablam! | Sep 19 19:13:28.456 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.456 INFO kablam! | ^^^^^^ Sep 19 19:13:28.456 INFO kablam! | Sep 19 19:13:28.456 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.456 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.456 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.456 INFO kablam! Sep 19 19:13:28.456 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.456 INFO kablam! --> src/arrays/Array128.rs:99:28 Sep 19 19:13:28.456 INFO kablam! | Sep 19 19:13:28.456 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.456 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.456 INFO kablam! | Sep 19 19:13:28.456 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.456 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.456 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.456 INFO kablam! Sep 19 19:13:28.456 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.456 INFO kablam! --> src/arrays/Array128.rs:108:15 Sep 19 19:13:28.456 INFO kablam! | Sep 19 19:13:28.456 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 19:13:28.456 INFO kablam! | ^^^^^^ Sep 19 19:13:28.456 INFO kablam! | Sep 19 19:13:28.456 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.456 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.456 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.457 INFO kablam! Sep 19 19:13:28.457 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.457 INFO kablam! --> src/arrays/Array128.rs:120:3 Sep 19 19:13:28.457 INFO kablam! | Sep 19 19:13:28.457 INFO kablam! 120 | self.0.iter() Sep 19 19:13:28.457 INFO kablam! | ^^^^^^ Sep 19 19:13:28.457 INFO kablam! | Sep 19 19:13:28.457 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.457 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.457 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.457 INFO kablam! Sep 19 19:13:28.457 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.457 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 19 19:13:28.457 INFO kablam! | Sep 19 19:13:28.457 INFO kablam! 132 | self.0.iter_mut() Sep 19 19:13:28.457 INFO kablam! | ^^^^^^ Sep 19 19:13:28.457 INFO kablam! | Sep 19 19:13:28.457 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.457 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.457 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.457 INFO kablam! Sep 19 19:13:28.457 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.457 INFO kablam! --> src/arrays/Array128.rs:141:4 Sep 19 19:13:28.457 INFO kablam! | Sep 19 19:13:28.457 INFO kablam! 141 | &self.0[..] Sep 19 19:13:28.457 INFO kablam! | ^^^^^^ Sep 19 19:13:28.457 INFO kablam! | Sep 19 19:13:28.457 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.457 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.457 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.457 INFO kablam! Sep 19 19:13:28.457 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.457 INFO kablam! --> src/arrays/Array128.rs:150:8 Sep 19 19:13:28.457 INFO kablam! | Sep 19 19:13:28.457 INFO kablam! 150 | &mut self.0[..] Sep 19 19:13:28.457 INFO kablam! | ^^^^^^ Sep 19 19:13:28.457 INFO kablam! | Sep 19 19:13:28.457 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.457 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.457 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.457 INFO kablam! Sep 19 19:13:28.457 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.457 INFO kablam! --> src/arrays/Array256.rs:44:3 Sep 19 19:13:28.457 INFO kablam! | Sep 19 19:13:28.457 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 19:13:28.457 INFO kablam! | ^^^^^^ Sep 19 19:13:28.457 INFO kablam! | Sep 19 19:13:28.457 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.458 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.458 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.458 INFO kablam! Sep 19 19:13:28.458 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.458 INFO kablam! --> src/arrays/Array256.rs:53:3 Sep 19 19:13:28.458 INFO kablam! | Sep 19 19:13:28.458 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.458 INFO kablam! | ^^^^^^ Sep 19 19:13:28.458 INFO kablam! | Sep 19 19:13:28.458 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.458 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.458 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.458 INFO kablam! Sep 19 19:13:28.458 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.458 INFO kablam! --> src/arrays/Array256.rs:53:18 Sep 19 19:13:28.458 INFO kablam! | Sep 19 19:13:28.458 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.458 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.458 INFO kablam! | Sep 19 19:13:28.458 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.458 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.458 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.458 INFO kablam! Sep 19 19:13:28.458 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.458 INFO kablam! --> src/arrays/Array256.rs:66:29 Sep 19 19:13:28.458 INFO kablam! | Sep 19 19:13:28.458 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.458 INFO kablam! | ^^^^^^ Sep 19 19:13:28.458 INFO kablam! | Sep 19 19:13:28.458 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.458 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.458 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.458 INFO kablam! Sep 19 19:13:28.458 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.458 INFO kablam! --> src/arrays/Array256.rs:66:43 Sep 19 19:13:28.458 INFO kablam! | Sep 19 19:13:28.458 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.458 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.458 INFO kablam! | Sep 19 19:13:28.458 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.458 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.458 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.458 INFO kablam! Sep 19 19:13:28.458 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.458 INFO kablam! --> src/arrays/Array256.rs:72:20 Sep 19 19:13:28.458 INFO kablam! | Sep 19 19:13:28.458 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.459 INFO kablam! | ^^^^^^ Sep 19 19:13:28.459 INFO kablam! | Sep 19 19:13:28.459 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.459 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.459 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.459 INFO kablam! Sep 19 19:13:28.459 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.459 INFO kablam! --> src/arrays/Array256.rs:72:34 Sep 19 19:13:28.459 INFO kablam! | Sep 19 19:13:28.459 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.459 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.459 INFO kablam! | Sep 19 19:13:28.459 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.459 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.459 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.459 INFO kablam! Sep 19 19:13:28.459 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.459 INFO kablam! --> src/arrays/Array256.rs:78:20 Sep 19 19:13:28.459 INFO kablam! | Sep 19 19:13:28.459 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.459 INFO kablam! | ^^^^^^ Sep 19 19:13:28.459 INFO kablam! | Sep 19 19:13:28.459 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.459 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.459 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.459 INFO kablam! Sep 19 19:13:28.459 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.459 INFO kablam! --> src/arrays/Array256.rs:78:34 Sep 19 19:13:28.460 INFO kablam! | Sep 19 19:13:28.460 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.460 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.460 INFO kablam! | Sep 19 19:13:28.460 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.460 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.460 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.460 INFO kablam! Sep 19 19:13:28.460 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.460 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 19 19:13:28.460 INFO kablam! | Sep 19 19:13:28.460 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.460 INFO kablam! | ^^^^^^ Sep 19 19:13:28.460 INFO kablam! | Sep 19 19:13:28.460 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.460 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.460 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.460 INFO kablam! Sep 19 19:13:28.460 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.460 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 19 19:13:28.460 INFO kablam! | Sep 19 19:13:28.460 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.460 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.460 INFO kablam! | Sep 19 19:13:28.460 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.460 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.460 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.460 INFO kablam! Sep 19 19:13:28.460 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.461 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 19 19:13:28.461 INFO kablam! | Sep 19 19:13:28.461 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.461 INFO kablam! | ^^^^^^ Sep 19 19:13:28.461 INFO kablam! | Sep 19 19:13:28.461 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.461 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.461 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.461 INFO kablam! Sep 19 19:13:28.461 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.461 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 19 19:13:28.461 INFO kablam! | Sep 19 19:13:28.461 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.461 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.461 INFO kablam! | Sep 19 19:13:28.461 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.461 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.461 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.461 INFO kablam! Sep 19 19:13:28.461 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.461 INFO kablam! --> src/arrays/Array256.rs:99:14 Sep 19 19:13:28.461 INFO kablam! | Sep 19 19:13:28.461 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.461 INFO kablam! | ^^^^^^ Sep 19 19:13:28.461 INFO kablam! | Sep 19 19:13:28.461 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.461 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.461 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.462 INFO kablam! Sep 19 19:13:28.462 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.462 INFO kablam! --> src/arrays/Array256.rs:99:28 Sep 19 19:13:28.462 INFO kablam! | Sep 19 19:13:28.462 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.462 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.462 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.463 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.463 INFO kablam! Sep 19 19:13:28.463 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.463 INFO kablam! --> src/arrays/Array256.rs:108:15 Sep 19 19:13:28.463 INFO kablam! | Sep 19 19:13:28.463 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 19:13:28.463 INFO kablam! | ^^^^^^ Sep 19 19:13:28.463 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.463 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.463 INFO kablam! Sep 19 19:13:28.463 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.463 INFO kablam! --> src/arrays/Array256.rs:120:3 Sep 19 19:13:28.463 INFO kablam! | Sep 19 19:13:28.463 INFO kablam! 120 | self.0.iter() Sep 19 19:13:28.463 INFO kablam! | ^^^^^^ Sep 19 19:13:28.463 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.463 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.463 INFO kablam! Sep 19 19:13:28.463 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.463 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 19 19:13:28.463 INFO kablam! | Sep 19 19:13:28.463 INFO kablam! 132 | self.0.iter_mut() Sep 19 19:13:28.463 INFO kablam! | ^^^^^^ Sep 19 19:13:28.463 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.463 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.464 INFO kablam! Sep 19 19:13:28.464 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.464 INFO kablam! --> src/arrays/Array256.rs:141:4 Sep 19 19:13:28.464 INFO kablam! | Sep 19 19:13:28.464 INFO kablam! 141 | &self.0[..] Sep 19 19:13:28.464 INFO kablam! | ^^^^^^ Sep 19 19:13:28.464 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.464 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.464 INFO kablam! Sep 19 19:13:28.464 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.464 INFO kablam! --> src/arrays/Array256.rs:150:8 Sep 19 19:13:28.464 INFO kablam! | Sep 19 19:13:28.464 INFO kablam! 150 | &mut self.0[..] Sep 19 19:13:28.464 INFO kablam! | ^^^^^^ Sep 19 19:13:28.464 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.464 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.464 INFO kablam! Sep 19 19:13:28.464 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.464 INFO kablam! --> src/arrays/Array512.rs:44:3 Sep 19 19:13:28.464 INFO kablam! | Sep 19 19:13:28.465 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 19:13:28.465 INFO kablam! | ^^^^^^ Sep 19 19:13:28.465 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.465 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.465 INFO kablam! Sep 19 19:13:28.465 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.465 INFO kablam! --> src/arrays/Array512.rs:53:3 Sep 19 19:13:28.466 INFO kablam! | Sep 19 19:13:28.466 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.466 INFO kablam! | ^^^^^^ Sep 19 19:13:28.466 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.466 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.466 INFO kablam! Sep 19 19:13:28.466 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.466 INFO kablam! --> src/arrays/Array512.rs:53:18 Sep 19 19:13:28.466 INFO kablam! | Sep 19 19:13:28.466 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.466 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.466 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.466 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.466 INFO kablam! Sep 19 19:13:28.466 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.466 INFO kablam! --> src/arrays/Array512.rs:66:29 Sep 19 19:13:28.466 INFO kablam! | Sep 19 19:13:28.466 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.466 INFO kablam! | ^^^^^^ Sep 19 19:13:28.466 INFO kablam! | Sep 19 19:13:28.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 19 19:13:28.466 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.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 19 19:13:28.466 INFO kablam! Sep 19 19:13:28.466 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.467 INFO kablam! --> src/arrays/Array512.rs:66:43 Sep 19 19:13:28.468 INFO kablam! | Sep 19 19:13:28.468 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.468 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.468 INFO kablam! | Sep 19 19:13:28.468 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.468 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.468 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.468 INFO kablam! Sep 19 19:13:28.468 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.468 INFO kablam! --> src/arrays/Array512.rs:72:20 Sep 19 19:13:28.468 INFO kablam! | Sep 19 19:13:28.468 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.468 INFO kablam! | ^^^^^^ Sep 19 19:13:28.468 INFO kablam! | Sep 19 19:13:28.468 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.468 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.468 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.468 INFO kablam! Sep 19 19:13:28.468 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.468 INFO kablam! --> src/arrays/Array512.rs:72:34 Sep 19 19:13:28.468 INFO kablam! | Sep 19 19:13:28.468 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.468 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.468 INFO kablam! | Sep 19 19:13:28.468 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.468 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.468 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.468 INFO kablam! Sep 19 19:13:28.468 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.468 INFO kablam! --> src/arrays/Array512.rs:78:20 Sep 19 19:13:28.468 INFO kablam! | Sep 19 19:13:28.468 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.468 INFO kablam! | ^^^^^^ Sep 19 19:13:28.468 INFO kablam! | Sep 19 19:13:28.470 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.470 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.471 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.471 INFO kablam! Sep 19 19:13:28.471 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.471 INFO kablam! --> src/arrays/Array512.rs:78:34 Sep 19 19:13:28.471 INFO kablam! | Sep 19 19:13:28.471 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.471 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.471 INFO kablam! | Sep 19 19:13:28.471 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.471 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.471 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.471 INFO kablam! Sep 19 19:13:28.471 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.471 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 19 19:13:28.471 INFO kablam! | Sep 19 19:13:28.471 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.471 INFO kablam! | ^^^^^^ Sep 19 19:13:28.471 INFO kablam! | Sep 19 19:13:28.471 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.471 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.471 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.471 INFO kablam! Sep 19 19:13:28.471 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.471 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 19 19:13:28.471 INFO kablam! | Sep 19 19:13:28.471 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.471 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.471 INFO kablam! | Sep 19 19:13:28.471 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.471 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.471 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.471 INFO kablam! Sep 19 19:13:28.471 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.471 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 19 19:13:28.471 INFO kablam! | Sep 19 19:13:28.471 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.471 INFO kablam! | ^^^^^^ Sep 19 19:13:28.471 INFO kablam! | Sep 19 19:13:28.471 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.471 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.471 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.471 INFO kablam! Sep 19 19:13:28.471 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.471 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 19 19:13:28.471 INFO kablam! | Sep 19 19:13:28.471 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.471 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.471 INFO kablam! | Sep 19 19:13:28.471 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.471 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.471 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.471 INFO kablam! Sep 19 19:13:28.471 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.472 INFO kablam! --> src/arrays/Array512.rs:99:14 Sep 19 19:13:28.472 INFO kablam! | Sep 19 19:13:28.472 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.472 INFO kablam! | ^^^^^^ Sep 19 19:13:28.472 INFO kablam! | Sep 19 19:13:28.472 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.472 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.472 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.472 INFO kablam! Sep 19 19:13:28.472 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.472 INFO kablam! --> src/arrays/Array512.rs:99:28 Sep 19 19:13:28.472 INFO kablam! | Sep 19 19:13:28.472 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.472 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.472 INFO kablam! | Sep 19 19:13:28.472 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.472 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.472 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.472 INFO kablam! Sep 19 19:13:28.472 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.472 INFO kablam! --> src/arrays/Array512.rs:108:15 Sep 19 19:13:28.472 INFO kablam! | Sep 19 19:13:28.472 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 19:13:28.472 INFO kablam! | ^^^^^^ Sep 19 19:13:28.472 INFO kablam! | Sep 19 19:13:28.472 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.472 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.472 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.472 INFO kablam! Sep 19 19:13:28.472 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.472 INFO kablam! --> src/arrays/Array512.rs:120:3 Sep 19 19:13:28.472 INFO kablam! | Sep 19 19:13:28.472 INFO kablam! 120 | self.0.iter() Sep 19 19:13:28.472 INFO kablam! | ^^^^^^ Sep 19 19:13:28.472 INFO kablam! | Sep 19 19:13:28.472 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.472 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.472 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.472 INFO kablam! Sep 19 19:13:28.472 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.472 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 19 19:13:28.472 INFO kablam! | Sep 19 19:13:28.472 INFO kablam! 132 | self.0.iter_mut() Sep 19 19:13:28.472 INFO kablam! | ^^^^^^ Sep 19 19:13:28.472 INFO kablam! | Sep 19 19:13:28.481 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.481 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.481 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.481 INFO kablam! Sep 19 19:13:28.481 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.481 INFO kablam! --> src/arrays/Array512.rs:141:4 Sep 19 19:13:28.481 INFO kablam! | Sep 19 19:13:28.481 INFO kablam! 141 | &self.0[..] Sep 19 19:13:28.481 INFO kablam! | ^^^^^^ Sep 19 19:13:28.481 INFO kablam! | Sep 19 19:13:28.481 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.481 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.481 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.481 INFO kablam! Sep 19 19:13:28.481 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.481 INFO kablam! --> src/arrays/Array512.rs:150:8 Sep 19 19:13:28.481 INFO kablam! | Sep 19 19:13:28.481 INFO kablam! 150 | &mut self.0[..] Sep 19 19:13:28.481 INFO kablam! | ^^^^^^ Sep 19 19:13:28.481 INFO kablam! | Sep 19 19:13:28.481 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.481 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.481 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.481 INFO kablam! Sep 19 19:13:28.482 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.482 INFO kablam! --> src/arrays/Array1024.rs:44:3 Sep 19 19:13:28.482 INFO kablam! | Sep 19 19:13:28.482 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 19:13:28.482 INFO kablam! | ^^^^^^ Sep 19 19:13:28.482 INFO kablam! | Sep 19 19:13:28.482 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.482 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.482 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.482 INFO kablam! Sep 19 19:13:28.482 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.482 INFO kablam! --> src/arrays/Array1024.rs:53:3 Sep 19 19:13:28.482 INFO kablam! | Sep 19 19:13:28.482 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.482 INFO kablam! | ^^^^^^ Sep 19 19:13:28.482 INFO kablam! | Sep 19 19:13:28.482 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.482 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.482 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.482 INFO kablam! Sep 19 19:13:28.482 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.482 INFO kablam! --> src/arrays/Array1024.rs:53:18 Sep 19 19:13:28.482 INFO kablam! | Sep 19 19:13:28.482 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.482 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.482 INFO kablam! | Sep 19 19:13:28.482 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.482 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.482 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.482 INFO kablam! Sep 19 19:13:28.482 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.482 INFO kablam! --> src/arrays/Array1024.rs:66:29 Sep 19 19:13:28.482 INFO kablam! | Sep 19 19:13:28.482 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.482 INFO kablam! | ^^^^^^ Sep 19 19:13:28.482 INFO kablam! | Sep 19 19:13:28.482 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.482 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.482 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.482 INFO kablam! Sep 19 19:13:28.482 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.482 INFO kablam! --> src/arrays/Array1024.rs:66:43 Sep 19 19:13:28.482 INFO kablam! | Sep 19 19:13:28.482 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.482 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.482 INFO kablam! | Sep 19 19:13:28.482 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.482 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.482 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.482 INFO kablam! Sep 19 19:13:28.483 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.483 INFO kablam! --> src/arrays/Array1024.rs:72:20 Sep 19 19:13:28.483 INFO kablam! | Sep 19 19:13:28.483 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.483 INFO kablam! | ^^^^^^ Sep 19 19:13:28.483 INFO kablam! | Sep 19 19:13:28.483 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.483 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.483 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.483 INFO kablam! Sep 19 19:13:28.483 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.483 INFO kablam! --> src/arrays/Array1024.rs:72:34 Sep 19 19:13:28.483 INFO kablam! | Sep 19 19:13:28.483 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.483 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.483 INFO kablam! | Sep 19 19:13:28.483 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.483 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.483 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.483 INFO kablam! Sep 19 19:13:28.483 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.483 INFO kablam! --> src/arrays/Array1024.rs:78:20 Sep 19 19:13:28.483 INFO kablam! | Sep 19 19:13:28.483 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.483 INFO kablam! | ^^^^^^ Sep 19 19:13:28.483 INFO kablam! | Sep 19 19:13:28.483 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.483 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.483 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.483 INFO kablam! Sep 19 19:13:28.483 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.483 INFO kablam! --> src/arrays/Array1024.rs:78:34 Sep 19 19:13:28.483 INFO kablam! | Sep 19 19:13:28.483 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.483 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.483 INFO kablam! | Sep 19 19:13:28.483 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.483 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.483 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.483 INFO kablam! Sep 19 19:13:28.483 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.483 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 19 19:13:28.483 INFO kablam! | Sep 19 19:13:28.483 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.483 INFO kablam! | ^^^^^^ Sep 19 19:13:28.483 INFO kablam! | Sep 19 19:13:28.483 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.483 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.483 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.483 INFO kablam! Sep 19 19:13:28.483 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.483 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 19 19:13:28.483 INFO kablam! | Sep 19 19:13:28.483 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.484 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.484 INFO kablam! | Sep 19 19:13:28.484 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.484 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.484 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.484 INFO kablam! Sep 19 19:13:28.484 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.485 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 19 19:13:28.485 INFO kablam! | Sep 19 19:13:28.485 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.485 INFO kablam! | ^^^^^^ Sep 19 19:13:28.485 INFO kablam! | Sep 19 19:13:28.485 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.485 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.485 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.485 INFO kablam! Sep 19 19:13:28.485 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.485 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 19 19:13:28.485 INFO kablam! | Sep 19 19:13:28.485 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.485 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.485 INFO kablam! | Sep 19 19:13:28.485 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.485 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.485 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.485 INFO kablam! Sep 19 19:13:28.485 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.485 INFO kablam! --> src/arrays/Array1024.rs:99:14 Sep 19 19:13:28.486 INFO kablam! | Sep 19 19:13:28.486 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.486 INFO kablam! | ^^^^^^ Sep 19 19:13:28.486 INFO kablam! | Sep 19 19:13:28.486 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.486 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.486 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.486 INFO kablam! Sep 19 19:13:28.486 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.486 INFO kablam! --> src/arrays/Array1024.rs:99:28 Sep 19 19:13:28.486 INFO kablam! | Sep 19 19:13:28.486 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.486 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.486 INFO kablam! | Sep 19 19:13:28.490 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.491 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.491 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.491 INFO kablam! Sep 19 19:13:28.491 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.491 INFO kablam! --> src/arrays/Array1024.rs:108:15 Sep 19 19:13:28.491 INFO kablam! | Sep 19 19:13:28.491 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 19:13:28.491 INFO kablam! | ^^^^^^ Sep 19 19:13:28.491 INFO kablam! | Sep 19 19:13:28.491 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.491 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.491 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.491 INFO kablam! Sep 19 19:13:28.491 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.491 INFO kablam! --> src/arrays/Array1024.rs:120:3 Sep 19 19:13:28.491 INFO kablam! | Sep 19 19:13:28.491 INFO kablam! 120 | self.0.iter() Sep 19 19:13:28.491 INFO kablam! | ^^^^^^ Sep 19 19:13:28.491 INFO kablam! | Sep 19 19:13:28.491 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.491 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.491 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.491 INFO kablam! Sep 19 19:13:28.491 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.491 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 19 19:13:28.491 INFO kablam! | Sep 19 19:13:28.491 INFO kablam! 132 | self.0.iter_mut() Sep 19 19:13:28.491 INFO kablam! | ^^^^^^ Sep 19 19:13:28.491 INFO kablam! | Sep 19 19:13:28.491 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.491 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.491 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.491 INFO kablam! Sep 19 19:13:28.491 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.491 INFO kablam! --> src/arrays/Array1024.rs:141:4 Sep 19 19:13:28.491 INFO kablam! | Sep 19 19:13:28.491 INFO kablam! 141 | &self.0[..] Sep 19 19:13:28.491 INFO kablam! | ^^^^^^ Sep 19 19:13:28.491 INFO kablam! | Sep 19 19:13:28.491 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.491 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.491 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.491 INFO kablam! Sep 19 19:13:28.491 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.491 INFO kablam! --> src/arrays/Array1024.rs:150:8 Sep 19 19:13:28.491 INFO kablam! | Sep 19 19:13:28.491 INFO kablam! 150 | &mut self.0[..] Sep 19 19:13:28.491 INFO kablam! | ^^^^^^ Sep 19 19:13:28.491 INFO kablam! | Sep 19 19:13:28.491 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.491 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.491 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.491 INFO kablam! Sep 19 19:13:28.491 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 19 19:13:28.491 INFO kablam! --> src/lib.rs:8:12 Sep 19 19:13:28.491 INFO kablam! | Sep 19 19:13:28.491 INFO kablam! 8 | #![feature(associated_consts)] Sep 19 19:13:28.491 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 19:13:28.491 INFO kablam! | Sep 19 19:13:28.491 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 19:13:28.491 INFO kablam! Sep 19 19:13:28.491 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.491 INFO kablam! --> src/arrays/Array40.rs:44:3 Sep 19 19:13:28.491 INFO kablam! | Sep 19 19:13:28.491 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 19:13:28.492 INFO kablam! | ^^^^^^ Sep 19 19:13:28.492 INFO kablam! | Sep 19 19:13:28.492 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 19 19:13:28.492 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.492 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.492 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.492 INFO kablam! Sep 19 19:13:28.492 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.492 INFO kablam! --> src/arrays/Array40.rs:53:3 Sep 19 19:13:28.492 INFO kablam! | Sep 19 19:13:28.492 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.492 INFO kablam! | ^^^^^^ Sep 19 19:13:28.492 INFO kablam! | Sep 19 19:13:28.492 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.492 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.492 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.492 INFO kablam! Sep 19 19:13:28.492 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.492 INFO kablam! --> src/arrays/Array40.rs:53:18 Sep 19 19:13:28.492 INFO kablam! | Sep 19 19:13:28.492 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.492 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.492 INFO kablam! | Sep 19 19:13:28.492 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.492 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.492 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.492 INFO kablam! Sep 19 19:13:28.492 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.492 INFO kablam! --> src/arrays/Array40.rs:66:29 Sep 19 19:13:28.492 INFO kablam! | Sep 19 19:13:28.492 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.492 INFO kablam! | ^^^^^^ Sep 19 19:13:28.492 INFO kablam! | Sep 19 19:13:28.492 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.492 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.492 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.492 INFO kablam! Sep 19 19:13:28.492 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.492 INFO kablam! --> src/arrays/Array40.rs:66:43 Sep 19 19:13:28.492 INFO kablam! | Sep 19 19:13:28.492 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.492 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.492 INFO kablam! | Sep 19 19:13:28.492 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.492 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.492 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.492 INFO kablam! Sep 19 19:13:28.492 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.492 INFO kablam! --> src/arrays/Array40.rs:72:20 Sep 19 19:13:28.492 INFO kablam! | Sep 19 19:13:28.492 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.492 INFO kablam! | ^^^^^^ Sep 19 19:13:28.492 INFO kablam! | Sep 19 19:13:28.492 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.493 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.493 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.493 INFO kablam! Sep 19 19:13:28.493 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.493 INFO kablam! --> src/arrays/Array40.rs:72:34 Sep 19 19:13:28.493 INFO kablam! | Sep 19 19:13:28.493 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.493 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.493 INFO kablam! | Sep 19 19:13:28.493 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.493 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.493 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.493 INFO kablam! Sep 19 19:13:28.493 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.493 INFO kablam! --> src/arrays/Array40.rs:78:20 Sep 19 19:13:28.493 INFO kablam! | Sep 19 19:13:28.493 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.493 INFO kablam! | ^^^^^^ Sep 19 19:13:28.493 INFO kablam! | Sep 19 19:13:28.493 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.493 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.493 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.493 INFO kablam! Sep 19 19:13:28.493 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.493 INFO kablam! --> src/arrays/Array40.rs:78:34 Sep 19 19:13:28.493 INFO kablam! | Sep 19 19:13:28.493 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.493 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.493 INFO kablam! | Sep 19 19:13:28.493 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.493 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.493 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.493 INFO kablam! Sep 19 19:13:28.493 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.493 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 19 19:13:28.493 INFO kablam! | Sep 19 19:13:28.493 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.493 INFO kablam! | ^^^^^^ Sep 19 19:13:28.493 INFO kablam! | Sep 19 19:13:28.493 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.493 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.493 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.493 INFO kablam! Sep 19 19:13:28.493 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.493 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 19 19:13:28.493 INFO kablam! | Sep 19 19:13:28.493 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.493 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.493 INFO kablam! | Sep 19 19:13:28.493 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.493 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.494 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.494 INFO kablam! Sep 19 19:13:28.494 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.494 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 19 19:13:28.494 INFO kablam! | Sep 19 19:13:28.494 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.494 INFO kablam! | ^^^^^^ Sep 19 19:13:28.494 INFO kablam! | Sep 19 19:13:28.494 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.494 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.494 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.494 INFO kablam! Sep 19 19:13:28.494 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.494 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 19 19:13:28.494 INFO kablam! | Sep 19 19:13:28.494 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.494 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.494 INFO kablam! | Sep 19 19:13:28.494 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.494 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.494 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.494 INFO kablam! Sep 19 19:13:28.494 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.494 INFO kablam! --> src/arrays/Array40.rs:99:14 Sep 19 19:13:28.494 INFO kablam! | Sep 19 19:13:28.494 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.494 INFO kablam! | ^^^^^^ Sep 19 19:13:28.494 INFO kablam! | Sep 19 19:13:28.494 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.494 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.494 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.494 INFO kablam! Sep 19 19:13:28.494 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.494 INFO kablam! --> src/arrays/Array40.rs:99:28 Sep 19 19:13:28.494 INFO kablam! | Sep 19 19:13:28.494 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.494 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.494 INFO kablam! | Sep 19 19:13:28.494 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.494 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.494 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.494 INFO kablam! Sep 19 19:13:28.494 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.494 INFO kablam! --> src/arrays/Array40.rs:108:15 Sep 19 19:13:28.494 INFO kablam! | Sep 19 19:13:28.494 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 19:13:28.494 INFO kablam! | ^^^^^^ Sep 19 19:13:28.494 INFO kablam! | Sep 19 19:13:28.494 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.494 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.494 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.494 INFO kablam! Sep 19 19:13:28.494 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.494 INFO kablam! --> src/arrays/Array40.rs:120:3 Sep 19 19:13:28.494 INFO kablam! | Sep 19 19:13:28.494 INFO kablam! 120 | self.0.iter() Sep 19 19:13:28.494 INFO kablam! | ^^^^^^ Sep 19 19:13:28.494 INFO kablam! | Sep 19 19:13:28.495 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.495 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.495 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.495 INFO kablam! Sep 19 19:13:28.495 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.495 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 19 19:13:28.495 INFO kablam! | Sep 19 19:13:28.495 INFO kablam! 132 | self.0.iter_mut() Sep 19 19:13:28.495 INFO kablam! | ^^^^^^ Sep 19 19:13:28.495 INFO kablam! | Sep 19 19:13:28.495 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.495 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.495 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.495 INFO kablam! Sep 19 19:13:28.495 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.495 INFO kablam! --> src/arrays/Array40.rs:141:4 Sep 19 19:13:28.495 INFO kablam! | Sep 19 19:13:28.495 INFO kablam! 141 | &self.0[..] Sep 19 19:13:28.495 INFO kablam! | ^^^^^^ Sep 19 19:13:28.495 INFO kablam! | Sep 19 19:13:28.495 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.495 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.495 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.495 INFO kablam! Sep 19 19:13:28.495 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.495 INFO kablam! --> src/arrays/Array40.rs:150:8 Sep 19 19:13:28.495 INFO kablam! | Sep 19 19:13:28.495 INFO kablam! 150 | &mut self.0[..] Sep 19 19:13:28.495 INFO kablam! | ^^^^^^ Sep 19 19:13:28.495 INFO kablam! | Sep 19 19:13:28.495 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.495 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.495 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.495 INFO kablam! Sep 19 19:13:28.496 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.496 INFO kablam! --> src/arrays/Array52.rs:44:3 Sep 19 19:13:28.496 INFO kablam! | Sep 19 19:13:28.496 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 19:13:28.496 INFO kablam! | ^^^^^^ Sep 19 19:13:28.496 INFO kablam! | Sep 19 19:13:28.496 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.496 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.496 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.496 INFO kablam! Sep 19 19:13:28.496 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.496 INFO kablam! --> src/arrays/Array52.rs:53:3 Sep 19 19:13:28.496 INFO kablam! | Sep 19 19:13:28.496 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.496 INFO kablam! | ^^^^^^ Sep 19 19:13:28.496 INFO kablam! | Sep 19 19:13:28.496 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.496 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.496 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.496 INFO kablam! Sep 19 19:13:28.496 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.496 INFO kablam! --> src/arrays/Array52.rs:53:18 Sep 19 19:13:28.496 INFO kablam! | Sep 19 19:13:28.496 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.496 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.496 INFO kablam! | Sep 19 19:13:28.496 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.496 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.496 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.496 INFO kablam! Sep 19 19:13:28.496 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.496 INFO kablam! --> src/arrays/Array52.rs:66:29 Sep 19 19:13:28.496 INFO kablam! | Sep 19 19:13:28.496 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.496 INFO kablam! | ^^^^^^ Sep 19 19:13:28.496 INFO kablam! | Sep 19 19:13:28.496 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.496 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.497 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.497 INFO kablam! Sep 19 19:13:28.497 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.497 INFO kablam! --> src/arrays/Array52.rs:66:43 Sep 19 19:13:28.497 INFO kablam! | Sep 19 19:13:28.497 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.497 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.497 INFO kablam! | Sep 19 19:13:28.497 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.497 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.497 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.497 INFO kablam! Sep 19 19:13:28.497 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.497 INFO kablam! --> src/arrays/Array52.rs:72:20 Sep 19 19:13:28.497 INFO kablam! | Sep 19 19:13:28.497 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.497 INFO kablam! | ^^^^^^ Sep 19 19:13:28.497 INFO kablam! | Sep 19 19:13:28.497 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.497 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.497 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.497 INFO kablam! Sep 19 19:13:28.497 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.497 INFO kablam! --> src/arrays/Array52.rs:72:34 Sep 19 19:13:28.497 INFO kablam! | Sep 19 19:13:28.498 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.498 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.498 INFO kablam! | Sep 19 19:13:28.498 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.498 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.498 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.498 INFO kablam! Sep 19 19:13:28.498 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.498 INFO kablam! --> src/arrays/Array52.rs:78:20 Sep 19 19:13:28.498 INFO kablam! | Sep 19 19:13:28.498 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.498 INFO kablam! | ^^^^^^ Sep 19 19:13:28.498 INFO kablam! | Sep 19 19:13:28.498 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.498 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.498 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.498 INFO kablam! Sep 19 19:13:28.498 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.498 INFO kablam! --> src/arrays/Array52.rs:78:34 Sep 19 19:13:28.498 INFO kablam! | Sep 19 19:13:28.498 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.498 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.498 INFO kablam! | Sep 19 19:13:28.498 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.498 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.498 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.498 INFO kablam! Sep 19 19:13:28.498 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.498 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 19 19:13:28.498 INFO kablam! | Sep 19 19:13:28.498 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.498 INFO kablam! | ^^^^^^ Sep 19 19:13:28.498 INFO kablam! | Sep 19 19:13:28.498 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.498 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.498 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.498 INFO kablam! Sep 19 19:13:28.498 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.498 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 19 19:13:28.498 INFO kablam! | Sep 19 19:13:28.498 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.498 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.498 INFO kablam! | Sep 19 19:13:28.498 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.498 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.499 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.499 INFO kablam! Sep 19 19:13:28.499 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.499 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 19 19:13:28.499 INFO kablam! | Sep 19 19:13:28.499 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.499 INFO kablam! | ^^^^^^ Sep 19 19:13:28.499 INFO kablam! | Sep 19 19:13:28.499 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.499 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.499 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.499 INFO kablam! Sep 19 19:13:28.499 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.499 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 19 19:13:28.499 INFO kablam! | Sep 19 19:13:28.499 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.499 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.499 INFO kablam! | Sep 19 19:13:28.499 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.499 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.499 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.499 INFO kablam! Sep 19 19:13:28.499 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.499 INFO kablam! --> src/arrays/Array52.rs:99:14 Sep 19 19:13:28.499 INFO kablam! | Sep 19 19:13:28.499 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.499 INFO kablam! | ^^^^^^ Sep 19 19:13:28.499 INFO kablam! | Sep 19 19:13:28.499 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.499 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.499 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.499 INFO kablam! Sep 19 19:13:28.499 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.499 INFO kablam! --> src/arrays/Array52.rs:99:28 Sep 19 19:13:28.499 INFO kablam! | Sep 19 19:13:28.499 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.499 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.500 INFO kablam! | Sep 19 19:13:28.500 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.500 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.500 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.500 INFO kablam! Sep 19 19:13:28.500 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.500 INFO kablam! --> src/arrays/Array52.rs:108:15 Sep 19 19:13:28.500 INFO kablam! | Sep 19 19:13:28.500 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 19:13:28.500 INFO kablam! | ^^^^^^ Sep 19 19:13:28.500 INFO kablam! | Sep 19 19:13:28.500 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.500 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.500 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.500 INFO kablam! Sep 19 19:13:28.500 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.500 INFO kablam! --> src/arrays/Array52.rs:120:3 Sep 19 19:13:28.500 INFO kablam! | Sep 19 19:13:28.500 INFO kablam! 120 | self.0.iter() Sep 19 19:13:28.500 INFO kablam! | ^^^^^^ Sep 19 19:13:28.500 INFO kablam! | Sep 19 19:13:28.500 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.500 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.500 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.500 INFO kablam! Sep 19 19:13:28.500 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.500 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 19 19:13:28.500 INFO kablam! | Sep 19 19:13:28.501 INFO kablam! 132 | self.0.iter_mut() Sep 19 19:13:28.501 INFO kablam! | ^^^^^^ Sep 19 19:13:28.501 INFO kablam! | Sep 19 19:13:28.501 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.501 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.501 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.501 INFO kablam! Sep 19 19:13:28.501 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.501 INFO kablam! --> src/arrays/Array52.rs:141:4 Sep 19 19:13:28.501 INFO kablam! | Sep 19 19:13:28.501 INFO kablam! 141 | &self.0[..] Sep 19 19:13:28.501 INFO kablam! | ^^^^^^ Sep 19 19:13:28.501 INFO kablam! | Sep 19 19:13:28.501 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.501 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.501 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.501 INFO kablam! Sep 19 19:13:28.501 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.501 INFO kablam! --> src/arrays/Array52.rs:150:8 Sep 19 19:13:28.506 INFO kablam! | Sep 19 19:13:28.506 INFO kablam! 150 | &mut self.0[..] Sep 19 19:13:28.507 INFO kablam! | ^^^^^^ Sep 19 19:13:28.507 INFO kablam! | Sep 19 19:13:28.507 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.507 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.507 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.507 INFO kablam! Sep 19 19:13:28.507 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.507 INFO kablam! --> src/arrays/Array64.rs:44:3 Sep 19 19:13:28.507 INFO kablam! | Sep 19 19:13:28.507 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 19:13:28.507 INFO kablam! | ^^^^^^ Sep 19 19:13:28.507 INFO kablam! | Sep 19 19:13:28.507 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.507 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.507 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.507 INFO kablam! Sep 19 19:13:28.507 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.507 INFO kablam! --> src/arrays/Array64.rs:53:3 Sep 19 19:13:28.507 INFO kablam! | Sep 19 19:13:28.507 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.507 INFO kablam! | ^^^^^^ Sep 19 19:13:28.507 INFO kablam! | Sep 19 19:13:28.507 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.507 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.507 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.507 INFO kablam! Sep 19 19:13:28.507 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.507 INFO kablam! --> src/arrays/Array64.rs:53:18 Sep 19 19:13:28.507 INFO kablam! | Sep 19 19:13:28.507 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.507 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.507 INFO kablam! | Sep 19 19:13:28.507 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.507 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.507 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.507 INFO kablam! Sep 19 19:13:28.507 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.507 INFO kablam! --> src/arrays/Array64.rs:66:29 Sep 19 19:13:28.507 INFO kablam! | Sep 19 19:13:28.507 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.507 INFO kablam! | ^^^^^^ Sep 19 19:13:28.507 INFO kablam! | Sep 19 19:13:28.507 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.507 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.507 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.507 INFO kablam! Sep 19 19:13:28.507 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.507 INFO kablam! --> src/arrays/Array64.rs:66:43 Sep 19 19:13:28.507 INFO kablam! | Sep 19 19:13:28.507 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.507 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.507 INFO kablam! | Sep 19 19:13:28.507 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.507 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.508 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.508 INFO kablam! Sep 19 19:13:28.508 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.508 INFO kablam! --> src/arrays/Array64.rs:72:20 Sep 19 19:13:28.508 INFO kablam! | Sep 19 19:13:28.508 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.508 INFO kablam! | ^^^^^^ Sep 19 19:13:28.508 INFO kablam! | Sep 19 19:13:28.508 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.508 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.508 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.508 INFO kablam! Sep 19 19:13:28.508 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.508 INFO kablam! --> src/arrays/Array64.rs:72:34 Sep 19 19:13:28.508 INFO kablam! | Sep 19 19:13:28.508 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.508 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.508 INFO kablam! | Sep 19 19:13:28.508 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.508 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.508 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.508 INFO kablam! Sep 19 19:13:28.508 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.508 INFO kablam! --> src/arrays/Array64.rs:78:20 Sep 19 19:13:28.508 INFO kablam! | Sep 19 19:13:28.508 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.508 INFO kablam! | ^^^^^^ Sep 19 19:13:28.508 INFO kablam! | Sep 19 19:13:28.508 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.508 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.508 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.508 INFO kablam! Sep 19 19:13:28.508 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.508 INFO kablam! --> src/arrays/Array64.rs:78:34 Sep 19 19:13:28.508 INFO kablam! | Sep 19 19:13:28.508 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.508 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.508 INFO kablam! | Sep 19 19:13:28.508 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.508 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.508 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.508 INFO kablam! Sep 19 19:13:28.508 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.508 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 19 19:13:28.508 INFO kablam! | Sep 19 19:13:28.508 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.508 INFO kablam! | ^^^^^^ Sep 19 19:13:28.508 INFO kablam! | Sep 19 19:13:28.508 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.508 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.508 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.509 INFO kablam! Sep 19 19:13:28.509 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.509 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 19 19:13:28.509 INFO kablam! | Sep 19 19:13:28.509 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.509 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.509 INFO kablam! | Sep 19 19:13:28.509 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.509 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.509 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.509 INFO kablam! Sep 19 19:13:28.509 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.509 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 19 19:13:28.509 INFO kablam! | Sep 19 19:13:28.509 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.509 INFO kablam! | ^^^^^^ Sep 19 19:13:28.509 INFO kablam! | Sep 19 19:13:28.509 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.509 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.509 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.509 INFO kablam! Sep 19 19:13:28.509 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.509 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 19 19:13:28.509 INFO kablam! | Sep 19 19:13:28.509 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.509 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.509 INFO kablam! | Sep 19 19:13:28.509 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.509 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.509 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.509 INFO kablam! Sep 19 19:13:28.509 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.509 INFO kablam! --> src/arrays/Array64.rs:99:14 Sep 19 19:13:28.509 INFO kablam! | Sep 19 19:13:28.509 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.509 INFO kablam! | ^^^^^^ Sep 19 19:13:28.509 INFO kablam! | Sep 19 19:13:28.509 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.509 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.509 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.509 INFO kablam! Sep 19 19:13:28.509 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.509 INFO kablam! --> src/arrays/Array64.rs:99:28 Sep 19 19:13:28.509 INFO kablam! | Sep 19 19:13:28.509 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.509 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.509 INFO kablam! | Sep 19 19:13:28.509 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.509 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.509 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.509 INFO kablam! Sep 19 19:13:28.509 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.509 INFO kablam! --> src/arrays/Array64.rs:108:15 Sep 19 19:13:28.509 INFO kablam! | Sep 19 19:13:28.510 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 19:13:28.510 INFO kablam! | ^^^^^^ Sep 19 19:13:28.510 INFO kablam! | Sep 19 19:13:28.510 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.510 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.510 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.510 INFO kablam! Sep 19 19:13:28.510 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.510 INFO kablam! --> src/arrays/Array64.rs:120:3 Sep 19 19:13:28.510 INFO kablam! | Sep 19 19:13:28.510 INFO kablam! 120 | self.0.iter() Sep 19 19:13:28.510 INFO kablam! | ^^^^^^ Sep 19 19:13:28.510 INFO kablam! | Sep 19 19:13:28.510 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.510 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.510 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.510 INFO kablam! Sep 19 19:13:28.510 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.510 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 19 19:13:28.510 INFO kablam! | Sep 19 19:13:28.510 INFO kablam! 132 | self.0.iter_mut() Sep 19 19:13:28.510 INFO kablam! | ^^^^^^ Sep 19 19:13:28.510 INFO kablam! | Sep 19 19:13:28.510 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.510 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.510 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.510 INFO kablam! Sep 19 19:13:28.510 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.510 INFO kablam! --> src/arrays/Array64.rs:141:4 Sep 19 19:13:28.510 INFO kablam! | Sep 19 19:13:28.510 INFO kablam! 141 | &self.0[..] Sep 19 19:13:28.510 INFO kablam! | ^^^^^^ Sep 19 19:13:28.510 INFO kablam! | Sep 19 19:13:28.510 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.510 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.510 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.510 INFO kablam! Sep 19 19:13:28.510 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.510 INFO kablam! --> src/arrays/Array64.rs:150:8 Sep 19 19:13:28.510 INFO kablam! | Sep 19 19:13:28.510 INFO kablam! 150 | &mut self.0[..] Sep 19 19:13:28.510 INFO kablam! | ^^^^^^ Sep 19 19:13:28.510 INFO kablam! | Sep 19 19:13:28.510 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.510 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.510 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.510 INFO kablam! Sep 19 19:13:28.510 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.510 INFO kablam! --> src/arrays/Array128.rs:44:3 Sep 19 19:13:28.510 INFO kablam! | Sep 19 19:13:28.510 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 19:13:28.511 INFO kablam! | ^^^^^^ Sep 19 19:13:28.511 INFO kablam! | Sep 19 19:13:28.511 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.511 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.511 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.511 INFO kablam! Sep 19 19:13:28.511 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.511 INFO kablam! --> src/arrays/Array128.rs:53:3 Sep 19 19:13:28.511 INFO kablam! | Sep 19 19:13:28.511 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.511 INFO kablam! | ^^^^^^ Sep 19 19:13:28.511 INFO kablam! | Sep 19 19:13:28.511 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.511 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.511 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.511 INFO kablam! Sep 19 19:13:28.511 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.511 INFO kablam! --> src/arrays/Array128.rs:53:18 Sep 19 19:13:28.511 INFO kablam! | Sep 19 19:13:28.511 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.511 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.511 INFO kablam! | Sep 19 19:13:28.511 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.511 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.511 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.511 INFO kablam! Sep 19 19:13:28.511 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.511 INFO kablam! --> src/arrays/Array128.rs:66:29 Sep 19 19:13:28.511 INFO kablam! | Sep 19 19:13:28.511 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.511 INFO kablam! | ^^^^^^ Sep 19 19:13:28.511 INFO kablam! | Sep 19 19:13:28.511 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.511 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.511 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.511 INFO kablam! Sep 19 19:13:28.511 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.511 INFO kablam! --> src/arrays/Array128.rs:66:43 Sep 19 19:13:28.511 INFO kablam! | Sep 19 19:13:28.511 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.511 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.511 INFO kablam! | Sep 19 19:13:28.511 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.511 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.511 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.511 INFO kablam! Sep 19 19:13:28.511 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.511 INFO kablam! --> src/arrays/Array128.rs:72:20 Sep 19 19:13:28.511 INFO kablam! | Sep 19 19:13:28.511 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.511 INFO kablam! | ^^^^^^ Sep 19 19:13:28.511 INFO kablam! | Sep 19 19:13:28.511 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.511 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.511 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.512 INFO kablam! Sep 19 19:13:28.512 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.512 INFO kablam! --> src/arrays/Array128.rs:72:34 Sep 19 19:13:28.512 INFO kablam! | Sep 19 19:13:28.512 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.512 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.512 INFO kablam! | Sep 19 19:13:28.512 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.512 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.512 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.512 INFO kablam! Sep 19 19:13:28.512 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.512 INFO kablam! --> src/arrays/Array128.rs:78:20 Sep 19 19:13:28.512 INFO kablam! | Sep 19 19:13:28.512 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.512 INFO kablam! | ^^^^^^ Sep 19 19:13:28.512 INFO kablam! | Sep 19 19:13:28.512 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.512 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.512 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.512 INFO kablam! Sep 19 19:13:28.512 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.512 INFO kablam! --> src/arrays/Array128.rs:78:34 Sep 19 19:13:28.512 INFO kablam! | Sep 19 19:13:28.512 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.512 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.512 INFO kablam! | Sep 19 19:13:28.512 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.512 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.512 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.512 INFO kablam! Sep 19 19:13:28.512 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.512 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 19 19:13:28.512 INFO kablam! | Sep 19 19:13:28.512 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.512 INFO kablam! | ^^^^^^ Sep 19 19:13:28.512 INFO kablam! | Sep 19 19:13:28.512 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.512 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.512 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.512 INFO kablam! Sep 19 19:13:28.512 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.512 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 19 19:13:28.512 INFO kablam! | Sep 19 19:13:28.512 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.512 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.512 INFO kablam! | Sep 19 19:13:28.512 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.512 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.512 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.512 INFO kablam! Sep 19 19:13:28.512 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.513 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 19 19:13:28.513 INFO kablam! | Sep 19 19:13:28.513 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.513 INFO kablam! | ^^^^^^ Sep 19 19:13:28.513 INFO kablam! | Sep 19 19:13:28.513 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.513 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.513 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.513 INFO kablam! Sep 19 19:13:28.513 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.513 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 19 19:13:28.513 INFO kablam! | Sep 19 19:13:28.513 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.513 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.513 INFO kablam! | Sep 19 19:13:28.513 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.513 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.513 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.513 INFO kablam! Sep 19 19:13:28.513 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.513 INFO kablam! --> src/arrays/Array128.rs:99:14 Sep 19 19:13:28.513 INFO kablam! | Sep 19 19:13:28.513 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.513 INFO kablam! | ^^^^^^ Sep 19 19:13:28.513 INFO kablam! | Sep 19 19:13:28.513 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.513 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.513 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.513 INFO kablam! Sep 19 19:13:28.513 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.513 INFO kablam! --> src/arrays/Array128.rs:99:28 Sep 19 19:13:28.513 INFO kablam! | Sep 19 19:13:28.513 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.513 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.513 INFO kablam! | Sep 19 19:13:28.513 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.513 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.513 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.514 INFO kablam! Sep 19 19:13:28.514 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.514 INFO kablam! --> src/arrays/Array128.rs:108:15 Sep 19 19:13:28.518 INFO kablam! | Sep 19 19:13:28.518 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 19:13:28.519 INFO kablam! | ^^^^^^ Sep 19 19:13:28.519 INFO kablam! | Sep 19 19:13:28.519 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.519 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.519 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.519 INFO kablam! Sep 19 19:13:28.519 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.519 INFO kablam! --> src/arrays/Array128.rs:120:3 Sep 19 19:13:28.519 INFO kablam! | Sep 19 19:13:28.519 INFO kablam! 120 | self.0.iter() Sep 19 19:13:28.519 INFO kablam! | ^^^^^^ Sep 19 19:13:28.519 INFO kablam! | Sep 19 19:13:28.519 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.519 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.519 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.519 INFO kablam! Sep 19 19:13:28.519 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.519 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 19 19:13:28.519 INFO kablam! | Sep 19 19:13:28.519 INFO kablam! 132 | self.0.iter_mut() Sep 19 19:13:28.519 INFO kablam! | ^^^^^^ Sep 19 19:13:28.519 INFO kablam! | Sep 19 19:13:28.519 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.519 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.519 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.519 INFO kablam! Sep 19 19:13:28.519 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.519 INFO kablam! --> src/arrays/Array128.rs:141:4 Sep 19 19:13:28.519 INFO kablam! | Sep 19 19:13:28.519 INFO kablam! 141 | &self.0[..] Sep 19 19:13:28.519 INFO kablam! | ^^^^^^ Sep 19 19:13:28.519 INFO kablam! | Sep 19 19:13:28.519 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.519 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.519 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.519 INFO kablam! Sep 19 19:13:28.519 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.519 INFO kablam! --> src/arrays/Array128.rs:150:8 Sep 19 19:13:28.519 INFO kablam! | Sep 19 19:13:28.519 INFO kablam! 150 | &mut self.0[..] Sep 19 19:13:28.519 INFO kablam! | ^^^^^^ Sep 19 19:13:28.519 INFO kablam! | Sep 19 19:13:28.519 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.519 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.519 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.519 INFO kablam! Sep 19 19:13:28.519 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.519 INFO kablam! --> src/arrays/Array256.rs:44:3 Sep 19 19:13:28.519 INFO kablam! | Sep 19 19:13:28.519 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 19:13:28.519 INFO kablam! | ^^^^^^ Sep 19 19:13:28.519 INFO kablam! | Sep 19 19:13:28.519 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.519 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.519 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.520 INFO kablam! Sep 19 19:13:28.520 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.520 INFO kablam! --> src/arrays/Array256.rs:53:3 Sep 19 19:13:28.520 INFO kablam! | Sep 19 19:13:28.520 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.520 INFO kablam! | ^^^^^^ Sep 19 19:13:28.520 INFO kablam! | Sep 19 19:13:28.520 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.520 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.520 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.520 INFO kablam! Sep 19 19:13:28.520 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.520 INFO kablam! --> src/arrays/Array256.rs:53:18 Sep 19 19:13:28.520 INFO kablam! | Sep 19 19:13:28.520 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.520 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.520 INFO kablam! | Sep 19 19:13:28.520 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.520 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.520 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.520 INFO kablam! Sep 19 19:13:28.520 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.520 INFO kablam! --> src/arrays/Array256.rs:66:29 Sep 19 19:13:28.520 INFO kablam! | Sep 19 19:13:28.520 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.520 INFO kablam! | ^^^^^^ Sep 19 19:13:28.520 INFO kablam! | Sep 19 19:13:28.520 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.520 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.520 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.520 INFO kablam! Sep 19 19:13:28.520 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.520 INFO kablam! --> src/arrays/Array256.rs:66:43 Sep 19 19:13:28.520 INFO kablam! | Sep 19 19:13:28.520 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.520 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.520 INFO kablam! | Sep 19 19:13:28.520 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.520 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.520 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.520 INFO kablam! Sep 19 19:13:28.520 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.520 INFO kablam! --> src/arrays/Array256.rs:72:20 Sep 19 19:13:28.520 INFO kablam! | Sep 19 19:13:28.520 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.520 INFO kablam! | ^^^^^^ Sep 19 19:13:28.520 INFO kablam! | Sep 19 19:13:28.520 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.520 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.520 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.520 INFO kablam! Sep 19 19:13:28.520 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.520 INFO kablam! --> src/arrays/Array256.rs:72:34 Sep 19 19:13:28.521 INFO kablam! | Sep 19 19:13:28.521 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.521 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.521 INFO kablam! | Sep 19 19:13:28.521 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.521 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.521 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.521 INFO kablam! Sep 19 19:13:28.521 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.521 INFO kablam! --> src/arrays/Array256.rs:78:20 Sep 19 19:13:28.521 INFO kablam! | Sep 19 19:13:28.521 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.521 INFO kablam! | ^^^^^^ Sep 19 19:13:28.521 INFO kablam! | Sep 19 19:13:28.521 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.521 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.521 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.521 INFO kablam! Sep 19 19:13:28.521 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.521 INFO kablam! --> src/arrays/Array256.rs:78:34 Sep 19 19:13:28.521 INFO kablam! | Sep 19 19:13:28.521 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.521 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.521 INFO kablam! | Sep 19 19:13:28.521 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.521 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.521 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.521 INFO kablam! Sep 19 19:13:28.521 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.521 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 19 19:13:28.521 INFO kablam! | Sep 19 19:13:28.521 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.521 INFO kablam! | ^^^^^^ Sep 19 19:13:28.521 INFO kablam! | Sep 19 19:13:28.521 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.521 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.521 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.521 INFO kablam! Sep 19 19:13:28.521 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.521 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 19 19:13:28.521 INFO kablam! | Sep 19 19:13:28.521 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.521 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.521 INFO kablam! | Sep 19 19:13:28.521 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.521 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.521 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.521 INFO kablam! Sep 19 19:13:28.521 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.521 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 19 19:13:28.521 INFO kablam! | Sep 19 19:13:28.521 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.521 INFO kablam! | ^^^^^^ Sep 19 19:13:28.521 INFO kablam! | Sep 19 19:13:28.522 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.522 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.522 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.522 INFO kablam! Sep 19 19:13:28.522 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.522 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 19 19:13:28.522 INFO kablam! | Sep 19 19:13:28.522 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.522 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.522 INFO kablam! | Sep 19 19:13:28.522 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.522 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.522 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.522 INFO kablam! Sep 19 19:13:28.522 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.522 INFO kablam! --> src/arrays/Array256.rs:99:14 Sep 19 19:13:28.522 INFO kablam! | Sep 19 19:13:28.522 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.522 INFO kablam! | ^^^^^^ Sep 19 19:13:28.522 INFO kablam! | Sep 19 19:13:28.522 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.522 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.522 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.522 INFO kablam! Sep 19 19:13:28.522 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.522 INFO kablam! --> src/arrays/Array256.rs:99:28 Sep 19 19:13:28.522 INFO kablam! | Sep 19 19:13:28.522 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.522 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.522 INFO kablam! | Sep 19 19:13:28.522 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.522 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.522 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.522 INFO kablam! Sep 19 19:13:28.522 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.522 INFO kablam! --> src/arrays/Array256.rs:108:15 Sep 19 19:13:28.522 INFO kablam! | Sep 19 19:13:28.522 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 19:13:28.522 INFO kablam! | ^^^^^^ Sep 19 19:13:28.522 INFO kablam! | Sep 19 19:13:28.522 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.522 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.522 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.522 INFO kablam! Sep 19 19:13:28.522 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.522 INFO kablam! --> src/arrays/Array256.rs:120:3 Sep 19 19:13:28.522 INFO kablam! | Sep 19 19:13:28.522 INFO kablam! 120 | self.0.iter() Sep 19 19:13:28.522 INFO kablam! | ^^^^^^ Sep 19 19:13:28.522 INFO kablam! | Sep 19 19:13:28.522 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.522 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.523 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.523 INFO kablam! Sep 19 19:13:28.523 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.523 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 19 19:13:28.523 INFO kablam! | Sep 19 19:13:28.523 INFO kablam! 132 | self.0.iter_mut() Sep 19 19:13:28.523 INFO kablam! | ^^^^^^ Sep 19 19:13:28.523 INFO kablam! | Sep 19 19:13:28.523 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.523 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.523 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.523 INFO kablam! Sep 19 19:13:28.523 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.523 INFO kablam! --> src/arrays/Array256.rs:141:4 Sep 19 19:13:28.523 INFO kablam! | Sep 19 19:13:28.523 INFO kablam! 141 | &self.0[..] Sep 19 19:13:28.523 INFO kablam! | ^^^^^^ Sep 19 19:13:28.523 INFO kablam! | Sep 19 19:13:28.523 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.523 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.523 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.523 INFO kablam! Sep 19 19:13:28.523 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.523 INFO kablam! --> src/arrays/Array256.rs:150:8 Sep 19 19:13:28.523 INFO kablam! | Sep 19 19:13:28.523 INFO kablam! 150 | &mut self.0[..] Sep 19 19:13:28.523 INFO kablam! | ^^^^^^ Sep 19 19:13:28.523 INFO kablam! | Sep 19 19:13:28.523 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.523 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.523 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.523 INFO kablam! Sep 19 19:13:28.523 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.523 INFO kablam! --> src/arrays/Array512.rs:44:3 Sep 19 19:13:28.523 INFO kablam! | Sep 19 19:13:28.523 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 19:13:28.523 INFO kablam! | ^^^^^^ Sep 19 19:13:28.523 INFO kablam! | Sep 19 19:13:28.523 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.523 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.523 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.523 INFO kablam! Sep 19 19:13:28.523 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.523 INFO kablam! --> src/arrays/Array512.rs:53:3 Sep 19 19:13:28.523 INFO kablam! | Sep 19 19:13:28.523 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.523 INFO kablam! | ^^^^^^ Sep 19 19:13:28.523 INFO kablam! | Sep 19 19:13:28.523 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.523 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.523 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.524 INFO kablam! Sep 19 19:13:28.524 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.524 INFO kablam! --> src/arrays/Array512.rs:53:18 Sep 19 19:13:28.524 INFO kablam! | Sep 19 19:13:28.524 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.524 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.524 INFO kablam! | Sep 19 19:13:28.524 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.524 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.524 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.524 INFO kablam! Sep 19 19:13:28.524 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.524 INFO kablam! --> src/arrays/Array512.rs:66:29 Sep 19 19:13:28.524 INFO kablam! | Sep 19 19:13:28.524 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.524 INFO kablam! | ^^^^^^ Sep 19 19:13:28.524 INFO kablam! | Sep 19 19:13:28.524 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.524 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.524 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.524 INFO kablam! Sep 19 19:13:28.524 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.524 INFO kablam! --> src/arrays/Array512.rs:66:43 Sep 19 19:13:28.524 INFO kablam! | Sep 19 19:13:28.524 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.524 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.524 INFO kablam! | Sep 19 19:13:28.524 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.524 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.524 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.524 INFO kablam! Sep 19 19:13:28.524 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.524 INFO kablam! --> src/arrays/Array512.rs:72:20 Sep 19 19:13:28.524 INFO kablam! | Sep 19 19:13:28.524 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.524 INFO kablam! | ^^^^^^ Sep 19 19:13:28.524 INFO kablam! | Sep 19 19:13:28.524 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.524 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.524 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.524 INFO kablam! Sep 19 19:13:28.524 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.524 INFO kablam! --> src/arrays/Array512.rs:72:34 Sep 19 19:13:28.524 INFO kablam! | Sep 19 19:13:28.524 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.524 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.524 INFO kablam! | Sep 19 19:13:28.524 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.524 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.524 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.524 INFO kablam! Sep 19 19:13:28.524 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.524 INFO kablam! --> src/arrays/Array512.rs:78:20 Sep 19 19:13:28.525 INFO kablam! | Sep 19 19:13:28.525 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.525 INFO kablam! | ^^^^^^ Sep 19 19:13:28.525 INFO kablam! | Sep 19 19:13:28.525 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.525 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.525 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.525 INFO kablam! Sep 19 19:13:28.525 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.525 INFO kablam! --> src/arrays/Array512.rs:78:34 Sep 19 19:13:28.525 INFO kablam! | Sep 19 19:13:28.525 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.525 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.525 INFO kablam! | Sep 19 19:13:28.525 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.525 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.525 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.525 INFO kablam! Sep 19 19:13:28.525 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.525 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 19 19:13:28.525 INFO kablam! | Sep 19 19:13:28.525 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.525 INFO kablam! | ^^^^^^ Sep 19 19:13:28.525 INFO kablam! | Sep 19 19:13:28.525 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.525 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.525 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.525 INFO kablam! Sep 19 19:13:28.525 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.525 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 19 19:13:28.525 INFO kablam! | Sep 19 19:13:28.525 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.525 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.525 INFO kablam! | Sep 19 19:13:28.525 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.525 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.525 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.525 INFO kablam! Sep 19 19:13:28.525 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.525 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 19 19:13:28.525 INFO kablam! | Sep 19 19:13:28.525 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.525 INFO kablam! | ^^^^^^ Sep 19 19:13:28.525 INFO kablam! | Sep 19 19:13:28.525 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.525 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.525 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.525 INFO kablam! Sep 19 19:13:28.525 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.525 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 19 19:13:28.525 INFO kablam! | Sep 19 19:13:28.525 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.525 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.526 INFO kablam! | Sep 19 19:13:28.526 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.526 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.526 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.526 INFO kablam! Sep 19 19:13:28.526 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.526 INFO kablam! --> src/arrays/Array512.rs:99:14 Sep 19 19:13:28.526 INFO kablam! | Sep 19 19:13:28.526 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.526 INFO kablam! | ^^^^^^ Sep 19 19:13:28.526 INFO kablam! | Sep 19 19:13:28.526 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.526 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.526 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.526 INFO kablam! Sep 19 19:13:28.526 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.526 INFO kablam! --> src/arrays/Array512.rs:99:28 Sep 19 19:13:28.526 INFO kablam! | Sep 19 19:13:28.526 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.526 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.526 INFO kablam! | Sep 19 19:13:28.526 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.526 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.526 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.526 INFO kablam! Sep 19 19:13:28.526 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.526 INFO kablam! --> src/arrays/Array512.rs:108:15 Sep 19 19:13:28.526 INFO kablam! | Sep 19 19:13:28.526 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 19:13:28.526 INFO kablam! | ^^^^^^ Sep 19 19:13:28.526 INFO kablam! | Sep 19 19:13:28.526 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.526 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.526 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.526 INFO kablam! Sep 19 19:13:28.526 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.526 INFO kablam! --> src/arrays/Array512.rs:120:3 Sep 19 19:13:28.526 INFO kablam! | Sep 19 19:13:28.526 INFO kablam! 120 | self.0.iter() Sep 19 19:13:28.526 INFO kablam! | ^^^^^^ Sep 19 19:13:28.526 INFO kablam! | Sep 19 19:13:28.526 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.526 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.526 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.526 INFO kablam! Sep 19 19:13:28.526 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.526 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 19 19:13:28.526 INFO kablam! | Sep 19 19:13:28.526 INFO kablam! 132 | self.0.iter_mut() Sep 19 19:13:28.526 INFO kablam! | ^^^^^^ Sep 19 19:13:28.526 INFO kablam! | Sep 19 19:13:28.526 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.526 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.527 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.527 INFO kablam! Sep 19 19:13:28.527 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.527 INFO kablam! --> src/arrays/Array512.rs:141:4 Sep 19 19:13:28.527 INFO kablam! | Sep 19 19:13:28.527 INFO kablam! 141 | &self.0[..] Sep 19 19:13:28.527 INFO kablam! | ^^^^^^ Sep 19 19:13:28.527 INFO kablam! | Sep 19 19:13:28.527 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.527 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.527 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.527 INFO kablam! Sep 19 19:13:28.527 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.527 INFO kablam! --> src/arrays/Array512.rs:150:8 Sep 19 19:13:28.527 INFO kablam! | Sep 19 19:13:28.527 INFO kablam! 150 | &mut self.0[..] Sep 19 19:13:28.527 INFO kablam! | ^^^^^^ Sep 19 19:13:28.527 INFO kablam! | Sep 19 19:13:28.527 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.527 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.527 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.527 INFO kablam! Sep 19 19:13:28.527 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.527 INFO kablam! --> src/arrays/Array1024.rs:44:3 Sep 19 19:13:28.527 INFO kablam! | Sep 19 19:13:28.527 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 19:13:28.527 INFO kablam! | ^^^^^^ Sep 19 19:13:28.527 INFO kablam! | Sep 19 19:13:28.527 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.527 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.527 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.527 INFO kablam! Sep 19 19:13:28.527 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.527 INFO kablam! --> src/arrays/Array1024.rs:53:3 Sep 19 19:13:28.527 INFO kablam! | Sep 19 19:13:28.527 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.527 INFO kablam! | ^^^^^^ Sep 19 19:13:28.527 INFO kablam! | Sep 19 19:13:28.527 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.527 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.527 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.527 INFO kablam! Sep 19 19:13:28.527 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.527 INFO kablam! --> src/arrays/Array1024.rs:53:18 Sep 19 19:13:28.527 INFO kablam! | Sep 19 19:13:28.527 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 19:13:28.527 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.527 INFO kablam! | Sep 19 19:13:28.527 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.527 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.527 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.527 INFO kablam! Sep 19 19:13:28.527 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.527 INFO kablam! --> src/arrays/Array1024.rs:66:29 Sep 19 19:13:28.527 INFO kablam! | Sep 19 19:13:28.528 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.528 INFO kablam! | ^^^^^^ Sep 19 19:13:28.528 INFO kablam! | Sep 19 19:13:28.528 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.528 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.528 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.528 INFO kablam! Sep 19 19:13:28.528 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.528 INFO kablam! --> src/arrays/Array1024.rs:66:43 Sep 19 19:13:28.528 INFO kablam! | Sep 19 19:13:28.528 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.528 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.528 INFO kablam! | Sep 19 19:13:28.528 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.528 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.528 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.528 INFO kablam! Sep 19 19:13:28.528 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.528 INFO kablam! --> src/arrays/Array1024.rs:72:20 Sep 19 19:13:28.528 INFO kablam! | Sep 19 19:13:28.528 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.528 INFO kablam! | ^^^^^^ Sep 19 19:13:28.528 INFO kablam! | Sep 19 19:13:28.528 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.528 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.528 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.528 INFO kablam! Sep 19 19:13:28.528 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.528 INFO kablam! --> src/arrays/Array1024.rs:72:34 Sep 19 19:13:28.528 INFO kablam! | Sep 19 19:13:28.528 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.528 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.528 INFO kablam! | Sep 19 19:13:28.528 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.528 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.528 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.528 INFO kablam! Sep 19 19:13:28.528 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.528 INFO kablam! --> src/arrays/Array1024.rs:78:20 Sep 19 19:13:28.528 INFO kablam! | Sep 19 19:13:28.528 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.528 INFO kablam! | ^^^^^^ Sep 19 19:13:28.528 INFO kablam! | Sep 19 19:13:28.528 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.528 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.528 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.528 INFO kablam! Sep 19 19:13:28.528 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.528 INFO kablam! --> src/arrays/Array1024.rs:78:34 Sep 19 19:13:28.528 INFO kablam! | Sep 19 19:13:28.528 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.528 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.528 INFO kablam! | Sep 19 19:13:28.528 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.529 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.529 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.529 INFO kablam! Sep 19 19:13:28.529 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.529 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 19 19:13:28.529 INFO kablam! | Sep 19 19:13:28.529 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.529 INFO kablam! | ^^^^^^ Sep 19 19:13:28.529 INFO kablam! | Sep 19 19:13:28.529 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.529 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.529 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.529 INFO kablam! Sep 19 19:13:28.529 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.529 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 19 19:13:28.529 INFO kablam! | Sep 19 19:13:28.529 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.529 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.529 INFO kablam! | Sep 19 19:13:28.529 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.529 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.529 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.529 INFO kablam! Sep 19 19:13:28.529 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.529 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 19 19:13:28.529 INFO kablam! | Sep 19 19:13:28.529 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.529 INFO kablam! | ^^^^^^ Sep 19 19:13:28.529 INFO kablam! | Sep 19 19:13:28.529 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.529 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.529 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.529 INFO kablam! Sep 19 19:13:28.529 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.529 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 19 19:13:28.529 INFO kablam! | Sep 19 19:13:28.529 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.529 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.529 INFO kablam! | Sep 19 19:13:28.529 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.529 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.529 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.529 INFO kablam! Sep 19 19:13:28.529 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.529 INFO kablam! --> src/arrays/Array1024.rs:99:14 Sep 19 19:13:28.529 INFO kablam! | Sep 19 19:13:28.529 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.529 INFO kablam! | ^^^^^^ Sep 19 19:13:28.529 INFO kablam! | Sep 19 19:13:28.529 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.529 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.529 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.529 INFO kablam! Sep 19 19:13:28.529 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.529 INFO kablam! --> src/arrays/Array1024.rs:99:28 Sep 19 19:13:28.530 INFO kablam! | Sep 19 19:13:28.530 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 19:13:28.530 INFO kablam! | ^^^^^^^ Sep 19 19:13:28.530 INFO kablam! | Sep 19 19:13:28.530 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.530 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.530 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.530 INFO kablam! Sep 19 19:13:28.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.530 INFO kablam! --> src/arrays/Array1024.rs:108:15 Sep 19 19:13:28.530 INFO kablam! | Sep 19 19:13:28.530 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 19:13:28.530 INFO kablam! | ^^^^^^ Sep 19 19:13:28.530 INFO kablam! | Sep 19 19:13:28.530 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.530 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.530 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.530 INFO kablam! Sep 19 19:13:28.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.530 INFO kablam! --> src/arrays/Array1024.rs:120:3 Sep 19 19:13:28.530 INFO kablam! | Sep 19 19:13:28.530 INFO kablam! 120 | self.0.iter() Sep 19 19:13:28.530 INFO kablam! | ^^^^^^ Sep 19 19:13:28.530 INFO kablam! | Sep 19 19:13:28.530 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.530 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.530 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.530 INFO kablam! Sep 19 19:13:28.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.530 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 19 19:13:28.530 INFO kablam! | Sep 19 19:13:28.530 INFO kablam! 132 | self.0.iter_mut() Sep 19 19:13:28.530 INFO kablam! | ^^^^^^ Sep 19 19:13:28.530 INFO kablam! | Sep 19 19:13:28.530 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.530 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.530 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.530 INFO kablam! Sep 19 19:13:28.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.530 INFO kablam! --> src/arrays/Array1024.rs:141:4 Sep 19 19:13:28.530 INFO kablam! | Sep 19 19:13:28.530 INFO kablam! 141 | &self.0[..] Sep 19 19:13:28.530 INFO kablam! | ^^^^^^ Sep 19 19:13:28.530 INFO kablam! | Sep 19 19:13:28.530 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.530 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.530 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.530 INFO kablam! Sep 19 19:13:28.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:13:28.530 INFO kablam! --> src/arrays/Array1024.rs:150:8 Sep 19 19:13:28.530 INFO kablam! | Sep 19 19:13:28.530 INFO kablam! 150 | &mut self.0[..] Sep 19 19:13:28.530 INFO kablam! | ^^^^^^ Sep 19 19:13:28.530 INFO kablam! | Sep 19 19:13:28.531 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 19:13:28.531 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:13:28.531 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 19:13:28.531 INFO kablam! Sep 19 19:13:28.531 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 19 19:13:28.531 INFO kablam! --> src/lib.rs:8:12 Sep 19 19:13:28.531 INFO kablam! | Sep 19 19:13:28.531 INFO kablam! 8 | #![feature(associated_consts)] Sep 19 19:13:28.531 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 19:13:28.531 INFO kablam! | Sep 19 19:13:28.531 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 19:13:28.531 INFO kablam! Sep 19 19:13:28.557 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.11s Sep 19 19:13:28.560 INFO kablam! su: No module specific data is present Sep 19 19:13:29.193 INFO running `"docker" "rm" "-f" "952e09f8cfb6953c4df588c71b9fa1cb2a51ce593995e2ab11b10cf699f4aab9"` Sep 19 19:13:29.253 INFO blam! 952e09f8cfb6953c4df588c71b9fa1cb2a51ce593995e2ab11b10cf699f4aab9