Sep 04 03:29:04.062 INFO checking sgx-isa-0.1.2 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 03:29:04.062 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 03:29:04.062 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 03:29:04.214 INFO blam! b245ce2268c20a1113e1360d3eee7cc45fc5f1a582686b8d464bc3a8d2b9839a Sep 04 03:29:04.216 INFO running `"docker" "start" "-a" "b245ce2268c20a1113e1360d3eee7cc45fc5f1a582686b8d464bc3a8d2b9839a"` Sep 04 03:29:04.983 INFO kablam! Checking sgx-isa v0.1.2 (file:///source) Sep 04 03:29:06.039 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 03:29:06.039 INFO kablam! --> src/lib.rs:186:10 Sep 04 03:29:06.039 INFO kablam! | Sep 04 03:29:06.040 INFO kablam! 186 | #[derive(Clone,Debug,Default)] Sep 04 03:29:06.040 INFO kablam! | ^^^^^ Sep 04 03:29:06.040 INFO kablam! | Sep 04 03:29:06.040 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 04 03:29:06.040 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.040 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.040 INFO kablam! Sep 04 03:29:06.040 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 03:29:06.040 INFO kablam! --> src/lib.rs:186:16 Sep 04 03:29:06.040 INFO kablam! | Sep 04 03:29:06.040 INFO kablam! 186 | #[derive(Clone,Debug,Default)] Sep 04 03:29:06.040 INFO kablam! | ^^^^^ Sep 04 03:29:06.040 INFO kablam! | Sep 04 03:29:06.040 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.040 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.040 INFO kablam! Sep 04 03:29:06.040 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 03:29:06.040 INFO kablam! --> src/lib.rs:253:10 Sep 04 03:29:06.040 INFO kablam! | Sep 04 03:29:06.040 INFO kablam! 253 | #[derive(Clone,Debug,Default)] Sep 04 03:29:06.040 INFO kablam! | ^^^^^ Sep 04 03:29:06.040 INFO kablam! | Sep 04 03:29:06.041 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.041 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.041 INFO kablam! Sep 04 03:29:06.041 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 03:29:06.041 INFO kablam! --> src/lib.rs:253:16 Sep 04 03:29:06.041 INFO kablam! | Sep 04 03:29:06.041 INFO kablam! 253 | #[derive(Clone,Debug,Default)] Sep 04 03:29:06.041 INFO kablam! | ^^^^^ Sep 04 03:29:06.041 INFO kablam! | Sep 04 03:29:06.041 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.041 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.041 INFO kablam! Sep 04 03:29:06.041 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.041 INFO kablam! --> src/large_array_impl.rs:50:10 Sep 04 03:29:06.042 INFO kablam! | Sep 04 03:29:06.042 INFO kablam! 50 | size: ref __self_0_0, Sep 04 03:29:06.042 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.042 INFO kablam! | Sep 04 03:29:06.042 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.042 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.042 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.042 INFO kablam! Sep 04 03:29:06.042 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.042 INFO kablam! --> src/large_array_impl.rs:51:14 Sep 04 03:29:06.042 INFO kablam! | Sep 04 03:29:06.042 INFO kablam! 51 | baseaddr: ref __self_0_1, Sep 04 03:29:06.042 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.042 INFO kablam! | Sep 04 03:29:06.042 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.042 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.042 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.042 INFO kablam! Sep 04 03:29:06.042 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.042 INFO kablam! --> src/large_array_impl.rs:52:18 Sep 04 03:29:06.042 INFO kablam! | Sep 04 03:29:06.043 INFO kablam! 52 | ssaframesize: ref __self_0_2, Sep 04 03:29:06.043 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.043 INFO kablam! | Sep 04 03:29:06.043 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.043 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.043 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.043 INFO kablam! Sep 04 03:29:06.043 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.043 INFO kablam! --> src/large_array_impl.rs:53:16 Sep 04 03:29:06.043 INFO kablam! | Sep 04 03:29:06.043 INFO kablam! 53 | miscselect: ref __self_0_3, Sep 04 03:29:06.043 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.043 INFO kablam! | Sep 04 03:29:06.043 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.043 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.043 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.043 INFO kablam! Sep 04 03:29:06.043 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.043 INFO kablam! --> src/large_array_impl.rs:57:15 Sep 04 03:29:06.044 INFO kablam! | Sep 04 03:29:06.044 INFO kablam! 57 | isvprodid: ref __self_0_10, Sep 04 03:29:06.044 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 03:29:06.044 INFO kablam! | Sep 04 03:29:06.044 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.044 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.044 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.044 INFO kablam! Sep 04 03:29:06.044 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.044 INFO kablam! --> src/large_array_impl.rs:58:12 Sep 04 03:29:06.044 INFO kablam! | Sep 04 03:29:06.044 INFO kablam! 58 | isvsvn: ref __self_0_11, .. } => { Sep 04 03:29:06.044 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 03:29:06.044 INFO kablam! | Sep 04 03:29:06.044 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.044 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.044 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.044 INFO kablam! Sep 04 03:29:06.045 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.045 INFO kablam! --> src/large_array_impl.rs:80:11 Sep 04 03:29:06.045 INFO kablam! | Sep 04 03:29:06.045 INFO kablam! 80 | flags: ref __self_0_1, Sep 04 03:29:06.045 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.045 INFO kablam! | Sep 04 03:29:06.045 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.045 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.045 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.045 INFO kablam! Sep 04 03:29:06.045 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.045 INFO kablam! --> src/large_array_impl.rs:81:10 Sep 04 03:29:06.045 INFO kablam! | Sep 04 03:29:06.045 INFO kablam! 81 | ossa: ref __self_0_2, Sep 04 03:29:06.045 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.045 INFO kablam! | Sep 04 03:29:06.045 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.045 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.046 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.046 INFO kablam! Sep 04 03:29:06.046 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.046 INFO kablam! --> src/large_array_impl.rs:82:10 Sep 04 03:29:06.046 INFO kablam! | Sep 04 03:29:06.046 INFO kablam! 82 | cssa: ref __self_0_3, Sep 04 03:29:06.046 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.046 INFO kablam! | Sep 04 03:29:06.046 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.046 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.046 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.046 INFO kablam! Sep 04 03:29:06.046 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.047 INFO kablam! --> src/large_array_impl.rs:83:10 Sep 04 03:29:06.047 INFO kablam! | Sep 04 03:29:06.047 INFO kablam! 83 | nssa: ref __self_0_4, Sep 04 03:29:06.047 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.047 INFO kablam! | Sep 04 03:29:06.047 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.047 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.047 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.047 INFO kablam! Sep 04 03:29:06.047 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.047 INFO kablam! --> src/large_array_impl.rs:84:12 Sep 04 03:29:06.047 INFO kablam! | Sep 04 03:29:06.047 INFO kablam! 84 | oentry: ref __self_0_5, Sep 04 03:29:06.047 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.047 INFO kablam! | Sep 04 03:29:06.047 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.047 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.047 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.048 INFO kablam! Sep 04 03:29:06.048 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.048 INFO kablam! --> src/large_array_impl.rs:85:14 Sep 04 03:29:06.048 INFO kablam! | Sep 04 03:29:06.048 INFO kablam! 85 | ofsbasgx: ref __self_0_7, Sep 04 03:29:06.048 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.048 INFO kablam! | Sep 04 03:29:06.048 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.048 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.048 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.048 INFO kablam! Sep 04 03:29:06.048 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.048 INFO kablam! --> src/large_array_impl.rs:86:14 Sep 04 03:29:06.048 INFO kablam! | Sep 04 03:29:06.048 INFO kablam! 86 | ogsbasgx: ref __self_0_8, Sep 04 03:29:06.048 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.048 INFO kablam! | Sep 04 03:29:06.048 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.048 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.048 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.048 INFO kablam! Sep 04 03:29:06.048 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.049 INFO kablam! --> src/large_array_impl.rs:87:13 Sep 04 03:29:06.049 INFO kablam! | Sep 04 03:29:06.049 INFO kablam! 87 | fslimit: ref __self_0_9, Sep 04 03:29:06.049 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.049 INFO kablam! | Sep 04 03:29:06.052 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.052 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.053 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.053 INFO kablam! Sep 04 03:29:06.053 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.053 INFO kablam! --> src/large_array_impl.rs:88:13 Sep 04 03:29:06.053 INFO kablam! | Sep 04 03:29:06.053 INFO kablam! 88 | gslimit: ref __self_0_10, .. } => { Sep 04 03:29:06.053 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 03:29:06.053 INFO kablam! | Sep 04 03:29:06.053 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.053 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.053 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.053 INFO kablam! Sep 04 03:29:06.053 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.053 INFO kablam! --> src/large_array_impl.rs:109:21 Sep 04 03:29:06.053 INFO kablam! | Sep 04 03:29:06.053 INFO kablam! 109 | Secinfo { flags: ref __self_0_0, .. } => { Sep 04 03:29:06.053 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.053 INFO kablam! | Sep 04 03:29:06.054 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.054 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.064 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.064 INFO kablam! Sep 04 03:29:06.064 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.064 INFO kablam! --> src/large_array_impl.rs:124:15 Sep 04 03:29:06.065 INFO kablam! | Sep 04 03:29:06.065 INFO kablam! 124 | enclaveid: ref __self_0_1, Sep 04 03:29:06.065 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.065 INFO kablam! | Sep 04 03:29:06.065 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.065 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.065 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.065 INFO kablam! Sep 04 03:29:06.066 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.066 INFO kablam! --> src/large_array_impl.rs:142:12 Sep 04 03:29:06.066 INFO kablam! | Sep 04 03:29:06.066 INFO kablam! 142 | vendor: ref __self_0_1, Sep 04 03:29:06.066 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.066 INFO kablam! | Sep 04 03:29:06.066 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.066 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.067 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.067 INFO kablam! Sep 04 03:29:06.067 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.067 INFO kablam! --> src/large_array_impl.rs:143:10 Sep 04 03:29:06.067 INFO kablam! | Sep 04 03:29:06.067 INFO kablam! 143 | date: ref __self_0_2, Sep 04 03:29:06.067 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.067 INFO kablam! | Sep 04 03:29:06.068 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.068 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.068 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.068 INFO kablam! Sep 04 03:29:06.068 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.068 INFO kablam! --> src/large_array_impl.rs:145:15 Sep 04 03:29:06.068 INFO kablam! | Sep 04 03:29:06.068 INFO kablam! 145 | swdefined: ref __self_0_4, Sep 04 03:29:06.069 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.069 INFO kablam! | Sep 04 03:29:06.069 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.069 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.069 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.069 INFO kablam! Sep 04 03:29:06.069 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.070 INFO kablam! --> src/large_array_impl.rs:147:14 Sep 04 03:29:06.070 INFO kablam! | Sep 04 03:29:06.070 INFO kablam! 147 | exponent: ref __self_0_7, Sep 04 03:29:06.070 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.070 INFO kablam! | Sep 04 03:29:06.070 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.070 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.070 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.071 INFO kablam! Sep 04 03:29:06.071 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.071 INFO kablam! --> src/large_array_impl.rs:149:16 Sep 04 03:29:06.071 INFO kablam! | Sep 04 03:29:06.071 INFO kablam! 149 | miscselect: ref __self_0_9, Sep 04 03:29:06.071 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.071 INFO kablam! | Sep 04 03:29:06.071 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.073 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.073 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.073 INFO kablam! Sep 04 03:29:06.073 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.073 INFO kablam! --> src/large_array_impl.rs:150:14 Sep 04 03:29:06.073 INFO kablam! | Sep 04 03:29:06.073 INFO kablam! 150 | miscmask: ref __self_0_10, Sep 04 03:29:06.073 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 03:29:06.074 INFO kablam! | Sep 04 03:29:06.074 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.074 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.074 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.074 INFO kablam! Sep 04 03:29:06.074 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.074 INFO kablam! --> src/large_array_impl.rs:152:19 Sep 04 03:29:06.075 INFO kablam! | Sep 04 03:29:06.075 INFO kablam! 152 | attributemask: ref __self_0_13, Sep 04 03:29:06.075 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 03:29:06.075 INFO kablam! | Sep 04 03:29:06.075 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.075 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.075 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.075 INFO kablam! Sep 04 03:29:06.076 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.076 INFO kablam! --> src/large_array_impl.rs:154:15 Sep 04 03:29:06.076 INFO kablam! | Sep 04 03:29:06.076 INFO kablam! 154 | isvprodid: ref __self_0_16, Sep 04 03:29:06.076 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 03:29:06.076 INFO kablam! | Sep 04 03:29:06.076 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.076 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.077 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.077 INFO kablam! Sep 04 03:29:06.077 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.077 INFO kablam! --> src/large_array_impl.rs:155:12 Sep 04 03:29:06.077 INFO kablam! | Sep 04 03:29:06.077 INFO kablam! 155 | isvsvn: ref __self_0_17, Sep 04 03:29:06.077 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 03:29:06.077 INFO kablam! | Sep 04 03:29:06.078 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.078 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.078 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.078 INFO kablam! Sep 04 03:29:06.078 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.078 INFO kablam! --> src/large_array_impl.rs:187:11 Sep 04 03:29:06.078 INFO kablam! | Sep 04 03:29:06.078 INFO kablam! 187 | valid: ref __self_0_0, Sep 04 03:29:06.079 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.079 INFO kablam! | Sep 04 03:29:06.079 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.079 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.079 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.079 INFO kablam! Sep 04 03:29:06.079 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.080 INFO kablam! --> src/large_array_impl.rs:192:17 Sep 04 03:29:06.080 INFO kablam! | Sep 04 03:29:06.080 INFO kablam! 192 | isvprodidle: ref __self_0_8, Sep 04 03:29:06.080 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.080 INFO kablam! | Sep 04 03:29:06.080 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.080 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.080 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.081 INFO kablam! Sep 04 03:29:06.081 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.081 INFO kablam! --> src/large_array_impl.rs:193:14 Sep 04 03:29:06.081 INFO kablam! | Sep 04 03:29:06.081 INFO kablam! 193 | isvsvnle: ref __self_0_9, Sep 04 03:29:06.081 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.081 INFO kablam! | Sep 04 03:29:06.081 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.082 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.082 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.082 INFO kablam! Sep 04 03:29:06.082 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.082 INFO kablam! --> src/large_array_impl.rs:194:24 Sep 04 03:29:06.082 INFO kablam! | Sep 04 03:29:06.082 INFO kablam! 194 | maskedmiscselectle: ref __self_0_11, Sep 04 03:29:06.082 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 03:29:06.082 INFO kablam! | Sep 04 03:29:06.083 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.083 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.085 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.085 INFO kablam! Sep 04 03:29:06.085 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.085 INFO kablam! --> src/large_array_impl.rs:222:16 Sep 04 03:29:06.085 INFO kablam! | Sep 04 03:29:06.085 INFO kablam! 222 | miscselect: ref __self_0_1, Sep 04 03:29:06.085 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.085 INFO kablam! | Sep 04 03:29:06.085 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.085 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.085 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.085 INFO kablam! Sep 04 03:29:06.085 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.085 INFO kablam! --> src/large_array_impl.rs:226:15 Sep 04 03:29:06.086 INFO kablam! | Sep 04 03:29:06.086 INFO kablam! 226 | isvprodid: ref __self_0_8, Sep 04 03:29:06.086 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.086 INFO kablam! | Sep 04 03:29:06.086 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.086 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.086 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.086 INFO kablam! Sep 04 03:29:06.086 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.086 INFO kablam! --> src/large_array_impl.rs:227:12 Sep 04 03:29:06.086 INFO kablam! | Sep 04 03:29:06.086 INFO kablam! 227 | isvsvn: ref __self_0_9, Sep 04 03:29:06.086 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.086 INFO kablam! | Sep 04 03:29:06.086 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.086 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.086 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.086 INFO kablam! Sep 04 03:29:06.087 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.087 INFO kablam! --> src/large_array_impl.rs:255:16 Sep 04 03:29:06.087 INFO kablam! | Sep 04 03:29:06.087 INFO kablam! 255 | miscselect: ref __self_0_3, .. } => { Sep 04 03:29:06.087 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.087 INFO kablam! | Sep 04 03:29:06.087 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.087 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.087 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.087 INFO kablam! Sep 04 03:29:06.087 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.087 INFO kablam! --> src/large_array_impl.rs:271:13 Sep 04 03:29:06.087 INFO kablam! | Sep 04 03:29:06.087 INFO kablam! 271 | keyname: ref __self_0_0, Sep 04 03:29:06.087 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.087 INFO kablam! | Sep 04 03:29:06.087 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.088 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.088 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.088 INFO kablam! Sep 04 03:29:06.088 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.088 INFO kablam! --> src/large_array_impl.rs:272:15 Sep 04 03:29:06.088 INFO kablam! | Sep 04 03:29:06.088 INFO kablam! 272 | keypolicy: ref __self_0_1, Sep 04 03:29:06.088 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.088 INFO kablam! | Sep 04 03:29:06.088 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.088 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.088 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.088 INFO kablam! Sep 04 03:29:06.088 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.088 INFO kablam! --> src/large_array_impl.rs:273:12 Sep 04 03:29:06.088 INFO kablam! | Sep 04 03:29:06.088 INFO kablam! 273 | isvsvn: ref __self_0_2, Sep 04 03:29:06.088 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.088 INFO kablam! | Sep 04 03:29:06.088 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.088 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.088 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.088 INFO kablam! Sep 04 03:29:06.088 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.089 INFO kablam! --> src/large_array_impl.rs:275:19 Sep 04 03:29:06.089 INFO kablam! | Sep 04 03:29:06.089 INFO kablam! 275 | attributemask: ref __self_0_5, Sep 04 03:29:06.089 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.089 INFO kablam! | Sep 04 03:29:06.089 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.089 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.089 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.089 INFO kablam! Sep 04 03:29:06.089 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.089 INFO kablam! --> src/large_array_impl.rs:277:14 Sep 04 03:29:06.089 INFO kablam! | Sep 04 03:29:06.089 INFO kablam! 277 | miscmask: ref __self_0_7, .. } => { Sep 04 03:29:06.089 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.089 INFO kablam! | Sep 04 03:29:06.089 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.089 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.089 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.089 INFO kablam! Sep 04 03:29:06.150 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 03:29:06.150 INFO kablam! --> src/lib.rs:186:10 Sep 04 03:29:06.150 INFO kablam! | Sep 04 03:29:06.150 INFO kablam! 186 | #[derive(Clone,Debug,Default)] Sep 04 03:29:06.150 INFO kablam! | ^^^^^ Sep 04 03:29:06.150 INFO kablam! | Sep 04 03:29:06.150 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 04 03:29:06.150 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.150 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.150 INFO kablam! Sep 04 03:29:06.150 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 03:29:06.150 INFO kablam! --> src/lib.rs:186:16 Sep 04 03:29:06.150 INFO kablam! | Sep 04 03:29:06.150 INFO kablam! 186 | #[derive(Clone,Debug,Default)] Sep 04 03:29:06.150 INFO kablam! | ^^^^^ Sep 04 03:29:06.150 INFO kablam! | Sep 04 03:29:06.151 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.151 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.151 INFO kablam! Sep 04 03:29:06.151 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 03:29:06.151 INFO kablam! --> src/lib.rs:253:10 Sep 04 03:29:06.151 INFO kablam! | Sep 04 03:29:06.151 INFO kablam! 253 | #[derive(Clone,Debug,Default)] Sep 04 03:29:06.151 INFO kablam! | ^^^^^ Sep 04 03:29:06.151 INFO kablam! | Sep 04 03:29:06.151 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.151 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.151 INFO kablam! Sep 04 03:29:06.151 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 03:29:06.151 INFO kablam! --> src/lib.rs:253:16 Sep 04 03:29:06.151 INFO kablam! | Sep 04 03:29:06.151 INFO kablam! 253 | #[derive(Clone,Debug,Default)] Sep 04 03:29:06.151 INFO kablam! | ^^^^^ Sep 04 03:29:06.151 INFO kablam! | Sep 04 03:29:06.151 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.151 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.151 INFO kablam! Sep 04 03:29:06.151 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.151 INFO kablam! --> src/large_array_impl.rs:50:10 Sep 04 03:29:06.151 INFO kablam! | Sep 04 03:29:06.151 INFO kablam! 50 | size: ref __self_0_0, Sep 04 03:29:06.151 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.151 INFO kablam! | Sep 04 03:29:06.151 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.151 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.151 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.152 INFO kablam! Sep 04 03:29:06.152 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.152 INFO kablam! --> src/large_array_impl.rs:51:14 Sep 04 03:29:06.152 INFO kablam! | Sep 04 03:29:06.152 INFO kablam! 51 | baseaddr: ref __self_0_1, Sep 04 03:29:06.152 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.152 INFO kablam! | Sep 04 03:29:06.152 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.152 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.152 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.152 INFO kablam! Sep 04 03:29:06.152 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.152 INFO kablam! --> src/large_array_impl.rs:52:18 Sep 04 03:29:06.152 INFO kablam! | Sep 04 03:29:06.152 INFO kablam! 52 | ssaframesize: ref __self_0_2, Sep 04 03:29:06.152 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.152 INFO kablam! | Sep 04 03:29:06.152 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.152 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.152 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.152 INFO kablam! Sep 04 03:29:06.152 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.152 INFO kablam! --> src/large_array_impl.rs:53:16 Sep 04 03:29:06.152 INFO kablam! | Sep 04 03:29:06.152 INFO kablam! 53 | miscselect: ref __self_0_3, Sep 04 03:29:06.152 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.152 INFO kablam! | Sep 04 03:29:06.152 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.152 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.152 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.152 INFO kablam! Sep 04 03:29:06.152 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.152 INFO kablam! --> src/large_array_impl.rs:57:15 Sep 04 03:29:06.152 INFO kablam! | Sep 04 03:29:06.152 INFO kablam! 57 | isvprodid: ref __self_0_10, Sep 04 03:29:06.152 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 03:29:06.152 INFO kablam! | Sep 04 03:29:06.152 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.152 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.152 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.152 INFO kablam! Sep 04 03:29:06.153 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.153 INFO kablam! --> src/large_array_impl.rs:58:12 Sep 04 03:29:06.153 INFO kablam! | Sep 04 03:29:06.153 INFO kablam! 58 | isvsvn: ref __self_0_11, .. } => { Sep 04 03:29:06.153 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 03:29:06.153 INFO kablam! | Sep 04 03:29:06.153 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.153 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.153 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.153 INFO kablam! Sep 04 03:29:06.153 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.153 INFO kablam! --> src/large_array_impl.rs:80:11 Sep 04 03:29:06.153 INFO kablam! | Sep 04 03:29:06.153 INFO kablam! 80 | flags: ref __self_0_1, Sep 04 03:29:06.153 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.153 INFO kablam! | Sep 04 03:29:06.153 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.153 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.153 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.153 INFO kablam! Sep 04 03:29:06.153 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.153 INFO kablam! --> src/large_array_impl.rs:81:10 Sep 04 03:29:06.153 INFO kablam! | Sep 04 03:29:06.153 INFO kablam! 81 | ossa: ref __self_0_2, Sep 04 03:29:06.154 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.154 INFO kablam! | Sep 04 03:29:06.154 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.154 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.154 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.154 INFO kablam! Sep 04 03:29:06.154 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.154 INFO kablam! --> src/large_array_impl.rs:82:10 Sep 04 03:29:06.154 INFO kablam! | Sep 04 03:29:06.154 INFO kablam! 82 | cssa: ref __self_0_3, Sep 04 03:29:06.154 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.154 INFO kablam! | Sep 04 03:29:06.154 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.154 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.154 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.154 INFO kablam! Sep 04 03:29:06.154 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.154 INFO kablam! --> src/large_array_impl.rs:83:10 Sep 04 03:29:06.154 INFO kablam! | Sep 04 03:29:06.154 INFO kablam! 83 | nssa: ref __self_0_4, Sep 04 03:29:06.154 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.154 INFO kablam! | Sep 04 03:29:06.154 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.154 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.154 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.154 INFO kablam! Sep 04 03:29:06.155 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.155 INFO kablam! --> src/large_array_impl.rs:84:12 Sep 04 03:29:06.155 INFO kablam! | Sep 04 03:29:06.155 INFO kablam! 84 | oentry: ref __self_0_5, Sep 04 03:29:06.155 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.155 INFO kablam! | Sep 04 03:29:06.155 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.155 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.155 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.155 INFO kablam! Sep 04 03:29:06.155 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.155 INFO kablam! --> src/large_array_impl.rs:85:14 Sep 04 03:29:06.155 INFO kablam! | Sep 04 03:29:06.155 INFO kablam! 85 | ofsbasgx: ref __self_0_7, Sep 04 03:29:06.155 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.155 INFO kablam! | Sep 04 03:29:06.155 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.155 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.155 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.156 INFO kablam! Sep 04 03:29:06.156 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.156 INFO kablam! --> src/large_array_impl.rs:86:14 Sep 04 03:29:06.156 INFO kablam! | Sep 04 03:29:06.156 INFO kablam! 86 | ogsbasgx: ref __self_0_8, Sep 04 03:29:06.156 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.156 INFO kablam! | Sep 04 03:29:06.156 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.156 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.156 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.156 INFO kablam! Sep 04 03:29:06.156 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.156 INFO kablam! --> src/large_array_impl.rs:87:13 Sep 04 03:29:06.156 INFO kablam! | Sep 04 03:29:06.156 INFO kablam! 87 | fslimit: ref __self_0_9, Sep 04 03:29:06.156 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.156 INFO kablam! | Sep 04 03:29:06.156 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.156 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.156 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.156 INFO kablam! Sep 04 03:29:06.156 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.156 INFO kablam! --> src/large_array_impl.rs:88:13 Sep 04 03:29:06.157 INFO kablam! | Sep 04 03:29:06.157 INFO kablam! 88 | gslimit: ref __self_0_10, .. } => { Sep 04 03:29:06.157 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 03:29:06.157 INFO kablam! | Sep 04 03:29:06.157 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.157 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.157 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.157 INFO kablam! Sep 04 03:29:06.157 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.157 INFO kablam! --> src/large_array_impl.rs:109:21 Sep 04 03:29:06.157 INFO kablam! | Sep 04 03:29:06.157 INFO kablam! 109 | Secinfo { flags: ref __self_0_0, .. } => { Sep 04 03:29:06.157 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.157 INFO kablam! | Sep 04 03:29:06.157 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.157 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.157 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.157 INFO kablam! Sep 04 03:29:06.157 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.157 INFO kablam! --> src/large_array_impl.rs:124:15 Sep 04 03:29:06.157 INFO kablam! | Sep 04 03:29:06.158 INFO kablam! 124 | enclaveid: ref __self_0_1, Sep 04 03:29:06.158 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.158 INFO kablam! | Sep 04 03:29:06.158 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.158 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.158 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.158 INFO kablam! Sep 04 03:29:06.158 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.158 INFO kablam! --> src/large_array_impl.rs:142:12 Sep 04 03:29:06.158 INFO kablam! | Sep 04 03:29:06.158 INFO kablam! 142 | vendor: ref __self_0_1, Sep 04 03:29:06.158 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.158 INFO kablam! | Sep 04 03:29:06.158 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.158 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.158 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.158 INFO kablam! Sep 04 03:29:06.158 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.158 INFO kablam! --> src/large_array_impl.rs:143:10 Sep 04 03:29:06.159 INFO kablam! | Sep 04 03:29:06.159 INFO kablam! 143 | date: ref __self_0_2, Sep 04 03:29:06.159 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.159 INFO kablam! | Sep 04 03:29:06.159 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.159 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.159 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.159 INFO kablam! Sep 04 03:29:06.159 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.159 INFO kablam! --> src/large_array_impl.rs:145:15 Sep 04 03:29:06.159 INFO kablam! | Sep 04 03:29:06.159 INFO kablam! 145 | swdefined: ref __self_0_4, Sep 04 03:29:06.159 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.159 INFO kablam! | Sep 04 03:29:06.159 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.159 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.159 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.159 INFO kablam! Sep 04 03:29:06.159 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.159 INFO kablam! --> src/large_array_impl.rs:147:14 Sep 04 03:29:06.159 INFO kablam! | Sep 04 03:29:06.159 INFO kablam! 147 | exponent: ref __self_0_7, Sep 04 03:29:06.160 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.160 INFO kablam! | Sep 04 03:29:06.160 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.160 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.160 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.160 INFO kablam! Sep 04 03:29:06.160 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.160 INFO kablam! --> src/large_array_impl.rs:149:16 Sep 04 03:29:06.160 INFO kablam! | Sep 04 03:29:06.160 INFO kablam! 149 | miscselect: ref __self_0_9, Sep 04 03:29:06.160 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.160 INFO kablam! | Sep 04 03:29:06.160 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.160 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.160 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.160 INFO kablam! Sep 04 03:29:06.160 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.160 INFO kablam! --> src/large_array_impl.rs:150:14 Sep 04 03:29:06.160 INFO kablam! | Sep 04 03:29:06.160 INFO kablam! 150 | miscmask: ref __self_0_10, Sep 04 03:29:06.160 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 03:29:06.160 INFO kablam! | Sep 04 03:29:06.160 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.161 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.161 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.161 INFO kablam! Sep 04 03:29:06.161 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.161 INFO kablam! --> src/large_array_impl.rs:152:19 Sep 04 03:29:06.161 INFO kablam! | Sep 04 03:29:06.161 INFO kablam! 152 | attributemask: ref __self_0_13, Sep 04 03:29:06.161 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 03:29:06.161 INFO kablam! | Sep 04 03:29:06.161 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.161 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.161 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.161 INFO kablam! Sep 04 03:29:06.161 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.161 INFO kablam! --> src/large_array_impl.rs:154:15 Sep 04 03:29:06.161 INFO kablam! | Sep 04 03:29:06.161 INFO kablam! 154 | isvprodid: ref __self_0_16, Sep 04 03:29:06.161 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 03:29:06.161 INFO kablam! | Sep 04 03:29:06.161 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.161 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.161 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.161 INFO kablam! Sep 04 03:29:06.161 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.161 INFO kablam! --> src/large_array_impl.rs:155:12 Sep 04 03:29:06.161 INFO kablam! | Sep 04 03:29:06.161 INFO kablam! 155 | isvsvn: ref __self_0_17, Sep 04 03:29:06.161 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 03:29:06.161 INFO kablam! | Sep 04 03:29:06.162 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.162 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.162 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.162 INFO kablam! Sep 04 03:29:06.162 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.162 INFO kablam! --> src/large_array_impl.rs:187:11 Sep 04 03:29:06.162 INFO kablam! | Sep 04 03:29:06.162 INFO kablam! 187 | valid: ref __self_0_0, Sep 04 03:29:06.162 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.162 INFO kablam! | Sep 04 03:29:06.162 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.162 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.162 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.162 INFO kablam! Sep 04 03:29:06.162 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.162 INFO kablam! --> src/large_array_impl.rs:192:17 Sep 04 03:29:06.162 INFO kablam! | Sep 04 03:29:06.162 INFO kablam! 192 | isvprodidle: ref __self_0_8, Sep 04 03:29:06.162 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.162 INFO kablam! | Sep 04 03:29:06.162 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.163 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.163 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.163 INFO kablam! Sep 04 03:29:06.163 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.163 INFO kablam! --> src/large_array_impl.rs:193:14 Sep 04 03:29:06.163 INFO kablam! | Sep 04 03:29:06.163 INFO kablam! 193 | isvsvnle: ref __self_0_9, Sep 04 03:29:06.163 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.163 INFO kablam! | Sep 04 03:29:06.163 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.163 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.163 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.163 INFO kablam! Sep 04 03:29:06.163 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.163 INFO kablam! --> src/large_array_impl.rs:194:24 Sep 04 03:29:06.163 INFO kablam! | Sep 04 03:29:06.163 INFO kablam! 194 | maskedmiscselectle: ref __self_0_11, Sep 04 03:29:06.163 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 03:29:06.163 INFO kablam! | Sep 04 03:29:06.163 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.163 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.163 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.163 INFO kablam! Sep 04 03:29:06.163 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.163 INFO kablam! --> src/large_array_impl.rs:222:16 Sep 04 03:29:06.163 INFO kablam! | Sep 04 03:29:06.163 INFO kablam! 222 | miscselect: ref __self_0_1, Sep 04 03:29:06.163 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.163 INFO kablam! | Sep 04 03:29:06.163 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.164 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.164 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.164 INFO kablam! Sep 04 03:29:06.164 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.164 INFO kablam! --> src/large_array_impl.rs:226:15 Sep 04 03:29:06.164 INFO kablam! | Sep 04 03:29:06.164 INFO kablam! 226 | isvprodid: ref __self_0_8, Sep 04 03:29:06.164 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.164 INFO kablam! | Sep 04 03:29:06.164 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.164 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.164 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.164 INFO kablam! Sep 04 03:29:06.164 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.164 INFO kablam! --> src/large_array_impl.rs:227:12 Sep 04 03:29:06.164 INFO kablam! | Sep 04 03:29:06.164 INFO kablam! 227 | isvsvn: ref __self_0_9, Sep 04 03:29:06.164 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.164 INFO kablam! | Sep 04 03:29:06.164 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.164 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.164 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.165 INFO kablam! Sep 04 03:29:06.165 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.165 INFO kablam! --> src/large_array_impl.rs:255:16 Sep 04 03:29:06.165 INFO kablam! | Sep 04 03:29:06.165 INFO kablam! 255 | miscselect: ref __self_0_3, .. } => { Sep 04 03:29:06.165 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.165 INFO kablam! | Sep 04 03:29:06.165 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.165 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.165 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.165 INFO kablam! Sep 04 03:29:06.165 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.165 INFO kablam! --> src/large_array_impl.rs:271:13 Sep 04 03:29:06.165 INFO kablam! | Sep 04 03:29:06.165 INFO kablam! 271 | keyname: ref __self_0_0, Sep 04 03:29:06.165 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.165 INFO kablam! | Sep 04 03:29:06.165 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.165 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.165 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.165 INFO kablam! Sep 04 03:29:06.165 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.165 INFO kablam! --> src/large_array_impl.rs:272:15 Sep 04 03:29:06.165 INFO kablam! | Sep 04 03:29:06.165 INFO kablam! 272 | keypolicy: ref __self_0_1, Sep 04 03:29:06.165 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.166 INFO kablam! | Sep 04 03:29:06.166 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.166 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.166 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.166 INFO kablam! Sep 04 03:29:06.166 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.166 INFO kablam! --> src/large_array_impl.rs:273:12 Sep 04 03:29:06.166 INFO kablam! | Sep 04 03:29:06.166 INFO kablam! 273 | isvsvn: ref __self_0_2, Sep 04 03:29:06.166 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.166 INFO kablam! | Sep 04 03:29:06.166 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.166 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.166 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.166 INFO kablam! Sep 04 03:29:06.167 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.167 INFO kablam! --> src/large_array_impl.rs:275:19 Sep 04 03:29:06.167 INFO kablam! | Sep 04 03:29:06.167 INFO kablam! 275 | attributemask: ref __self_0_5, Sep 04 03:29:06.167 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.167 INFO kablam! | Sep 04 03:29:06.167 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.167 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.167 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.167 INFO kablam! Sep 04 03:29:06.167 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 03:29:06.167 INFO kablam! --> src/large_array_impl.rs:277:14 Sep 04 03:29:06.167 INFO kablam! | Sep 04 03:29:06.167 INFO kablam! 277 | miscmask: ref __self_0_7, .. } => { Sep 04 03:29:06.167 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 03:29:06.167 INFO kablam! | Sep 04 03:29:06.167 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 03:29:06.167 INFO kablam! = note: for more information, see issue #46043 Sep 04 03:29:06.167 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 03:29:06.168 INFO kablam! Sep 04 03:29:06.213 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.25s Sep 04 03:29:06.216 INFO kablam! su: No module specific data is present Sep 04 03:29:06.729 INFO running `"docker" "rm" "-f" "b245ce2268c20a1113e1360d3eee7cc45fc5f1a582686b8d464bc3a8d2b9839a"` Sep 04 03:29:06.837 INFO blam! b245ce2268c20a1113e1360d3eee7cc45fc5f1a582686b8d464bc3a8d2b9839a