Sep 01 11:39:24.222 INFO checking pelite-0.2.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 11:39:24.222 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 11:39:24.222 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 11:39:24.422 INFO blam! 01dba599eb9af20c08af7ebe086cc51d67ae610e0e4f1392806109a9df6e3567 Sep 01 11:39:24.424 INFO running `"docker" "start" "-a" "01dba599eb9af20c08af7ebe086cc51d67ae610e0e4f1392806109a9df6e3567"` Sep 01 11:39:25.084 INFO kablam! Checking pelite v0.2.0 (file:///source) Sep 01 11:39:26.351 INFO kablam! warning: type annotations needed Sep 01 11:39:26.351 INFO kablam! --> src/resources.rs:257:40 Sep 01 11:39:26.351 INFO kablam! | Sep 01 11:39:26.351 INFO kablam! 257 | let ptr = (self.image_ as *const _).offset(1) as *const ImageResourceDirectoryEntry; Sep 01 11:39:26.351 INFO kablam! | ^^^^^^ Sep 01 11:39:26.351 INFO kablam! | Sep 01 11:39:26.351 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 01 11:39:26.351 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! Sep 01 11:39:26.351 INFO kablam! = note: for more information, see issue #46906 Sep 01 11:39:26.351 INFO kablam! Sep 01 11:39:26.376 INFO kablam! warning: unused import: `std::fmt::Write` Sep 01 11:39:26.376 INFO kablam! --> src/resources.rs:7:5 Sep 01 11:39:26.376 INFO kablam! | Sep 01 11:39:26.376 INFO kablam! 7 | use std::fmt::Write; Sep 01 11:39:26.376 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 11:39:26.376 INFO kablam! | Sep 01 11:39:26.376 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 11:39:26.376 INFO kablam! Sep 01 11:39:26.545 INFO kablam! warning: type annotations needed Sep 01 11:39:26.545 INFO kablam! --> src/resources.rs:257:40 Sep 01 11:39:26.545 INFO kablam! | Sep 01 11:39:26.545 INFO kablam! 257 | let ptr = (self.image_ as *const _).offset(1) as *const ImageResourceDirectoryEntry; Sep 01 11:39:26.545 INFO kablam! | ^^^^^^ Sep 01 11:39:26.545 INFO kablam! | Sep 01 11:39:26.545 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 01 11:39:26.545 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! Sep 01 11:39:26.545 INFO kablam! = note: for more information, see issue #46906 Sep 01 11:39:26.545 INFO kablam! Sep 01 11:39:26.569 INFO kablam! warning: unused import: `std::fmt::Write` Sep 01 11:39:26.569 INFO kablam! --> src/resources.rs:7:5 Sep 01 11:39:26.569 INFO kablam! | Sep 01 11:39:26.569 INFO kablam! 7 | use std::fmt::Write; Sep 01 11:39:26.569 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 11:39:26.569 INFO kablam! | Sep 01 11:39:26.569 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 11:39:26.570 INFO kablam! Sep 01 11:39:26.811 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:26.811 INFO kablam! --> src/image.rs:34:10 Sep 01 11:39:26.811 INFO kablam! | Sep 01 11:39:26.811 INFO kablam! 34 | #[derive(Debug)] Sep 01 11:39:26.811 INFO kablam! | ^^^^^ Sep 01 11:39:26.812 INFO kablam! | Sep 01 11:39:26.812 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 01 11:39:26.812 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.812 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.812 INFO kablam! Sep 01 11:39:26.812 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:26.812 INFO kablam! --> src/image.rs:80:10 Sep 01 11:39:26.812 INFO kablam! | Sep 01 11:39:26.812 INFO kablam! 80 | #[derive(Debug)] Sep 01 11:39:26.812 INFO kablam! | ^^^^^ Sep 01 11:39:26.812 INFO kablam! | Sep 01 11:39:26.812 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.812 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.812 INFO kablam! Sep 01 11:39:26.812 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:26.812 INFO kablam! --> src/image.rs:94:10 Sep 01 11:39:26.812 INFO kablam! | Sep 01 11:39:26.812 INFO kablam! 94 | #[derive(Debug)] Sep 01 11:39:26.812 INFO kablam! | ^^^^^ Sep 01 11:39:26.812 INFO kablam! | Sep 01 11:39:26.813 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.813 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.813 INFO kablam! Sep 01 11:39:26.813 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:26.813 INFO kablam! --> src/image.rs:148:10 Sep 01 11:39:26.814 INFO kablam! | Sep 01 11:39:26.814 INFO kablam! 148 | #[derive(Debug)] Sep 01 11:39:26.814 INFO kablam! | ^^^^^ Sep 01 11:39:26.814 INFO kablam! | Sep 01 11:39:26.814 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.814 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.814 INFO kablam! Sep 01 11:39:26.814 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:26.814 INFO kablam! --> src/image.rs:184:10 Sep 01 11:39:26.814 INFO kablam! | Sep 01 11:39:26.814 INFO kablam! 184 | #[derive(Debug)] Sep 01 11:39:26.814 INFO kablam! | ^^^^^ Sep 01 11:39:26.814 INFO kablam! | Sep 01 11:39:26.814 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.814 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.814 INFO kablam! Sep 01 11:39:26.815 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:26.815 INFO kablam! --> src/image.rs:223:10 Sep 01 11:39:26.815 INFO kablam! | Sep 01 11:39:26.815 INFO kablam! 223 | #[derive(Debug)] Sep 01 11:39:26.815 INFO kablam! | ^^^^^ Sep 01 11:39:26.815 INFO kablam! | Sep 01 11:39:26.815 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.815 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.815 INFO kablam! Sep 01 11:39:26.815 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:26.815 INFO kablam! --> src/image.rs:231:10 Sep 01 11:39:26.816 INFO kablam! | Sep 01 11:39:26.816 INFO kablam! 231 | #[derive(Debug)] Sep 01 11:39:26.816 INFO kablam! | ^^^^^ Sep 01 11:39:26.816 INFO kablam! | Sep 01 11:39:26.816 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.816 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.816 INFO kablam! Sep 01 11:39:26.816 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:26.816 INFO kablam! --> src/image.rs:279:10 Sep 01 11:39:26.816 INFO kablam! | Sep 01 11:39:26.816 INFO kablam! 279 | #[derive(Debug)] Sep 01 11:39:26.816 INFO kablam! | ^^^^^ Sep 01 11:39:26.816 INFO kablam! | Sep 01 11:39:26.816 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.817 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.817 INFO kablam! Sep 01 11:39:26.817 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:26.817 INFO kablam! --> src/image.rs:296:10 Sep 01 11:39:26.817 INFO kablam! | Sep 01 11:39:26.817 INFO kablam! 296 | #[derive(Debug)] Sep 01 11:39:26.817 INFO kablam! | ^^^^^ Sep 01 11:39:26.817 INFO kablam! | Sep 01 11:39:26.817 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.817 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.817 INFO kablam! Sep 01 11:39:26.818 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:26.818 INFO kablam! --> src/image.rs:314:10 Sep 01 11:39:26.818 INFO kablam! | Sep 01 11:39:26.818 INFO kablam! 314 | #[derive(Debug)] Sep 01 11:39:26.818 INFO kablam! | ^^^^^ Sep 01 11:39:26.818 INFO kablam! | Sep 01 11:39:26.818 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.818 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.818 INFO kablam! Sep 01 11:39:26.819 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:26.819 INFO kablam! --> src/image.rs:359:10 Sep 01 11:39:26.819 INFO kablam! | Sep 01 11:39:26.819 INFO kablam! 359 | #[derive(Debug)] Sep 01 11:39:26.819 INFO kablam! | ^^^^^ Sep 01 11:39:26.819 INFO kablam! | Sep 01 11:39:26.819 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.819 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.819 INFO kablam! Sep 01 11:39:26.819 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:26.819 INFO kablam! --> src/image.rs:370:10 Sep 01 11:39:26.819 INFO kablam! | Sep 01 11:39:26.820 INFO kablam! 370 | #[derive(Debug)] Sep 01 11:39:26.820 INFO kablam! | ^^^^^ Sep 01 11:39:26.820 INFO kablam! | Sep 01 11:39:26.820 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.820 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.820 INFO kablam! Sep 01 11:39:26.820 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:26.820 INFO kablam! --> src/image.rs:380:10 Sep 01 11:39:26.820 INFO kablam! | Sep 01 11:39:26.820 INFO kablam! 380 | #[derive(Debug)] Sep 01 11:39:26.820 INFO kablam! | ^^^^^ Sep 01 11:39:26.820 INFO kablam! | Sep 01 11:39:26.821 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.821 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.821 INFO kablam! Sep 01 11:39:26.821 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:26.821 INFO kablam! --> src/image.rs:401:10 Sep 01 11:39:26.821 INFO kablam! | Sep 01 11:39:26.821 INFO kablam! 401 | #[derive(Debug)] Sep 01 11:39:26.821 INFO kablam! | ^^^^^ Sep 01 11:39:26.821 INFO kablam! | Sep 01 11:39:26.822 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.822 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.822 INFO kablam! Sep 01 11:39:26.822 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:26.822 INFO kablam! --> src/image.rs:408:10 Sep 01 11:39:26.822 INFO kablam! | Sep 01 11:39:26.822 INFO kablam! 408 | #[derive(Debug)] Sep 01 11:39:26.822 INFO kablam! | ^^^^^ Sep 01 11:39:26.822 INFO kablam! | Sep 01 11:39:26.822 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.822 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.823 INFO kablam! Sep 01 11:39:26.823 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.823 INFO kablam! --> src/pe32/exports.rs:254:50 Sep 01 11:39:26.823 INFO kablam! | Sep 01 11:39:26.823 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Sep 01 11:39:26.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.823 INFO kablam! | Sep 01 11:39:26.823 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.823 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.823 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.824 INFO kablam! Sep 01 11:39:26.824 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.824 INFO kablam! --> src/pe32/exports.rs:255:45 Sep 01 11:39:26.824 INFO kablam! | Sep 01 11:39:26.824 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 01 11:39:26.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.824 INFO kablam! | Sep 01 11:39:26.824 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.824 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.824 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.825 INFO kablam! Sep 01 11:39:26.825 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.825 INFO kablam! --> src/pe32/exports.rs:256:48 Sep 01 11:39:26.825 INFO kablam! | Sep 01 11:39:26.825 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 01 11:39:26.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.825 INFO kablam! | Sep 01 11:39:26.825 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.825 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.825 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.826 INFO kablam! Sep 01 11:39:26.826 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.826 INFO kablam! --> src/pe32/exports.rs:256:74 Sep 01 11:39:26.826 INFO kablam! | Sep 01 11:39:26.826 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 01 11:39:26.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.826 INFO kablam! | Sep 01 11:39:26.827 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.827 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.827 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.827 INFO kablam! Sep 01 11:39:26.827 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.827 INFO kablam! --> src/pe32/exports.rs:257:45 Sep 01 11:39:26.827 INFO kablam! | Sep 01 11:39:26.827 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Sep 01 11:39:26.828 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 11:39:26.828 INFO kablam! | Sep 01 11:39:26.828 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.828 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.828 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.828 INFO kablam! Sep 01 11:39:26.828 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.828 INFO kablam! --> src/pe32/exports.rs:258:45 Sep 01 11:39:26.829 INFO kablam! | Sep 01 11:39:26.829 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Sep 01 11:39:26.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.829 INFO kablam! | Sep 01 11:39:26.829 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.829 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.829 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.829 INFO kablam! Sep 01 11:39:26.829 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.830 INFO kablam! --> src/pe32/exports.rs:259:45 Sep 01 11:39:26.830 INFO kablam! | Sep 01 11:39:26.830 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Sep 01 11:39:26.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.830 INFO kablam! | Sep 01 11:39:26.830 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.830 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.830 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.831 INFO kablam! Sep 01 11:39:26.831 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.831 INFO kablam! --> src/pe32/imports.rs:170:44 Sep 01 11:39:26.831 INFO kablam! | Sep 01 11:39:26.831 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 01 11:39:26.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.831 INFO kablam! | Sep 01 11:39:26.831 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.831 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.832 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.832 INFO kablam! Sep 01 11:39:26.832 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.832 INFO kablam! --> src/pe32/imports.rs:171:49 Sep 01 11:39:26.832 INFO kablam! | Sep 01 11:39:26.832 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Sep 01 11:39:26.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.832 INFO kablam! | Sep 01 11:39:26.832 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.833 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.833 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.833 INFO kablam! Sep 01 11:39:26.833 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.833 INFO kablam! --> src/pe32/imports.rs:172:49 Sep 01 11:39:26.833 INFO kablam! | Sep 01 11:39:26.833 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Sep 01 11:39:26.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.833 INFO kablam! | Sep 01 11:39:26.834 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.834 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.834 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.834 INFO kablam! Sep 01 11:39:26.834 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.834 INFO kablam! --> src/pe32/relocs.rs:143:49 Sep 01 11:39:26.834 INFO kablam! | Sep 01 11:39:26.834 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Sep 01 11:39:26.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.835 INFO kablam! | Sep 01 11:39:26.835 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.835 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.835 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.835 INFO kablam! Sep 01 11:39:26.835 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.835 INFO kablam! --> src/pe32/relocs.rs:144:49 Sep 01 11:39:26.836 INFO kablam! | Sep 01 11:39:26.836 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Sep 01 11:39:26.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.836 INFO kablam! | Sep 01 11:39:26.836 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.836 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.836 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.836 INFO kablam! Sep 01 11:39:26.837 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.837 INFO kablam! --> src/pe64/exports.rs:254:50 Sep 01 11:39:26.837 INFO kablam! | Sep 01 11:39:26.837 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Sep 01 11:39:26.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.837 INFO kablam! | Sep 01 11:39:26.837 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.837 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.838 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.838 INFO kablam! Sep 01 11:39:26.838 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.838 INFO kablam! --> src/pe64/exports.rs:255:45 Sep 01 11:39:26.838 INFO kablam! | Sep 01 11:39:26.838 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 01 11:39:26.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.839 INFO kablam! | Sep 01 11:39:26.839 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.839 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.839 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.839 INFO kablam! Sep 01 11:39:26.839 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.839 INFO kablam! --> src/pe64/exports.rs:256:48 Sep 01 11:39:26.839 INFO kablam! | Sep 01 11:39:26.840 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 01 11:39:26.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.840 INFO kablam! | Sep 01 11:39:26.840 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.840 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.840 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.840 INFO kablam! Sep 01 11:39:26.840 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.841 INFO kablam! --> src/pe64/exports.rs:256:74 Sep 01 11:39:26.841 INFO kablam! | Sep 01 11:39:26.841 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 01 11:39:26.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.841 INFO kablam! | Sep 01 11:39:26.841 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.841 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.841 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.842 INFO kablam! Sep 01 11:39:26.842 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.842 INFO kablam! --> src/pe64/exports.rs:257:45 Sep 01 11:39:26.842 INFO kablam! | Sep 01 11:39:26.842 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Sep 01 11:39:26.842 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 11:39:26.842 INFO kablam! | Sep 01 11:39:26.842 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.843 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.843 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.843 INFO kablam! Sep 01 11:39:26.843 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.843 INFO kablam! --> src/pe64/exports.rs:258:45 Sep 01 11:39:26.843 INFO kablam! | Sep 01 11:39:26.843 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Sep 01 11:39:26.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.844 INFO kablam! | Sep 01 11:39:26.844 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.844 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.844 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.844 INFO kablam! Sep 01 11:39:26.844 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.844 INFO kablam! --> src/pe64/exports.rs:259:45 Sep 01 11:39:26.844 INFO kablam! | Sep 01 11:39:26.844 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Sep 01 11:39:26.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.845 INFO kablam! | Sep 01 11:39:26.845 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.845 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.845 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.845 INFO kablam! Sep 01 11:39:26.845 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.845 INFO kablam! --> src/pe64/imports.rs:170:44 Sep 01 11:39:26.846 INFO kablam! | Sep 01 11:39:26.846 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 01 11:39:26.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.846 INFO kablam! | Sep 01 11:39:26.846 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.846 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.846 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.846 INFO kablam! Sep 01 11:39:26.847 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.847 INFO kablam! --> src/pe64/imports.rs:171:49 Sep 01 11:39:26.847 INFO kablam! | Sep 01 11:39:26.847 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Sep 01 11:39:26.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.847 INFO kablam! | Sep 01 11:39:26.847 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.847 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.847 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.848 INFO kablam! Sep 01 11:39:26.848 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.848 INFO kablam! --> src/pe64/imports.rs:172:49 Sep 01 11:39:26.848 INFO kablam! | Sep 01 11:39:26.848 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Sep 01 11:39:26.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.848 INFO kablam! | Sep 01 11:39:26.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.849 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.849 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.849 INFO kablam! Sep 01 11:39:26.849 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.849 INFO kablam! --> src/pe64/relocs.rs:143:49 Sep 01 11:39:26.849 INFO kablam! | Sep 01 11:39:26.849 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Sep 01 11:39:26.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.850 INFO kablam! | Sep 01 11:39:26.850 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.850 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.850 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.850 INFO kablam! Sep 01 11:39:26.850 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.850 INFO kablam! --> src/pe64/relocs.rs:144:49 Sep 01 11:39:26.850 INFO kablam! | Sep 01 11:39:26.850 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Sep 01 11:39:26.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.851 INFO kablam! | Sep 01 11:39:26.851 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.851 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.851 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.851 INFO kablam! Sep 01 11:39:26.851 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.851 INFO kablam! --> src/resources.rs:266:45 Sep 01 11:39:26.852 INFO kablam! | Sep 01 11:39:26.852 INFO kablam! 266 | try!(writeln!(f, " Characteristics: {}", self.image_.Characteristics)); Sep 01 11:39:26.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.852 INFO kablam! | Sep 01 11:39:26.852 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.852 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.852 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.852 INFO kablam! Sep 01 11:39:26.853 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.853 INFO kablam! --> src/resources.rs:267:45 Sep 01 11:39:26.853 INFO kablam! | Sep 01 11:39:26.853 INFO kablam! 267 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 01 11:39:26.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.853 INFO kablam! | Sep 01 11:39:26.853 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.853 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.854 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.854 INFO kablam! Sep 01 11:39:26.854 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.854 INFO kablam! --> src/resources.rs:268:48 Sep 01 11:39:26.854 INFO kablam! | Sep 01 11:39:26.854 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 01 11:39:26.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.854 INFO kablam! | Sep 01 11:39:26.855 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.855 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.855 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.855 INFO kablam! Sep 01 11:39:26.855 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.855 INFO kablam! --> src/resources.rs:268:74 Sep 01 11:39:26.855 INFO kablam! | Sep 01 11:39:26.855 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 01 11:39:26.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.856 INFO kablam! | Sep 01 11:39:26.856 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.856 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.856 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.856 INFO kablam! Sep 01 11:39:26.856 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.856 INFO kablam! --> src/resources.rs:329:50 Sep 01 11:39:26.856 INFO kablam! | Sep 01 11:39:26.856 INFO kablam! 329 | try!(writeln!(f, " OffsetToData: {:>08X}", self.image_.OffsetToData)); Sep 01 11:39:26.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.857 INFO kablam! | Sep 01 11:39:26.857 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.857 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.857 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.857 INFO kablam! Sep 01 11:39:26.857 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.857 INFO kablam! --> src/resources.rs:330:50 Sep 01 11:39:26.857 INFO kablam! | Sep 01 11:39:26.858 INFO kablam! 330 | try!(writeln!(f, " Size: {:>08X}", self.image_.Size)); Sep 01 11:39:26.858 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 11:39:26.858 INFO kablam! | Sep 01 11:39:26.858 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.858 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.858 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.858 INFO kablam! Sep 01 11:39:26.858 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:26.858 INFO kablam! --> src/resources.rs:331:45 Sep 01 11:39:26.858 INFO kablam! | Sep 01 11:39:26.859 INFO kablam! 331 | try!(writeln!(f, " CodePage: {}", self.image_.CodePage)); Sep 01 11:39:26.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:26.859 INFO kablam! | Sep 01 11:39:26.859 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:26.859 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:26.859 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:26.859 INFO kablam! Sep 01 11:39:27.136 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:27.136 INFO kablam! --> src/image.rs:34:10 Sep 01 11:39:27.136 INFO kablam! | Sep 01 11:39:27.136 INFO kablam! 34 | #[derive(Debug)] Sep 01 11:39:27.136 INFO kablam! | ^^^^^ Sep 01 11:39:27.137 INFO kablam! | Sep 01 11:39:27.137 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 01 11:39:27.137 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.137 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.137 INFO kablam! Sep 01 11:39:27.137 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:27.137 INFO kablam! --> src/image.rs:80:10 Sep 01 11:39:27.137 INFO kablam! | Sep 01 11:39:27.137 INFO kablam! 80 | #[derive(Debug)] Sep 01 11:39:27.137 INFO kablam! | ^^^^^ Sep 01 11:39:27.137 INFO kablam! | Sep 01 11:39:27.137 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.137 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.137 INFO kablam! Sep 01 11:39:27.137 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:27.137 INFO kablam! --> src/image.rs:94:10 Sep 01 11:39:27.137 INFO kablam! | Sep 01 11:39:27.137 INFO kablam! 94 | #[derive(Debug)] Sep 01 11:39:27.137 INFO kablam! | ^^^^^ Sep 01 11:39:27.137 INFO kablam! | Sep 01 11:39:27.137 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.137 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.137 INFO kablam! Sep 01 11:39:27.137 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:27.137 INFO kablam! --> src/image.rs:148:10 Sep 01 11:39:27.137 INFO kablam! | Sep 01 11:39:27.137 INFO kablam! 148 | #[derive(Debug)] Sep 01 11:39:27.138 INFO kablam! | ^^^^^ Sep 01 11:39:27.138 INFO kablam! | Sep 01 11:39:27.138 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.138 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.138 INFO kablam! Sep 01 11:39:27.138 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:27.138 INFO kablam! --> src/image.rs:184:10 Sep 01 11:39:27.138 INFO kablam! | Sep 01 11:39:27.138 INFO kablam! 184 | #[derive(Debug)] Sep 01 11:39:27.138 INFO kablam! | ^^^^^ Sep 01 11:39:27.138 INFO kablam! | Sep 01 11:39:27.138 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.138 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.138 INFO kablam! Sep 01 11:39:27.138 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:27.138 INFO kablam! --> src/image.rs:223:10 Sep 01 11:39:27.138 INFO kablam! | Sep 01 11:39:27.138 INFO kablam! 223 | #[derive(Debug)] Sep 01 11:39:27.138 INFO kablam! | ^^^^^ Sep 01 11:39:27.138 INFO kablam! | Sep 01 11:39:27.138 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.138 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.138 INFO kablam! Sep 01 11:39:27.138 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:27.138 INFO kablam! --> src/image.rs:231:10 Sep 01 11:39:27.138 INFO kablam! | Sep 01 11:39:27.138 INFO kablam! 231 | #[derive(Debug)] Sep 01 11:39:27.138 INFO kablam! | ^^^^^ Sep 01 11:39:27.139 INFO kablam! | Sep 01 11:39:27.139 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.139 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.139 INFO kablam! Sep 01 11:39:27.139 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:27.139 INFO kablam! --> src/image.rs:279:10 Sep 01 11:39:27.139 INFO kablam! | Sep 01 11:39:27.139 INFO kablam! 279 | #[derive(Debug)] Sep 01 11:39:27.139 INFO kablam! | ^^^^^ Sep 01 11:39:27.139 INFO kablam! | Sep 01 11:39:27.139 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.139 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.139 INFO kablam! Sep 01 11:39:27.139 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:27.139 INFO kablam! --> src/image.rs:296:10 Sep 01 11:39:27.139 INFO kablam! | Sep 01 11:39:27.139 INFO kablam! 296 | #[derive(Debug)] Sep 01 11:39:27.139 INFO kablam! | ^^^^^ Sep 01 11:39:27.139 INFO kablam! | Sep 01 11:39:27.139 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.139 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.139 INFO kablam! Sep 01 11:39:27.139 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:27.139 INFO kablam! --> src/image.rs:314:10 Sep 01 11:39:27.139 INFO kablam! | Sep 01 11:39:27.139 INFO kablam! 314 | #[derive(Debug)] Sep 01 11:39:27.139 INFO kablam! | ^^^^^ Sep 01 11:39:27.139 INFO kablam! | Sep 01 11:39:27.140 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.140 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.140 INFO kablam! Sep 01 11:39:27.140 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:27.140 INFO kablam! --> src/image.rs:359:10 Sep 01 11:39:27.140 INFO kablam! | Sep 01 11:39:27.140 INFO kablam! 359 | #[derive(Debug)] Sep 01 11:39:27.140 INFO kablam! | ^^^^^ Sep 01 11:39:27.140 INFO kablam! | Sep 01 11:39:27.140 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.140 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.140 INFO kablam! Sep 01 11:39:27.140 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:27.140 INFO kablam! --> src/image.rs:370:10 Sep 01 11:39:27.140 INFO kablam! | Sep 01 11:39:27.140 INFO kablam! 370 | #[derive(Debug)] Sep 01 11:39:27.140 INFO kablam! | ^^^^^ Sep 01 11:39:27.140 INFO kablam! | Sep 01 11:39:27.140 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.140 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.140 INFO kablam! Sep 01 11:39:27.140 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:27.140 INFO kablam! --> src/image.rs:380:10 Sep 01 11:39:27.140 INFO kablam! | Sep 01 11:39:27.140 INFO kablam! 380 | #[derive(Debug)] Sep 01 11:39:27.140 INFO kablam! | ^^^^^ Sep 01 11:39:27.140 INFO kablam! | Sep 01 11:39:27.141 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.141 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.141 INFO kablam! Sep 01 11:39:27.141 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:27.141 INFO kablam! --> src/image.rs:401:10 Sep 01 11:39:27.141 INFO kablam! | Sep 01 11:39:27.141 INFO kablam! 401 | #[derive(Debug)] Sep 01 11:39:27.141 INFO kablam! | ^^^^^ Sep 01 11:39:27.141 INFO kablam! | Sep 01 11:39:27.141 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.141 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.141 INFO kablam! Sep 01 11:39:27.141 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 11:39:27.141 INFO kablam! --> src/image.rs:408:10 Sep 01 11:39:27.141 INFO kablam! | Sep 01 11:39:27.141 INFO kablam! 408 | #[derive(Debug)] Sep 01 11:39:27.141 INFO kablam! | ^^^^^ Sep 01 11:39:27.141 INFO kablam! | Sep 01 11:39:27.141 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.141 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.141 INFO kablam! Sep 01 11:39:27.141 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.141 INFO kablam! --> src/pe32/exports.rs:254:50 Sep 01 11:39:27.141 INFO kablam! | Sep 01 11:39:27.141 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Sep 01 11:39:27.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.142 INFO kablam! | Sep 01 11:39:27.142 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.142 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.142 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.142 INFO kablam! Sep 01 11:39:27.142 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.142 INFO kablam! --> src/pe32/exports.rs:255:45 Sep 01 11:39:27.142 INFO kablam! | Sep 01 11:39:27.142 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 01 11:39:27.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.142 INFO kablam! | Sep 01 11:39:27.142 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.142 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.142 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.142 INFO kablam! Sep 01 11:39:27.142 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.142 INFO kablam! --> src/pe32/exports.rs:256:48 Sep 01 11:39:27.142 INFO kablam! | Sep 01 11:39:27.142 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 01 11:39:27.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.142 INFO kablam! | Sep 01 11:39:27.142 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.142 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.142 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.142 INFO kablam! Sep 01 11:39:27.143 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.143 INFO kablam! --> src/pe32/exports.rs:256:74 Sep 01 11:39:27.143 INFO kablam! | Sep 01 11:39:27.143 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 01 11:39:27.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.143 INFO kablam! | Sep 01 11:39:27.143 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.143 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.143 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.143 INFO kablam! Sep 01 11:39:27.143 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.143 INFO kablam! --> src/pe32/exports.rs:257:45 Sep 01 11:39:27.143 INFO kablam! | Sep 01 11:39:27.143 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Sep 01 11:39:27.143 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 11:39:27.143 INFO kablam! | Sep 01 11:39:27.143 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.143 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.143 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.143 INFO kablam! Sep 01 11:39:27.143 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.143 INFO kablam! --> src/pe32/exports.rs:258:45 Sep 01 11:39:27.143 INFO kablam! | Sep 01 11:39:27.143 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Sep 01 11:39:27.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.144 INFO kablam! | Sep 01 11:39:27.144 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.144 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.144 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.144 INFO kablam! Sep 01 11:39:27.144 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.144 INFO kablam! --> src/pe32/exports.rs:259:45 Sep 01 11:39:27.144 INFO kablam! | Sep 01 11:39:27.144 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Sep 01 11:39:27.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.144 INFO kablam! | Sep 01 11:39:27.144 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.144 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.144 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.144 INFO kablam! Sep 01 11:39:27.144 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.144 INFO kablam! --> src/pe32/imports.rs:170:44 Sep 01 11:39:27.144 INFO kablam! | Sep 01 11:39:27.144 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 01 11:39:27.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.144 INFO kablam! | Sep 01 11:39:27.144 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.144 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.145 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.145 INFO kablam! Sep 01 11:39:27.145 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.145 INFO kablam! --> src/pe32/imports.rs:171:49 Sep 01 11:39:27.145 INFO kablam! | Sep 01 11:39:27.145 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Sep 01 11:39:27.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.145 INFO kablam! | Sep 01 11:39:27.145 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.145 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.145 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.145 INFO kablam! Sep 01 11:39:27.145 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.145 INFO kablam! --> src/pe32/imports.rs:172:49 Sep 01 11:39:27.145 INFO kablam! | Sep 01 11:39:27.145 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Sep 01 11:39:27.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.145 INFO kablam! | Sep 01 11:39:27.145 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.145 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.145 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.145 INFO kablam! Sep 01 11:39:27.146 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.146 INFO kablam! --> src/pe32/relocs.rs:143:49 Sep 01 11:39:27.146 INFO kablam! | Sep 01 11:39:27.146 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Sep 01 11:39:27.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.146 INFO kablam! | Sep 01 11:39:27.146 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.146 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.146 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.146 INFO kablam! Sep 01 11:39:27.146 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.146 INFO kablam! --> src/pe32/relocs.rs:144:49 Sep 01 11:39:27.146 INFO kablam! | Sep 01 11:39:27.146 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Sep 01 11:39:27.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.146 INFO kablam! | Sep 01 11:39:27.146 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.146 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.146 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.146 INFO kablam! Sep 01 11:39:27.146 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.146 INFO kablam! --> src/pe64/exports.rs:254:50 Sep 01 11:39:27.146 INFO kablam! | Sep 01 11:39:27.147 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Sep 01 11:39:27.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.147 INFO kablam! | Sep 01 11:39:27.147 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.147 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.147 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.147 INFO kablam! Sep 01 11:39:27.147 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.147 INFO kablam! --> src/pe64/exports.rs:255:45 Sep 01 11:39:27.147 INFO kablam! | Sep 01 11:39:27.147 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 01 11:39:27.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.147 INFO kablam! | Sep 01 11:39:27.147 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.147 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.147 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.147 INFO kablam! Sep 01 11:39:27.147 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.147 INFO kablam! --> src/pe64/exports.rs:256:48 Sep 01 11:39:27.147 INFO kablam! | Sep 01 11:39:27.148 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 01 11:39:27.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.148 INFO kablam! | Sep 01 11:39:27.148 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.148 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.148 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.148 INFO kablam! Sep 01 11:39:27.148 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.148 INFO kablam! --> src/pe64/exports.rs:256:74 Sep 01 11:39:27.148 INFO kablam! | Sep 01 11:39:27.148 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 01 11:39:27.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.148 INFO kablam! | Sep 01 11:39:27.148 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.148 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.148 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.148 INFO kablam! Sep 01 11:39:27.148 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.148 INFO kablam! --> src/pe64/exports.rs:257:45 Sep 01 11:39:27.148 INFO kablam! | Sep 01 11:39:27.148 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Sep 01 11:39:27.148 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 11:39:27.149 INFO kablam! | Sep 01 11:39:27.149 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.149 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.149 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.149 INFO kablam! Sep 01 11:39:27.149 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.149 INFO kablam! --> src/pe64/exports.rs:258:45 Sep 01 11:39:27.149 INFO kablam! | Sep 01 11:39:27.149 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Sep 01 11:39:27.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.149 INFO kablam! | Sep 01 11:39:27.149 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.149 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.149 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.149 INFO kablam! Sep 01 11:39:27.149 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.149 INFO kablam! --> src/pe64/exports.rs:259:45 Sep 01 11:39:27.149 INFO kablam! | Sep 01 11:39:27.149 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Sep 01 11:39:27.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.149 INFO kablam! | Sep 01 11:39:27.149 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.149 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.149 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.149 INFO kablam! Sep 01 11:39:27.150 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.150 INFO kablam! --> src/pe64/imports.rs:170:44 Sep 01 11:39:27.150 INFO kablam! | Sep 01 11:39:27.150 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 01 11:39:27.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.150 INFO kablam! | Sep 01 11:39:27.150 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.150 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.150 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.150 INFO kablam! Sep 01 11:39:27.150 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.150 INFO kablam! --> src/pe64/imports.rs:171:49 Sep 01 11:39:27.150 INFO kablam! | Sep 01 11:39:27.150 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Sep 01 11:39:27.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.150 INFO kablam! | Sep 01 11:39:27.150 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.150 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.150 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.150 INFO kablam! Sep 01 11:39:27.150 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.150 INFO kablam! --> src/pe64/imports.rs:172:49 Sep 01 11:39:27.150 INFO kablam! | Sep 01 11:39:27.156 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Sep 01 11:39:27.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.156 INFO kablam! | Sep 01 11:39:27.156 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.156 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.156 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.156 INFO kablam! Sep 01 11:39:27.156 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.156 INFO kablam! --> src/pe64/relocs.rs:143:49 Sep 01 11:39:27.156 INFO kablam! | Sep 01 11:39:27.156 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Sep 01 11:39:27.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.156 INFO kablam! | Sep 01 11:39:27.156 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.156 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.157 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.157 INFO kablam! Sep 01 11:39:27.157 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.157 INFO kablam! --> src/pe64/relocs.rs:144:49 Sep 01 11:39:27.157 INFO kablam! | Sep 01 11:39:27.157 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Sep 01 11:39:27.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.157 INFO kablam! | Sep 01 11:39:27.157 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.157 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.157 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.157 INFO kablam! Sep 01 11:39:27.157 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.157 INFO kablam! --> src/resources.rs:266:45 Sep 01 11:39:27.157 INFO kablam! | Sep 01 11:39:27.157 INFO kablam! 266 | try!(writeln!(f, " Characteristics: {}", self.image_.Characteristics)); Sep 01 11:39:27.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.157 INFO kablam! | Sep 01 11:39:27.157 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.157 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.157 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.157 INFO kablam! Sep 01 11:39:27.157 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.157 INFO kablam! --> src/resources.rs:267:45 Sep 01 11:39:27.157 INFO kablam! | Sep 01 11:39:27.157 INFO kablam! 267 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 01 11:39:27.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.157 INFO kablam! | Sep 01 11:39:27.157 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.157 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.158 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.158 INFO kablam! Sep 01 11:39:27.158 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.158 INFO kablam! --> src/resources.rs:268:48 Sep 01 11:39:27.158 INFO kablam! | Sep 01 11:39:27.158 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 01 11:39:27.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.158 INFO kablam! | Sep 01 11:39:27.158 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.158 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.158 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.158 INFO kablam! Sep 01 11:39:27.158 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.158 INFO kablam! --> src/resources.rs:268:74 Sep 01 11:39:27.158 INFO kablam! | Sep 01 11:39:27.158 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 01 11:39:27.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.158 INFO kablam! | Sep 01 11:39:27.158 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.158 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.158 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.158 INFO kablam! Sep 01 11:39:27.158 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.158 INFO kablam! --> src/resources.rs:329:50 Sep 01 11:39:27.158 INFO kablam! | Sep 01 11:39:27.158 INFO kablam! 329 | try!(writeln!(f, " OffsetToData: {:>08X}", self.image_.OffsetToData)); Sep 01 11:39:27.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.158 INFO kablam! | Sep 01 11:39:27.158 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.158 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.158 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.159 INFO kablam! Sep 01 11:39:27.159 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.159 INFO kablam! --> src/resources.rs:330:50 Sep 01 11:39:27.159 INFO kablam! | Sep 01 11:39:27.159 INFO kablam! 330 | try!(writeln!(f, " Size: {:>08X}", self.image_.Size)); Sep 01 11:39:27.159 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 11:39:27.159 INFO kablam! | Sep 01 11:39:27.159 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.159 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.159 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.159 INFO kablam! Sep 01 11:39:27.159 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 11:39:27.159 INFO kablam! --> src/resources.rs:331:45 Sep 01 11:39:27.159 INFO kablam! | Sep 01 11:39:27.159 INFO kablam! 331 | try!(writeln!(f, " CodePage: {}", self.image_.CodePage)); Sep 01 11:39:27.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.159 INFO kablam! | Sep 01 11:39:27.159 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 11:39:27.159 INFO kablam! = note: for more information, see issue #46043 Sep 01 11:39:27.159 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 11:39:27.159 INFO kablam! Sep 01 11:39:27.638 INFO kablam! error[E0432]: unresolved import `pelite::pe` Sep 01 11:39:27.638 INFO kablam! --> examples/main.rs:11:5 Sep 01 11:39:27.638 INFO kablam! | Sep 01 11:39:27.638 INFO kablam! 11 | use pelite::pe; Sep 01 11:39:27.638 INFO kablam! | ^^^^^^^^^^ no `pe` in the root Sep 01 11:39:27.638 INFO kablam! Sep 01 11:39:27.638 INFO kablam! error[E0433]: failed to resolve. Could not find `pe` in `pelite` Sep 01 11:39:27.638 INFO kablam! --> examples/main.rs:14:13 Sep 01 11:39:27.638 INFO kablam! | Sep 01 11:39:27.638 INFO kablam! 14 | use pelite::pe::imports::PeImports; Sep 01 11:39:27.638 INFO kablam! | ^^ Could not find `pe` in `pelite` Sep 01 11:39:27.638 INFO kablam! Sep 01 11:39:27.639 INFO kablam! warning: unused import: `pelite::pe::imports::PeImports` Sep 01 11:39:27.639 INFO kablam! --> examples/main.rs:14:5 Sep 01 11:39:27.639 INFO kablam! | Sep 01 11:39:27.639 INFO kablam! 14 | use pelite::pe::imports::PeImports; Sep 01 11:39:27.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:39:27.639 INFO kablam! | Sep 01 11:39:27.639 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 11:39:27.640 INFO kablam! Sep 01 11:39:27.661 INFO kablam! error: aborting due to 2 previous errors Sep 01 11:39:27.661 INFO kablam! Sep 01 11:39:27.662 INFO kablam! Some errors occurred: E0432, E0433. Sep 01 11:39:27.662 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 11:39:27.672 INFO kablam! error: Could not compile `pelite`. Sep 01 11:39:27.673 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 11:39:27.828 INFO kablam! error[E0432]: unresolved import `pelite::pe` Sep 01 11:39:27.828 INFO kablam! --> examples/readme.rs:18:5 Sep 01 11:39:27.828 INFO kablam! | Sep 01 11:39:27.828 INFO kablam! 18 | use pelite::pe; Sep 01 11:39:27.828 INFO kablam! | ^^^^^^^^^^ no `pe` in the root Sep 01 11:39:27.828 INFO kablam! Sep 01 11:39:27.890 INFO kablam! error: aborting due to previous error Sep 01 11:39:27.890 INFO kablam! Sep 01 11:39:27.890 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 11:39:27.913 INFO kablam! error: Could not compile `pelite`. Sep 01 11:39:27.913 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 11:39:28.145 INFO kablam! error: build failed Sep 01 11:39:28.146 INFO kablam! su: No module specific data is present Sep 01 11:39:28.652 INFO running `"docker" "rm" "-f" "01dba599eb9af20c08af7ebe086cc51d67ae610e0e4f1392806109a9df6e3567"` Sep 01 11:39:28.769 INFO blam! 01dba599eb9af20c08af7ebe086cc51d67ae610e0e4f1392806109a9df6e3567