Sep 02 05:06:37.383 INFO checking pe-0.1.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 05:06:37.383 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 05:06:37.384 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/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 02 05:06:37.566 INFO blam! 49ed9a30857ce890b8e5ef847429e4e81842764d666aa06131a3c2529b57c0d7 Sep 02 05:06:37.568 INFO running `"docker" "start" "-a" "49ed9a30857ce890b8e5ef847429e4e81842764d666aa06131a3c2529b57c0d7"` Sep 02 05:06:38.235 INFO kablam! Checking pe v0.1.1 (file:///source) Sep 02 05:06:39.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:39.565 INFO kablam! --> src/lib.rs:47:34 Sep 02 05:06:39.565 INFO kablam! | Sep 02 05:06:39.565 INFO kablam! 47 | &PeOptionalHeader::Pe32(h) => &h.number_of_rva_and_sizes, Sep 02 05:06:39.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:06:39.565 INFO kablam! | Sep 02 05:06:39.566 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 02 05:06:39.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:39.566 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:39.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:39.566 INFO kablam! Sep 02 05:06:39.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:39.567 INFO kablam! --> src/lib.rs:48:38 Sep 02 05:06:39.567 INFO kablam! | Sep 02 05:06:39.567 INFO kablam! 48 | &PeOptionalHeader::Pe32Plus(h) => &h.number_of_rva_and_sizes, Sep 02 05:06:39.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:06:39.567 INFO kablam! | Sep 02 05:06:39.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:39.567 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:39.567 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:39.567 INFO kablam! Sep 02 05:06:39.568 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:39.568 INFO kablam! --> src/lib.rs:54:34 Sep 02 05:06:39.568 INFO kablam! | Sep 02 05:06:39.568 INFO kablam! 54 | &PeOptionalHeader::Pe32(h) => &h.size_of_headers, Sep 02 05:06:39.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 05:06:39.568 INFO kablam! | Sep 02 05:06:39.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:39.568 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:39.568 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:39.568 INFO kablam! Sep 02 05:06:39.568 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:39.568 INFO kablam! --> src/lib.rs:55:38 Sep 02 05:06:39.568 INFO kablam! | Sep 02 05:06:39.568 INFO kablam! 55 | &PeOptionalHeader::Pe32Plus(h) => &h.size_of_headers, Sep 02 05:06:39.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 05:06:39.568 INFO kablam! | Sep 02 05:06:39.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:39.568 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:39.568 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:39.568 INFO kablam! Sep 02 05:06:39.568 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:39.568 INFO kablam! --> src/lib.rs:61:34 Sep 02 05:06:39.568 INFO kablam! | Sep 02 05:06:39.568 INFO kablam! 61 | &PeOptionalHeader::Pe32(h) => &h.check_sum, Sep 02 05:06:39.568 INFO kablam! | ^^^^^^^^^^^^ Sep 02 05:06:39.568 INFO kablam! | Sep 02 05:06:39.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:39.569 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:39.569 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:39.569 INFO kablam! Sep 02 05:06:39.569 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:39.569 INFO kablam! --> src/lib.rs:62:38 Sep 02 05:06:39.569 INFO kablam! | Sep 02 05:06:39.569 INFO kablam! 62 | &PeOptionalHeader::Pe32Plus(h) => &h.check_sum, Sep 02 05:06:39.569 INFO kablam! | ^^^^^^^^^^^^ Sep 02 05:06:39.569 INFO kablam! | Sep 02 05:06:39.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:39.569 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:39.569 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:39.569 INFO kablam! Sep 02 05:06:39.569 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:39.569 INFO kablam! --> src/utility.rs:45:5 Sep 02 05:06:39.569 INFO kablam! | Sep 02 05:06:39.569 INFO kablam! 45 | self.0.eq(&other.0) Sep 02 05:06:39.569 INFO kablam! | ^^^^^^ Sep 02 05:06:39.569 INFO kablam! ... Sep 02 05:06:39.569 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 02 05:06:39.569 INFO kablam! | ------------------------------ in this macro invocation Sep 02 05:06:39.569 INFO kablam! | Sep 02 05:06:39.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:39.569 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:39.569 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:39.569 INFO kablam! Sep 02 05:06:39.569 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:39.570 INFO kablam! --> src/utility.rs:45:15 Sep 02 05:06:39.570 INFO kablam! | Sep 02 05:06:39.570 INFO kablam! 45 | self.0.eq(&other.0) Sep 02 05:06:39.570 INFO kablam! | ^^^^^^^^ Sep 02 05:06:39.570 INFO kablam! ... Sep 02 05:06:39.570 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 02 05:06:39.570 INFO kablam! | ------------------------------ in this macro invocation Sep 02 05:06:39.570 INFO kablam! | Sep 02 05:06:39.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:39.570 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:39.570 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:39.570 INFO kablam! Sep 02 05:06:39.570 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:39.570 INFO kablam! --> src/utility.rs:45:5 Sep 02 05:06:39.570 INFO kablam! | Sep 02 05:06:39.570 INFO kablam! 45 | self.0.eq(&other.0) Sep 02 05:06:39.570 INFO kablam! | ^^^^^^ Sep 02 05:06:39.570 INFO kablam! ... Sep 02 05:06:39.570 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 02 05:06:39.570 INFO kablam! | ------------------------------- in this macro invocation Sep 02 05:06:39.570 INFO kablam! | Sep 02 05:06:39.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:39.570 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:39.570 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:39.570 INFO kablam! Sep 02 05:06:39.571 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:39.571 INFO kablam! --> src/utility.rs:45:15 Sep 02 05:06:39.571 INFO kablam! | Sep 02 05:06:39.571 INFO kablam! 45 | self.0.eq(&other.0) Sep 02 05:06:39.571 INFO kablam! | ^^^^^^^^ Sep 02 05:06:39.571 INFO kablam! ... Sep 02 05:06:39.571 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 02 05:06:39.571 INFO kablam! | ------------------------------- in this macro invocation Sep 02 05:06:39.571 INFO kablam! | Sep 02 05:06:39.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:39.571 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:39.571 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:39.571 INFO kablam! Sep 02 05:06:39.575 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:39.575 INFO kablam! --> src/utility.rs:51:5 Sep 02 05:06:39.576 INFO kablam! | Sep 02 05:06:39.576 INFO kablam! 51 | self.0.partial_cmp(&other.0) Sep 02 05:06:39.576 INFO kablam! | ^^^^^^ Sep 02 05:06:39.576 INFO kablam! ... Sep 02 05:06:39.576 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 02 05:06:39.576 INFO kablam! | ------------------------------ in this macro invocation Sep 02 05:06:39.576 INFO kablam! | Sep 02 05:06:39.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:39.577 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:39.577 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:39.577 INFO kablam! Sep 02 05:06:39.577 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:39.577 INFO kablam! --> src/utility.rs:51:24 Sep 02 05:06:39.577 INFO kablam! | Sep 02 05:06:39.577 INFO kablam! 51 | self.0.partial_cmp(&other.0) Sep 02 05:06:39.578 INFO kablam! | ^^^^^^^^ Sep 02 05:06:39.578 INFO kablam! ... Sep 02 05:06:39.578 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 02 05:06:39.578 INFO kablam! | ------------------------------ in this macro invocation Sep 02 05:06:39.578 INFO kablam! | Sep 02 05:06:39.578 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:39.578 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:39.579 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:39.579 INFO kablam! Sep 02 05:06:39.579 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:39.579 INFO kablam! --> src/utility.rs:51:5 Sep 02 05:06:39.579 INFO kablam! | Sep 02 05:06:39.579 INFO kablam! 51 | self.0.partial_cmp(&other.0) Sep 02 05:06:39.579 INFO kablam! | ^^^^^^ Sep 02 05:06:39.580 INFO kablam! ... Sep 02 05:06:39.580 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 02 05:06:39.580 INFO kablam! | ------------------------------- in this macro invocation Sep 02 05:06:39.580 INFO kablam! | Sep 02 05:06:39.580 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:39.580 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:39.580 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:39.581 INFO kablam! Sep 02 05:06:39.581 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:39.581 INFO kablam! --> src/utility.rs:51:24 Sep 02 05:06:39.581 INFO kablam! | Sep 02 05:06:39.581 INFO kablam! 51 | self.0.partial_cmp(&other.0) Sep 02 05:06:39.581 INFO kablam! | ^^^^^^^^ Sep 02 05:06:39.581 INFO kablam! ... Sep 02 05:06:39.581 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 02 05:06:39.582 INFO kablam! | ------------------------------- in this macro invocation Sep 02 05:06:39.582 INFO kablam! | Sep 02 05:06:39.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:39.582 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:39.582 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:39.582 INFO kablam! Sep 02 05:06:39.582 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:39.583 INFO kablam! --> src/utility.rs:58:5 Sep 02 05:06:39.583 INFO kablam! | Sep 02 05:06:39.583 INFO kablam! 58 | self.0.cmp(&other.0) Sep 02 05:06:39.583 INFO kablam! | ^^^^^^ Sep 02 05:06:39.583 INFO kablam! ... Sep 02 05:06:39.583 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 02 05:06:39.583 INFO kablam! | ------------------------------ in this macro invocation Sep 02 05:06:39.583 INFO kablam! | Sep 02 05:06:39.584 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:39.584 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:39.584 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:39.584 INFO kablam! Sep 02 05:06:39.584 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:39.584 INFO kablam! --> src/utility.rs:58:16 Sep 02 05:06:39.584 INFO kablam! | Sep 02 05:06:39.585 INFO kablam! 58 | self.0.cmp(&other.0) Sep 02 05:06:39.585 INFO kablam! | ^^^^^^^^ Sep 02 05:06:39.585 INFO kablam! ... Sep 02 05:06:39.585 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 02 05:06:39.585 INFO kablam! | ------------------------------ in this macro invocation Sep 02 05:06:39.585 INFO kablam! | Sep 02 05:06:39.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:39.585 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:39.585 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:39.586 INFO kablam! Sep 02 05:06:39.586 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:39.586 INFO kablam! --> src/utility.rs:58:5 Sep 02 05:06:39.586 INFO kablam! | Sep 02 05:06:39.586 INFO kablam! 58 | self.0.cmp(&other.0) Sep 02 05:06:39.586 INFO kablam! | ^^^^^^ Sep 02 05:06:39.586 INFO kablam! ... Sep 02 05:06:39.586 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 02 05:06:39.586 INFO kablam! | ------------------------------- in this macro invocation Sep 02 05:06:39.586 INFO kablam! | Sep 02 05:06:39.587 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:39.587 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:39.587 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:39.587 INFO kablam! Sep 02 05:06:39.587 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:39.587 INFO kablam! --> src/utility.rs:58:16 Sep 02 05:06:39.587 INFO kablam! | Sep 02 05:06:39.587 INFO kablam! 58 | self.0.cmp(&other.0) Sep 02 05:06:39.588 INFO kablam! | ^^^^^^^^ Sep 02 05:06:39.588 INFO kablam! ... Sep 02 05:06:39.588 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 02 05:06:39.588 INFO kablam! | ------------------------------- in this macro invocation Sep 02 05:06:39.588 INFO kablam! | Sep 02 05:06:39.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:39.588 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:39.589 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:39.589 INFO kablam! Sep 02 05:06:39.589 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:39.589 INFO kablam! --> src/utility.rs:65:19 Sep 02 05:06:39.589 INFO kablam! | Sep 02 05:06:39.589 INFO kablam! 65 | builder.field(&self.0); Sep 02 05:06:39.589 INFO kablam! | ^^^^^^^ Sep 02 05:06:39.589 INFO kablam! ... Sep 02 05:06:39.590 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 02 05:06:39.590 INFO kablam! | ------------------------------ in this macro invocation Sep 02 05:06:39.590 INFO kablam! | Sep 02 05:06:39.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:39.590 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:39.590 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:39.590 INFO kablam! Sep 02 05:06:39.590 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:39.591 INFO kablam! --> src/utility.rs:65:19 Sep 02 05:06:39.591 INFO kablam! | Sep 02 05:06:39.591 INFO kablam! 65 | builder.field(&self.0); Sep 02 05:06:39.591 INFO kablam! | ^^^^^^^ Sep 02 05:06:39.591 INFO kablam! ... Sep 02 05:06:39.591 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 02 05:06:39.591 INFO kablam! | ------------------------------- in this macro invocation Sep 02 05:06:39.591 INFO kablam! | Sep 02 05:06:39.591 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:39.592 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:39.592 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:39.592 INFO kablam! Sep 02 05:06:40.127 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:40.127 INFO kablam! --> src/lib.rs:47:34 Sep 02 05:06:40.127 INFO kablam! | Sep 02 05:06:40.127 INFO kablam! 47 | &PeOptionalHeader::Pe32(h) => &h.number_of_rva_and_sizes, Sep 02 05:06:40.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:06:40.127 INFO kablam! | Sep 02 05:06:40.127 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 02 05:06:40.127 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:40.127 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:40.127 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:40.127 INFO kablam! Sep 02 05:06:40.127 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:40.127 INFO kablam! --> src/lib.rs:48:38 Sep 02 05:06:40.127 INFO kablam! | Sep 02 05:06:40.127 INFO kablam! 48 | &PeOptionalHeader::Pe32Plus(h) => &h.number_of_rva_and_sizes, Sep 02 05:06:40.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:06:40.127 INFO kablam! | Sep 02 05:06:40.127 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:40.128 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:40.128 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:40.128 INFO kablam! Sep 02 05:06:40.128 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:40.128 INFO kablam! --> src/lib.rs:54:34 Sep 02 05:06:40.128 INFO kablam! | Sep 02 05:06:40.128 INFO kablam! 54 | &PeOptionalHeader::Pe32(h) => &h.size_of_headers, Sep 02 05:06:40.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 05:06:40.128 INFO kablam! | Sep 02 05:06:40.128 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:40.128 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:40.128 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:40.128 INFO kablam! Sep 02 05:06:40.128 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:40.128 INFO kablam! --> src/lib.rs:55:38 Sep 02 05:06:40.128 INFO kablam! | Sep 02 05:06:40.128 INFO kablam! 55 | &PeOptionalHeader::Pe32Plus(h) => &h.size_of_headers, Sep 02 05:06:40.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 05:06:40.128 INFO kablam! | Sep 02 05:06:40.129 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:40.129 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:40.129 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:40.129 INFO kablam! Sep 02 05:06:40.129 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:40.129 INFO kablam! --> src/lib.rs:61:34 Sep 02 05:06:40.129 INFO kablam! | Sep 02 05:06:40.129 INFO kablam! 61 | &PeOptionalHeader::Pe32(h) => &h.check_sum, Sep 02 05:06:40.129 INFO kablam! | ^^^^^^^^^^^^ Sep 02 05:06:40.129 INFO kablam! | Sep 02 05:06:40.129 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:40.129 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:40.129 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:40.129 INFO kablam! Sep 02 05:06:40.129 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:40.129 INFO kablam! --> src/lib.rs:62:38 Sep 02 05:06:40.129 INFO kablam! | Sep 02 05:06:40.129 INFO kablam! 62 | &PeOptionalHeader::Pe32Plus(h) => &h.check_sum, Sep 02 05:06:40.130 INFO kablam! | ^^^^^^^^^^^^ Sep 02 05:06:40.130 INFO kablam! | Sep 02 05:06:40.130 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:40.130 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:40.130 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:40.130 INFO kablam! Sep 02 05:06:40.130 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:40.130 INFO kablam! --> src/utility.rs:45:5 Sep 02 05:06:40.130 INFO kablam! | Sep 02 05:06:40.130 INFO kablam! 45 | self.0.eq(&other.0) Sep 02 05:06:40.130 INFO kablam! | ^^^^^^ Sep 02 05:06:40.130 INFO kablam! ... Sep 02 05:06:40.130 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 02 05:06:40.130 INFO kablam! | ------------------------------ in this macro invocation Sep 02 05:06:40.130 INFO kablam! | Sep 02 05:06:40.130 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:40.130 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:40.130 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:40.130 INFO kablam! Sep 02 05:06:40.130 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:40.130 INFO kablam! --> src/utility.rs:45:15 Sep 02 05:06:40.130 INFO kablam! | Sep 02 05:06:40.130 INFO kablam! 45 | self.0.eq(&other.0) Sep 02 05:06:40.130 INFO kablam! | ^^^^^^^^ Sep 02 05:06:40.130 INFO kablam! ... Sep 02 05:06:40.131 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 02 05:06:40.131 INFO kablam! | ------------------------------ in this macro invocation Sep 02 05:06:40.131 INFO kablam! | Sep 02 05:06:40.131 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:40.131 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:40.131 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:40.131 INFO kablam! Sep 02 05:06:40.131 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:40.131 INFO kablam! --> src/utility.rs:45:5 Sep 02 05:06:40.131 INFO kablam! | Sep 02 05:06:40.131 INFO kablam! 45 | self.0.eq(&other.0) Sep 02 05:06:40.131 INFO kablam! | ^^^^^^ Sep 02 05:06:40.131 INFO kablam! ... Sep 02 05:06:40.131 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 02 05:06:40.131 INFO kablam! | ------------------------------- in this macro invocation Sep 02 05:06:40.131 INFO kablam! | Sep 02 05:06:40.131 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:40.131 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:40.131 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:40.131 INFO kablam! Sep 02 05:06:40.131 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:40.131 INFO kablam! --> src/utility.rs:45:15 Sep 02 05:06:40.131 INFO kablam! | Sep 02 05:06:40.131 INFO kablam! 45 | self.0.eq(&other.0) Sep 02 05:06:40.131 INFO kablam! | ^^^^^^^^ Sep 02 05:06:40.131 INFO kablam! ... Sep 02 05:06:40.131 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 02 05:06:40.131 INFO kablam! | ------------------------------- in this macro invocation Sep 02 05:06:40.132 INFO kablam! | Sep 02 05:06:40.132 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:40.132 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:40.132 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:40.132 INFO kablam! Sep 02 05:06:40.132 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:40.132 INFO kablam! --> src/utility.rs:51:5 Sep 02 05:06:40.132 INFO kablam! | Sep 02 05:06:40.132 INFO kablam! 51 | self.0.partial_cmp(&other.0) Sep 02 05:06:40.132 INFO kablam! | ^^^^^^ Sep 02 05:06:40.132 INFO kablam! ... Sep 02 05:06:40.132 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 02 05:06:40.132 INFO kablam! | ------------------------------ in this macro invocation Sep 02 05:06:40.132 INFO kablam! | Sep 02 05:06:40.132 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:40.132 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:40.132 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:40.132 INFO kablam! Sep 02 05:06:40.132 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:40.132 INFO kablam! --> src/utility.rs:51:24 Sep 02 05:06:40.132 INFO kablam! | Sep 02 05:06:40.132 INFO kablam! 51 | self.0.partial_cmp(&other.0) Sep 02 05:06:40.132 INFO kablam! | ^^^^^^^^ Sep 02 05:06:40.132 INFO kablam! ... Sep 02 05:06:40.132 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 02 05:06:40.132 INFO kablam! | ------------------------------ in this macro invocation Sep 02 05:06:40.132 INFO kablam! | Sep 02 05:06:40.132 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:40.133 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:40.133 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:40.133 INFO kablam! Sep 02 05:06:40.133 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:40.133 INFO kablam! --> src/utility.rs:51:5 Sep 02 05:06:40.133 INFO kablam! | Sep 02 05:06:40.133 INFO kablam! 51 | self.0.partial_cmp(&other.0) Sep 02 05:06:40.133 INFO kablam! | ^^^^^^ Sep 02 05:06:40.133 INFO kablam! ... Sep 02 05:06:40.133 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 02 05:06:40.133 INFO kablam! | ------------------------------- in this macro invocation Sep 02 05:06:40.133 INFO kablam! | Sep 02 05:06:40.133 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:40.133 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:40.133 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:40.133 INFO kablam! Sep 02 05:06:40.133 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:40.133 INFO kablam! --> src/utility.rs:51:24 Sep 02 05:06:40.133 INFO kablam! | Sep 02 05:06:40.133 INFO kablam! 51 | self.0.partial_cmp(&other.0) Sep 02 05:06:40.133 INFO kablam! | ^^^^^^^^ Sep 02 05:06:40.133 INFO kablam! ... Sep 02 05:06:40.133 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 02 05:06:40.133 INFO kablam! | ------------------------------- in this macro invocation Sep 02 05:06:40.133 INFO kablam! | Sep 02 05:06:40.133 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:40.133 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:40.133 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:40.134 INFO kablam! Sep 02 05:06:40.134 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:40.138 INFO kablam! --> src/utility.rs:58:5 Sep 02 05:06:40.138 INFO kablam! | Sep 02 05:06:40.138 INFO kablam! 58 | self.0.cmp(&other.0) Sep 02 05:06:40.138 INFO kablam! | ^^^^^^ Sep 02 05:06:40.138 INFO kablam! ... Sep 02 05:06:40.138 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 02 05:06:40.139 INFO kablam! | ------------------------------ in this macro invocation Sep 02 05:06:40.139 INFO kablam! | Sep 02 05:06:40.139 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:40.139 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:40.139 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:40.139 INFO kablam! Sep 02 05:06:40.139 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:40.140 INFO kablam! --> src/utility.rs:58:16 Sep 02 05:06:40.140 INFO kablam! | Sep 02 05:06:40.140 INFO kablam! 58 | self.0.cmp(&other.0) Sep 02 05:06:40.140 INFO kablam! | ^^^^^^^^ Sep 02 05:06:40.140 INFO kablam! ... Sep 02 05:06:40.140 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 02 05:06:40.140 INFO kablam! | ------------------------------ in this macro invocation Sep 02 05:06:40.140 INFO kablam! | Sep 02 05:06:40.140 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:40.141 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:40.141 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:40.141 INFO kablam! Sep 02 05:06:40.141 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:40.141 INFO kablam! --> src/utility.rs:58:5 Sep 02 05:06:40.141 INFO kablam! | Sep 02 05:06:40.141 INFO kablam! 58 | self.0.cmp(&other.0) Sep 02 05:06:40.142 INFO kablam! | ^^^^^^ Sep 02 05:06:40.142 INFO kablam! ... Sep 02 05:06:40.142 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 02 05:06:40.142 INFO kablam! | ------------------------------- in this macro invocation Sep 02 05:06:40.142 INFO kablam! | Sep 02 05:06:40.142 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:40.142 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:40.142 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:40.142 INFO kablam! Sep 02 05:06:40.142 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:40.142 INFO kablam! --> src/utility.rs:58:16 Sep 02 05:06:40.142 INFO kablam! | Sep 02 05:06:40.142 INFO kablam! 58 | self.0.cmp(&other.0) Sep 02 05:06:40.142 INFO kablam! | ^^^^^^^^ Sep 02 05:06:40.142 INFO kablam! ... Sep 02 05:06:40.142 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 02 05:06:40.143 INFO kablam! | ------------------------------- in this macro invocation Sep 02 05:06:40.143 INFO kablam! | Sep 02 05:06:40.143 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:40.143 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:40.143 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:40.143 INFO kablam! Sep 02 05:06:40.143 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:40.143 INFO kablam! --> src/utility.rs:65:19 Sep 02 05:06:40.143 INFO kablam! | Sep 02 05:06:40.143 INFO kablam! 65 | builder.field(&self.0); Sep 02 05:06:40.143 INFO kablam! | ^^^^^^^ Sep 02 05:06:40.143 INFO kablam! ... Sep 02 05:06:40.143 INFO kablam! 123 | define_urp!{pub struct FP;} Sep 02 05:06:40.143 INFO kablam! | ------------------------------ in this macro invocation Sep 02 05:06:40.143 INFO kablam! | Sep 02 05:06:40.143 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:40.143 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:40.143 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:40.143 INFO kablam! Sep 02 05:06:40.143 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:06:40.144 INFO kablam! --> src/utility.rs:65:19 Sep 02 05:06:40.144 INFO kablam! | Sep 02 05:06:40.144 INFO kablam! 65 | builder.field(&self.0); Sep 02 05:06:40.144 INFO kablam! | ^^^^^^^ Sep 02 05:06:40.144 INFO kablam! ... Sep 02 05:06:40.144 INFO kablam! 124 | define_urp!{pub struct RVA;} Sep 02 05:06:40.144 INFO kablam! | ------------------------------- in this macro invocation Sep 02 05:06:40.144 INFO kablam! | Sep 02 05:06:40.144 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:06:40.144 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:06:40.144 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 02 05:06:40.144 INFO kablam! Sep 02 05:06:40.228 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.01s Sep 02 05:06:40.231 INFO kablam! su: No module specific data is present Sep 02 05:06:40.772 INFO running `"docker" "rm" "-f" "49ed9a30857ce890b8e5ef847429e4e81842764d666aa06131a3c2529b57c0d7"` Sep 02 05:06:40.874 INFO blam! 49ed9a30857ce890b8e5ef847429e4e81842764d666aa06131a3c2529b57c0d7