Sep 14 11:57:26.915 INFO checking pe-0.1.1 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 11:57:26.915 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 11:57:26.915 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-7/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 11:57:27.061 INFO blam! 19bfb4d0b9c17643bb5f8384ae0b1ba27f9926e5ed84dd879971f7e206ae09b1 Sep 14 11:57:27.063 INFO running `"docker" "start" "-a" "19bfb4d0b9c17643bb5f8384ae0b1ba27f9926e5ed84dd879971f7e206ae09b1"` Sep 14 11:57:28.191 INFO kablam! usermod: no changes Sep 14 11:57:28.239 INFO kablam! Checking pe v0.1.1 (file:///source) Sep 14 11:57:28.302 INFO kablam! warning: unnecessary path disambiguator Sep 14 11:57:28.303 INFO kablam! --> src/lib.rs:213:24 Sep 14 11:57:28.303 INFO kablam! | Sep 14 11:57:28.303 INFO kablam! 213 | if ddir.size<(size_of::() as u32) { Sep 14 11:57:28.303 INFO kablam! | ^^ try removing `::` Sep 14 11:57:28.303 INFO kablam! Sep 14 11:57:28.318 INFO kablam! warning: unnecessary path disambiguator Sep 14 11:57:28.319 INFO kablam! --> src/lib.rs:213:24 Sep 14 11:57:28.319 INFO kablam! | Sep 14 11:57:28.319 INFO kablam! 213 | if ddir.size<(size_of::() as u32) { Sep 14 11:57:28.319 INFO kablam! | ^^ try removing `::` Sep 14 11:57:28.319 INFO kablam! Sep 14 11:57:28.846 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.846 INFO kablam! --> src/lib.rs:47:34 Sep 14 11:57:28.846 INFO kablam! | Sep 14 11:57:28.846 INFO kablam! 47 | &PeOptionalHeader::Pe32(h) => &h.number_of_rva_and_sizes, Sep 14 11:57:28.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:57:28.846 INFO kablam! | Sep 14 11:57:28.846 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 14 11:57:28.846 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.846 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.846 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.846 INFO kablam! Sep 14 11:57:28.846 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.846 INFO kablam! --> src/lib.rs:48:38 Sep 14 11:57:28.846 INFO kablam! | Sep 14 11:57:28.846 INFO kablam! 48 | &PeOptionalHeader::Pe32Plus(h) => &h.number_of_rva_and_sizes, Sep 14 11:57:28.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:57:28.846 INFO kablam! | Sep 14 11:57:28.846 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.846 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.846 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.846 INFO kablam! Sep 14 11:57:28.846 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.846 INFO kablam! --> src/lib.rs:54:34 Sep 14 11:57:28.846 INFO kablam! | Sep 14 11:57:28.846 INFO kablam! 54 | &PeOptionalHeader::Pe32(h) => &h.size_of_headers, Sep 14 11:57:28.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 11:57:28.846 INFO kablam! | Sep 14 11:57:28.846 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.846 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.846 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.846 INFO kablam! Sep 14 11:57:28.846 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.846 INFO kablam! --> src/lib.rs:55:38 Sep 14 11:57:28.846 INFO kablam! | Sep 14 11:57:28.846 INFO kablam! 55 | &PeOptionalHeader::Pe32Plus(h) => &h.size_of_headers, Sep 14 11:57:28.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 11:57:28.846 INFO kablam! | Sep 14 11:57:28.846 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.846 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.846 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.846 INFO kablam! Sep 14 11:57:28.846 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.846 INFO kablam! --> src/lib.rs:61:34 Sep 14 11:57:28.846 INFO kablam! | Sep 14 11:57:28.846 INFO kablam! 61 | &PeOptionalHeader::Pe32(h) => &h.check_sum, Sep 14 11:57:28.846 INFO kablam! | ^^^^^^^^^^^^ Sep 14 11:57:28.846 INFO kablam! | Sep 14 11:57:28.846 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.846 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.846 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.846 INFO kablam! Sep 14 11:57:28.846 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.847 INFO kablam! --> src/lib.rs:62:38 Sep 14 11:57:28.847 INFO kablam! | Sep 14 11:57:28.847 INFO kablam! 62 | &PeOptionalHeader::Pe32Plus(h) => &h.check_sum, Sep 14 11:57:28.847 INFO kablam! | ^^^^^^^^^^^^ Sep 14 11:57:28.847 INFO kablam! | Sep 14 11:57:28.847 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.847 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.847 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.847 INFO kablam! Sep 14 11:57:28.847 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.847 INFO kablam! --> src/utility.rs:45:5 Sep 14 11:57:28.847 INFO kablam! | Sep 14 11:57:28.847 INFO kablam! 45 | self.0.eq(&other.0) Sep 14 11:57:28.847 INFO kablam! | ^^^^^^ Sep 14 11:57:28.847 INFO kablam! ... Sep 14 11:57:28.847 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 14 11:57:28.847 INFO kablam! | ------------------------------ in this macro invocation Sep 14 11:57:28.847 INFO kablam! | Sep 14 11:57:28.847 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.847 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.847 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.847 INFO kablam! Sep 14 11:57:28.847 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.847 INFO kablam! --> src/utility.rs:45:15 Sep 14 11:57:28.847 INFO kablam! | Sep 14 11:57:28.847 INFO kablam! 45 | self.0.eq(&other.0) Sep 14 11:57:28.847 INFO kablam! | ^^^^^^^^ Sep 14 11:57:28.847 INFO kablam! ... Sep 14 11:57:28.847 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 14 11:57:28.847 INFO kablam! | ------------------------------ in this macro invocation Sep 14 11:57:28.847 INFO kablam! | Sep 14 11:57:28.847 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.847 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.847 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.847 INFO kablam! Sep 14 11:57:28.847 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.847 INFO kablam! --> src/utility.rs:45:5 Sep 14 11:57:28.847 INFO kablam! | Sep 14 11:57:28.847 INFO kablam! 45 | self.0.eq(&other.0) Sep 14 11:57:28.847 INFO kablam! | ^^^^^^ Sep 14 11:57:28.847 INFO kablam! ... Sep 14 11:57:28.847 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 14 11:57:28.847 INFO kablam! | ------------------------------- in this macro invocation Sep 14 11:57:28.847 INFO kablam! | Sep 14 11:57:28.847 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.847 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.847 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.847 INFO kablam! Sep 14 11:57:28.847 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.847 INFO kablam! --> src/utility.rs:45:15 Sep 14 11:57:28.847 INFO kablam! | Sep 14 11:57:28.847 INFO kablam! 45 | self.0.eq(&other.0) Sep 14 11:57:28.847 INFO kablam! | ^^^^^^^^ Sep 14 11:57:28.847 INFO kablam! ... Sep 14 11:57:28.847 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 14 11:57:28.847 INFO kablam! | ------------------------------- in this macro invocation Sep 14 11:57:28.847 INFO kablam! | Sep 14 11:57:28.847 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.847 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.847 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.847 INFO kablam! Sep 14 11:57:28.847 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.847 INFO kablam! --> src/utility.rs:51:5 Sep 14 11:57:28.847 INFO kablam! | Sep 14 11:57:28.847 INFO kablam! 51 | self.0.partial_cmp(&other.0) Sep 14 11:57:28.847 INFO kablam! | ^^^^^^ Sep 14 11:57:28.847 INFO kablam! ... Sep 14 11:57:28.847 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 14 11:57:28.848 INFO kablam! | ------------------------------ in this macro invocation Sep 14 11:57:28.848 INFO kablam! | Sep 14 11:57:28.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.848 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.848 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.848 INFO kablam! Sep 14 11:57:28.848 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.848 INFO kablam! --> src/utility.rs:51:24 Sep 14 11:57:28.848 INFO kablam! | Sep 14 11:57:28.848 INFO kablam! 51 | self.0.partial_cmp(&other.0) Sep 14 11:57:28.848 INFO kablam! | ^^^^^^^^ Sep 14 11:57:28.848 INFO kablam! ... Sep 14 11:57:28.848 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 14 11:57:28.848 INFO kablam! | ------------------------------ in this macro invocation Sep 14 11:57:28.848 INFO kablam! | Sep 14 11:57:28.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.848 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.848 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.848 INFO kablam! Sep 14 11:57:28.848 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.848 INFO kablam! --> src/utility.rs:51:5 Sep 14 11:57:28.848 INFO kablam! | Sep 14 11:57:28.848 INFO kablam! 51 | self.0.partial_cmp(&other.0) Sep 14 11:57:28.848 INFO kablam! | ^^^^^^ Sep 14 11:57:28.848 INFO kablam! ... Sep 14 11:57:28.848 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 14 11:57:28.848 INFO kablam! | ------------------------------- in this macro invocation Sep 14 11:57:28.848 INFO kablam! | Sep 14 11:57:28.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.848 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.848 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.848 INFO kablam! Sep 14 11:57:28.848 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.848 INFO kablam! --> src/utility.rs:51:24 Sep 14 11:57:28.848 INFO kablam! | Sep 14 11:57:28.848 INFO kablam! 51 | self.0.partial_cmp(&other.0) Sep 14 11:57:28.848 INFO kablam! | ^^^^^^^^ Sep 14 11:57:28.848 INFO kablam! ... Sep 14 11:57:28.848 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 14 11:57:28.848 INFO kablam! | ------------------------------- in this macro invocation Sep 14 11:57:28.848 INFO kablam! | Sep 14 11:57:28.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.848 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.848 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.848 INFO kablam! Sep 14 11:57:28.848 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.848 INFO kablam! --> src/utility.rs:58:5 Sep 14 11:57:28.848 INFO kablam! | Sep 14 11:57:28.848 INFO kablam! 58 | self.0.cmp(&other.0) Sep 14 11:57:28.848 INFO kablam! | ^^^^^^ Sep 14 11:57:28.848 INFO kablam! ... Sep 14 11:57:28.848 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 14 11:57:28.848 INFO kablam! | ------------------------------ in this macro invocation Sep 14 11:57:28.848 INFO kablam! | Sep 14 11:57:28.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.848 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.848 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.848 INFO kablam! Sep 14 11:57:28.848 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.848 INFO kablam! --> src/utility.rs:58:16 Sep 14 11:57:28.848 INFO kablam! | Sep 14 11:57:28.848 INFO kablam! 58 | self.0.cmp(&other.0) Sep 14 11:57:28.848 INFO kablam! | ^^^^^^^^ Sep 14 11:57:28.848 INFO kablam! ... Sep 14 11:57:28.848 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 14 11:57:28.848 INFO kablam! | ------------------------------ in this macro invocation Sep 14 11:57:28.848 INFO kablam! | Sep 14 11:57:28.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.848 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.848 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.848 INFO kablam! Sep 14 11:57:28.848 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.848 INFO kablam! --> src/utility.rs:58:5 Sep 14 11:57:28.848 INFO kablam! | Sep 14 11:57:28.848 INFO kablam! 58 | self.0.cmp(&other.0) Sep 14 11:57:28.849 INFO kablam! | ^^^^^^ Sep 14 11:57:28.849 INFO kablam! ... Sep 14 11:57:28.849 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 14 11:57:28.849 INFO kablam! | ------------------------------- in this macro invocation Sep 14 11:57:28.849 INFO kablam! | Sep 14 11:57:28.849 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.849 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.849 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.849 INFO kablam! Sep 14 11:57:28.849 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.849 INFO kablam! --> src/utility.rs:58:16 Sep 14 11:57:28.849 INFO kablam! | Sep 14 11:57:28.849 INFO kablam! 58 | self.0.cmp(&other.0) Sep 14 11:57:28.849 INFO kablam! | ^^^^^^^^ Sep 14 11:57:28.849 INFO kablam! ... Sep 14 11:57:28.849 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 14 11:57:28.849 INFO kablam! | ------------------------------- in this macro invocation Sep 14 11:57:28.849 INFO kablam! | Sep 14 11:57:28.849 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.849 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.849 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.849 INFO kablam! Sep 14 11:57:28.849 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.849 INFO kablam! --> src/utility.rs:65:19 Sep 14 11:57:28.849 INFO kablam! | Sep 14 11:57:28.849 INFO kablam! 65 | builder.field(&self.0); Sep 14 11:57:28.849 INFO kablam! | ^^^^^^^ Sep 14 11:57:28.849 INFO kablam! ... Sep 14 11:57:28.849 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 14 11:57:28.849 INFO kablam! | ------------------------------ in this macro invocation Sep 14 11:57:28.849 INFO kablam! | Sep 14 11:57:28.849 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.849 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.849 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.849 INFO kablam! Sep 14 11:57:28.849 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.849 INFO kablam! --> src/utility.rs:65:19 Sep 14 11:57:28.849 INFO kablam! | Sep 14 11:57:28.849 INFO kablam! 65 | builder.field(&self.0); Sep 14 11:57:28.849 INFO kablam! | ^^^^^^^ Sep 14 11:57:28.849 INFO kablam! ... Sep 14 11:57:28.849 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 14 11:57:28.849 INFO kablam! | ------------------------------- in this macro invocation Sep 14 11:57:28.849 INFO kablam! | Sep 14 11:57:28.849 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.849 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.849 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.849 INFO kablam! Sep 14 11:57:28.933 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.934 INFO kablam! --> src/lib.rs:47:34 Sep 14 11:57:28.934 INFO kablam! | Sep 14 11:57:28.934 INFO kablam! 47 | &PeOptionalHeader::Pe32(h) => &h.number_of_rva_and_sizes, Sep 14 11:57:28.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:57:28.934 INFO kablam! | Sep 14 11:57:28.934 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 14 11:57:28.934 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.934 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.934 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.934 INFO kablam! Sep 14 11:57:28.934 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.934 INFO kablam! --> src/lib.rs:48:38 Sep 14 11:57:28.934 INFO kablam! | Sep 14 11:57:28.934 INFO kablam! 48 | &PeOptionalHeader::Pe32Plus(h) => &h.number_of_rva_and_sizes, Sep 14 11:57:28.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:57:28.934 INFO kablam! | Sep 14 11:57:28.934 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.934 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.934 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.934 INFO kablam! Sep 14 11:57:28.934 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.934 INFO kablam! --> src/lib.rs:54:34 Sep 14 11:57:28.934 INFO kablam! | Sep 14 11:57:28.934 INFO kablam! 54 | &PeOptionalHeader::Pe32(h) => &h.size_of_headers, Sep 14 11:57:28.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 11:57:28.934 INFO kablam! | Sep 14 11:57:28.934 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.934 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.934 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.934 INFO kablam! Sep 14 11:57:28.934 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.934 INFO kablam! --> src/lib.rs:55:38 Sep 14 11:57:28.934 INFO kablam! | Sep 14 11:57:28.934 INFO kablam! 55 | &PeOptionalHeader::Pe32Plus(h) => &h.size_of_headers, Sep 14 11:57:28.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 11:57:28.934 INFO kablam! | Sep 14 11:57:28.934 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.934 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.934 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.934 INFO kablam! Sep 14 11:57:28.934 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.934 INFO kablam! --> src/lib.rs:61:34 Sep 14 11:57:28.934 INFO kablam! | Sep 14 11:57:28.934 INFO kablam! 61 | &PeOptionalHeader::Pe32(h) => &h.check_sum, Sep 14 11:57:28.934 INFO kablam! | ^^^^^^^^^^^^ Sep 14 11:57:28.934 INFO kablam! | Sep 14 11:57:28.934 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.934 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.934 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.934 INFO kablam! Sep 14 11:57:28.934 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.934 INFO kablam! --> src/lib.rs:62:38 Sep 14 11:57:28.934 INFO kablam! | Sep 14 11:57:28.934 INFO kablam! 62 | &PeOptionalHeader::Pe32Plus(h) => &h.check_sum, Sep 14 11:57:28.934 INFO kablam! | ^^^^^^^^^^^^ Sep 14 11:57:28.934 INFO kablam! | Sep 14 11:57:28.934 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.934 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.934 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.934 INFO kablam! Sep 14 11:57:28.934 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.934 INFO kablam! --> src/utility.rs:45:5 Sep 14 11:57:28.934 INFO kablam! | Sep 14 11:57:28.935 INFO kablam! 45 | self.0.eq(&other.0) Sep 14 11:57:28.935 INFO kablam! | ^^^^^^ Sep 14 11:57:28.935 INFO kablam! ... Sep 14 11:57:28.935 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 14 11:57:28.935 INFO kablam! | ------------------------------ in this macro invocation Sep 14 11:57:28.935 INFO kablam! | Sep 14 11:57:28.935 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.935 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.935 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.935 INFO kablam! Sep 14 11:57:28.935 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.935 INFO kablam! --> src/utility.rs:45:15 Sep 14 11:57:28.935 INFO kablam! | Sep 14 11:57:28.935 INFO kablam! 45 | self.0.eq(&other.0) Sep 14 11:57:28.935 INFO kablam! | ^^^^^^^^ Sep 14 11:57:28.935 INFO kablam! ... Sep 14 11:57:28.935 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 14 11:57:28.935 INFO kablam! | ------------------------------ in this macro invocation Sep 14 11:57:28.935 INFO kablam! | Sep 14 11:57:28.935 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.935 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.935 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.935 INFO kablam! Sep 14 11:57:28.935 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.935 INFO kablam! --> src/utility.rs:45:5 Sep 14 11:57:28.935 INFO kablam! | Sep 14 11:57:28.935 INFO kablam! 45 | self.0.eq(&other.0) Sep 14 11:57:28.935 INFO kablam! | ^^^^^^ Sep 14 11:57:28.935 INFO kablam! ... Sep 14 11:57:28.935 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 14 11:57:28.935 INFO kablam! | ------------------------------- in this macro invocation Sep 14 11:57:28.935 INFO kablam! | Sep 14 11:57:28.935 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.935 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.935 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.935 INFO kablam! Sep 14 11:57:28.935 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.935 INFO kablam! --> src/utility.rs:45:15 Sep 14 11:57:28.935 INFO kablam! | Sep 14 11:57:28.935 INFO kablam! 45 | self.0.eq(&other.0) Sep 14 11:57:28.935 INFO kablam! | ^^^^^^^^ Sep 14 11:57:28.935 INFO kablam! ... Sep 14 11:57:28.935 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 14 11:57:28.935 INFO kablam! | ------------------------------- in this macro invocation Sep 14 11:57:28.935 INFO kablam! | Sep 14 11:57:28.935 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.935 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.935 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.935 INFO kablam! Sep 14 11:57:28.935 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.935 INFO kablam! --> src/utility.rs:51:5 Sep 14 11:57:28.935 INFO kablam! | Sep 14 11:57:28.935 INFO kablam! 51 | self.0.partial_cmp(&other.0) Sep 14 11:57:28.935 INFO kablam! | ^^^^^^ Sep 14 11:57:28.935 INFO kablam! ... Sep 14 11:57:28.935 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 14 11:57:28.935 INFO kablam! | ------------------------------ in this macro invocation Sep 14 11:57:28.935 INFO kablam! | Sep 14 11:57:28.935 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.935 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.935 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.935 INFO kablam! Sep 14 11:57:28.935 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.935 INFO kablam! --> src/utility.rs:51:24 Sep 14 11:57:28.935 INFO kablam! | Sep 14 11:57:28.935 INFO kablam! 51 | self.0.partial_cmp(&other.0) Sep 14 11:57:28.935 INFO kablam! | ^^^^^^^^ Sep 14 11:57:28.935 INFO kablam! ... Sep 14 11:57:28.935 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 14 11:57:28.935 INFO kablam! | ------------------------------ in this macro invocation Sep 14 11:57:28.935 INFO kablam! | Sep 14 11:57:28.935 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.935 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.935 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.935 INFO kablam! Sep 14 11:57:28.935 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.935 INFO kablam! --> src/utility.rs:51:5 Sep 14 11:57:28.935 INFO kablam! | Sep 14 11:57:28.935 INFO kablam! 51 | self.0.partial_cmp(&other.0) Sep 14 11:57:28.935 INFO kablam! | ^^^^^^ Sep 14 11:57:28.935 INFO kablam! ... Sep 14 11:57:28.935 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 14 11:57:28.935 INFO kablam! | ------------------------------- in this macro invocation Sep 14 11:57:28.935 INFO kablam! | Sep 14 11:57:28.935 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.935 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.935 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.935 INFO kablam! Sep 14 11:57:28.935 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.935 INFO kablam! --> src/utility.rs:51:24 Sep 14 11:57:28.935 INFO kablam! | Sep 14 11:57:28.936 INFO kablam! 51 | self.0.partial_cmp(&other.0) Sep 14 11:57:28.936 INFO kablam! | ^^^^^^^^ Sep 14 11:57:28.936 INFO kablam! ... Sep 14 11:57:28.936 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 14 11:57:28.936 INFO kablam! | ------------------------------- in this macro invocation Sep 14 11:57:28.936 INFO kablam! | Sep 14 11:57:28.936 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.936 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.936 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.936 INFO kablam! Sep 14 11:57:28.936 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.936 INFO kablam! --> src/utility.rs:58:5 Sep 14 11:57:28.936 INFO kablam! | Sep 14 11:57:28.936 INFO kablam! 58 | self.0.cmp(&other.0) Sep 14 11:57:28.936 INFO kablam! | ^^^^^^ Sep 14 11:57:28.936 INFO kablam! ... Sep 14 11:57:28.936 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 14 11:57:28.936 INFO kablam! | ------------------------------ in this macro invocation Sep 14 11:57:28.936 INFO kablam! | Sep 14 11:57:28.936 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.936 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.936 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.936 INFO kablam! Sep 14 11:57:28.936 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.936 INFO kablam! --> src/utility.rs:58:16 Sep 14 11:57:28.936 INFO kablam! | Sep 14 11:57:28.936 INFO kablam! 58 | self.0.cmp(&other.0) Sep 14 11:57:28.936 INFO kablam! | ^^^^^^^^ Sep 14 11:57:28.936 INFO kablam! ... Sep 14 11:57:28.936 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 14 11:57:28.936 INFO kablam! | ------------------------------ in this macro invocation Sep 14 11:57:28.936 INFO kablam! | Sep 14 11:57:28.936 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.936 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.936 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.936 INFO kablam! Sep 14 11:57:28.936 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.936 INFO kablam! --> src/utility.rs:58:5 Sep 14 11:57:28.936 INFO kablam! | Sep 14 11:57:28.936 INFO kablam! 58 | self.0.cmp(&other.0) Sep 14 11:57:28.936 INFO kablam! | ^^^^^^ Sep 14 11:57:28.936 INFO kablam! ... Sep 14 11:57:28.936 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 14 11:57:28.936 INFO kablam! | ------------------------------- in this macro invocation Sep 14 11:57:28.936 INFO kablam! | Sep 14 11:57:28.936 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.936 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.936 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.936 INFO kablam! Sep 14 11:57:28.936 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.936 INFO kablam! --> src/utility.rs:58:16 Sep 14 11:57:28.936 INFO kablam! | Sep 14 11:57:28.936 INFO kablam! 58 | self.0.cmp(&other.0) Sep 14 11:57:28.936 INFO kablam! | ^^^^^^^^ Sep 14 11:57:28.936 INFO kablam! ... Sep 14 11:57:28.936 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 14 11:57:28.936 INFO kablam! | ------------------------------- in this macro invocation Sep 14 11:57:28.936 INFO kablam! | Sep 14 11:57:28.936 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.936 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.936 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.936 INFO kablam! Sep 14 11:57:28.936 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.936 INFO kablam! --> src/utility.rs:65:19 Sep 14 11:57:28.936 INFO kablam! | Sep 14 11:57:28.936 INFO kablam! 65 | builder.field(&self.0); Sep 14 11:57:28.936 INFO kablam! | ^^^^^^^ Sep 14 11:57:28.936 INFO kablam! ... Sep 14 11:57:28.936 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 14 11:57:28.936 INFO kablam! | ------------------------------ in this macro invocation Sep 14 11:57:28.936 INFO kablam! | Sep 14 11:57:28.936 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.936 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.936 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.936 INFO kablam! Sep 14 11:57:28.936 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:57:28.936 INFO kablam! --> src/utility.rs:65:19 Sep 14 11:57:28.937 INFO kablam! | Sep 14 11:57:28.937 INFO kablam! 65 | builder.field(&self.0); Sep 14 11:57:28.937 INFO kablam! | ^^^^^^^ Sep 14 11:57:28.937 INFO kablam! ... Sep 14 11:57:28.937 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 14 11:57:28.937 INFO kablam! | ------------------------------- in this macro invocation Sep 14 11:57:28.937 INFO kablam! | Sep 14 11:57:28.937 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:57:28.937 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:57:28.937 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:57:28.937 INFO kablam! Sep 14 11:57:29.065 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.85s Sep 14 11:57:29.067 INFO kablam! su: No module specific data is present Sep 14 11:57:29.915 INFO running `"docker" "rm" "-f" "19bfb4d0b9c17643bb5f8384ae0b1ba27f9926e5ed84dd879971f7e206ae09b1"` Sep 14 11:57:30.090 INFO blam! 19bfb4d0b9c17643bb5f8384ae0b1ba27f9926e5ed84dd879971f7e206ae09b1