Sep 14 11:56:44.527 INFO checking pelite-0.2.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 11:56:44.527 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 11:56:44.528 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-6/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 11:56:44.653 INFO blam! 5e4c1d114b3d89628e143aeba3cc39592ccda522e91242fda7f586de80a9b85f Sep 14 11:56:44.659 INFO running `"docker" "start" "-a" "5e4c1d114b3d89628e143aeba3cc39592ccda522e91242fda7f586de80a9b85f"` Sep 14 11:56:46.191 INFO kablam! usermod: no changes Sep 14 11:56:46.228 INFO kablam! Checking pelite v0.2.0 (file:///source) Sep 14 11:56:46.884 INFO kablam! warning: type annotations needed Sep 14 11:56:46.884 INFO kablam! --> src/resources.rs:257:40 Sep 14 11:56:46.884 INFO kablam! | Sep 14 11:56:46.884 INFO kablam! 257 | let ptr = (self.image_ as *const _).offset(1) as *const ImageResourceDirectoryEntry; Sep 14 11:56:46.884 INFO kablam! | ^^^^^^ Sep 14 11:56:46.884 INFO kablam! | Sep 14 11:56:46.884 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 14 11:56:46.885 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 14 11:56:46.885 INFO kablam! = note: for more information, see issue #46906 Sep 14 11:56:46.885 INFO kablam! Sep 14 11:56:46.895 INFO kablam! warning: unused import: `std::fmt::Write` Sep 14 11:56:46.895 INFO kablam! --> src/resources.rs:7:5 Sep 14 11:56:46.895 INFO kablam! | Sep 14 11:56:46.895 INFO kablam! 7 | use std::fmt::Write; Sep 14 11:56:46.895 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 14 11:56:46.895 INFO kablam! | Sep 14 11:56:46.895 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 11:56:46.895 INFO kablam! Sep 14 11:56:46.989 INFO kablam! warning: type annotations needed Sep 14 11:56:46.989 INFO kablam! --> src/resources.rs:257:40 Sep 14 11:56:46.989 INFO kablam! | Sep 14 11:56:46.989 INFO kablam! 257 | let ptr = (self.image_ as *const _).offset(1) as *const ImageResourceDirectoryEntry; Sep 14 11:56:46.989 INFO kablam! | ^^^^^^ Sep 14 11:56:46.989 INFO kablam! | Sep 14 11:56:46.989 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 14 11:56:46.989 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 14 11:56:46.989 INFO kablam! = note: for more information, see issue #46906 Sep 14 11:56:46.989 INFO kablam! Sep 14 11:56:47.001 INFO kablam! warning: unused import: `std::fmt::Write` Sep 14 11:56:47.001 INFO kablam! --> src/resources.rs:7:5 Sep 14 11:56:47.001 INFO kablam! | Sep 14 11:56:47.001 INFO kablam! 7 | use std::fmt::Write; Sep 14 11:56:47.001 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 14 11:56:47.001 INFO kablam! | Sep 14 11:56:47.001 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 11:56:47.001 INFO kablam! Sep 14 11:56:47.106 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.106 INFO kablam! --> src/image.rs:34:10 Sep 14 11:56:47.106 INFO kablam! | Sep 14 11:56:47.106 INFO kablam! 34 | #[derive(Debug)] Sep 14 11:56:47.106 INFO kablam! | ^^^^^ Sep 14 11:56:47.106 INFO kablam! | Sep 14 11:56:47.106 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 14 11:56:47.107 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.107 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.107 INFO kablam! Sep 14 11:56:47.107 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.107 INFO kablam! --> src/image.rs:80:10 Sep 14 11:56:47.107 INFO kablam! | Sep 14 11:56:47.107 INFO kablam! 80 | #[derive(Debug)] Sep 14 11:56:47.107 INFO kablam! | ^^^^^ Sep 14 11:56:47.107 INFO kablam! | Sep 14 11:56:47.107 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.107 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.107 INFO kablam! Sep 14 11:56:47.107 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.107 INFO kablam! --> src/image.rs:94:10 Sep 14 11:56:47.107 INFO kablam! | Sep 14 11:56:47.107 INFO kablam! 94 | #[derive(Debug)] Sep 14 11:56:47.107 INFO kablam! | ^^^^^ Sep 14 11:56:47.107 INFO kablam! | Sep 14 11:56:47.107 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.107 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.107 INFO kablam! Sep 14 11:56:47.109 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.109 INFO kablam! --> src/image.rs:148:10 Sep 14 11:56:47.109 INFO kablam! | Sep 14 11:56:47.109 INFO kablam! 148 | #[derive(Debug)] Sep 14 11:56:47.109 INFO kablam! | ^^^^^ Sep 14 11:56:47.109 INFO kablam! | Sep 14 11:56:47.109 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.109 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.109 INFO kablam! Sep 14 11:56:47.109 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.109 INFO kablam! --> src/image.rs:184:10 Sep 14 11:56:47.109 INFO kablam! | Sep 14 11:56:47.109 INFO kablam! 184 | #[derive(Debug)] Sep 14 11:56:47.109 INFO kablam! | ^^^^^ Sep 14 11:56:47.109 INFO kablam! | Sep 14 11:56:47.109 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.109 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.109 INFO kablam! Sep 14 11:56:47.109 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.110 INFO kablam! --> src/image.rs:223:10 Sep 14 11:56:47.110 INFO kablam! | Sep 14 11:56:47.110 INFO kablam! 223 | #[derive(Debug)] Sep 14 11:56:47.110 INFO kablam! | ^^^^^ Sep 14 11:56:47.110 INFO kablam! | Sep 14 11:56:47.110 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.110 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.110 INFO kablam! Sep 14 11:56:47.110 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.110 INFO kablam! --> src/image.rs:231:10 Sep 14 11:56:47.110 INFO kablam! | Sep 14 11:56:47.110 INFO kablam! 231 | #[derive(Debug)] Sep 14 11:56:47.110 INFO kablam! | ^^^^^ Sep 14 11:56:47.110 INFO kablam! | Sep 14 11:56:47.110 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.110 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.110 INFO kablam! Sep 14 11:56:47.110 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.110 INFO kablam! --> src/image.rs:279:10 Sep 14 11:56:47.110 INFO kablam! | Sep 14 11:56:47.110 INFO kablam! 279 | #[derive(Debug)] Sep 14 11:56:47.110 INFO kablam! | ^^^^^ Sep 14 11:56:47.110 INFO kablam! | Sep 14 11:56:47.110 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.110 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.110 INFO kablam! Sep 14 11:56:47.110 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.110 INFO kablam! --> src/image.rs:296:10 Sep 14 11:56:47.110 INFO kablam! | Sep 14 11:56:47.110 INFO kablam! 296 | #[derive(Debug)] Sep 14 11:56:47.110 INFO kablam! | ^^^^^ Sep 14 11:56:47.110 INFO kablam! | Sep 14 11:56:47.110 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.110 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.110 INFO kablam! Sep 14 11:56:47.110 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.110 INFO kablam! --> src/image.rs:314:10 Sep 14 11:56:47.110 INFO kablam! | Sep 14 11:56:47.110 INFO kablam! 314 | #[derive(Debug)] Sep 14 11:56:47.110 INFO kablam! | ^^^^^ Sep 14 11:56:47.110 INFO kablam! | Sep 14 11:56:47.110 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.110 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.110 INFO kablam! Sep 14 11:56:47.110 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.110 INFO kablam! --> src/image.rs:359:10 Sep 14 11:56:47.110 INFO kablam! | Sep 14 11:56:47.110 INFO kablam! 359 | #[derive(Debug)] Sep 14 11:56:47.110 INFO kablam! | ^^^^^ Sep 14 11:56:47.110 INFO kablam! | Sep 14 11:56:47.110 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.110 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.110 INFO kablam! Sep 14 11:56:47.110 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.110 INFO kablam! --> src/image.rs:370:10 Sep 14 11:56:47.111 INFO kablam! | Sep 14 11:56:47.111 INFO kablam! 370 | #[derive(Debug)] Sep 14 11:56:47.111 INFO kablam! | ^^^^^ Sep 14 11:56:47.111 INFO kablam! | Sep 14 11:56:47.111 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.111 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.111 INFO kablam! Sep 14 11:56:47.111 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.111 INFO kablam! --> src/image.rs:380:10 Sep 14 11:56:47.111 INFO kablam! | Sep 14 11:56:47.111 INFO kablam! 380 | #[derive(Debug)] Sep 14 11:56:47.111 INFO kablam! | ^^^^^ Sep 14 11:56:47.111 INFO kablam! | Sep 14 11:56:47.111 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.111 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.111 INFO kablam! Sep 14 11:56:47.111 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.111 INFO kablam! --> src/image.rs:401:10 Sep 14 11:56:47.111 INFO kablam! | Sep 14 11:56:47.111 INFO kablam! 401 | #[derive(Debug)] Sep 14 11:56:47.111 INFO kablam! | ^^^^^ Sep 14 11:56:47.111 INFO kablam! | Sep 14 11:56:47.111 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.111 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.111 INFO kablam! Sep 14 11:56:47.111 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.111 INFO kablam! --> src/image.rs:408:10 Sep 14 11:56:47.111 INFO kablam! | Sep 14 11:56:47.111 INFO kablam! 408 | #[derive(Debug)] Sep 14 11:56:47.111 INFO kablam! | ^^^^^ Sep 14 11:56:47.111 INFO kablam! | Sep 14 11:56:47.113 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.113 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.113 INFO kablam! Sep 14 11:56:47.113 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.113 INFO kablam! --> src/pe32/exports.rs:254:50 Sep 14 11:56:47.113 INFO kablam! | Sep 14 11:56:47.113 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Sep 14 11:56:47.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.113 INFO kablam! | Sep 14 11:56:47.113 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.113 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.114 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.114 INFO kablam! Sep 14 11:56:47.114 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.114 INFO kablam! --> src/pe32/exports.rs:255:45 Sep 14 11:56:47.114 INFO kablam! | Sep 14 11:56:47.114 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 14 11:56:47.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.114 INFO kablam! | Sep 14 11:56:47.114 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.114 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.114 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.114 INFO kablam! Sep 14 11:56:47.114 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.114 INFO kablam! --> src/pe32/exports.rs:256:48 Sep 14 11:56:47.114 INFO kablam! | Sep 14 11:56:47.114 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 14 11:56:47.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.114 INFO kablam! | Sep 14 11:56:47.114 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.114 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.114 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.114 INFO kablam! Sep 14 11:56:47.114 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.114 INFO kablam! --> src/pe32/exports.rs:256:74 Sep 14 11:56:47.115 INFO kablam! | Sep 14 11:56:47.115 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 14 11:56:47.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.115 INFO kablam! | Sep 14 11:56:47.115 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.115 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.115 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.115 INFO kablam! Sep 14 11:56:47.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.115 INFO kablam! --> src/pe32/exports.rs:257:45 Sep 14 11:56:47.115 INFO kablam! | Sep 14 11:56:47.115 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Sep 14 11:56:47.115 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 14 11:56:47.115 INFO kablam! | Sep 14 11:56:47.115 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.115 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.115 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.115 INFO kablam! Sep 14 11:56:47.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.115 INFO kablam! --> src/pe32/exports.rs:258:45 Sep 14 11:56:47.115 INFO kablam! | Sep 14 11:56:47.115 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Sep 14 11:56:47.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.115 INFO kablam! | Sep 14 11:56:47.115 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.115 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.115 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.115 INFO kablam! Sep 14 11:56:47.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.116 INFO kablam! --> src/pe32/exports.rs:259:45 Sep 14 11:56:47.116 INFO kablam! | Sep 14 11:56:47.116 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Sep 14 11:56:47.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.116 INFO kablam! | Sep 14 11:56:47.116 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.116 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.116 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.116 INFO kablam! Sep 14 11:56:47.116 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.116 INFO kablam! --> src/pe32/imports.rs:170:44 Sep 14 11:56:47.116 INFO kablam! | Sep 14 11:56:47.116 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 14 11:56:47.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.116 INFO kablam! | Sep 14 11:56:47.116 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.116 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.116 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.116 INFO kablam! Sep 14 11:56:47.116 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.116 INFO kablam! --> src/pe32/imports.rs:171:49 Sep 14 11:56:47.116 INFO kablam! | Sep 14 11:56:47.116 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Sep 14 11:56:47.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.116 INFO kablam! | Sep 14 11:56:47.116 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.116 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.117 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.117 INFO kablam! Sep 14 11:56:47.117 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.117 INFO kablam! --> src/pe32/imports.rs:172:49 Sep 14 11:56:47.117 INFO kablam! | Sep 14 11:56:47.117 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Sep 14 11:56:47.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.117 INFO kablam! | Sep 14 11:56:47.117 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.117 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.117 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.117 INFO kablam! Sep 14 11:56:47.117 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.117 INFO kablam! --> src/pe32/relocs.rs:143:49 Sep 14 11:56:47.117 INFO kablam! | Sep 14 11:56:47.117 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Sep 14 11:56:47.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.117 INFO kablam! | Sep 14 11:56:47.117 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.117 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.117 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.117 INFO kablam! Sep 14 11:56:47.117 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.117 INFO kablam! --> src/pe32/relocs.rs:144:49 Sep 14 11:56:47.117 INFO kablam! | Sep 14 11:56:47.117 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Sep 14 11:56:47.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.117 INFO kablam! | Sep 14 11:56:47.117 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.117 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.118 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.118 INFO kablam! Sep 14 11:56:47.118 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.118 INFO kablam! --> src/pe64/exports.rs:254:50 Sep 14 11:56:47.118 INFO kablam! | Sep 14 11:56:47.118 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Sep 14 11:56:47.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.118 INFO kablam! | Sep 14 11:56:47.118 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.118 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.118 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.118 INFO kablam! Sep 14 11:56:47.118 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.118 INFO kablam! --> src/pe64/exports.rs:255:45 Sep 14 11:56:47.118 INFO kablam! | Sep 14 11:56:47.118 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 14 11:56:47.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.118 INFO kablam! | Sep 14 11:56:47.118 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.118 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.118 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.118 INFO kablam! Sep 14 11:56:47.118 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.118 INFO kablam! --> src/pe64/exports.rs:256:48 Sep 14 11:56:47.118 INFO kablam! | Sep 14 11:56:47.118 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 14 11:56:47.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.118 INFO kablam! | Sep 14 11:56:47.119 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.119 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.119 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.119 INFO kablam! Sep 14 11:56:47.119 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.119 INFO kablam! --> src/pe64/exports.rs:256:74 Sep 14 11:56:47.119 INFO kablam! | Sep 14 11:56:47.119 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 14 11:56:47.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.119 INFO kablam! | Sep 14 11:56:47.119 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.119 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.119 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.119 INFO kablam! Sep 14 11:56:47.119 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.119 INFO kablam! --> src/pe64/exports.rs:257:45 Sep 14 11:56:47.119 INFO kablam! | Sep 14 11:56:47.119 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Sep 14 11:56:47.120 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 14 11:56:47.120 INFO kablam! | Sep 14 11:56:47.120 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.120 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.120 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.120 INFO kablam! Sep 14 11:56:47.120 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.120 INFO kablam! --> src/pe64/exports.rs:258:45 Sep 14 11:56:47.120 INFO kablam! | Sep 14 11:56:47.120 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Sep 14 11:56:47.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.120 INFO kablam! | Sep 14 11:56:47.120 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.120 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.120 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.120 INFO kablam! Sep 14 11:56:47.120 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.120 INFO kablam! --> src/pe64/exports.rs:259:45 Sep 14 11:56:47.120 INFO kablam! | Sep 14 11:56:47.120 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Sep 14 11:56:47.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.120 INFO kablam! | Sep 14 11:56:47.120 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.120 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.120 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.120 INFO kablam! Sep 14 11:56:47.120 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.120 INFO kablam! --> src/pe64/imports.rs:170:44 Sep 14 11:56:47.120 INFO kablam! | Sep 14 11:56:47.120 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 14 11:56:47.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.120 INFO kablam! | Sep 14 11:56:47.120 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.120 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.120 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.120 INFO kablam! Sep 14 11:56:47.120 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.120 INFO kablam! --> src/pe64/imports.rs:171:49 Sep 14 11:56:47.120 INFO kablam! | Sep 14 11:56:47.120 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Sep 14 11:56:47.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.120 INFO kablam! | Sep 14 11:56:47.120 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.120 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.120 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.120 INFO kablam! Sep 14 11:56:47.120 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.120 INFO kablam! --> src/pe64/imports.rs:172:49 Sep 14 11:56:47.120 INFO kablam! | Sep 14 11:56:47.120 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Sep 14 11:56:47.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.120 INFO kablam! | Sep 14 11:56:47.120 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.120 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.120 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.120 INFO kablam! Sep 14 11:56:47.120 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.120 INFO kablam! --> src/pe64/relocs.rs:143:49 Sep 14 11:56:47.120 INFO kablam! | Sep 14 11:56:47.120 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Sep 14 11:56:47.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.120 INFO kablam! | Sep 14 11:56:47.121 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.121 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.121 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.121 INFO kablam! Sep 14 11:56:47.121 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.121 INFO kablam! --> src/pe64/relocs.rs:144:49 Sep 14 11:56:47.121 INFO kablam! | Sep 14 11:56:47.121 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Sep 14 11:56:47.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.121 INFO kablam! | Sep 14 11:56:47.121 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.121 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.121 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.121 INFO kablam! Sep 14 11:56:47.121 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.121 INFO kablam! --> src/resources.rs:266:45 Sep 14 11:56:47.121 INFO kablam! | Sep 14 11:56:47.121 INFO kablam! 266 | try!(writeln!(f, " Characteristics: {}", self.image_.Characteristics)); Sep 14 11:56:47.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.121 INFO kablam! | Sep 14 11:56:47.121 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.121 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.121 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.121 INFO kablam! Sep 14 11:56:47.121 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.121 INFO kablam! --> src/resources.rs:267:45 Sep 14 11:56:47.121 INFO kablam! | Sep 14 11:56:47.121 INFO kablam! 267 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 14 11:56:47.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.121 INFO kablam! | Sep 14 11:56:47.121 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.121 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.121 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.121 INFO kablam! Sep 14 11:56:47.121 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.121 INFO kablam! --> src/resources.rs:268:48 Sep 14 11:56:47.121 INFO kablam! | Sep 14 11:56:47.121 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 14 11:56:47.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.122 INFO kablam! | Sep 14 11:56:47.122 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.122 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.122 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.122 INFO kablam! Sep 14 11:56:47.122 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.122 INFO kablam! --> src/resources.rs:268:74 Sep 14 11:56:47.122 INFO kablam! | Sep 14 11:56:47.122 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 14 11:56:47.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.122 INFO kablam! | Sep 14 11:56:47.122 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.123 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.123 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.123 INFO kablam! Sep 14 11:56:47.123 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.123 INFO kablam! --> src/resources.rs:329:50 Sep 14 11:56:47.123 INFO kablam! | Sep 14 11:56:47.123 INFO kablam! 329 | try!(writeln!(f, " OffsetToData: {:>08X}", self.image_.OffsetToData)); Sep 14 11:56:47.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.123 INFO kablam! | Sep 14 11:56:47.123 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.123 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.123 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.123 INFO kablam! Sep 14 11:56:47.123 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.123 INFO kablam! --> src/resources.rs:330:50 Sep 14 11:56:47.123 INFO kablam! | Sep 14 11:56:47.123 INFO kablam! 330 | try!(writeln!(f, " Size: {:>08X}", self.image_.Size)); Sep 14 11:56:47.123 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 14 11:56:47.123 INFO kablam! | Sep 14 11:56:47.123 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.123 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.123 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.123 INFO kablam! Sep 14 11:56:47.123 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.123 INFO kablam! --> src/resources.rs:331:45 Sep 14 11:56:47.123 INFO kablam! | Sep 14 11:56:47.123 INFO kablam! 331 | try!(writeln!(f, " CodePage: {}", self.image_.CodePage)); Sep 14 11:56:47.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.123 INFO kablam! | Sep 14 11:56:47.123 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.123 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.123 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.123 INFO kablam! Sep 14 11:56:47.238 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.239 INFO kablam! --> src/image.rs:34:10 Sep 14 11:56:47.239 INFO kablam! | Sep 14 11:56:47.239 INFO kablam! 34 | #[derive(Debug)] Sep 14 11:56:47.239 INFO kablam! | ^^^^^ Sep 14 11:56:47.239 INFO kablam! | Sep 14 11:56:47.239 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 14 11:56:47.239 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.239 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.239 INFO kablam! Sep 14 11:56:47.239 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.239 INFO kablam! --> src/image.rs:80:10 Sep 14 11:56:47.239 INFO kablam! | Sep 14 11:56:47.239 INFO kablam! 80 | #[derive(Debug)] Sep 14 11:56:47.239 INFO kablam! | ^^^^^ Sep 14 11:56:47.239 INFO kablam! | Sep 14 11:56:47.239 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.239 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.239 INFO kablam! Sep 14 11:56:47.239 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.239 INFO kablam! --> src/image.rs:94:10 Sep 14 11:56:47.239 INFO kablam! | Sep 14 11:56:47.239 INFO kablam! 94 | #[derive(Debug)] Sep 14 11:56:47.239 INFO kablam! | ^^^^^ Sep 14 11:56:47.239 INFO kablam! | Sep 14 11:56:47.239 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.239 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.239 INFO kablam! Sep 14 11:56:47.239 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.239 INFO kablam! --> src/image.rs:148:10 Sep 14 11:56:47.239 INFO kablam! | Sep 14 11:56:47.239 INFO kablam! 148 | #[derive(Debug)] Sep 14 11:56:47.239 INFO kablam! | ^^^^^ Sep 14 11:56:47.239 INFO kablam! | Sep 14 11:56:47.239 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.239 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.239 INFO kablam! Sep 14 11:56:47.239 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.239 INFO kablam! --> src/image.rs:184:10 Sep 14 11:56:47.239 INFO kablam! | Sep 14 11:56:47.239 INFO kablam! 184 | #[derive(Debug)] Sep 14 11:56:47.239 INFO kablam! | ^^^^^ Sep 14 11:56:47.239 INFO kablam! | Sep 14 11:56:47.239 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.239 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.239 INFO kablam! Sep 14 11:56:47.239 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.239 INFO kablam! --> src/image.rs:223:10 Sep 14 11:56:47.239 INFO kablam! | Sep 14 11:56:47.239 INFO kablam! 223 | #[derive(Debug)] Sep 14 11:56:47.239 INFO kablam! | ^^^^^ Sep 14 11:56:47.239 INFO kablam! | Sep 14 11:56:47.239 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.239 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.239 INFO kablam! Sep 14 11:56:47.239 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.239 INFO kablam! --> src/image.rs:231:10 Sep 14 11:56:47.239 INFO kablam! | Sep 14 11:56:47.239 INFO kablam! 231 | #[derive(Debug)] Sep 14 11:56:47.239 INFO kablam! | ^^^^^ Sep 14 11:56:47.239 INFO kablam! | Sep 14 11:56:47.239 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.239 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.239 INFO kablam! Sep 14 11:56:47.239 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.239 INFO kablam! --> src/image.rs:279:10 Sep 14 11:56:47.239 INFO kablam! | Sep 14 11:56:47.239 INFO kablam! 279 | #[derive(Debug)] Sep 14 11:56:47.239 INFO kablam! | ^^^^^ Sep 14 11:56:47.240 INFO kablam! | Sep 14 11:56:47.240 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.240 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.240 INFO kablam! Sep 14 11:56:47.240 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.240 INFO kablam! --> src/image.rs:296:10 Sep 14 11:56:47.240 INFO kablam! | Sep 14 11:56:47.240 INFO kablam! 296 | #[derive(Debug)] Sep 14 11:56:47.240 INFO kablam! | ^^^^^ Sep 14 11:56:47.240 INFO kablam! | Sep 14 11:56:47.240 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.240 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.240 INFO kablam! Sep 14 11:56:47.240 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.240 INFO kablam! --> src/image.rs:314:10 Sep 14 11:56:47.240 INFO kablam! | Sep 14 11:56:47.240 INFO kablam! 314 | #[derive(Debug)] Sep 14 11:56:47.240 INFO kablam! | ^^^^^ Sep 14 11:56:47.240 INFO kablam! | Sep 14 11:56:47.240 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.240 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.240 INFO kablam! Sep 14 11:56:47.240 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.240 INFO kablam! --> src/image.rs:359:10 Sep 14 11:56:47.240 INFO kablam! | Sep 14 11:56:47.240 INFO kablam! 359 | #[derive(Debug)] Sep 14 11:56:47.240 INFO kablam! | ^^^^^ Sep 14 11:56:47.240 INFO kablam! | Sep 14 11:56:47.240 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.240 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.240 INFO kablam! Sep 14 11:56:47.240 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.240 INFO kablam! --> src/image.rs:370:10 Sep 14 11:56:47.240 INFO kablam! | Sep 14 11:56:47.240 INFO kablam! 370 | #[derive(Debug)] Sep 14 11:56:47.240 INFO kablam! | ^^^^^ Sep 14 11:56:47.240 INFO kablam! | Sep 14 11:56:47.240 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.240 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.240 INFO kablam! Sep 14 11:56:47.240 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.240 INFO kablam! --> src/image.rs:380:10 Sep 14 11:56:47.240 INFO kablam! | Sep 14 11:56:47.240 INFO kablam! 380 | #[derive(Debug)] Sep 14 11:56:47.240 INFO kablam! | ^^^^^ Sep 14 11:56:47.240 INFO kablam! | Sep 14 11:56:47.240 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.240 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.240 INFO kablam! Sep 14 11:56:47.240 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.240 INFO kablam! --> src/image.rs:401:10 Sep 14 11:56:47.240 INFO kablam! | Sep 14 11:56:47.240 INFO kablam! 401 | #[derive(Debug)] Sep 14 11:56:47.240 INFO kablam! | ^^^^^ Sep 14 11:56:47.240 INFO kablam! | Sep 14 11:56:47.240 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.240 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.240 INFO kablam! Sep 14 11:56:47.240 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 14 11:56:47.240 INFO kablam! --> src/image.rs:408:10 Sep 14 11:56:47.240 INFO kablam! | Sep 14 11:56:47.240 INFO kablam! 408 | #[derive(Debug)] Sep 14 11:56:47.240 INFO kablam! | ^^^^^ Sep 14 11:56:47.240 INFO kablam! | Sep 14 11:56:47.240 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.243 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.243 INFO kablam! Sep 14 11:56:47.243 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.243 INFO kablam! --> src/pe32/exports.rs:254:50 Sep 14 11:56:47.243 INFO kablam! | Sep 14 11:56:47.243 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Sep 14 11:56:47.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.243 INFO kablam! | Sep 14 11:56:47.243 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.243 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.244 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.244 INFO kablam! Sep 14 11:56:47.244 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.244 INFO kablam! --> src/pe32/exports.rs:255:45 Sep 14 11:56:47.244 INFO kablam! | Sep 14 11:56:47.244 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 14 11:56:47.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.244 INFO kablam! | Sep 14 11:56:47.244 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.244 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.244 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.244 INFO kablam! Sep 14 11:56:47.244 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.244 INFO kablam! --> src/pe32/exports.rs:256:48 Sep 14 11:56:47.244 INFO kablam! | Sep 14 11:56:47.244 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 14 11:56:47.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.244 INFO kablam! | Sep 14 11:56:47.244 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.244 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.244 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.245 INFO kablam! Sep 14 11:56:47.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.245 INFO kablam! --> src/pe32/exports.rs:256:74 Sep 14 11:56:47.245 INFO kablam! | Sep 14 11:56:47.245 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 14 11:56:47.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.245 INFO kablam! | Sep 14 11:56:47.245 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.245 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.245 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.245 INFO kablam! Sep 14 11:56:47.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.245 INFO kablam! --> src/pe32/exports.rs:257:45 Sep 14 11:56:47.245 INFO kablam! | Sep 14 11:56:47.245 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Sep 14 11:56:47.245 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 14 11:56:47.245 INFO kablam! | Sep 14 11:56:47.245 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.245 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.245 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.245 INFO kablam! Sep 14 11:56:47.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.245 INFO kablam! --> src/pe32/exports.rs:258:45 Sep 14 11:56:47.246 INFO kablam! | Sep 14 11:56:47.246 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Sep 14 11:56:47.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.246 INFO kablam! | Sep 14 11:56:47.246 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.246 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.246 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.246 INFO kablam! Sep 14 11:56:47.246 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.246 INFO kablam! --> src/pe32/exports.rs:259:45 Sep 14 11:56:47.246 INFO kablam! | Sep 14 11:56:47.246 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Sep 14 11:56:47.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.246 INFO kablam! | Sep 14 11:56:47.246 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.247 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.247 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.247 INFO kablam! Sep 14 11:56:47.247 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.247 INFO kablam! --> src/pe32/imports.rs:170:44 Sep 14 11:56:47.247 INFO kablam! | Sep 14 11:56:47.247 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 14 11:56:47.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.247 INFO kablam! | Sep 14 11:56:47.247 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.247 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.247 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.247 INFO kablam! Sep 14 11:56:47.247 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.247 INFO kablam! --> src/pe32/imports.rs:171:49 Sep 14 11:56:47.247 INFO kablam! | Sep 14 11:56:47.247 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Sep 14 11:56:47.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.247 INFO kablam! | Sep 14 11:56:47.247 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.247 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.247 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.247 INFO kablam! Sep 14 11:56:47.247 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.247 INFO kablam! --> src/pe32/imports.rs:172:49 Sep 14 11:56:47.248 INFO kablam! | Sep 14 11:56:47.248 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Sep 14 11:56:47.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.248 INFO kablam! | Sep 14 11:56:47.248 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.248 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.248 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.248 INFO kablam! Sep 14 11:56:47.249 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.249 INFO kablam! --> src/pe32/relocs.rs:143:49 Sep 14 11:56:47.249 INFO kablam! | Sep 14 11:56:47.249 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Sep 14 11:56:47.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.249 INFO kablam! | Sep 14 11:56:47.249 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.249 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.249 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.249 INFO kablam! Sep 14 11:56:47.249 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.249 INFO kablam! --> src/pe32/relocs.rs:144:49 Sep 14 11:56:47.249 INFO kablam! | Sep 14 11:56:47.249 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Sep 14 11:56:47.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.249 INFO kablam! | Sep 14 11:56:47.249 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.249 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.249 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.249 INFO kablam! Sep 14 11:56:47.249 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.249 INFO kablam! --> src/pe64/exports.rs:254:50 Sep 14 11:56:47.249 INFO kablam! | Sep 14 11:56:47.249 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Sep 14 11:56:47.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.249 INFO kablam! | Sep 14 11:56:47.249 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.249 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.249 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.249 INFO kablam! Sep 14 11:56:47.250 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.250 INFO kablam! --> src/pe64/exports.rs:255:45 Sep 14 11:56:47.250 INFO kablam! | Sep 14 11:56:47.250 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 14 11:56:47.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.250 INFO kablam! | Sep 14 11:56:47.250 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.250 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.250 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.250 INFO kablam! Sep 14 11:56:47.250 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.250 INFO kablam! --> src/pe64/exports.rs:256:48 Sep 14 11:56:47.250 INFO kablam! | Sep 14 11:56:47.250 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 14 11:56:47.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.250 INFO kablam! | Sep 14 11:56:47.250 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.250 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.250 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.251 INFO kablam! Sep 14 11:56:47.251 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.251 INFO kablam! --> src/pe64/exports.rs:256:74 Sep 14 11:56:47.251 INFO kablam! | Sep 14 11:56:47.251 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 14 11:56:47.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.251 INFO kablam! | Sep 14 11:56:47.251 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.251 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.251 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.251 INFO kablam! Sep 14 11:56:47.251 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.251 INFO kablam! --> src/pe64/exports.rs:257:45 Sep 14 11:56:47.251 INFO kablam! | Sep 14 11:56:47.251 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Sep 14 11:56:47.251 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 14 11:56:47.251 INFO kablam! | Sep 14 11:56:47.251 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.251 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.251 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.251 INFO kablam! Sep 14 11:56:47.251 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.251 INFO kablam! --> src/pe64/exports.rs:258:45 Sep 14 11:56:47.251 INFO kablam! | Sep 14 11:56:47.251 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Sep 14 11:56:47.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.251 INFO kablam! | Sep 14 11:56:47.251 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.251 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.251 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.251 INFO kablam! Sep 14 11:56:47.251 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.251 INFO kablam! --> src/pe64/exports.rs:259:45 Sep 14 11:56:47.251 INFO kablam! | Sep 14 11:56:47.251 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Sep 14 11:56:47.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.252 INFO kablam! | Sep 14 11:56:47.253 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.253 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.253 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.253 INFO kablam! Sep 14 11:56:47.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.253 INFO kablam! --> src/pe64/imports.rs:170:44 Sep 14 11:56:47.253 INFO kablam! | Sep 14 11:56:47.253 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 14 11:56:47.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.253 INFO kablam! | Sep 14 11:56:47.253 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.253 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.253 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.253 INFO kablam! Sep 14 11:56:47.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.253 INFO kablam! --> src/pe64/imports.rs:171:49 Sep 14 11:56:47.253 INFO kablam! | Sep 14 11:56:47.253 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Sep 14 11:56:47.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.253 INFO kablam! | Sep 14 11:56:47.253 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.253 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.253 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.253 INFO kablam! Sep 14 11:56:47.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.253 INFO kablam! --> src/pe64/imports.rs:172:49 Sep 14 11:56:47.253 INFO kablam! | Sep 14 11:56:47.253 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Sep 14 11:56:47.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.253 INFO kablam! | Sep 14 11:56:47.253 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.253 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.253 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.253 INFO kablam! Sep 14 11:56:47.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.253 INFO kablam! --> src/pe64/relocs.rs:143:49 Sep 14 11:56:47.253 INFO kablam! | Sep 14 11:56:47.253 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Sep 14 11:56:47.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.253 INFO kablam! | Sep 14 11:56:47.253 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.253 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.253 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.253 INFO kablam! Sep 14 11:56:47.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.253 INFO kablam! --> src/pe64/relocs.rs:144:49 Sep 14 11:56:47.253 INFO kablam! | Sep 14 11:56:47.253 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Sep 14 11:56:47.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.253 INFO kablam! | Sep 14 11:56:47.253 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.253 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.253 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.253 INFO kablam! Sep 14 11:56:47.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.254 INFO kablam! --> src/resources.rs:266:45 Sep 14 11:56:47.254 INFO kablam! | Sep 14 11:56:47.254 INFO kablam! 266 | try!(writeln!(f, " Characteristics: {}", self.image_.Characteristics)); Sep 14 11:56:47.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.254 INFO kablam! | Sep 14 11:56:47.254 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.254 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.254 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.254 INFO kablam! Sep 14 11:56:47.254 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.254 INFO kablam! --> src/resources.rs:267:45 Sep 14 11:56:47.254 INFO kablam! | Sep 14 11:56:47.254 INFO kablam! 267 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 14 11:56:47.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.254 INFO kablam! | Sep 14 11:56:47.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.255 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.255 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.255 INFO kablam! Sep 14 11:56:47.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.255 INFO kablam! --> src/resources.rs:268:48 Sep 14 11:56:47.255 INFO kablam! | Sep 14 11:56:47.255 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 14 11:56:47.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.255 INFO kablam! | Sep 14 11:56:47.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.255 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.255 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.255 INFO kablam! Sep 14 11:56:47.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.255 INFO kablam! --> src/resources.rs:268:74 Sep 14 11:56:47.255 INFO kablam! | Sep 14 11:56:47.255 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 14 11:56:47.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.255 INFO kablam! | Sep 14 11:56:47.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.255 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.255 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.255 INFO kablam! Sep 14 11:56:47.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.255 INFO kablam! --> src/resources.rs:329:50 Sep 14 11:56:47.255 INFO kablam! | Sep 14 11:56:47.255 INFO kablam! 329 | try!(writeln!(f, " OffsetToData: {:>08X}", self.image_.OffsetToData)); Sep 14 11:56:47.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.255 INFO kablam! | Sep 14 11:56:47.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.255 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.255 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.255 INFO kablam! Sep 14 11:56:47.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.255 INFO kablam! --> src/resources.rs:330:50 Sep 14 11:56:47.255 INFO kablam! | Sep 14 11:56:47.256 INFO kablam! 330 | try!(writeln!(f, " Size: {:>08X}", self.image_.Size)); Sep 14 11:56:47.256 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 14 11:56:47.256 INFO kablam! | Sep 14 11:56:47.256 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.256 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.256 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.256 INFO kablam! Sep 14 11:56:47.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 11:56:47.256 INFO kablam! --> src/resources.rs:331:45 Sep 14 11:56:47.256 INFO kablam! | Sep 14 11:56:47.256 INFO kablam! 331 | try!(writeln!(f, " CodePage: {}", self.image_.CodePage)); Sep 14 11:56:47.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.256 INFO kablam! | Sep 14 11:56:47.256 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 11:56:47.256 INFO kablam! = note: for more information, see issue #46043 Sep 14 11:56:47.256 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 14 11:56:47.256 INFO kablam! Sep 14 11:56:47.474 INFO kablam! error[E0432]: unresolved import `pelite::pe` Sep 14 11:56:47.474 INFO kablam! --> examples/readme.rs:18:5 Sep 14 11:56:47.474 INFO kablam! | Sep 14 11:56:47.474 INFO kablam! 18 | use pelite::pe; Sep 14 11:56:47.474 INFO kablam! | ^^^^^^^^^^ no `pe` in the root Sep 14 11:56:47.474 INFO kablam! Sep 14 11:56:47.503 INFO kablam! error: aborting due to previous error Sep 14 11:56:47.503 INFO kablam! Sep 14 11:56:47.503 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 14 11:56:47.504 INFO kablam! error: Could not compile `pelite`. Sep 14 11:56:47.504 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:56:47.511 INFO kablam! error[E0433]: failed to resolve. Could not find `pe` in `pelite` Sep 14 11:56:47.511 INFO kablam! --> examples/main.rs:14:13 Sep 14 11:56:47.511 INFO kablam! | Sep 14 11:56:47.511 INFO kablam! 14 | use pelite::pe::imports::PeImports; Sep 14 11:56:47.511 INFO kablam! | ^^ Could not find `pe` in `pelite` Sep 14 11:56:47.511 INFO kablam! Sep 14 11:56:47.511 INFO kablam! error[E0432]: unresolved import `pelite::pe` Sep 14 11:56:47.511 INFO kablam! --> examples/main.rs:11:5 Sep 14 11:56:47.511 INFO kablam! | Sep 14 11:56:47.511 INFO kablam! 11 | use pelite::pe; Sep 14 11:56:47.511 INFO kablam! | ^^^^^^^^^^ no `pe` in the root Sep 14 11:56:47.511 INFO kablam! Sep 14 11:56:47.511 INFO kablam! warning: unused import: `pelite::pe::imports::PeImports` Sep 14 11:56:47.511 INFO kablam! --> examples/main.rs:14:5 Sep 14 11:56:47.511 INFO kablam! | Sep 14 11:56:47.511 INFO kablam! 14 | use pelite::pe::imports::PeImports; Sep 14 11:56:47.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:56:47.511 INFO kablam! | Sep 14 11:56:47.511 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 11:56:47.511 INFO kablam! Sep 14 11:56:47.519 INFO kablam! error: aborting due to 2 previous errors Sep 14 11:56:47.519 INFO kablam! Sep 14 11:56:47.519 INFO kablam! Some errors occurred: E0432, E0433. Sep 14 11:56:47.519 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 11:56:47.521 INFO kablam! error: Could not compile `pelite`. Sep 14 11:56:47.521 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:56:47.587 INFO kablam! error: build failed Sep 14 11:56:47.587 INFO kablam! su: No module specific data is present Sep 14 11:56:48.223 INFO running `"docker" "rm" "-f" "5e4c1d114b3d89628e143aeba3cc39592ccda522e91242fda7f586de80a9b85f"` Sep 14 11:56:48.463 INFO blam! 5e4c1d114b3d89628e143aeba3cc39592ccda522e91242fda7f586de80a9b85f