Sep 01 11:40:30.825 INFO checking pe-0.1.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 11:40:30.825 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 11:40:30.825 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 11:40:30.975 INFO blam! 8531cff71efaf7dc06d997583e3ad7ba11a468cf39977cd2bbd69446e0e687ff Sep 01 11:40:30.976 INFO running `"docker" "start" "-a" "8531cff71efaf7dc06d997583e3ad7ba11a468cf39977cd2bbd69446e0e687ff"` Sep 01 11:40:31.750 INFO kablam! Checking pe v0.1.1 (file:///source) Sep 01 11:40:33.075 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.075 INFO kablam! --> src/lib.rs:47:34 Sep 01 11:40:33.075 INFO kablam! | Sep 01 11:40:33.075 INFO kablam! 47 | &PeOptionalHeader::Pe32(h) => &h.number_of_rva_and_sizes, Sep 01 11:40:33.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:40:33.075 INFO kablam! | Sep 01 11:40:33.075 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 01 11:40:33.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 01 11:40:33.076 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.076 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.076 INFO kablam! Sep 01 11:40:33.077 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.077 INFO kablam! --> src/lib.rs:48:38 Sep 01 11:40:33.077 INFO kablam! | Sep 01 11:40:33.077 INFO kablam! 48 | &PeOptionalHeader::Pe32Plus(h) => &h.number_of_rva_and_sizes, Sep 01 11:40:33.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:40:33.077 INFO kablam! | Sep 01 11:40:33.077 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.077 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.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 01 11:40:33.077 INFO kablam! Sep 01 11:40:33.077 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.077 INFO kablam! --> src/lib.rs:54:34 Sep 01 11:40:33.077 INFO kablam! | Sep 01 11:40:33.077 INFO kablam! 54 | &PeOptionalHeader::Pe32(h) => &h.size_of_headers, Sep 01 11:40:33.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 01 11:40:33.077 INFO kablam! | Sep 01 11:40:33.077 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.077 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.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 01 11:40:33.077 INFO kablam! Sep 01 11:40:33.077 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.077 INFO kablam! --> src/lib.rs:55:38 Sep 01 11:40:33.077 INFO kablam! | Sep 01 11:40:33.077 INFO kablam! 55 | &PeOptionalHeader::Pe32Plus(h) => &h.size_of_headers, Sep 01 11:40:33.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 01 11:40:33.077 INFO kablam! | Sep 01 11:40:33.077 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.078 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.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 01 11:40:33.078 INFO kablam! Sep 01 11:40:33.078 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.078 INFO kablam! --> src/lib.rs:61:34 Sep 01 11:40:33.078 INFO kablam! | Sep 01 11:40:33.078 INFO kablam! 61 | &PeOptionalHeader::Pe32(h) => &h.check_sum, Sep 01 11:40:33.078 INFO kablam! | ^^^^^^^^^^^^ Sep 01 11:40:33.078 INFO kablam! | Sep 01 11:40:33.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 01 11:40:33.078 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.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 01 11:40:33.078 INFO kablam! Sep 01 11:40:33.078 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.078 INFO kablam! --> src/lib.rs:62:38 Sep 01 11:40:33.078 INFO kablam! | Sep 01 11:40:33.078 INFO kablam! 62 | &PeOptionalHeader::Pe32Plus(h) => &h.check_sum, Sep 01 11:40:33.078 INFO kablam! | ^^^^^^^^^^^^ Sep 01 11:40:33.078 INFO kablam! | Sep 01 11:40:33.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 01 11:40:33.078 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.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 01 11:40:33.078 INFO kablam! Sep 01 11:40:33.078 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.078 INFO kablam! --> src/utility.rs:45:5 Sep 01 11:40:33.078 INFO kablam! | Sep 01 11:40:33.078 INFO kablam! 45 | self.0.eq(&other.0) Sep 01 11:40:33.078 INFO kablam! | ^^^^^^ Sep 01 11:40:33.078 INFO kablam! ... Sep 01 11:40:33.078 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 01 11:40:33.078 INFO kablam! | ------------------------------ in this macro invocation Sep 01 11:40:33.079 INFO kablam! | Sep 01 11:40:33.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 01 11:40:33.079 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.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 01 11:40:33.079 INFO kablam! Sep 01 11:40:33.079 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.079 INFO kablam! --> src/utility.rs:45:15 Sep 01 11:40:33.079 INFO kablam! | Sep 01 11:40:33.079 INFO kablam! 45 | self.0.eq(&other.0) Sep 01 11:40:33.079 INFO kablam! | ^^^^^^^^ Sep 01 11:40:33.079 INFO kablam! ... Sep 01 11:40:33.079 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 01 11:40:33.079 INFO kablam! | ------------------------------ in this macro invocation Sep 01 11:40:33.079 INFO kablam! | Sep 01 11:40:33.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 01 11:40:33.079 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.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 01 11:40:33.080 INFO kablam! Sep 01 11:40:33.080 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.080 INFO kablam! --> src/utility.rs:45:5 Sep 01 11:40:33.080 INFO kablam! | Sep 01 11:40:33.080 INFO kablam! 45 | self.0.eq(&other.0) Sep 01 11:40:33.080 INFO kablam! | ^^^^^^ Sep 01 11:40:33.080 INFO kablam! ... Sep 01 11:40:33.080 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 01 11:40:33.080 INFO kablam! | ------------------------------- in this macro invocation Sep 01 11:40:33.080 INFO kablam! | Sep 01 11:40:33.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 01 11:40:33.080 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.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 01 11:40:33.080 INFO kablam! Sep 01 11:40:33.080 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.080 INFO kablam! --> src/utility.rs:45:15 Sep 01 11:40:33.080 INFO kablam! | Sep 01 11:40:33.080 INFO kablam! 45 | self.0.eq(&other.0) Sep 01 11:40:33.080 INFO kablam! | ^^^^^^^^ Sep 01 11:40:33.080 INFO kablam! ... Sep 01 11:40:33.080 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 01 11:40:33.080 INFO kablam! | ------------------------------- in this macro invocation Sep 01 11:40:33.080 INFO kablam! | Sep 01 11:40:33.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 01 11:40:33.080 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.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 01 11:40:33.080 INFO kablam! Sep 01 11:40:33.080 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.080 INFO kablam! --> src/utility.rs:51:5 Sep 01 11:40:33.080 INFO kablam! | Sep 01 11:40:33.081 INFO kablam! 51 | self.0.partial_cmp(&other.0) Sep 01 11:40:33.081 INFO kablam! | ^^^^^^ Sep 01 11:40:33.081 INFO kablam! ... Sep 01 11:40:33.081 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 01 11:40:33.081 INFO kablam! | ------------------------------ in this macro invocation Sep 01 11:40:33.081 INFO kablam! | Sep 01 11:40:33.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 01 11:40:33.081 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.081 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.081 INFO kablam! Sep 01 11:40:33.081 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.081 INFO kablam! --> src/utility.rs:51:24 Sep 01 11:40:33.081 INFO kablam! | Sep 01 11:40:33.081 INFO kablam! 51 | self.0.partial_cmp(&other.0) Sep 01 11:40:33.081 INFO kablam! | ^^^^^^^^ Sep 01 11:40:33.081 INFO kablam! ... Sep 01 11:40:33.081 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 01 11:40:33.081 INFO kablam! | ------------------------------ in this macro invocation Sep 01 11:40:33.081 INFO kablam! | Sep 01 11:40:33.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 01 11:40:33.081 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.081 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.081 INFO kablam! Sep 01 11:40:33.081 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.081 INFO kablam! --> src/utility.rs:51:5 Sep 01 11:40:33.081 INFO kablam! | Sep 01 11:40:33.081 INFO kablam! 51 | self.0.partial_cmp(&other.0) Sep 01 11:40:33.081 INFO kablam! | ^^^^^^ Sep 01 11:40:33.081 INFO kablam! ... Sep 01 11:40:33.081 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 01 11:40:33.081 INFO kablam! | ------------------------------- in this macro invocation Sep 01 11:40:33.082 INFO kablam! | Sep 01 11:40:33.082 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.082 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.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 01 11:40:33.082 INFO kablam! Sep 01 11:40:33.082 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.082 INFO kablam! --> src/utility.rs:51:24 Sep 01 11:40:33.082 INFO kablam! | Sep 01 11:40:33.082 INFO kablam! 51 | self.0.partial_cmp(&other.0) Sep 01 11:40:33.082 INFO kablam! | ^^^^^^^^ Sep 01 11:40:33.082 INFO kablam! ... Sep 01 11:40:33.082 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 01 11:40:33.082 INFO kablam! | ------------------------------- in this macro invocation Sep 01 11:40:33.082 INFO kablam! | Sep 01 11:40:33.082 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.082 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.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 01 11:40:33.082 INFO kablam! Sep 01 11:40:33.082 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.082 INFO kablam! --> src/utility.rs:58:5 Sep 01 11:40:33.082 INFO kablam! | Sep 01 11:40:33.082 INFO kablam! 58 | self.0.cmp(&other.0) Sep 01 11:40:33.082 INFO kablam! | ^^^^^^ Sep 01 11:40:33.082 INFO kablam! ... Sep 01 11:40:33.082 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 01 11:40:33.082 INFO kablam! | ------------------------------ in this macro invocation Sep 01 11:40:33.082 INFO kablam! | Sep 01 11:40:33.082 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.082 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.083 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.083 INFO kablam! Sep 01 11:40:33.083 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.083 INFO kablam! --> src/utility.rs:58:16 Sep 01 11:40:33.083 INFO kablam! | Sep 01 11:40:33.083 INFO kablam! 58 | self.0.cmp(&other.0) Sep 01 11:40:33.083 INFO kablam! | ^^^^^^^^ Sep 01 11:40:33.083 INFO kablam! ... Sep 01 11:40:33.083 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 01 11:40:33.083 INFO kablam! | ------------------------------ in this macro invocation Sep 01 11:40:33.083 INFO kablam! | Sep 01 11:40:33.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 01 11:40:33.083 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.083 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.083 INFO kablam! Sep 01 11:40:33.083 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.083 INFO kablam! --> src/utility.rs:58:5 Sep 01 11:40:33.083 INFO kablam! | Sep 01 11:40:33.083 INFO kablam! 58 | self.0.cmp(&other.0) Sep 01 11:40:33.083 INFO kablam! | ^^^^^^ Sep 01 11:40:33.083 INFO kablam! ... Sep 01 11:40:33.083 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 01 11:40:33.083 INFO kablam! | ------------------------------- in this macro invocation Sep 01 11:40:33.083 INFO kablam! | Sep 01 11:40:33.084 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.084 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.084 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.084 INFO kablam! Sep 01 11:40:33.084 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.084 INFO kablam! --> src/utility.rs:58:16 Sep 01 11:40:33.084 INFO kablam! | Sep 01 11:40:33.084 INFO kablam! 58 | self.0.cmp(&other.0) Sep 01 11:40:33.084 INFO kablam! | ^^^^^^^^ Sep 01 11:40:33.084 INFO kablam! ... Sep 01 11:40:33.084 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 01 11:40:33.084 INFO kablam! | ------------------------------- in this macro invocation Sep 01 11:40:33.084 INFO kablam! | Sep 01 11:40:33.084 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.084 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.084 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.084 INFO kablam! Sep 01 11:40:33.084 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.084 INFO kablam! --> src/utility.rs:65:19 Sep 01 11:40:33.084 INFO kablam! | Sep 01 11:40:33.084 INFO kablam! 65 | builder.field(&self.0); Sep 01 11:40:33.084 INFO kablam! | ^^^^^^^ Sep 01 11:40:33.085 INFO kablam! ... Sep 01 11:40:33.085 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 01 11:40:33.085 INFO kablam! | ------------------------------ in this macro invocation Sep 01 11:40:33.085 INFO kablam! | Sep 01 11:40:33.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 01 11:40:33.085 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.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 01 11:40:33.085 INFO kablam! Sep 01 11:40:33.085 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.085 INFO kablam! --> src/utility.rs:65:19 Sep 01 11:40:33.085 INFO kablam! | Sep 01 11:40:33.085 INFO kablam! 65 | builder.field(&self.0); Sep 01 11:40:33.085 INFO kablam! | ^^^^^^^ Sep 01 11:40:33.085 INFO kablam! ... Sep 01 11:40:33.085 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 01 11:40:33.085 INFO kablam! | ------------------------------- in this macro invocation Sep 01 11:40:33.085 INFO kablam! | Sep 01 11:40:33.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 01 11:40:33.085 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.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 01 11:40:33.085 INFO kablam! Sep 01 11:40:33.359 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.359 INFO kablam! --> src/lib.rs:47:34 Sep 01 11:40:33.359 INFO kablam! | Sep 01 11:40:33.359 INFO kablam! 47 | &PeOptionalHeader::Pe32(h) => &h.number_of_rva_and_sizes, Sep 01 11:40:33.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:40:33.359 INFO kablam! | Sep 01 11:40:33.359 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 01 11:40:33.359 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.359 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.359 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.359 INFO kablam! Sep 01 11:40:33.360 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.360 INFO kablam! --> src/lib.rs:48:38 Sep 01 11:40:33.360 INFO kablam! | Sep 01 11:40:33.360 INFO kablam! 48 | &PeOptionalHeader::Pe32Plus(h) => &h.number_of_rva_and_sizes, Sep 01 11:40:33.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:40:33.360 INFO kablam! | Sep 01 11:40:33.360 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.360 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.360 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.360 INFO kablam! Sep 01 11:40:33.360 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.360 INFO kablam! --> src/lib.rs:54:34 Sep 01 11:40:33.360 INFO kablam! | Sep 01 11:40:33.360 INFO kablam! 54 | &PeOptionalHeader::Pe32(h) => &h.size_of_headers, Sep 01 11:40:33.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 01 11:40:33.360 INFO kablam! | Sep 01 11:40:33.360 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.360 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.360 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.361 INFO kablam! Sep 01 11:40:33.361 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.361 INFO kablam! --> src/lib.rs:55:38 Sep 01 11:40:33.361 INFO kablam! | Sep 01 11:40:33.361 INFO kablam! 55 | &PeOptionalHeader::Pe32Plus(h) => &h.size_of_headers, Sep 01 11:40:33.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 01 11:40:33.361 INFO kablam! | Sep 01 11:40:33.361 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.361 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.361 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.361 INFO kablam! Sep 01 11:40:33.361 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.361 INFO kablam! --> src/lib.rs:61:34 Sep 01 11:40:33.361 INFO kablam! | Sep 01 11:40:33.361 INFO kablam! 61 | &PeOptionalHeader::Pe32(h) => &h.check_sum, Sep 01 11:40:33.361 INFO kablam! | ^^^^^^^^^^^^ Sep 01 11:40:33.361 INFO kablam! | Sep 01 11:40:33.361 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.361 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.361 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.361 INFO kablam! Sep 01 11:40:33.361 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.361 INFO kablam! --> src/lib.rs:62:38 Sep 01 11:40:33.361 INFO kablam! | Sep 01 11:40:33.361 INFO kablam! 62 | &PeOptionalHeader::Pe32Plus(h) => &h.check_sum, Sep 01 11:40:33.361 INFO kablam! | ^^^^^^^^^^^^ Sep 01 11:40:33.361 INFO kablam! | Sep 01 11:40:33.362 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.362 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.362 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.362 INFO kablam! Sep 01 11:40:33.362 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.362 INFO kablam! --> src/utility.rs:45:5 Sep 01 11:40:33.362 INFO kablam! | Sep 01 11:40:33.362 INFO kablam! 45 | self.0.eq(&other.0) Sep 01 11:40:33.362 INFO kablam! | ^^^^^^ Sep 01 11:40:33.362 INFO kablam! ... Sep 01 11:40:33.362 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 01 11:40:33.362 INFO kablam! | ------------------------------ in this macro invocation Sep 01 11:40:33.362 INFO kablam! | Sep 01 11:40:33.362 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.362 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.362 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.362 INFO kablam! Sep 01 11:40:33.362 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.362 INFO kablam! --> src/utility.rs:45:15 Sep 01 11:40:33.362 INFO kablam! | Sep 01 11:40:33.362 INFO kablam! 45 | self.0.eq(&other.0) Sep 01 11:40:33.362 INFO kablam! | ^^^^^^^^ Sep 01 11:40:33.362 INFO kablam! ... Sep 01 11:40:33.362 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 01 11:40:33.362 INFO kablam! | ------------------------------ in this macro invocation Sep 01 11:40:33.362 INFO kablam! | Sep 01 11:40:33.362 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.363 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.363 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.363 INFO kablam! Sep 01 11:40:33.363 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.363 INFO kablam! --> src/utility.rs:45:5 Sep 01 11:40:33.363 INFO kablam! | Sep 01 11:40:33.363 INFO kablam! 45 | self.0.eq(&other.0) Sep 01 11:40:33.363 INFO kablam! | ^^^^^^ Sep 01 11:40:33.363 INFO kablam! ... Sep 01 11:40:33.363 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 01 11:40:33.363 INFO kablam! | ------------------------------- in this macro invocation Sep 01 11:40:33.363 INFO kablam! | Sep 01 11:40:33.363 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.363 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.363 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.363 INFO kablam! Sep 01 11:40:33.363 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.363 INFO kablam! --> src/utility.rs:45:15 Sep 01 11:40:33.363 INFO kablam! | Sep 01 11:40:33.363 INFO kablam! 45 | self.0.eq(&other.0) Sep 01 11:40:33.363 INFO kablam! | ^^^^^^^^ Sep 01 11:40:33.363 INFO kablam! ... Sep 01 11:40:33.363 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 01 11:40:33.363 INFO kablam! | ------------------------------- in this macro invocation Sep 01 11:40:33.363 INFO kablam! | Sep 01 11:40:33.363 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.363 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.363 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.364 INFO kablam! Sep 01 11:40:33.364 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.364 INFO kablam! --> src/utility.rs:51:5 Sep 01 11:40:33.364 INFO kablam! | Sep 01 11:40:33.364 INFO kablam! 51 | self.0.partial_cmp(&other.0) Sep 01 11:40:33.364 INFO kablam! | ^^^^^^ Sep 01 11:40:33.364 INFO kablam! ... Sep 01 11:40:33.367 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 01 11:40:33.367 INFO kablam! | ------------------------------ in this macro invocation Sep 01 11:40:33.367 INFO kablam! | Sep 01 11:40:33.368 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.368 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.368 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.368 INFO kablam! Sep 01 11:40:33.368 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.368 INFO kablam! --> src/utility.rs:51:24 Sep 01 11:40:33.368 INFO kablam! | Sep 01 11:40:33.368 INFO kablam! 51 | self.0.partial_cmp(&other.0) Sep 01 11:40:33.368 INFO kablam! | ^^^^^^^^ Sep 01 11:40:33.368 INFO kablam! ... Sep 01 11:40:33.368 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 01 11:40:33.369 INFO kablam! | ------------------------------ in this macro invocation Sep 01 11:40:33.369 INFO kablam! | Sep 01 11:40:33.369 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.369 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.369 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.369 INFO kablam! Sep 01 11:40:33.369 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.369 INFO kablam! --> src/utility.rs:51:5 Sep 01 11:40:33.369 INFO kablam! | Sep 01 11:40:33.369 INFO kablam! 51 | self.0.partial_cmp(&other.0) Sep 01 11:40:33.370 INFO kablam! | ^^^^^^ Sep 01 11:40:33.370 INFO kablam! ... Sep 01 11:40:33.370 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 01 11:40:33.370 INFO kablam! | ------------------------------- in this macro invocation Sep 01 11:40:33.370 INFO kablam! | Sep 01 11:40:33.370 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.370 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.370 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.370 INFO kablam! Sep 01 11:40:33.370 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.370 INFO kablam! --> src/utility.rs:51:24 Sep 01 11:40:33.371 INFO kablam! | Sep 01 11:40:33.371 INFO kablam! 51 | self.0.partial_cmp(&other.0) Sep 01 11:40:33.371 INFO kablam! | ^^^^^^^^ Sep 01 11:40:33.371 INFO kablam! ... Sep 01 11:40:33.371 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 01 11:40:33.371 INFO kablam! | ------------------------------- in this macro invocation Sep 01 11:40:33.371 INFO kablam! | Sep 01 11:40:33.371 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.371 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.371 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.372 INFO kablam! Sep 01 11:40:33.372 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.372 INFO kablam! --> src/utility.rs:58:5 Sep 01 11:40:33.372 INFO kablam! | Sep 01 11:40:33.372 INFO kablam! 58 | self.0.cmp(&other.0) Sep 01 11:40:33.372 INFO kablam! | ^^^^^^ Sep 01 11:40:33.372 INFO kablam! ... Sep 01 11:40:33.372 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 01 11:40:33.372 INFO kablam! | ------------------------------ in this macro invocation Sep 01 11:40:33.372 INFO kablam! | Sep 01 11:40:33.373 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.373 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.373 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.373 INFO kablam! Sep 01 11:40:33.373 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.373 INFO kablam! --> src/utility.rs:58:16 Sep 01 11:40:33.373 INFO kablam! | Sep 01 11:40:33.373 INFO kablam! 58 | self.0.cmp(&other.0) Sep 01 11:40:33.373 INFO kablam! | ^^^^^^^^ Sep 01 11:40:33.373 INFO kablam! ... Sep 01 11:40:33.373 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 01 11:40:33.374 INFO kablam! | ------------------------------ in this macro invocation Sep 01 11:40:33.374 INFO kablam! | Sep 01 11:40:33.374 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.374 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.374 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.374 INFO kablam! Sep 01 11:40:33.374 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.374 INFO kablam! --> src/utility.rs:58:5 Sep 01 11:40:33.374 INFO kablam! | Sep 01 11:40:33.374 INFO kablam! 58 | self.0.cmp(&other.0) Sep 01 11:40:33.374 INFO kablam! | ^^^^^^ Sep 01 11:40:33.375 INFO kablam! ... Sep 01 11:40:33.375 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 01 11:40:33.375 INFO kablam! | ------------------------------- in this macro invocation Sep 01 11:40:33.375 INFO kablam! | Sep 01 11:40:33.375 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.375 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.375 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.375 INFO kablam! Sep 01 11:40:33.375 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.376 INFO kablam! --> src/utility.rs:58:16 Sep 01 11:40:33.376 INFO kablam! | Sep 01 11:40:33.376 INFO kablam! 58 | self.0.cmp(&other.0) Sep 01 11:40:33.376 INFO kablam! | ^^^^^^^^ Sep 01 11:40:33.376 INFO kablam! ... Sep 01 11:40:33.376 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 01 11:40:33.376 INFO kablam! | ------------------------------- in this macro invocation Sep 01 11:40:33.376 INFO kablam! | Sep 01 11:40:33.376 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.376 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.377 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.377 INFO kablam! Sep 01 11:40:33.377 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.377 INFO kablam! --> src/utility.rs:65:19 Sep 01 11:40:33.377 INFO kablam! | Sep 01 11:40:33.377 INFO kablam! 65 | builder.field(&self.0); Sep 01 11:40:33.377 INFO kablam! | ^^^^^^^ Sep 01 11:40:33.377 INFO kablam! ... Sep 01 11:40:33.377 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 01 11:40:33.377 INFO kablam! | ------------------------------ in this macro invocation Sep 01 11:40:33.378 INFO kablam! | Sep 01 11:40:33.378 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.378 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.378 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.378 INFO kablam! Sep 01 11:40:33.378 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:40:33.378 INFO kablam! --> src/utility.rs:65:19 Sep 01 11:40:33.378 INFO kablam! | Sep 01 11:40:33.378 INFO kablam! 65 | builder.field(&self.0); Sep 01 11:40:33.378 INFO kablam! | ^^^^^^^ Sep 01 11:40:33.379 INFO kablam! ... Sep 01 11:40:33.379 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 01 11:40:33.379 INFO kablam! | ------------------------------- in this macro invocation Sep 01 11:40:33.379 INFO kablam! | Sep 01 11:40:33.379 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:40:33.379 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:40:33.379 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:40:33.379 INFO kablam! Sep 01 11:40:33.697 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.97s Sep 01 11:40:33.700 INFO kablam! su: No module specific data is present Sep 01 11:40:34.131 INFO running `"docker" "rm" "-f" "8531cff71efaf7dc06d997583e3ad7ba11a468cf39977cd2bbd69446e0e687ff"` Sep 01 11:40:34.227 INFO blam! 8531cff71efaf7dc06d997583e3ad7ba11a468cf39977cd2bbd69446e0e687ff