Aug 30 08:08:47.760 INFO checking pelite-0.2.0 against try#bc5a74802bb3ffc82f51ef04bca58d64220124c4 for pr-53699 Aug 30 08:08:47.760 INFO running: cargo +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets Aug 30 08:08:47.761 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53699/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-3/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/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 +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 08:08:47.975 INFO blam! a738785542bbf3297d6b4dfcfea254088d8b186fe409cf6ce3e26b19ad22f593 Aug 30 08:08:47.977 INFO running `"docker" "start" "-a" "a738785542bbf3297d6b4dfcfea254088d8b186fe409cf6ce3e26b19ad22f593"` Aug 30 08:08:48.644 INFO kablam! Checking pelite v0.2.0 (file:///source) Aug 30 08:08:50.129 INFO kablam! warning: type annotations needed Aug 30 08:08:50.129 INFO kablam! --> src/resources.rs:257:40 Aug 30 08:08:50.129 INFO kablam! | Aug 30 08:08:50.129 INFO kablam! 257 | let ptr = (self.image_ as *const _).offset(1) as *const ImageResourceDirectoryEntry; Aug 30 08:08:50.129 INFO kablam! | ^^^^^^ Aug 30 08:08:50.129 INFO kablam! | Aug 30 08:08:50.129 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Aug 30 08:08:50.129 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Aug 30 08:08:50.129 INFO kablam! = note: for more information, see issue #46906 Aug 30 08:08:50.129 INFO kablam! Aug 30 08:08:50.171 INFO kablam! warning: unused import: `std::fmt::Write` Aug 30 08:08:50.171 INFO kablam! --> src/resources.rs:7:5 Aug 30 08:08:50.171 INFO kablam! | Aug 30 08:08:50.171 INFO kablam! 7 | use std::fmt::Write; Aug 30 08:08:50.171 INFO kablam! | ^^^^^^^^^^^^^^^ Aug 30 08:08:50.171 INFO kablam! | Aug 30 08:08:50.171 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 30 08:08:50.171 INFO kablam! Aug 30 08:08:50.348 INFO kablam! warning: type annotations needed Aug 30 08:08:50.348 INFO kablam! --> src/resources.rs:257:40 Aug 30 08:08:50.348 INFO kablam! | Aug 30 08:08:50.348 INFO kablam! 257 | let ptr = (self.image_ as *const _).offset(1) as *const ImageResourceDirectoryEntry; Aug 30 08:08:50.348 INFO kablam! | ^^^^^^ Aug 30 08:08:50.348 INFO kablam! | Aug 30 08:08:50.348 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Aug 30 08:08:50.348 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Aug 30 08:08:50.348 INFO kablam! = note: for more information, see issue #46906 Aug 30 08:08:50.348 INFO kablam! Aug 30 08:08:50.375 INFO kablam! warning: unused import: `std::fmt::Write` Aug 30 08:08:50.375 INFO kablam! --> src/resources.rs:7:5 Aug 30 08:08:50.375 INFO kablam! | Aug 30 08:08:50.375 INFO kablam! 7 | use std::fmt::Write; Aug 30 08:08:50.375 INFO kablam! | ^^^^^^^^^^^^^^^ Aug 30 08:08:50.375 INFO kablam! | Aug 30 08:08:50.375 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 30 08:08:50.375 INFO kablam! Aug 30 08:08:50.680 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.680 INFO kablam! --> src/image.rs:34:10 Aug 30 08:08:50.680 INFO kablam! | Aug 30 08:08:50.680 INFO kablam! 34 | #[derive(Debug)] Aug 30 08:08:50.680 INFO kablam! | ^^^^^ Aug 30 08:08:50.680 INFO kablam! | Aug 30 08:08:50.680 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 30 08:08:50.680 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! Aug 30 08:08:50.680 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.680 INFO kablam! Aug 30 08:08:50.681 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.681 INFO kablam! --> src/image.rs:80:10 Aug 30 08:08:50.681 INFO kablam! | Aug 30 08:08:50.681 INFO kablam! 80 | #[derive(Debug)] Aug 30 08:08:50.681 INFO kablam! | ^^^^^ Aug 30 08:08:50.681 INFO kablam! | Aug 30 08:08:50.681 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! Aug 30 08:08:50.681 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.681 INFO kablam! Aug 30 08:08:50.682 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.682 INFO kablam! --> src/image.rs:94:10 Aug 30 08:08:50.682 INFO kablam! | Aug 30 08:08:50.682 INFO kablam! 94 | #[derive(Debug)] Aug 30 08:08:50.682 INFO kablam! | ^^^^^ Aug 30 08:08:50.682 INFO kablam! | Aug 30 08:08:50.682 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! Aug 30 08:08:50.682 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.682 INFO kablam! Aug 30 08:08:50.682 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.682 INFO kablam! --> src/image.rs:148:10 Aug 30 08:08:50.682 INFO kablam! | Aug 30 08:08:50.682 INFO kablam! 148 | #[derive(Debug)] Aug 30 08:08:50.682 INFO kablam! | ^^^^^ Aug 30 08:08:50.682 INFO kablam! | Aug 30 08:08:50.682 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! Aug 30 08:08:50.682 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.682 INFO kablam! Aug 30 08:08:50.683 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.683 INFO kablam! --> src/image.rs:184:10 Aug 30 08:08:50.683 INFO kablam! | Aug 30 08:08:50.683 INFO kablam! 184 | #[derive(Debug)] Aug 30 08:08:50.683 INFO kablam! | ^^^^^ Aug 30 08:08:50.683 INFO kablam! | Aug 30 08:08:50.683 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! Aug 30 08:08:50.683 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.683 INFO kablam! Aug 30 08:08:50.683 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.683 INFO kablam! --> src/image.rs:223:10 Aug 30 08:08:50.683 INFO kablam! | Aug 30 08:08:50.683 INFO kablam! 223 | #[derive(Debug)] Aug 30 08:08:50.683 INFO kablam! | ^^^^^ Aug 30 08:08:50.683 INFO kablam! | Aug 30 08:08:50.683 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! Aug 30 08:08:50.683 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.683 INFO kablam! Aug 30 08:08:50.683 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.684 INFO kablam! --> src/image.rs:231:10 Aug 30 08:08:50.684 INFO kablam! | Aug 30 08:08:50.684 INFO kablam! 231 | #[derive(Debug)] Aug 30 08:08:50.684 INFO kablam! | ^^^^^ Aug 30 08:08:50.684 INFO kablam! | Aug 30 08:08:50.684 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! Aug 30 08:08:50.684 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.684 INFO kablam! Aug 30 08:08:50.684 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.684 INFO kablam! --> src/image.rs:279:10 Aug 30 08:08:50.684 INFO kablam! | Aug 30 08:08:50.684 INFO kablam! 279 | #[derive(Debug)] Aug 30 08:08:50.684 INFO kablam! | ^^^^^ Aug 30 08:08:50.684 INFO kablam! | Aug 30 08:08:50.684 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! Aug 30 08:08:50.684 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.684 INFO kablam! Aug 30 08:08:50.686 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.686 INFO kablam! --> src/image.rs:296:10 Aug 30 08:08:50.686 INFO kablam! | Aug 30 08:08:50.687 INFO kablam! 296 | #[derive(Debug)] Aug 30 08:08:50.687 INFO kablam! | ^^^^^ Aug 30 08:08:50.687 INFO kablam! | Aug 30 08:08:50.687 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! Aug 30 08:08:50.687 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.687 INFO kablam! Aug 30 08:08:50.687 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.687 INFO kablam! --> src/image.rs:314:10 Aug 30 08:08:50.688 INFO kablam! | Aug 30 08:08:50.688 INFO kablam! 314 | #[derive(Debug)] Aug 30 08:08:50.688 INFO kablam! | ^^^^^ Aug 30 08:08:50.688 INFO kablam! | Aug 30 08:08:50.688 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! Aug 30 08:08:50.688 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.688 INFO kablam! Aug 30 08:08:50.688 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.688 INFO kablam! --> src/image.rs:359:10 Aug 30 08:08:50.689 INFO kablam! | Aug 30 08:08:50.689 INFO kablam! 359 | #[derive(Debug)] Aug 30 08:08:50.689 INFO kablam! | ^^^^^ Aug 30 08:08:50.689 INFO kablam! | Aug 30 08:08:50.689 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! Aug 30 08:08:50.689 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.689 INFO kablam! Aug 30 08:08:50.689 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.689 INFO kablam! --> src/image.rs:370:10 Aug 30 08:08:50.690 INFO kablam! | Aug 30 08:08:50.690 INFO kablam! 370 | #[derive(Debug)] Aug 30 08:08:50.690 INFO kablam! | ^^^^^ Aug 30 08:08:50.690 INFO kablam! | Aug 30 08:08:50.690 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! Aug 30 08:08:50.690 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.690 INFO kablam! Aug 30 08:08:50.690 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.691 INFO kablam! --> src/image.rs:380:10 Aug 30 08:08:50.691 INFO kablam! | Aug 30 08:08:50.691 INFO kablam! 380 | #[derive(Debug)] Aug 30 08:08:50.691 INFO kablam! | ^^^^^ Aug 30 08:08:50.691 INFO kablam! | Aug 30 08:08:50.691 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! Aug 30 08:08:50.691 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.691 INFO kablam! Aug 30 08:08:50.692 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.692 INFO kablam! --> src/image.rs:401:10 Aug 30 08:08:50.692 INFO kablam! | Aug 30 08:08:50.692 INFO kablam! 401 | #[derive(Debug)] Aug 30 08:08:50.692 INFO kablam! | ^^^^^ Aug 30 08:08:50.692 INFO kablam! | Aug 30 08:08:50.692 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! Aug 30 08:08:50.692 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.692 INFO kablam! Aug 30 08:08:50.692 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.693 INFO kablam! --> src/image.rs:408:10 Aug 30 08:08:50.693 INFO kablam! | Aug 30 08:08:50.693 INFO kablam! 408 | #[derive(Debug)] Aug 30 08:08:50.693 INFO kablam! | ^^^^^ Aug 30 08:08:50.693 INFO kablam! | Aug 30 08:08:50.693 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! Aug 30 08:08:50.693 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.693 INFO kablam! Aug 30 08:08:50.693 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.694 INFO kablam! --> src/pe32/exports.rs:254:50 Aug 30 08:08:50.694 INFO kablam! | Aug 30 08:08:50.694 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Aug 30 08:08:50.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.694 INFO kablam! | Aug 30 08:08:50.694 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! Aug 30 08:08:50.694 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.695 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.695 INFO kablam! Aug 30 08:08:50.695 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.695 INFO kablam! --> src/pe32/exports.rs:255:45 Aug 30 08:08:50.695 INFO kablam! | Aug 30 08:08:50.695 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Aug 30 08:08:50.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.695 INFO kablam! | Aug 30 08:08:50.695 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! Aug 30 08:08:50.696 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.696 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.696 INFO kablam! Aug 30 08:08:50.696 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.696 INFO kablam! --> src/pe32/exports.rs:256:48 Aug 30 08:08:50.696 INFO kablam! | Aug 30 08:08:50.696 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Aug 30 08:08:50.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.697 INFO kablam! | Aug 30 08:08:50.697 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! Aug 30 08:08:50.697 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.697 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.697 INFO kablam! Aug 30 08:08:50.697 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.697 INFO kablam! --> src/pe32/exports.rs:256:74 Aug 30 08:08:50.697 INFO kablam! | Aug 30 08:08:50.697 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Aug 30 08:08:50.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.698 INFO kablam! | Aug 30 08:08:50.698 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! Aug 30 08:08:50.698 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.698 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.698 INFO kablam! Aug 30 08:08:50.698 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.698 INFO kablam! --> src/pe32/exports.rs:257:45 Aug 30 08:08:50.698 INFO kablam! | Aug 30 08:08:50.698 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Aug 30 08:08:50.699 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 30 08:08:50.699 INFO kablam! | Aug 30 08:08:50.699 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! Aug 30 08:08:50.699 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.699 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.699 INFO kablam! Aug 30 08:08:50.699 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.699 INFO kablam! --> src/pe32/exports.rs:258:45 Aug 30 08:08:50.699 INFO kablam! | Aug 30 08:08:50.699 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Aug 30 08:08:50.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.700 INFO kablam! | Aug 30 08:08:50.700 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! Aug 30 08:08:50.700 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.700 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.700 INFO kablam! Aug 30 08:08:50.700 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.700 INFO kablam! --> src/pe32/exports.rs:259:45 Aug 30 08:08:50.700 INFO kablam! | Aug 30 08:08:50.700 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Aug 30 08:08:50.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.700 INFO kablam! | Aug 30 08:08:50.701 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! Aug 30 08:08:50.701 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.701 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.701 INFO kablam! Aug 30 08:08:50.701 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.701 INFO kablam! --> src/pe32/imports.rs:170:44 Aug 30 08:08:50.701 INFO kablam! | Aug 30 08:08:50.701 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Aug 30 08:08:50.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.701 INFO kablam! | Aug 30 08:08:50.701 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! Aug 30 08:08:50.702 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.702 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.702 INFO kablam! Aug 30 08:08:50.702 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.702 INFO kablam! --> src/pe32/imports.rs:171:49 Aug 30 08:08:50.702 INFO kablam! | Aug 30 08:08:50.702 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Aug 30 08:08:50.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.702 INFO kablam! | Aug 30 08:08:50.702 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! Aug 30 08:08:50.702 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.702 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.703 INFO kablam! Aug 30 08:08:50.703 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.703 INFO kablam! --> src/pe32/imports.rs:172:49 Aug 30 08:08:50.703 INFO kablam! | Aug 30 08:08:50.703 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Aug 30 08:08:50.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.703 INFO kablam! | Aug 30 08:08:50.703 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! Aug 30 08:08:50.703 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.703 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.703 INFO kablam! Aug 30 08:08:50.704 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.704 INFO kablam! --> src/pe32/relocs.rs:143:49 Aug 30 08:08:50.704 INFO kablam! | Aug 30 08:08:50.704 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Aug 30 08:08:50.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.704 INFO kablam! | Aug 30 08:08:50.704 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! Aug 30 08:08:50.704 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.704 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.704 INFO kablam! Aug 30 08:08:50.704 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.704 INFO kablam! --> src/pe32/relocs.rs:144:49 Aug 30 08:08:50.705 INFO kablam! | Aug 30 08:08:50.705 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Aug 30 08:08:50.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.705 INFO kablam! | Aug 30 08:08:50.705 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! Aug 30 08:08:50.705 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.705 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.705 INFO kablam! Aug 30 08:08:50.705 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.705 INFO kablam! --> src/pe64/exports.rs:254:50 Aug 30 08:08:50.705 INFO kablam! | Aug 30 08:08:50.706 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Aug 30 08:08:50.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.706 INFO kablam! | Aug 30 08:08:50.706 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! Aug 30 08:08:50.706 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.706 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.706 INFO kablam! Aug 30 08:08:50.706 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.706 INFO kablam! --> src/pe64/exports.rs:255:45 Aug 30 08:08:50.706 INFO kablam! | Aug 30 08:08:50.707 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Aug 30 08:08:50.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.707 INFO kablam! | Aug 30 08:08:50.707 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! Aug 30 08:08:50.707 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.707 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.707 INFO kablam! Aug 30 08:08:50.707 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.707 INFO kablam! --> src/pe64/exports.rs:256:48 Aug 30 08:08:50.708 INFO kablam! | Aug 30 08:08:50.708 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Aug 30 08:08:50.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.708 INFO kablam! | Aug 30 08:08:50.708 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! Aug 30 08:08:50.708 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.708 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.708 INFO kablam! Aug 30 08:08:50.708 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.708 INFO kablam! --> src/pe64/exports.rs:256:74 Aug 30 08:08:50.708 INFO kablam! | Aug 30 08:08:50.708 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Aug 30 08:08:50.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.709 INFO kablam! | Aug 30 08:08:50.709 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! Aug 30 08:08:50.709 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.709 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.709 INFO kablam! Aug 30 08:08:50.709 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.709 INFO kablam! --> src/pe64/exports.rs:257:45 Aug 30 08:08:50.709 INFO kablam! | Aug 30 08:08:50.709 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Aug 30 08:08:50.709 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 30 08:08:50.709 INFO kablam! | Aug 30 08:08:50.710 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! Aug 30 08:08:50.710 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.710 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.710 INFO kablam! Aug 30 08:08:50.710 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.710 INFO kablam! --> src/pe64/exports.rs:258:45 Aug 30 08:08:50.710 INFO kablam! | Aug 30 08:08:50.710 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Aug 30 08:08:50.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.710 INFO kablam! | Aug 30 08:08:50.710 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! Aug 30 08:08:50.710 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.710 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.710 INFO kablam! Aug 30 08:08:50.711 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.711 INFO kablam! --> src/pe64/exports.rs:259:45 Aug 30 08:08:50.711 INFO kablam! | Aug 30 08:08:50.711 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Aug 30 08:08:50.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.711 INFO kablam! | Aug 30 08:08:50.711 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! Aug 30 08:08:50.711 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.711 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.711 INFO kablam! Aug 30 08:08:50.711 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.711 INFO kablam! --> src/pe64/imports.rs:170:44 Aug 30 08:08:50.711 INFO kablam! | Aug 30 08:08:50.711 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Aug 30 08:08:50.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.712 INFO kablam! | Aug 30 08:08:50.712 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! Aug 30 08:08:50.712 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.712 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.712 INFO kablam! Aug 30 08:08:50.712 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.712 INFO kablam! --> src/pe64/imports.rs:171:49 Aug 30 08:08:50.712 INFO kablam! | Aug 30 08:08:50.712 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Aug 30 08:08:50.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.712 INFO kablam! | Aug 30 08:08:50.712 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! Aug 30 08:08:50.712 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.712 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.712 INFO kablam! Aug 30 08:08:50.712 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.713 INFO kablam! --> src/pe64/imports.rs:172:49 Aug 30 08:08:50.713 INFO kablam! | Aug 30 08:08:50.713 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Aug 30 08:08:50.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.713 INFO kablam! | Aug 30 08:08:50.713 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! Aug 30 08:08:50.713 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.713 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.713 INFO kablam! Aug 30 08:08:50.713 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.713 INFO kablam! --> src/pe64/relocs.rs:143:49 Aug 30 08:08:50.713 INFO kablam! | Aug 30 08:08:50.713 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Aug 30 08:08:50.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.713 INFO kablam! | Aug 30 08:08:50.713 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! Aug 30 08:08:50.713 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.713 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.714 INFO kablam! Aug 30 08:08:50.714 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.714 INFO kablam! --> src/pe64/relocs.rs:144:49 Aug 30 08:08:50.714 INFO kablam! | Aug 30 08:08:50.714 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Aug 30 08:08:50.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.714 INFO kablam! | Aug 30 08:08:50.714 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! Aug 30 08:08:50.714 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.714 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.714 INFO kablam! Aug 30 08:08:50.714 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.714 INFO kablam! --> src/resources.rs:266:45 Aug 30 08:08:50.714 INFO kablam! | Aug 30 08:08:50.715 INFO kablam! 266 | try!(writeln!(f, " Characteristics: {}", self.image_.Characteristics)); Aug 30 08:08:50.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.715 INFO kablam! | Aug 30 08:08:50.715 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! Aug 30 08:08:50.715 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.715 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.715 INFO kablam! Aug 30 08:08:50.715 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.715 INFO kablam! --> src/resources.rs:267:45 Aug 30 08:08:50.715 INFO kablam! | Aug 30 08:08:50.715 INFO kablam! 267 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Aug 30 08:08:50.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.716 INFO kablam! | Aug 30 08:08:50.716 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! Aug 30 08:08:50.716 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.716 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.716 INFO kablam! Aug 30 08:08:50.716 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.716 INFO kablam! --> src/resources.rs:268:48 Aug 30 08:08:50.716 INFO kablam! | Aug 30 08:08:50.716 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Aug 30 08:08:50.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.716 INFO kablam! | Aug 30 08:08:50.716 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! Aug 30 08:08:50.716 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.716 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.716 INFO kablam! Aug 30 08:08:50.716 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.716 INFO kablam! --> src/resources.rs:268:74 Aug 30 08:08:50.716 INFO kablam! | Aug 30 08:08:50.717 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Aug 30 08:08:50.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.717 INFO kablam! | Aug 30 08:08:50.717 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! Aug 30 08:08:50.717 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.717 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.717 INFO kablam! Aug 30 08:08:50.717 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.717 INFO kablam! --> src/resources.rs:329:50 Aug 30 08:08:50.717 INFO kablam! | Aug 30 08:08:50.717 INFO kablam! 329 | try!(writeln!(f, " OffsetToData: {:>08X}", self.image_.OffsetToData)); Aug 30 08:08:50.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.717 INFO kablam! | Aug 30 08:08:50.717 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! Aug 30 08:08:50.717 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.717 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.717 INFO kablam! Aug 30 08:08:50.717 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.718 INFO kablam! --> src/resources.rs:330:50 Aug 30 08:08:50.718 INFO kablam! | Aug 30 08:08:50.718 INFO kablam! 330 | try!(writeln!(f, " Size: {:>08X}", self.image_.Size)); Aug 30 08:08:50.718 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 30 08:08:50.718 INFO kablam! | Aug 30 08:08:50.718 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! Aug 30 08:08:50.718 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.718 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.718 INFO kablam! Aug 30 08:08:50.718 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:50.718 INFO kablam! --> src/resources.rs:331:45 Aug 30 08:08:50.718 INFO kablam! | Aug 30 08:08:50.718 INFO kablam! 331 | try!(writeln!(f, " CodePage: {}", self.image_.CodePage)); Aug 30 08:08:50.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:50.718 INFO kablam! | Aug 30 08:08:50.718 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! Aug 30 08:08:50.719 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.719 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:50.719 INFO kablam! Aug 30 08:08:50.988 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.988 INFO kablam! --> src/image.rs:34:10 Aug 30 08:08:50.988 INFO kablam! | Aug 30 08:08:50.988 INFO kablam! 34 | #[derive(Debug)] Aug 30 08:08:50.988 INFO kablam! | ^^^^^ Aug 30 08:08:50.988 INFO kablam! | Aug 30 08:08:50.988 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 30 08:08:50.988 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! Aug 30 08:08:50.988 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.988 INFO kablam! Aug 30 08:08:50.988 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.988 INFO kablam! --> src/image.rs:80:10 Aug 30 08:08:50.988 INFO kablam! | Aug 30 08:08:50.988 INFO kablam! 80 | #[derive(Debug)] Aug 30 08:08:50.988 INFO kablam! | ^^^^^ Aug 30 08:08:50.988 INFO kablam! | Aug 30 08:08:50.988 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! Aug 30 08:08:50.988 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.988 INFO kablam! Aug 30 08:08:50.989 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.989 INFO kablam! --> src/image.rs:94:10 Aug 30 08:08:50.989 INFO kablam! | Aug 30 08:08:50.989 INFO kablam! 94 | #[derive(Debug)] Aug 30 08:08:50.989 INFO kablam! | ^^^^^ Aug 30 08:08:50.989 INFO kablam! | Aug 30 08:08:50.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! Aug 30 08:08:50.989 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.989 INFO kablam! Aug 30 08:08:50.989 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.989 INFO kablam! --> src/image.rs:148:10 Aug 30 08:08:50.989 INFO kablam! | Aug 30 08:08:50.989 INFO kablam! 148 | #[derive(Debug)] Aug 30 08:08:50.989 INFO kablam! | ^^^^^ Aug 30 08:08:50.989 INFO kablam! | Aug 30 08:08:50.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! Aug 30 08:08:50.989 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.989 INFO kablam! Aug 30 08:08:50.989 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.989 INFO kablam! --> src/image.rs:184:10 Aug 30 08:08:50.989 INFO kablam! | Aug 30 08:08:50.989 INFO kablam! 184 | #[derive(Debug)] Aug 30 08:08:50.989 INFO kablam! | ^^^^^ Aug 30 08:08:50.989 INFO kablam! | Aug 30 08:08:50.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! Aug 30 08:08:50.990 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.990 INFO kablam! Aug 30 08:08:50.990 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.990 INFO kablam! --> src/image.rs:223:10 Aug 30 08:08:50.990 INFO kablam! | Aug 30 08:08:50.990 INFO kablam! 223 | #[derive(Debug)] Aug 30 08:08:50.990 INFO kablam! | ^^^^^ Aug 30 08:08:50.990 INFO kablam! | Aug 30 08:08:50.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! Aug 30 08:08:50.990 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.990 INFO kablam! Aug 30 08:08:50.990 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.990 INFO kablam! --> src/image.rs:231:10 Aug 30 08:08:50.990 INFO kablam! | Aug 30 08:08:50.990 INFO kablam! 231 | #[derive(Debug)] Aug 30 08:08:50.990 INFO kablam! | ^^^^^ Aug 30 08:08:50.990 INFO kablam! | Aug 30 08:08:50.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! Aug 30 08:08:50.990 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.990 INFO kablam! Aug 30 08:08:50.990 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.990 INFO kablam! --> src/image.rs:279:10 Aug 30 08:08:50.990 INFO kablam! | Aug 30 08:08:50.990 INFO kablam! 279 | #[derive(Debug)] Aug 30 08:08:50.991 INFO kablam! | ^^^^^ Aug 30 08:08:50.991 INFO kablam! | Aug 30 08:08:50.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! Aug 30 08:08:50.991 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.991 INFO kablam! Aug 30 08:08:50.991 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.991 INFO kablam! --> src/image.rs:296:10 Aug 30 08:08:50.991 INFO kablam! | Aug 30 08:08:50.991 INFO kablam! 296 | #[derive(Debug)] Aug 30 08:08:50.991 INFO kablam! | ^^^^^ Aug 30 08:08:50.991 INFO kablam! | Aug 30 08:08:50.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! Aug 30 08:08:50.991 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.991 INFO kablam! Aug 30 08:08:50.991 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.991 INFO kablam! --> src/image.rs:314:10 Aug 30 08:08:50.991 INFO kablam! | Aug 30 08:08:50.991 INFO kablam! 314 | #[derive(Debug)] Aug 30 08:08:50.991 INFO kablam! | ^^^^^ Aug 30 08:08:50.998 INFO kablam! | Aug 30 08:08:50.998 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! Aug 30 08:08:50.998 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.999 INFO kablam! Aug 30 08:08:50.999 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.999 INFO kablam! --> src/image.rs:359:10 Aug 30 08:08:50.999 INFO kablam! | Aug 30 08:08:50.999 INFO kablam! 359 | #[derive(Debug)] Aug 30 08:08:50.999 INFO kablam! | ^^^^^ Aug 30 08:08:50.999 INFO kablam! | Aug 30 08:08:50.999 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! Aug 30 08:08:50.999 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.999 INFO kablam! Aug 30 08:08:50.999 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:50.999 INFO kablam! --> src/image.rs:370:10 Aug 30 08:08:50.999 INFO kablam! | Aug 30 08:08:50.999 INFO kablam! 370 | #[derive(Debug)] Aug 30 08:08:50.999 INFO kablam! | ^^^^^ Aug 30 08:08:50.999 INFO kablam! | Aug 30 08:08:50.999 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! Aug 30 08:08:50.999 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:50.999 INFO kablam! Aug 30 08:08:50.999 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:51.000 INFO kablam! --> src/image.rs:380:10 Aug 30 08:08:51.000 INFO kablam! | Aug 30 08:08:51.000 INFO kablam! 380 | #[derive(Debug)] Aug 30 08:08:51.000 INFO kablam! | ^^^^^ Aug 30 08:08:51.000 INFO kablam! | Aug 30 08:08:51.000 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! Aug 30 08:08:51.000 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.000 INFO kablam! Aug 30 08:08:51.000 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:51.000 INFO kablam! --> src/image.rs:401:10 Aug 30 08:08:51.000 INFO kablam! | Aug 30 08:08:51.000 INFO kablam! 401 | #[derive(Debug)] Aug 30 08:08:51.000 INFO kablam! | ^^^^^ Aug 30 08:08:51.000 INFO kablam! | Aug 30 08:08:51.000 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! Aug 30 08:08:51.000 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.000 INFO kablam! Aug 30 08:08:51.000 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 08:08:51.000 INFO kablam! --> src/image.rs:408:10 Aug 30 08:08:51.000 INFO kablam! | Aug 30 08:08:51.000 INFO kablam! 408 | #[derive(Debug)] Aug 30 08:08:51.000 INFO kablam! | ^^^^^ Aug 30 08:08:51.000 INFO kablam! | Aug 30 08:08:51.001 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! Aug 30 08:08:51.001 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.001 INFO kablam! Aug 30 08:08:51.001 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.001 INFO kablam! --> src/pe32/exports.rs:254:50 Aug 30 08:08:51.001 INFO kablam! | Aug 30 08:08:51.001 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Aug 30 08:08:51.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.001 INFO kablam! | Aug 30 08:08:51.001 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! Aug 30 08:08:51.001 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.001 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.001 INFO kablam! Aug 30 08:08:51.001 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.001 INFO kablam! --> src/pe32/exports.rs:255:45 Aug 30 08:08:51.001 INFO kablam! | Aug 30 08:08:51.001 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Aug 30 08:08:51.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.001 INFO kablam! | Aug 30 08:08:51.001 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! Aug 30 08:08:51.001 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.001 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.002 INFO kablam! Aug 30 08:08:51.002 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.002 INFO kablam! --> src/pe32/exports.rs:256:48 Aug 30 08:08:51.002 INFO kablam! | Aug 30 08:08:51.002 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Aug 30 08:08:51.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.002 INFO kablam! | Aug 30 08:08:51.002 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! Aug 30 08:08:51.002 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.002 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.002 INFO kablam! Aug 30 08:08:51.002 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.002 INFO kablam! --> src/pe32/exports.rs:256:74 Aug 30 08:08:51.002 INFO kablam! | Aug 30 08:08:51.002 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Aug 30 08:08:51.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.002 INFO kablam! | Aug 30 08:08:51.002 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! Aug 30 08:08:51.002 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.002 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.002 INFO kablam! Aug 30 08:08:51.002 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.003 INFO kablam! --> src/pe32/exports.rs:257:45 Aug 30 08:08:51.003 INFO kablam! | Aug 30 08:08:51.003 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Aug 30 08:08:51.003 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 30 08:08:51.003 INFO kablam! | Aug 30 08:08:51.003 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! Aug 30 08:08:51.003 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.003 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.003 INFO kablam! Aug 30 08:08:51.003 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.003 INFO kablam! --> src/pe32/exports.rs:258:45 Aug 30 08:08:51.003 INFO kablam! | Aug 30 08:08:51.003 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Aug 30 08:08:51.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.003 INFO kablam! | Aug 30 08:08:51.003 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! Aug 30 08:08:51.003 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.003 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.003 INFO kablam! Aug 30 08:08:51.003 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.003 INFO kablam! --> src/pe32/exports.rs:259:45 Aug 30 08:08:51.003 INFO kablam! | Aug 30 08:08:51.003 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Aug 30 08:08:51.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.004 INFO kablam! | Aug 30 08:08:51.004 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! Aug 30 08:08:51.004 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.004 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.004 INFO kablam! Aug 30 08:08:51.004 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.004 INFO kablam! --> src/pe32/imports.rs:170:44 Aug 30 08:08:51.004 INFO kablam! | Aug 30 08:08:51.004 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Aug 30 08:08:51.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.004 INFO kablam! | Aug 30 08:08:51.004 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! Aug 30 08:08:51.005 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.005 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.005 INFO kablam! Aug 30 08:08:51.005 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.005 INFO kablam! --> src/pe32/imports.rs:171:49 Aug 30 08:08:51.005 INFO kablam! | Aug 30 08:08:51.005 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Aug 30 08:08:51.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.005 INFO kablam! | Aug 30 08:08:51.005 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! Aug 30 08:08:51.005 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.005 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.005 INFO kablam! Aug 30 08:08:51.005 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.005 INFO kablam! --> src/pe32/imports.rs:172:49 Aug 30 08:08:51.005 INFO kablam! | Aug 30 08:08:51.005 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Aug 30 08:08:51.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.006 INFO kablam! | Aug 30 08:08:51.006 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! Aug 30 08:08:51.006 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.006 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.006 INFO kablam! Aug 30 08:08:51.006 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.006 INFO kablam! --> src/pe32/relocs.rs:143:49 Aug 30 08:08:51.006 INFO kablam! | Aug 30 08:08:51.006 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Aug 30 08:08:51.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.006 INFO kablam! | Aug 30 08:08:51.006 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! Aug 30 08:08:51.006 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.006 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.006 INFO kablam! Aug 30 08:08:51.006 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.006 INFO kablam! --> src/pe32/relocs.rs:144:49 Aug 30 08:08:51.006 INFO kablam! | Aug 30 08:08:51.007 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Aug 30 08:08:51.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.007 INFO kablam! | Aug 30 08:08:51.007 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! Aug 30 08:08:51.007 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.010 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.010 INFO kablam! Aug 30 08:08:51.011 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.011 INFO kablam! --> src/pe64/exports.rs:254:50 Aug 30 08:08:51.011 INFO kablam! | Aug 30 08:08:51.011 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Aug 30 08:08:51.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.011 INFO kablam! | Aug 30 08:08:51.011 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! Aug 30 08:08:51.011 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.011 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.011 INFO kablam! Aug 30 08:08:51.011 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.011 INFO kablam! --> src/pe64/exports.rs:255:45 Aug 30 08:08:51.011 INFO kablam! | Aug 30 08:08:51.011 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Aug 30 08:08:51.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.011 INFO kablam! | Aug 30 08:08:51.011 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! Aug 30 08:08:51.012 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.012 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.012 INFO kablam! Aug 30 08:08:51.012 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.012 INFO kablam! --> src/pe64/exports.rs:256:48 Aug 30 08:08:51.012 INFO kablam! | Aug 30 08:08:51.012 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Aug 30 08:08:51.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.012 INFO kablam! | Aug 30 08:08:51.012 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! Aug 30 08:08:51.012 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.013 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.013 INFO kablam! Aug 30 08:08:51.013 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.013 INFO kablam! --> src/pe64/exports.rs:256:74 Aug 30 08:08:51.013 INFO kablam! | Aug 30 08:08:51.013 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Aug 30 08:08:51.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.013 INFO kablam! | Aug 30 08:08:51.013 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! Aug 30 08:08:51.013 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.014 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.014 INFO kablam! Aug 30 08:08:51.014 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.014 INFO kablam! --> src/pe64/exports.rs:257:45 Aug 30 08:08:51.014 INFO kablam! | Aug 30 08:08:51.014 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Aug 30 08:08:51.014 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 30 08:08:51.014 INFO kablam! | Aug 30 08:08:51.014 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! Aug 30 08:08:51.014 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.014 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.014 INFO kablam! Aug 30 08:08:51.014 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.014 INFO kablam! --> src/pe64/exports.rs:258:45 Aug 30 08:08:51.014 INFO kablam! | Aug 30 08:08:51.014 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Aug 30 08:08:51.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.014 INFO kablam! | Aug 30 08:08:51.014 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! Aug 30 08:08:51.014 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.014 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.014 INFO kablam! Aug 30 08:08:51.015 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.015 INFO kablam! --> src/pe64/exports.rs:259:45 Aug 30 08:08:51.015 INFO kablam! | Aug 30 08:08:51.015 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Aug 30 08:08:51.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.015 INFO kablam! | Aug 30 08:08:51.015 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! Aug 30 08:08:51.015 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.015 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.015 INFO kablam! Aug 30 08:08:51.015 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.015 INFO kablam! --> src/pe64/imports.rs:170:44 Aug 30 08:08:51.015 INFO kablam! | Aug 30 08:08:51.015 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Aug 30 08:08:51.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.015 INFO kablam! | Aug 30 08:08:51.015 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! Aug 30 08:08:51.015 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.015 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.015 INFO kablam! Aug 30 08:08:51.015 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.015 INFO kablam! --> src/pe64/imports.rs:171:49 Aug 30 08:08:51.016 INFO kablam! | Aug 30 08:08:51.016 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Aug 30 08:08:51.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.016 INFO kablam! | Aug 30 08:08:51.016 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! Aug 30 08:08:51.016 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.016 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.016 INFO kablam! Aug 30 08:08:51.016 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.016 INFO kablam! --> src/pe64/imports.rs:172:49 Aug 30 08:08:51.016 INFO kablam! | Aug 30 08:08:51.016 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Aug 30 08:08:51.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.016 INFO kablam! | Aug 30 08:08:51.016 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! Aug 30 08:08:51.016 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.016 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.016 INFO kablam! Aug 30 08:08:51.017 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.017 INFO kablam! --> src/pe64/relocs.rs:143:49 Aug 30 08:08:51.017 INFO kablam! | Aug 30 08:08:51.017 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Aug 30 08:08:51.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.017 INFO kablam! | Aug 30 08:08:51.017 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! Aug 30 08:08:51.017 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.017 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.017 INFO kablam! Aug 30 08:08:51.018 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.018 INFO kablam! --> src/pe64/relocs.rs:144:49 Aug 30 08:08:51.018 INFO kablam! | Aug 30 08:08:51.018 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Aug 30 08:08:51.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.018 INFO kablam! | Aug 30 08:08:51.018 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! Aug 30 08:08:51.018 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.018 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.018 INFO kablam! Aug 30 08:08:51.018 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.018 INFO kablam! --> src/resources.rs:266:45 Aug 30 08:08:51.018 INFO kablam! | Aug 30 08:08:51.019 INFO kablam! 266 | try!(writeln!(f, " Characteristics: {}", self.image_.Characteristics)); Aug 30 08:08:51.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.019 INFO kablam! | Aug 30 08:08:51.019 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! Aug 30 08:08:51.024 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.024 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.024 INFO kablam! Aug 30 08:08:51.024 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.024 INFO kablam! --> src/resources.rs:267:45 Aug 30 08:08:51.024 INFO kablam! | Aug 30 08:08:51.025 INFO kablam! 267 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Aug 30 08:08:51.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.025 INFO kablam! | Aug 30 08:08:51.025 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! Aug 30 08:08:51.025 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.025 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.025 INFO kablam! Aug 30 08:08:51.025 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.025 INFO kablam! --> src/resources.rs:268:48 Aug 30 08:08:51.025 INFO kablam! | Aug 30 08:08:51.026 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Aug 30 08:08:51.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.026 INFO kablam! | Aug 30 08:08:51.026 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! Aug 30 08:08:51.026 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.026 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.038 INFO kablam! Aug 30 08:08:51.039 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.039 INFO kablam! --> src/resources.rs:268:74 Aug 30 08:08:51.039 INFO kablam! | Aug 30 08:08:51.039 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Aug 30 08:08:51.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.039 INFO kablam! | Aug 30 08:08:51.039 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! Aug 30 08:08:51.039 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.039 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.039 INFO kablam! Aug 30 08:08:51.039 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.040 INFO kablam! --> src/resources.rs:329:50 Aug 30 08:08:51.040 INFO kablam! | Aug 30 08:08:51.040 INFO kablam! 329 | try!(writeln!(f, " OffsetToData: {:>08X}", self.image_.OffsetToData)); Aug 30 08:08:51.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.040 INFO kablam! | Aug 30 08:08:51.040 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 30 08:08:51.040 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.040 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.040 INFO kablam! Aug 30 08:08:51.040 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.041 INFO kablam! --> src/resources.rs:330:50 Aug 30 08:08:51.041 INFO kablam! | Aug 30 08:08:51.041 INFO kablam! 330 | try!(writeln!(f, " Size: {:>08X}", self.image_.Size)); Aug 30 08:08:51.041 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 30 08:08:51.041 INFO kablam! | Aug 30 08:08:51.041 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 30 08:08:51.041 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.041 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.041 INFO kablam! Aug 30 08:08:51.041 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:08:51.041 INFO kablam! --> src/resources.rs:331:45 Aug 30 08:08:51.042 INFO kablam! | Aug 30 08:08:51.042 INFO kablam! 331 | try!(writeln!(f, " CodePage: {}", self.image_.CodePage)); Aug 30 08:08:51.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.042 INFO kablam! | Aug 30 08:08:51.042 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 30 08:08:51.042 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:08:51.042 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 08:08:51.042 INFO kablam! Aug 30 08:08:51.971 INFO kablam! error[E0432]: unresolved import `pelite::pe` Aug 30 08:08:51.971 INFO kablam! --> examples/readme.rs:18:5 Aug 30 08:08:51.972 INFO kablam! | Aug 30 08:08:51.972 INFO kablam! 18 | use pelite::pe; Aug 30 08:08:51.972 INFO kablam! | ^^^^^^^^^^ no `pe` in the root Aug 30 08:08:51.972 INFO kablam! Aug 30 08:08:51.980 INFO kablam! error[E0432]: unresolved import `pelite::pe` Aug 30 08:08:51.980 INFO kablam! --> examples/main.rs:11:5 Aug 30 08:08:51.980 INFO kablam! | Aug 30 08:08:51.980 INFO kablam! 11 | use pelite::pe; Aug 30 08:08:51.980 INFO kablam! | ^^^^^^^^^^ no `pe` in the root Aug 30 08:08:51.994 INFO kablam! Aug 30 08:08:51.995 INFO kablam! error[E0433]: failed to resolve. Could not find `pe` in `pelite` Aug 30 08:08:51.995 INFO kablam! --> examples/main.rs:14:13 Aug 30 08:08:51.995 INFO kablam! | Aug 30 08:08:51.995 INFO kablam! 14 | use pelite::pe::imports::PeImports; Aug 30 08:08:51.995 INFO kablam! | ^^ Could not find `pe` in `pelite` Aug 30 08:08:51.995 INFO kablam! Aug 30 08:08:51.996 INFO kablam! warning: unused import: `pelite::pe::imports::PeImports` Aug 30 08:08:51.996 INFO kablam! --> examples/main.rs:14:5 Aug 30 08:08:51.996 INFO kablam! | Aug 30 08:08:51.996 INFO kablam! 14 | use pelite::pe::imports::PeImports; Aug 30 08:08:51.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:08:51.996 INFO kablam! | Aug 30 08:08:51.996 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 30 08:08:51.996 INFO kablam! Aug 30 08:08:52.005 INFO kablam! error: aborting due to 2 previous errors Aug 30 08:08:52.005 INFO kablam! Aug 30 08:08:52.005 INFO kablam! Some errors occurred: E0432, E0433. Aug 30 08:08:52.005 INFO kablam! For more information about an error, try `rustc --explain E0432`. Aug 30 08:08:52.019 INFO kablam! error: Could not compile `pelite`. Aug 30 08:08:52.019 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 08:08:52.043 INFO kablam! error: aborting due to previous error Aug 30 08:08:52.043 INFO kablam! Aug 30 08:08:52.043 INFO kablam! For more information about this error, try `rustc --explain E0432`. Aug 30 08:08:52.050 INFO kablam! error: Could not compile `pelite`. Aug 30 08:08:52.051 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 08:08:52.289 INFO kablam! error: build failed Aug 30 08:08:52.290 INFO kablam! su: No module specific data is present Aug 30 08:08:52.821 INFO running `"docker" "rm" "-f" "a738785542bbf3297d6b4dfcfea254088d8b186fe409cf6ce3e26b19ad22f593"` Aug 30 08:08:52.983 INFO blam! a738785542bbf3297d6b4dfcfea254088d8b186fe409cf6ce3e26b19ad22f593