Oct 22 00:59:13.993 INFO checking pe-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 00:59:13.994 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 22 00:59:14.188 INFO blam! 7bce767c423be1bde21560f01d8f535f16bdd40e499ad3a50a6c7a1e8e050512 Oct 22 00:59:14.188 INFO running `"docker" "start" "-a" "7bce767c423be1bde21560f01d8f535f16bdd40e499ad3a50a6c7a1e8e050512"` Oct 22 00:59:14.902 INFO kablam! usermod: no changes Oct 22 00:59:14.932 INFO kablam! Checking pe v0.1.1 (/source) Oct 22 00:59:15.989 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:15.989 INFO kablam! --> src/lib.rs:47:34 Oct 22 00:59:15.989 INFO kablam! | Oct 22 00:59:15.989 INFO kablam! 47 | &PeOptionalHeader::Pe32(h) => &h.number_of_rva_and_sizes, Oct 22 00:59:15.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:59:15.989 INFO kablam! | Oct 22 00:59:15.989 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 22 00:59:15.989 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:15.989 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:15.989 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:15.989 INFO kablam! Oct 22 00:59:15.989 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:15.989 INFO kablam! --> src/lib.rs:48:38 Oct 22 00:59:15.989 INFO kablam! | Oct 22 00:59:15.989 INFO kablam! 48 | &PeOptionalHeader::Pe32Plus(h) => &h.number_of_rva_and_sizes, Oct 22 00:59:15.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:59:15.989 INFO kablam! | Oct 22 00:59:15.989 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:15.989 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:15.989 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:15.989 INFO kablam! Oct 22 00:59:15.989 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:15.989 INFO kablam! --> src/lib.rs:54:34 Oct 22 00:59:15.989 INFO kablam! | Oct 22 00:59:15.989 INFO kablam! 54 | &PeOptionalHeader::Pe32(h) => &h.size_of_headers, Oct 22 00:59:15.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 22 00:59:15.990 INFO kablam! | Oct 22 00:59:15.990 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:15.990 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:15.990 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:15.990 INFO kablam! Oct 22 00:59:15.990 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:15.990 INFO kablam! --> src/lib.rs:55:38 Oct 22 00:59:15.990 INFO kablam! | Oct 22 00:59:15.990 INFO kablam! 55 | &PeOptionalHeader::Pe32Plus(h) => &h.size_of_headers, Oct 22 00:59:15.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 22 00:59:15.990 INFO kablam! | Oct 22 00:59:15.990 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:15.990 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:15.990 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:15.990 INFO kablam! Oct 22 00:59:15.990 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:15.990 INFO kablam! --> src/lib.rs:61:34 Oct 22 00:59:15.990 INFO kablam! | Oct 22 00:59:15.990 INFO kablam! 61 | &PeOptionalHeader::Pe32(h) => &h.check_sum, Oct 22 00:59:15.990 INFO kablam! | ^^^^^^^^^^^^ Oct 22 00:59:15.990 INFO kablam! | Oct 22 00:59:15.990 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:15.990 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:15.990 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:15.990 INFO kablam! Oct 22 00:59:15.990 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:15.990 INFO kablam! --> src/lib.rs:62:38 Oct 22 00:59:15.990 INFO kablam! | Oct 22 00:59:15.990 INFO kablam! 62 | &PeOptionalHeader::Pe32Plus(h) => &h.check_sum, Oct 22 00:59:15.990 INFO kablam! | ^^^^^^^^^^^^ Oct 22 00:59:15.990 INFO kablam! | Oct 22 00:59:15.990 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:15.990 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:15.990 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:15.990 INFO kablam! Oct 22 00:59:15.990 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:15.990 INFO kablam! --> src/utility.rs:45:5 Oct 22 00:59:15.990 INFO kablam! | Oct 22 00:59:15.990 INFO kablam! 45 | self.0.eq(&other.0) Oct 22 00:59:15.990 INFO kablam! | ^^^^^^ Oct 22 00:59:15.990 INFO kablam! ... Oct 22 00:59:15.990 INFO kablam! 123 | define_urp!{pub struct FP;} Oct 22 00:59:15.990 INFO kablam! | ------------------------------ in this macro invocation Oct 22 00:59:15.990 INFO kablam! | Oct 22 00:59:15.990 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:15.990 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:15.990 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:15.990 INFO kablam! Oct 22 00:59:15.990 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:15.990 INFO kablam! --> src/utility.rs:45:15 Oct 22 00:59:15.990 INFO kablam! | Oct 22 00:59:15.990 INFO kablam! 45 | self.0.eq(&other.0) Oct 22 00:59:15.990 INFO kablam! | ^^^^^^^^ Oct 22 00:59:15.990 INFO kablam! ... Oct 22 00:59:15.990 INFO kablam! 123 | define_urp!{pub struct FP;} Oct 22 00:59:15.990 INFO kablam! | ------------------------------ in this macro invocation Oct 22 00:59:15.990 INFO kablam! | Oct 22 00:59:15.990 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:15.990 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:15.990 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:15.990 INFO kablam! Oct 22 00:59:15.990 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:15.990 INFO kablam! --> src/utility.rs:45:5 Oct 22 00:59:15.990 INFO kablam! | Oct 22 00:59:15.990 INFO kablam! 45 | self.0.eq(&other.0) Oct 22 00:59:15.990 INFO kablam! | ^^^^^^ Oct 22 00:59:15.990 INFO kablam! ... Oct 22 00:59:15.990 INFO kablam! 124 | define_urp!{pub struct RVA;} Oct 22 00:59:15.990 INFO kablam! | ------------------------------- in this macro invocation Oct 22 00:59:15.990 INFO kablam! | Oct 22 00:59:15.990 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:15.990 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:15.990 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:15.990 INFO kablam! Oct 22 00:59:15.990 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:15.990 INFO kablam! --> src/utility.rs:45:15 Oct 22 00:59:15.990 INFO kablam! | Oct 22 00:59:15.990 INFO kablam! 45 | self.0.eq(&other.0) Oct 22 00:59:15.990 INFO kablam! | ^^^^^^^^ Oct 22 00:59:15.990 INFO kablam! ... Oct 22 00:59:15.990 INFO kablam! 124 | define_urp!{pub struct RVA;} Oct 22 00:59:15.990 INFO kablam! | ------------------------------- in this macro invocation Oct 22 00:59:15.990 INFO kablam! | Oct 22 00:59:15.990 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:15.990 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:15.990 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:15.990 INFO kablam! Oct 22 00:59:15.990 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:15.990 INFO kablam! --> src/utility.rs:51:5 Oct 22 00:59:15.990 INFO kablam! | Oct 22 00:59:15.991 INFO kablam! 51 | self.0.partial_cmp(&other.0) Oct 22 00:59:15.991 INFO kablam! | ^^^^^^ Oct 22 00:59:15.991 INFO kablam! ... Oct 22 00:59:15.991 INFO kablam! 123 | define_urp!{pub struct FP;} Oct 22 00:59:15.991 INFO kablam! | ------------------------------ in this macro invocation Oct 22 00:59:15.991 INFO kablam! | Oct 22 00:59:15.991 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:15.991 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:15.991 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:15.991 INFO kablam! Oct 22 00:59:15.991 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:15.991 INFO kablam! --> src/utility.rs:51:24 Oct 22 00:59:15.991 INFO kablam! | Oct 22 00:59:15.991 INFO kablam! 51 | self.0.partial_cmp(&other.0) Oct 22 00:59:15.991 INFO kablam! | ^^^^^^^^ Oct 22 00:59:15.991 INFO kablam! ... Oct 22 00:59:15.991 INFO kablam! 123 | define_urp!{pub struct FP;} Oct 22 00:59:15.991 INFO kablam! | ------------------------------ in this macro invocation Oct 22 00:59:15.991 INFO kablam! | Oct 22 00:59:15.991 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:15.991 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:15.991 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:15.991 INFO kablam! Oct 22 00:59:15.991 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:15.991 INFO kablam! --> src/utility.rs:51:5 Oct 22 00:59:15.991 INFO kablam! | Oct 22 00:59:15.991 INFO kablam! 51 | self.0.partial_cmp(&other.0) Oct 22 00:59:15.991 INFO kablam! | ^^^^^^ Oct 22 00:59:15.991 INFO kablam! ... Oct 22 00:59:15.991 INFO kablam! 124 | define_urp!{pub struct RVA;} Oct 22 00:59:15.991 INFO kablam! | ------------------------------- in this macro invocation Oct 22 00:59:15.991 INFO kablam! | Oct 22 00:59:15.991 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:15.991 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:15.991 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:15.991 INFO kablam! Oct 22 00:59:15.991 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:15.991 INFO kablam! --> src/utility.rs:51:24 Oct 22 00:59:15.991 INFO kablam! | Oct 22 00:59:15.991 INFO kablam! 51 | self.0.partial_cmp(&other.0) Oct 22 00:59:15.991 INFO kablam! | ^^^^^^^^ Oct 22 00:59:15.991 INFO kablam! ... Oct 22 00:59:15.991 INFO kablam! 124 | define_urp!{pub struct RVA;} Oct 22 00:59:15.991 INFO kablam! | ------------------------------- in this macro invocation Oct 22 00:59:15.991 INFO kablam! | Oct 22 00:59:15.991 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:15.991 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:15.991 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:15.991 INFO kablam! Oct 22 00:59:15.991 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:15.991 INFO kablam! --> src/utility.rs:58:5 Oct 22 00:59:15.991 INFO kablam! | Oct 22 00:59:15.991 INFO kablam! 58 | self.0.cmp(&other.0) Oct 22 00:59:15.991 INFO kablam! | ^^^^^^ Oct 22 00:59:15.991 INFO kablam! ... Oct 22 00:59:15.991 INFO kablam! 123 | define_urp!{pub struct FP;} Oct 22 00:59:15.991 INFO kablam! | ------------------------------ in this macro invocation Oct 22 00:59:15.991 INFO kablam! | Oct 22 00:59:15.991 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:15.991 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:15.991 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:15.991 INFO kablam! Oct 22 00:59:15.991 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:15.991 INFO kablam! --> src/utility.rs:58:16 Oct 22 00:59:15.991 INFO kablam! | Oct 22 00:59:15.991 INFO kablam! 58 | self.0.cmp(&other.0) Oct 22 00:59:15.991 INFO kablam! | ^^^^^^^^ Oct 22 00:59:15.991 INFO kablam! ... Oct 22 00:59:15.991 INFO kablam! 123 | define_urp!{pub struct FP;} Oct 22 00:59:15.991 INFO kablam! | ------------------------------ in this macro invocation Oct 22 00:59:15.991 INFO kablam! | Oct 22 00:59:15.991 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:15.991 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:15.991 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:15.991 INFO kablam! Oct 22 00:59:15.991 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:15.991 INFO kablam! --> src/utility.rs:58:5 Oct 22 00:59:15.991 INFO kablam! | Oct 22 00:59:15.991 INFO kablam! 58 | self.0.cmp(&other.0) Oct 22 00:59:15.991 INFO kablam! | ^^^^^^ Oct 22 00:59:15.991 INFO kablam! ... Oct 22 00:59:15.991 INFO kablam! 124 | define_urp!{pub struct RVA;} Oct 22 00:59:15.991 INFO kablam! | ------------------------------- in this macro invocation Oct 22 00:59:15.991 INFO kablam! | Oct 22 00:59:15.991 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:15.991 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:15.991 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:15.991 INFO kablam! Oct 22 00:59:15.991 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:15.991 INFO kablam! --> src/utility.rs:58:16 Oct 22 00:59:15.991 INFO kablam! | Oct 22 00:59:15.991 INFO kablam! 58 | self.0.cmp(&other.0) Oct 22 00:59:15.991 INFO kablam! | ^^^^^^^^ Oct 22 00:59:15.991 INFO kablam! ... Oct 22 00:59:15.991 INFO kablam! 124 | define_urp!{pub struct RVA;} Oct 22 00:59:15.991 INFO kablam! | ------------------------------- in this macro invocation Oct 22 00:59:15.991 INFO kablam! | Oct 22 00:59:15.991 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:15.991 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:15.991 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:15.991 INFO kablam! Oct 22 00:59:15.992 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:15.992 INFO kablam! --> src/utility.rs:65:19 Oct 22 00:59:15.992 INFO kablam! | Oct 22 00:59:15.992 INFO kablam! 65 | builder.field(&self.0); Oct 22 00:59:15.992 INFO kablam! | ^^^^^^^ Oct 22 00:59:15.992 INFO kablam! ... Oct 22 00:59:15.992 INFO kablam! 123 | define_urp!{pub struct FP;} Oct 22 00:59:15.992 INFO kablam! | ------------------------------ in this macro invocation Oct 22 00:59:15.992 INFO kablam! | Oct 22 00:59:15.992 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:15.992 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:15.992 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:15.992 INFO kablam! Oct 22 00:59:15.992 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:15.992 INFO kablam! --> src/utility.rs:65:19 Oct 22 00:59:15.992 INFO kablam! | Oct 22 00:59:15.992 INFO kablam! 65 | builder.field(&self.0); Oct 22 00:59:15.992 INFO kablam! | ^^^^^^^ Oct 22 00:59:15.992 INFO kablam! ... Oct 22 00:59:15.992 INFO kablam! 124 | define_urp!{pub struct RVA;} Oct 22 00:59:15.992 INFO kablam! | ------------------------------- in this macro invocation Oct 22 00:59:15.992 INFO kablam! | Oct 22 00:59:15.992 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:15.992 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:15.992 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:15.992 INFO kablam! Oct 22 00:59:16.270 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:16.270 INFO kablam! --> src/lib.rs:47:34 Oct 22 00:59:16.270 INFO kablam! | Oct 22 00:59:16.270 INFO kablam! 47 | &PeOptionalHeader::Pe32(h) => &h.number_of_rva_and_sizes, Oct 22 00:59:16.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:59:16.270 INFO kablam! | Oct 22 00:59:16.270 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 22 00:59:16.270 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:16.270 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:16.270 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:16.270 INFO kablam! Oct 22 00:59:16.270 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:16.270 INFO kablam! --> src/lib.rs:48:38 Oct 22 00:59:16.270 INFO kablam! | Oct 22 00:59:16.270 INFO kablam! 48 | &PeOptionalHeader::Pe32Plus(h) => &h.number_of_rva_and_sizes, Oct 22 00:59:16.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:59:16.270 INFO kablam! | Oct 22 00:59:16.270 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:16.270 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:16.270 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:16.270 INFO kablam! Oct 22 00:59:16.270 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:16.270 INFO kablam! --> src/lib.rs:54:34 Oct 22 00:59:16.270 INFO kablam! | Oct 22 00:59:16.270 INFO kablam! 54 | &PeOptionalHeader::Pe32(h) => &h.size_of_headers, Oct 22 00:59:16.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 22 00:59:16.270 INFO kablam! | Oct 22 00:59:16.270 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:16.270 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:16.270 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:16.270 INFO kablam! Oct 22 00:59:16.270 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:16.270 INFO kablam! --> src/lib.rs:55:38 Oct 22 00:59:16.270 INFO kablam! | Oct 22 00:59:16.270 INFO kablam! 55 | &PeOptionalHeader::Pe32Plus(h) => &h.size_of_headers, Oct 22 00:59:16.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 22 00:59:16.270 INFO kablam! | Oct 22 00:59:16.270 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:16.270 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:16.270 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:16.270 INFO kablam! Oct 22 00:59:16.270 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:16.270 INFO kablam! --> src/lib.rs:61:34 Oct 22 00:59:16.270 INFO kablam! | Oct 22 00:59:16.270 INFO kablam! 61 | &PeOptionalHeader::Pe32(h) => &h.check_sum, Oct 22 00:59:16.270 INFO kablam! | ^^^^^^^^^^^^ Oct 22 00:59:16.270 INFO kablam! | Oct 22 00:59:16.270 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:16.270 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:16.270 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:16.270 INFO kablam! Oct 22 00:59:16.270 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:16.270 INFO kablam! --> src/lib.rs:62:38 Oct 22 00:59:16.270 INFO kablam! | Oct 22 00:59:16.270 INFO kablam! 62 | &PeOptionalHeader::Pe32Plus(h) => &h.check_sum, Oct 22 00:59:16.270 INFO kablam! | ^^^^^^^^^^^^ Oct 22 00:59:16.270 INFO kablam! | Oct 22 00:59:16.270 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:16.270 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:16.270 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:16.270 INFO kablam! Oct 22 00:59:16.270 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:16.270 INFO kablam! --> src/utility.rs:45:5 Oct 22 00:59:16.270 INFO kablam! | Oct 22 00:59:16.270 INFO kablam! 45 | self.0.eq(&other.0) Oct 22 00:59:16.271 INFO kablam! | ^^^^^^ Oct 22 00:59:16.271 INFO kablam! ... Oct 22 00:59:16.271 INFO kablam! 123 | define_urp!{pub struct FP;} Oct 22 00:59:16.271 INFO kablam! | ------------------------------ in this macro invocation Oct 22 00:59:16.271 INFO kablam! | Oct 22 00:59:16.271 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:16.271 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:16.271 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:16.271 INFO kablam! Oct 22 00:59:16.285 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:16.285 INFO kablam! --> src/utility.rs:45:15 Oct 22 00:59:16.285 INFO kablam! | Oct 22 00:59:16.285 INFO kablam! 45 | self.0.eq(&other.0) Oct 22 00:59:16.285 INFO kablam! | ^^^^^^^^ Oct 22 00:59:16.285 INFO kablam! ... Oct 22 00:59:16.285 INFO kablam! 123 | define_urp!{pub struct FP;} Oct 22 00:59:16.285 INFO kablam! | ------------------------------ in this macro invocation Oct 22 00:59:16.285 INFO kablam! | Oct 22 00:59:16.285 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:16.285 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:16.285 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:16.285 INFO kablam! Oct 22 00:59:16.285 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:16.285 INFO kablam! --> src/utility.rs:45:5 Oct 22 00:59:16.285 INFO kablam! | Oct 22 00:59:16.285 INFO kablam! 45 | self.0.eq(&other.0) Oct 22 00:59:16.285 INFO kablam! | ^^^^^^ Oct 22 00:59:16.285 INFO kablam! ... Oct 22 00:59:16.285 INFO kablam! 124 | define_urp!{pub struct RVA;} Oct 22 00:59:16.285 INFO kablam! | ------------------------------- in this macro invocation Oct 22 00:59:16.285 INFO kablam! | Oct 22 00:59:16.285 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:16.285 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:16.285 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:16.285 INFO kablam! Oct 22 00:59:16.285 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:16.285 INFO kablam! --> src/utility.rs:45:15 Oct 22 00:59:16.285 INFO kablam! | Oct 22 00:59:16.285 INFO kablam! 45 | self.0.eq(&other.0) Oct 22 00:59:16.285 INFO kablam! | ^^^^^^^^ Oct 22 00:59:16.285 INFO kablam! ... Oct 22 00:59:16.285 INFO kablam! 124 | define_urp!{pub struct RVA;} Oct 22 00:59:16.285 INFO kablam! | ------------------------------- in this macro invocation Oct 22 00:59:16.285 INFO kablam! | Oct 22 00:59:16.285 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:16.285 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:16.285 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:16.285 INFO kablam! Oct 22 00:59:16.285 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:16.285 INFO kablam! --> src/utility.rs:51:5 Oct 22 00:59:16.285 INFO kablam! | Oct 22 00:59:16.285 INFO kablam! 51 | self.0.partial_cmp(&other.0) Oct 22 00:59:16.285 INFO kablam! | ^^^^^^ Oct 22 00:59:16.285 INFO kablam! ... Oct 22 00:59:16.285 INFO kablam! 123 | define_urp!{pub struct FP;} Oct 22 00:59:16.285 INFO kablam! | ------------------------------ in this macro invocation Oct 22 00:59:16.285 INFO kablam! | Oct 22 00:59:16.285 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:16.285 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:16.285 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:16.285 INFO kablam! Oct 22 00:59:16.285 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:16.286 INFO kablam! --> src/utility.rs:51:24 Oct 22 00:59:16.286 INFO kablam! | Oct 22 00:59:16.286 INFO kablam! 51 | self.0.partial_cmp(&other.0) Oct 22 00:59:16.286 INFO kablam! | ^^^^^^^^ Oct 22 00:59:16.286 INFO kablam! ... Oct 22 00:59:16.286 INFO kablam! 123 | define_urp!{pub struct FP;} Oct 22 00:59:16.286 INFO kablam! | ------------------------------ in this macro invocation Oct 22 00:59:16.286 INFO kablam! | Oct 22 00:59:16.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:16.286 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:16.286 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:16.286 INFO kablam! Oct 22 00:59:16.286 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:16.286 INFO kablam! --> src/utility.rs:51:5 Oct 22 00:59:16.286 INFO kablam! | Oct 22 00:59:16.286 INFO kablam! 51 | self.0.partial_cmp(&other.0) Oct 22 00:59:16.286 INFO kablam! | ^^^^^^ Oct 22 00:59:16.286 INFO kablam! ... Oct 22 00:59:16.286 INFO kablam! 124 | define_urp!{pub struct RVA;} Oct 22 00:59:16.286 INFO kablam! | ------------------------------- in this macro invocation Oct 22 00:59:16.286 INFO kablam! | Oct 22 00:59:16.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:16.286 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:16.286 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:16.286 INFO kablam! Oct 22 00:59:16.286 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:16.286 INFO kablam! --> src/utility.rs:51:24 Oct 22 00:59:16.286 INFO kablam! | Oct 22 00:59:16.286 INFO kablam! 51 | self.0.partial_cmp(&other.0) Oct 22 00:59:16.286 INFO kablam! | ^^^^^^^^ Oct 22 00:59:16.286 INFO kablam! ... Oct 22 00:59:16.286 INFO kablam! 124 | define_urp!{pub struct RVA;} Oct 22 00:59:16.286 INFO kablam! | ------------------------------- in this macro invocation Oct 22 00:59:16.286 INFO kablam! | Oct 22 00:59:16.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:16.286 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:16.286 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:16.286 INFO kablam! Oct 22 00:59:16.286 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:16.286 INFO kablam! --> src/utility.rs:58:5 Oct 22 00:59:16.286 INFO kablam! | Oct 22 00:59:16.286 INFO kablam! 58 | self.0.cmp(&other.0) Oct 22 00:59:16.286 INFO kablam! | ^^^^^^ Oct 22 00:59:16.286 INFO kablam! ... Oct 22 00:59:16.286 INFO kablam! 123 | define_urp!{pub struct FP;} Oct 22 00:59:16.286 INFO kablam! | ------------------------------ in this macro invocation Oct 22 00:59:16.286 INFO kablam! | Oct 22 00:59:16.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:16.286 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:16.286 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:16.286 INFO kablam! Oct 22 00:59:16.286 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:16.286 INFO kablam! --> src/utility.rs:58:16 Oct 22 00:59:16.286 INFO kablam! | Oct 22 00:59:16.286 INFO kablam! 58 | self.0.cmp(&other.0) Oct 22 00:59:16.286 INFO kablam! | ^^^^^^^^ Oct 22 00:59:16.286 INFO kablam! ... Oct 22 00:59:16.286 INFO kablam! 123 | define_urp!{pub struct FP;} Oct 22 00:59:16.286 INFO kablam! | ------------------------------ in this macro invocation Oct 22 00:59:16.286 INFO kablam! | Oct 22 00:59:16.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:16.286 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:16.286 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:16.286 INFO kablam! Oct 22 00:59:16.286 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:16.286 INFO kablam! --> src/utility.rs:58:5 Oct 22 00:59:16.286 INFO kablam! | Oct 22 00:59:16.286 INFO kablam! 58 | self.0.cmp(&other.0) Oct 22 00:59:16.286 INFO kablam! | ^^^^^^ Oct 22 00:59:16.286 INFO kablam! ... Oct 22 00:59:16.286 INFO kablam! 124 | define_urp!{pub struct RVA;} Oct 22 00:59:16.286 INFO kablam! | ------------------------------- in this macro invocation Oct 22 00:59:16.286 INFO kablam! | Oct 22 00:59:16.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:16.286 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:16.286 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:16.286 INFO kablam! Oct 22 00:59:16.286 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:16.286 INFO kablam! --> src/utility.rs:58:16 Oct 22 00:59:16.286 INFO kablam! | Oct 22 00:59:16.286 INFO kablam! 58 | self.0.cmp(&other.0) Oct 22 00:59:16.286 INFO kablam! | ^^^^^^^^ Oct 22 00:59:16.286 INFO kablam! ... Oct 22 00:59:16.287 INFO kablam! 124 | define_urp!{pub struct RVA;} Oct 22 00:59:16.287 INFO kablam! | ------------------------------- in this macro invocation Oct 22 00:59:16.287 INFO kablam! | Oct 22 00:59:16.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:16.287 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:16.287 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:16.287 INFO kablam! Oct 22 00:59:16.287 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:16.287 INFO kablam! --> src/utility.rs:65:19 Oct 22 00:59:16.287 INFO kablam! | Oct 22 00:59:16.287 INFO kablam! 65 | builder.field(&self.0); Oct 22 00:59:16.287 INFO kablam! | ^^^^^^^ Oct 22 00:59:16.287 INFO kablam! ... Oct 22 00:59:16.287 INFO kablam! 123 | define_urp!{pub struct FP;} Oct 22 00:59:16.287 INFO kablam! | ------------------------------ in this macro invocation Oct 22 00:59:16.287 INFO kablam! | Oct 22 00:59:16.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:16.287 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:16.287 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:16.287 INFO kablam! Oct 22 00:59:16.287 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 00:59:16.287 INFO kablam! --> src/utility.rs:65:19 Oct 22 00:59:16.287 INFO kablam! | Oct 22 00:59:16.287 INFO kablam! 65 | builder.field(&self.0); Oct 22 00:59:16.287 INFO kablam! | ^^^^^^^ Oct 22 00:59:16.287 INFO kablam! ... Oct 22 00:59:16.287 INFO kablam! 124 | define_urp!{pub struct RVA;} Oct 22 00:59:16.287 INFO kablam! | ------------------------------- in this macro invocation Oct 22 00:59:16.287 INFO kablam! | Oct 22 00:59:16.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 00:59:16.287 INFO kablam! = note: for more information, see issue #46043 Oct 22 00:59:16.287 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 00:59:16.287 INFO kablam! Oct 22 00:59:16.657 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.74s Oct 22 00:59:16.658 INFO kablam! su: No module specific data is present Oct 22 00:59:16.986 INFO running `"docker" "rm" "-f" "7bce767c423be1bde21560f01d8f535f16bdd40e499ad3a50a6c7a1e8e050512"` Oct 22 00:59:17.074 INFO blam! 7bce767c423be1bde21560f01d8f535f16bdd40e499ad3a50a6c7a1e8e050512