Sep 04 08:28:11.428 INFO checking pelite-0.2.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 08:28:11.428 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 08:28:11.428 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 08:28:11.610 INFO blam! c287b20eaaac65c37813eb816af9d60925ad8a679aaab2cc5c1b2f6a5176e986 Sep 04 08:28:11.612 INFO running `"docker" "start" "-a" "c287b20eaaac65c37813eb816af9d60925ad8a679aaab2cc5c1b2f6a5176e986"` Sep 04 08:28:12.239 INFO kablam! Checking pelite v0.2.0 (file:///source) Sep 04 08:28:13.459 INFO kablam! warning: type annotations needed Sep 04 08:28:13.459 INFO kablam! --> src/resources.rs:257:40 Sep 04 08:28:13.459 INFO kablam! | Sep 04 08:28:13.459 INFO kablam! 257 | let ptr = (self.image_ as *const _).offset(1) as *const ImageResourceDirectoryEntry; Sep 04 08:28:13.459 INFO kablam! | ^^^^^^ Sep 04 08:28:13.459 INFO kablam! | Sep 04 08:28:13.459 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 04 08:28:13.459 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 04 08:28:13.459 INFO kablam! = note: for more information, see issue #46906 Sep 04 08:28:13.459 INFO kablam! Sep 04 08:28:13.484 INFO kablam! warning: unused import: `std::fmt::Write` Sep 04 08:28:13.484 INFO kablam! --> src/resources.rs:7:5 Sep 04 08:28:13.484 INFO kablam! | Sep 04 08:28:13.484 INFO kablam! 7 | use std::fmt::Write; Sep 04 08:28:13.484 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 08:28:13.484 INFO kablam! | Sep 04 08:28:13.484 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 08:28:13.484 INFO kablam! Sep 04 08:28:13.815 INFO kablam! warning: type annotations needed Sep 04 08:28:13.815 INFO kablam! --> src/resources.rs:257:40 Sep 04 08:28:13.815 INFO kablam! | Sep 04 08:28:13.815 INFO kablam! 257 | let ptr = (self.image_ as *const _).offset(1) as *const ImageResourceDirectoryEntry; Sep 04 08:28:13.815 INFO kablam! | ^^^^^^ Sep 04 08:28:13.816 INFO kablam! | Sep 04 08:28:13.816 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 04 08:28:13.816 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 04 08:28:13.816 INFO kablam! = note: for more information, see issue #46906 Sep 04 08:28:13.816 INFO kablam! Sep 04 08:28:13.842 INFO kablam! warning: unused import: `std::fmt::Write` Sep 04 08:28:13.842 INFO kablam! --> src/resources.rs:7:5 Sep 04 08:28:13.842 INFO kablam! | Sep 04 08:28:13.843 INFO kablam! 7 | use std::fmt::Write; Sep 04 08:28:13.843 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 08:28:13.843 INFO kablam! | Sep 04 08:28:13.843 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 08:28:13.843 INFO kablam! Sep 04 08:28:13.951 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:13.951 INFO kablam! --> src/image.rs:34:10 Sep 04 08:28:13.951 INFO kablam! | Sep 04 08:28:13.952 INFO kablam! 34 | #[derive(Debug)] Sep 04 08:28:13.952 INFO kablam! | ^^^^^ Sep 04 08:28:13.952 INFO kablam! | Sep 04 08:28:13.952 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 04 08:28:13.952 INFO 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 04 08:28:13.952 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.952 INFO kablam! Sep 04 08:28:13.954 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:13.954 INFO kablam! --> src/image.rs:80:10 Sep 04 08:28:13.954 INFO kablam! | Sep 04 08:28:13.954 INFO kablam! 80 | #[derive(Debug)] Sep 04 08:28:13.954 INFO kablam! | ^^^^^ Sep 04 08:28:13.954 INFO kablam! | Sep 04 08:28:13.954 INFO 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 04 08:28:13.954 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.954 INFO kablam! Sep 04 08:28:13.954 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:13.954 INFO kablam! --> src/image.rs:94:10 Sep 04 08:28:13.954 INFO kablam! | Sep 04 08:28:13.954 INFO kablam! 94 | #[derive(Debug)] Sep 04 08:28:13.954 INFO kablam! | ^^^^^ Sep 04 08:28:13.954 INFO kablam! | Sep 04 08:28:13.954 INFO 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 04 08:28:13.954 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.954 INFO kablam! Sep 04 08:28:13.954 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:13.954 INFO kablam! --> src/image.rs:148:10 Sep 04 08:28:13.954 INFO kablam! | Sep 04 08:28:13.954 INFO kablam! 148 | #[derive(Debug)] Sep 04 08:28:13.955 INFO kablam! | ^^^^^ Sep 04 08:28:13.955 INFO kablam! | Sep 04 08:28:13.955 INFO 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 04 08:28:13.955 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.955 INFO kablam! Sep 04 08:28:13.955 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:13.955 INFO kablam! --> src/image.rs:184:10 Sep 04 08:28:13.955 INFO kablam! | Sep 04 08:28:13.955 INFO kablam! 184 | #[derive(Debug)] Sep 04 08:28:13.955 INFO kablam! | ^^^^^ Sep 04 08:28:13.955 INFO kablam! | Sep 04 08:28:13.955 INFO 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 04 08:28:13.955 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.955 INFO kablam! Sep 04 08:28:13.955 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:13.955 INFO kablam! --> src/image.rs:223:10 Sep 04 08:28:13.955 INFO kablam! | Sep 04 08:28:13.955 INFO kablam! 223 | #[derive(Debug)] Sep 04 08:28:13.955 INFO kablam! | ^^^^^ Sep 04 08:28:13.955 INFO kablam! | Sep 04 08:28:13.955 INFO 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 04 08:28:13.955 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.955 INFO kablam! Sep 04 08:28:13.956 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:13.956 INFO kablam! --> src/image.rs:231:10 Sep 04 08:28:13.956 INFO kablam! | Sep 04 08:28:13.956 INFO kablam! 231 | #[derive(Debug)] Sep 04 08:28:13.956 INFO kablam! | ^^^^^ Sep 04 08:28:13.956 INFO kablam! | Sep 04 08:28:13.956 INFO 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 04 08:28:13.956 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.956 INFO kablam! Sep 04 08:28:13.956 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:13.956 INFO kablam! --> src/image.rs:279:10 Sep 04 08:28:13.956 INFO kablam! | Sep 04 08:28:13.956 INFO kablam! 279 | #[derive(Debug)] Sep 04 08:28:13.956 INFO kablam! | ^^^^^ Sep 04 08:28:13.956 INFO kablam! | Sep 04 08:28:13.956 INFO 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 04 08:28:13.956 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.956 INFO kablam! Sep 04 08:28:13.956 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:13.956 INFO kablam! --> src/image.rs:296:10 Sep 04 08:28:13.956 INFO kablam! | Sep 04 08:28:13.956 INFO kablam! 296 | #[derive(Debug)] Sep 04 08:28:13.956 INFO kablam! | ^^^^^ Sep 04 08:28:13.956 INFO kablam! | Sep 04 08:28:13.957 INFO 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 04 08:28:13.957 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.957 INFO kablam! Sep 04 08:28:13.957 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:13.957 INFO kablam! --> src/image.rs:314:10 Sep 04 08:28:13.957 INFO kablam! | Sep 04 08:28:13.957 INFO kablam! 314 | #[derive(Debug)] Sep 04 08:28:13.957 INFO kablam! | ^^^^^ Sep 04 08:28:13.957 INFO kablam! | Sep 04 08:28:13.957 INFO 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 04 08:28:13.957 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.957 INFO kablam! Sep 04 08:28:13.957 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:13.957 INFO kablam! --> src/image.rs:359:10 Sep 04 08:28:13.957 INFO kablam! | Sep 04 08:28:13.957 INFO kablam! 359 | #[derive(Debug)] Sep 04 08:28:13.957 INFO kablam! | ^^^^^ Sep 04 08:28:13.957 INFO kablam! | Sep 04 08:28:13.957 INFO 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 04 08:28:13.957 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.957 INFO kablam! Sep 04 08:28:13.957 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:13.957 INFO kablam! --> src/image.rs:370:10 Sep 04 08:28:13.957 INFO kablam! | Sep 04 08:28:13.958 INFO kablam! 370 | #[derive(Debug)] Sep 04 08:28:13.958 INFO kablam! | ^^^^^ Sep 04 08:28:13.958 INFO kablam! | Sep 04 08:28:13.958 INFO 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 04 08:28:13.958 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.958 INFO kablam! Sep 04 08:28:13.958 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:13.958 INFO kablam! --> src/image.rs:380:10 Sep 04 08:28:13.958 INFO kablam! | Sep 04 08:28:13.958 INFO kablam! 380 | #[derive(Debug)] Sep 04 08:28:13.964 INFO kablam! | ^^^^^ Sep 04 08:28:13.964 INFO kablam! | Sep 04 08:28:13.964 INFO 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 04 08:28:13.964 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.964 INFO kablam! Sep 04 08:28:13.964 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:13.965 INFO kablam! --> src/image.rs:401:10 Sep 04 08:28:13.965 INFO kablam! | Sep 04 08:28:13.965 INFO kablam! 401 | #[derive(Debug)] Sep 04 08:28:13.965 INFO kablam! | ^^^^^ Sep 04 08:28:13.965 INFO kablam! | Sep 04 08:28:13.965 INFO 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 04 08:28:13.965 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.965 INFO kablam! Sep 04 08:28:13.966 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:13.966 INFO kablam! --> src/image.rs:408:10 Sep 04 08:28:13.966 INFO kablam! | Sep 04 08:28:13.966 INFO kablam! 408 | #[derive(Debug)] Sep 04 08:28:13.966 INFO kablam! | ^^^^^ Sep 04 08:28:13.966 INFO kablam! | Sep 04 08:28:13.966 INFO 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 04 08:28:13.966 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.967 INFO kablam! Sep 04 08:28:13.967 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.967 INFO kablam! --> src/pe32/exports.rs:254:50 Sep 04 08:28:13.967 INFO kablam! | Sep 04 08:28:13.967 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Sep 04 08:28:13.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:13.967 INFO kablam! | Sep 04 08:28:13.967 INFO 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 04 08:28:13.968 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.968 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 04 08:28:13.968 INFO kablam! Sep 04 08:28:13.968 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.968 INFO kablam! --> src/pe32/exports.rs:255:45 Sep 04 08:28:13.968 INFO kablam! | Sep 04 08:28:13.968 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 04 08:28:13.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:13.968 INFO kablam! | Sep 04 08:28:13.969 INFO 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 04 08:28:13.969 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.969 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 04 08:28:13.969 INFO kablam! Sep 04 08:28:13.969 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.969 INFO kablam! --> src/pe32/exports.rs:256:48 Sep 04 08:28:13.969 INFO kablam! | Sep 04 08:28:13.970 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 04 08:28:13.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:13.970 INFO kablam! | Sep 04 08:28:13.970 INFO 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 04 08:28:13.970 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.970 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 04 08:28:13.970 INFO kablam! Sep 04 08:28:13.970 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.971 INFO kablam! --> src/pe32/exports.rs:256:74 Sep 04 08:28:13.971 INFO kablam! | Sep 04 08:28:13.971 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 04 08:28:13.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:13.971 INFO kablam! | Sep 04 08:28:13.971 INFO 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 04 08:28:13.971 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.971 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 04 08:28:13.972 INFO kablam! Sep 04 08:28:13.972 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.972 INFO kablam! --> src/pe32/exports.rs:257:45 Sep 04 08:28:13.972 INFO kablam! | Sep 04 08:28:13.972 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Sep 04 08:28:13.972 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 04 08:28:13.972 INFO kablam! | Sep 04 08:28:13.973 INFO 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 04 08:28:13.973 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.973 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 04 08:28:13.973 INFO kablam! Sep 04 08:28:13.973 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.973 INFO kablam! --> src/pe32/exports.rs:258:45 Sep 04 08:28:13.973 INFO kablam! | Sep 04 08:28:13.973 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Sep 04 08:28:13.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:13.974 INFO kablam! | Sep 04 08:28:13.974 INFO 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 04 08:28:13.974 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.974 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 04 08:28:13.974 INFO kablam! Sep 04 08:28:13.974 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.974 INFO kablam! --> src/pe32/exports.rs:259:45 Sep 04 08:28:13.975 INFO kablam! | Sep 04 08:28:13.975 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Sep 04 08:28:13.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:13.975 INFO kablam! | Sep 04 08:28:13.975 INFO 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 04 08:28:13.975 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.975 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 04 08:28:13.975 INFO kablam! Sep 04 08:28:13.976 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.976 INFO kablam! --> src/pe32/imports.rs:170:44 Sep 04 08:28:13.976 INFO kablam! | Sep 04 08:28:13.976 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 04 08:28:13.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:13.976 INFO kablam! | Sep 04 08:28:13.976 INFO 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 04 08:28:13.976 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.977 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 04 08:28:13.977 INFO kablam! Sep 04 08:28:13.977 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.977 INFO kablam! --> src/pe32/imports.rs:171:49 Sep 04 08:28:13.977 INFO kablam! | Sep 04 08:28:13.977 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Sep 04 08:28:13.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:13.977 INFO kablam! | Sep 04 08:28:13.978 INFO 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 04 08:28:13.978 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.978 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 04 08:28:13.978 INFO kablam! Sep 04 08:28:13.978 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.978 INFO kablam! --> src/pe32/imports.rs:172:49 Sep 04 08:28:13.978 INFO kablam! | Sep 04 08:28:13.978 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Sep 04 08:28:13.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:13.979 INFO kablam! | Sep 04 08:28:13.979 INFO 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 04 08:28:13.979 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.979 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 04 08:28:13.979 INFO kablam! Sep 04 08:28:13.979 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.979 INFO kablam! --> src/pe32/relocs.rs:143:49 Sep 04 08:28:13.980 INFO kablam! | Sep 04 08:28:13.980 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Sep 04 08:28:13.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:13.980 INFO kablam! | Sep 04 08:28:13.980 INFO 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 04 08:28:13.980 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.980 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 04 08:28:13.980 INFO kablam! Sep 04 08:28:13.981 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.981 INFO kablam! --> src/pe32/relocs.rs:144:49 Sep 04 08:28:13.981 INFO kablam! | Sep 04 08:28:13.981 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Sep 04 08:28:13.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:13.981 INFO kablam! | Sep 04 08:28:13.981 INFO 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 04 08:28:13.981 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.982 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 04 08:28:13.982 INFO kablam! Sep 04 08:28:13.982 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.982 INFO kablam! --> src/pe64/exports.rs:254:50 Sep 04 08:28:13.982 INFO kablam! | Sep 04 08:28:13.982 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Sep 04 08:28:13.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:13.982 INFO kablam! | Sep 04 08:28:13.983 INFO 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 04 08:28:13.983 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.983 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 04 08:28:13.983 INFO kablam! Sep 04 08:28:13.983 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.983 INFO kablam! --> src/pe64/exports.rs:255:45 Sep 04 08:28:13.983 INFO kablam! | Sep 04 08:28:13.983 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 04 08:28:13.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:13.984 INFO kablam! | Sep 04 08:28:13.984 INFO 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 04 08:28:13.984 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.984 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 04 08:28:13.984 INFO kablam! Sep 04 08:28:13.984 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.984 INFO kablam! --> src/pe64/exports.rs:256:48 Sep 04 08:28:13.985 INFO kablam! | Sep 04 08:28:13.985 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 04 08:28:13.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:13.985 INFO kablam! | Sep 04 08:28:13.985 INFO 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 04 08:28:13.985 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.985 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 04 08:28:13.986 INFO kablam! Sep 04 08:28:13.986 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.986 INFO kablam! --> src/pe64/exports.rs:256:74 Sep 04 08:28:13.986 INFO kablam! | Sep 04 08:28:13.986 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 04 08:28:13.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:13.986 INFO kablam! | Sep 04 08:28:13.986 INFO 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 04 08:28:13.987 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.987 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 04 08:28:13.987 INFO kablam! Sep 04 08:28:13.987 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.987 INFO kablam! --> src/pe64/exports.rs:257:45 Sep 04 08:28:13.987 INFO kablam! | Sep 04 08:28:13.987 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Sep 04 08:28:13.987 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 04 08:28:13.988 INFO kablam! | Sep 04 08:28:13.988 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:28:13.988 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.988 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 04 08:28:13.988 INFO kablam! Sep 04 08:28:13.988 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.988 INFO kablam! --> src/pe64/exports.rs:258:45 Sep 04 08:28:13.988 INFO kablam! | Sep 04 08:28:13.989 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Sep 04 08:28:13.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:13.989 INFO kablam! | Sep 04 08:28:13.989 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:28:13.989 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.989 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:28:13.989 INFO kablam! Sep 04 08:28:13.989 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.990 INFO kablam! --> src/pe64/exports.rs:259:45 Sep 04 08:28:13.990 INFO kablam! | Sep 04 08:28:13.990 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Sep 04 08:28:13.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:13.990 INFO kablam! | Sep 04 08:28:13.990 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:28:13.990 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.991 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:28:13.991 INFO kablam! Sep 04 08:28:13.991 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.991 INFO kablam! --> src/pe64/imports.rs:170:44 Sep 04 08:28:13.991 INFO kablam! | Sep 04 08:28:13.991 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 04 08:28:13.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:13.991 INFO kablam! | Sep 04 08:28:13.992 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:28:13.992 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.992 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:28:13.992 INFO kablam! Sep 04 08:28:13.992 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.992 INFO kablam! --> src/pe64/imports.rs:171:49 Sep 04 08:28:13.992 INFO kablam! | Sep 04 08:28:13.992 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Sep 04 08:28:13.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:13.993 INFO kablam! | Sep 04 08:28:13.993 INFO 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 04 08:28:13.993 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.993 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 04 08:28:13.993 INFO kablam! Sep 04 08:28:13.993 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.993 INFO kablam! --> src/pe64/imports.rs:172:49 Sep 04 08:28:13.994 INFO kablam! | Sep 04 08:28:13.994 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Sep 04 08:28:13.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:13.994 INFO kablam! | Sep 04 08:28:13.994 INFO 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 04 08:28:13.994 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.994 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 04 08:28:13.994 INFO kablam! Sep 04 08:28:13.995 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.995 INFO kablam! --> src/pe64/relocs.rs:143:49 Sep 04 08:28:13.995 INFO kablam! | Sep 04 08:28:13.995 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Sep 04 08:28:13.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:13.995 INFO kablam! | Sep 04 08:28:13.995 INFO 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 04 08:28:13.995 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.996 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 04 08:28:13.996 INFO kablam! Sep 04 08:28:13.996 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.996 INFO kablam! --> src/pe64/relocs.rs:144:49 Sep 04 08:28:13.996 INFO kablam! | Sep 04 08:28:13.996 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Sep 04 08:28:13.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:13.996 INFO kablam! | Sep 04 08:28:13.997 INFO 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 04 08:28:13.997 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.997 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 04 08:28:13.997 INFO kablam! Sep 04 08:28:13.997 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.997 INFO kablam! --> src/resources.rs:266:45 Sep 04 08:28:13.997 INFO kablam! | Sep 04 08:28:13.997 INFO kablam! 266 | try!(writeln!(f, " Characteristics: {}", self.image_.Characteristics)); Sep 04 08:28:13.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:13.998 INFO kablam! | Sep 04 08:28:13.998 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:28:13.998 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:13.998 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 04 08:28:13.998 INFO kablam! Sep 04 08:28:13.998 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:13.998 INFO kablam! --> src/resources.rs:267:45 Sep 04 08:28:13.999 INFO kablam! | Sep 04 08:28:13.999 INFO kablam! 267 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 04 08:28:13.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:13.999 INFO kablam! | Sep 04 08:28:13.999 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:28:13.999 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.000 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 04 08:28:14.000 INFO kablam! Sep 04 08:28:14.000 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.000 INFO kablam! --> src/resources.rs:268:48 Sep 04 08:28:14.000 INFO kablam! | Sep 04 08:28:14.000 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 04 08:28:14.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.000 INFO kablam! | Sep 04 08:28:14.001 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:28:14.001 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.001 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:28:14.001 INFO kablam! Sep 04 08:28:14.001 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.001 INFO kablam! --> src/resources.rs:268:74 Sep 04 08:28:14.001 INFO kablam! | Sep 04 08:28:14.002 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 04 08:28:14.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.002 INFO kablam! | Sep 04 08:28:14.002 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:28:14.002 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.002 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:28:14.002 INFO kablam! Sep 04 08:28:14.003 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.003 INFO kablam! --> src/resources.rs:329:50 Sep 04 08:28:14.003 INFO kablam! | Sep 04 08:28:14.003 INFO kablam! 329 | try!(writeln!(f, " OffsetToData: {:>08X}", self.image_.OffsetToData)); Sep 04 08:28:14.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.003 INFO kablam! | Sep 04 08:28:14.003 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:28:14.003 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.004 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:28:14.004 INFO kablam! Sep 04 08:28:14.004 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.004 INFO kablam! --> src/resources.rs:330:50 Sep 04 08:28:14.004 INFO kablam! | Sep 04 08:28:14.004 INFO kablam! 330 | try!(writeln!(f, " Size: {:>08X}", self.image_.Size)); Sep 04 08:28:14.004 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 04 08:28:14.004 INFO kablam! | Sep 04 08:28:14.005 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:28:14.005 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.005 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:28:14.005 INFO kablam! Sep 04 08:28:14.005 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.005 INFO kablam! --> src/resources.rs:331:45 Sep 04 08:28:14.005 INFO kablam! | Sep 04 08:28:14.005 INFO kablam! 331 | try!(writeln!(f, " CodePage: {}", self.image_.CodePage)); Sep 04 08:28:14.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.006 INFO kablam! | Sep 04 08:28:14.006 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:28:14.006 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.006 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:28:14.006 INFO kablam! Sep 04 08:28:14.699 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:14.699 INFO kablam! --> src/image.rs:34:10 Sep 04 08:28:14.699 INFO kablam! | Sep 04 08:28:14.699 INFO kablam! 34 | #[derive(Debug)] Sep 04 08:28:14.699 INFO kablam! | ^^^^^ Sep 04 08:28:14.699 INFO kablam! | Sep 04 08:28:14.699 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 04 08:28:14.699 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:28:14.699 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.699 INFO kablam! Sep 04 08:28:14.703 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:14.703 INFO kablam! --> src/image.rs:80:10 Sep 04 08:28:14.703 INFO kablam! | Sep 04 08:28:14.703 INFO kablam! 80 | #[derive(Debug)] Sep 04 08:28:14.703 INFO kablam! | ^^^^^ Sep 04 08:28:14.703 INFO kablam! | Sep 04 08:28:14.703 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:28:14.703 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.703 INFO kablam! Sep 04 08:28:14.703 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:14.703 INFO kablam! --> src/image.rs:94:10 Sep 04 08:28:14.703 INFO kablam! | Sep 04 08:28:14.703 INFO kablam! 94 | #[derive(Debug)] Sep 04 08:28:14.703 INFO kablam! | ^^^^^ Sep 04 08:28:14.703 INFO kablam! | Sep 04 08:28:14.703 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:28:14.704 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.704 INFO kablam! Sep 04 08:28:14.704 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:14.704 INFO kablam! --> src/image.rs:148:10 Sep 04 08:28:14.704 INFO kablam! | Sep 04 08:28:14.704 INFO kablam! 148 | #[derive(Debug)] Sep 04 08:28:14.704 INFO kablam! | ^^^^^ Sep 04 08:28:14.704 INFO kablam! | Sep 04 08:28:14.705 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:28:14.705 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.705 INFO kablam! Sep 04 08:28:14.706 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:14.706 INFO kablam! --> src/image.rs:184:10 Sep 04 08:28:14.706 INFO kablam! | Sep 04 08:28:14.706 INFO kablam! 184 | #[derive(Debug)] Sep 04 08:28:14.706 INFO kablam! | ^^^^^ Sep 04 08:28:14.706 INFO kablam! | Sep 04 08:28:14.707 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:28:14.707 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.707 INFO kablam! Sep 04 08:28:14.708 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:14.708 INFO kablam! --> src/image.rs:223:10 Sep 04 08:28:14.708 INFO kablam! | Sep 04 08:28:14.708 INFO kablam! 223 | #[derive(Debug)] Sep 04 08:28:14.708 INFO kablam! | ^^^^^ Sep 04 08:28:14.708 INFO kablam! | Sep 04 08:28:14.709 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:28:14.709 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.709 INFO kablam! Sep 04 08:28:14.710 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:14.710 INFO kablam! --> src/image.rs:231:10 Sep 04 08:28:14.710 INFO kablam! | Sep 04 08:28:14.710 INFO kablam! 231 | #[derive(Debug)] Sep 04 08:28:14.710 INFO kablam! | ^^^^^ Sep 04 08:28:14.710 INFO kablam! | Sep 04 08:28:14.711 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:28:14.711 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.711 INFO kablam! Sep 04 08:28:14.712 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:14.712 INFO kablam! --> src/image.rs:279:10 Sep 04 08:28:14.712 INFO kablam! | Sep 04 08:28:14.712 INFO kablam! 279 | #[derive(Debug)] Sep 04 08:28:14.712 INFO kablam! | ^^^^^ Sep 04 08:28:14.713 INFO kablam! | Sep 04 08:28:14.713 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:28:14.713 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.714 INFO kablam! Sep 04 08:28:14.714 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:14.714 INFO kablam! --> src/image.rs:296:10 Sep 04 08:28:14.714 INFO kablam! | Sep 04 08:28:14.714 INFO kablam! 296 | #[derive(Debug)] Sep 04 08:28:14.714 INFO kablam! | ^^^^^ Sep 04 08:28:14.715 INFO kablam! | Sep 04 08:28:14.715 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:28:14.715 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.716 INFO kablam! Sep 04 08:28:14.716 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:14.716 INFO kablam! --> src/image.rs:314:10 Sep 04 08:28:14.716 INFO kablam! | Sep 04 08:28:14.717 INFO kablam! 314 | #[derive(Debug)] Sep 04 08:28:14.717 INFO kablam! | ^^^^^ Sep 04 08:28:14.717 INFO kablam! | Sep 04 08:28:14.717 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 08:28:14.718 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.718 INFO kablam! Sep 04 08:28:14.719 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:14.719 INFO kablam! --> src/image.rs:359:10 Sep 04 08:28:14.719 INFO kablam! | Sep 04 08:28:14.719 INFO kablam! 359 | #[derive(Debug)] Sep 04 08:28:14.719 INFO kablam! | ^^^^^ Sep 04 08:28:14.719 INFO kablam! | Sep 04 08:28:14.719 INFO 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 04 08:28:14.720 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.720 INFO kablam! Sep 04 08:28:14.721 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:14.721 INFO kablam! --> src/image.rs:370:10 Sep 04 08:28:14.721 INFO kablam! | Sep 04 08:28:14.721 INFO kablam! 370 | #[derive(Debug)] Sep 04 08:28:14.721 INFO kablam! | ^^^^^ Sep 04 08:28:14.722 INFO kablam! | Sep 04 08:28:14.722 INFO 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 04 08:28:14.722 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.723 INFO kablam! Sep 04 08:28:14.723 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:14.723 INFO kablam! --> src/image.rs:380:10 Sep 04 08:28:14.723 INFO kablam! | Sep 04 08:28:14.723 INFO kablam! 380 | #[derive(Debug)] Sep 04 08:28:14.723 INFO kablam! | ^^^^^ Sep 04 08:28:14.723 INFO kablam! | Sep 04 08:28:14.724 INFO 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 04 08:28:14.724 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.724 INFO kablam! Sep 04 08:28:14.725 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:14.725 INFO kablam! --> src/image.rs:401:10 Sep 04 08:28:14.725 INFO kablam! | Sep 04 08:28:14.725 INFO kablam! 401 | #[derive(Debug)] Sep 04 08:28:14.725 INFO kablam! | ^^^^^ Sep 04 08:28:14.725 INFO kablam! | Sep 04 08:28:14.726 INFO 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 04 08:28:14.726 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.726 INFO kablam! Sep 04 08:28:14.727 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 08:28:14.727 INFO kablam! --> src/image.rs:408:10 Sep 04 08:28:14.727 INFO kablam! | Sep 04 08:28:14.727 INFO kablam! 408 | #[derive(Debug)] Sep 04 08:28:14.727 INFO kablam! | ^^^^^ Sep 04 08:28:14.728 INFO kablam! | Sep 04 08:28:14.728 INFO 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 04 08:28:14.728 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.728 INFO kablam! Sep 04 08:28:14.728 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.728 INFO kablam! --> src/pe32/exports.rs:254:50 Sep 04 08:28:14.728 INFO kablam! | Sep 04 08:28:14.728 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Sep 04 08:28:14.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.728 INFO kablam! | Sep 04 08:28:14.729 INFO 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 04 08:28:14.729 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.729 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 04 08:28:14.729 INFO kablam! Sep 04 08:28:14.730 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.730 INFO kablam! --> src/pe32/exports.rs:255:45 Sep 04 08:28:14.730 INFO kablam! | Sep 04 08:28:14.730 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 04 08:28:14.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.730 INFO kablam! | Sep 04 08:28:14.730 INFO 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 04 08:28:14.730 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.731 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 04 08:28:14.731 INFO kablam! Sep 04 08:28:14.731 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.731 INFO kablam! --> src/pe32/exports.rs:256:48 Sep 04 08:28:14.731 INFO kablam! | Sep 04 08:28:14.731 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 04 08:28:14.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.732 INFO kablam! | Sep 04 08:28:14.732 INFO 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 04 08:28:14.732 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.732 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 04 08:28:14.732 INFO kablam! Sep 04 08:28:14.733 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.733 INFO kablam! --> src/pe32/exports.rs:256:74 Sep 04 08:28:14.733 INFO kablam! | Sep 04 08:28:14.733 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 04 08:28:14.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.733 INFO kablam! | Sep 04 08:28:14.733 INFO 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 04 08:28:14.734 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.734 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 04 08:28:14.734 INFO kablam! Sep 04 08:28:14.734 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.735 INFO kablam! --> src/pe32/exports.rs:257:45 Sep 04 08:28:14.735 INFO kablam! | Sep 04 08:28:14.735 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Sep 04 08:28:14.735 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 04 08:28:14.735 INFO kablam! | Sep 04 08:28:14.735 INFO 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 04 08:28:14.735 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.736 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 04 08:28:14.736 INFO kablam! Sep 04 08:28:14.736 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.736 INFO kablam! --> src/pe32/exports.rs:258:45 Sep 04 08:28:14.736 INFO kablam! | Sep 04 08:28:14.736 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Sep 04 08:28:14.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.736 INFO kablam! | Sep 04 08:28:14.737 INFO 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 04 08:28:14.737 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.737 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 04 08:28:14.737 INFO kablam! Sep 04 08:28:14.738 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.738 INFO kablam! --> src/pe32/exports.rs:259:45 Sep 04 08:28:14.738 INFO kablam! | Sep 04 08:28:14.738 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Sep 04 08:28:14.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.738 INFO kablam! | Sep 04 08:28:14.738 INFO 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 04 08:28:14.738 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.739 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 04 08:28:14.739 INFO kablam! Sep 04 08:28:14.739 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.739 INFO kablam! --> src/pe32/imports.rs:170:44 Sep 04 08:28:14.739 INFO kablam! | Sep 04 08:28:14.739 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 04 08:28:14.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.739 INFO kablam! | Sep 04 08:28:14.740 INFO 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 04 08:28:14.740 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.740 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 04 08:28:14.740 INFO kablam! Sep 04 08:28:14.741 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.741 INFO kablam! --> src/pe32/imports.rs:171:49 Sep 04 08:28:14.741 INFO kablam! | Sep 04 08:28:14.741 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Sep 04 08:28:14.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.741 INFO kablam! | Sep 04 08:28:14.741 INFO 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 04 08:28:14.741 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.742 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 04 08:28:14.742 INFO kablam! Sep 04 08:28:14.742 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.742 INFO kablam! --> src/pe32/imports.rs:172:49 Sep 04 08:28:14.742 INFO kablam! | Sep 04 08:28:14.742 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Sep 04 08:28:14.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.742 INFO kablam! | Sep 04 08:28:14.743 INFO 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 04 08:28:14.743 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.743 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 04 08:28:14.743 INFO kablam! Sep 04 08:28:14.744 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.744 INFO kablam! --> src/pe32/relocs.rs:143:49 Sep 04 08:28:14.744 INFO kablam! | Sep 04 08:28:14.744 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Sep 04 08:28:14.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.744 INFO kablam! | Sep 04 08:28:14.744 INFO 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 04 08:28:14.745 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.745 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 04 08:28:14.745 INFO kablam! Sep 04 08:28:14.745 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.745 INFO kablam! --> src/pe32/relocs.rs:144:49 Sep 04 08:28:14.746 INFO kablam! | Sep 04 08:28:14.746 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Sep 04 08:28:14.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.746 INFO kablam! | Sep 04 08:28:14.746 INFO 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 04 08:28:14.746 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.746 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 04 08:28:14.747 INFO kablam! Sep 04 08:28:14.747 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.747 INFO kablam! --> src/pe64/exports.rs:254:50 Sep 04 08:28:14.747 INFO kablam! | Sep 04 08:28:14.747 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Sep 04 08:28:14.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.748 INFO kablam! | Sep 04 08:28:14.748 INFO 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 04 08:28:14.748 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.748 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 04 08:28:14.748 INFO kablam! Sep 04 08:28:14.749 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.749 INFO kablam! --> src/pe64/exports.rs:255:45 Sep 04 08:28:14.749 INFO kablam! | Sep 04 08:28:14.749 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 04 08:28:14.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.749 INFO kablam! | Sep 04 08:28:14.749 INFO 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 04 08:28:14.749 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.750 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 04 08:28:14.750 INFO kablam! Sep 04 08:28:14.750 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.750 INFO kablam! --> src/pe64/exports.rs:256:48 Sep 04 08:28:14.750 INFO kablam! | Sep 04 08:28:14.750 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 04 08:28:14.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.750 INFO kablam! | Sep 04 08:28:14.751 INFO 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 04 08:28:14.751 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.751 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 04 08:28:14.751 INFO kablam! Sep 04 08:28:14.752 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.752 INFO kablam! --> src/pe64/exports.rs:256:74 Sep 04 08:28:14.752 INFO kablam! | Sep 04 08:28:14.752 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 04 08:28:14.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.752 INFO kablam! | Sep 04 08:28:14.752 INFO 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 04 08:28:14.752 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.753 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 04 08:28:14.753 INFO kablam! Sep 04 08:28:14.753 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.753 INFO kablam! --> src/pe64/exports.rs:257:45 Sep 04 08:28:14.753 INFO kablam! | Sep 04 08:28:14.753 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Sep 04 08:28:14.753 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 04 08:28:14.753 INFO kablam! | Sep 04 08:28:14.753 INFO 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 04 08:28:14.754 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.754 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 04 08:28:14.754 INFO kablam! Sep 04 08:28:14.754 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.754 INFO kablam! --> src/pe64/exports.rs:258:45 Sep 04 08:28:14.754 INFO kablam! | Sep 04 08:28:14.755 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Sep 04 08:28:14.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.755 INFO kablam! | Sep 04 08:28:14.755 INFO 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 04 08:28:14.755 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.755 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 04 08:28:14.755 INFO kablam! Sep 04 08:28:14.756 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.756 INFO kablam! --> src/pe64/exports.rs:259:45 Sep 04 08:28:14.756 INFO kablam! | Sep 04 08:28:14.756 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Sep 04 08:28:14.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.756 INFO kablam! | Sep 04 08:28:14.756 INFO 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 04 08:28:14.756 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.757 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 04 08:28:14.757 INFO kablam! Sep 04 08:28:14.757 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.757 INFO kablam! --> src/pe64/imports.rs:170:44 Sep 04 08:28:14.757 INFO kablam! | Sep 04 08:28:14.757 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 04 08:28:14.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.757 INFO kablam! | Sep 04 08:28:14.758 INFO 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 04 08:28:14.758 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.758 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 04 08:28:14.758 INFO kablam! Sep 04 08:28:14.759 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.759 INFO kablam! --> src/pe64/imports.rs:171:49 Sep 04 08:28:14.759 INFO kablam! | Sep 04 08:28:14.759 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Sep 04 08:28:14.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.759 INFO kablam! | Sep 04 08:28:14.759 INFO 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 04 08:28:14.759 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.760 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 04 08:28:14.760 INFO kablam! Sep 04 08:28:14.760 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.760 INFO kablam! --> src/pe64/imports.rs:172:49 Sep 04 08:28:14.760 INFO kablam! | Sep 04 08:28:14.760 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Sep 04 08:28:14.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.760 INFO kablam! | Sep 04 08:28:14.761 INFO 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 04 08:28:14.761 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.761 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 04 08:28:14.761 INFO kablam! Sep 04 08:28:14.762 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.762 INFO kablam! --> src/pe64/relocs.rs:143:49 Sep 04 08:28:14.762 INFO kablam! | Sep 04 08:28:14.762 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Sep 04 08:28:14.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.762 INFO kablam! | Sep 04 08:28:14.762 INFO 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 04 08:28:14.762 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.763 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 04 08:28:14.763 INFO kablam! Sep 04 08:28:14.763 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.763 INFO kablam! --> src/pe64/relocs.rs:144:49 Sep 04 08:28:14.763 INFO kablam! | Sep 04 08:28:14.763 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Sep 04 08:28:14.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.763 INFO kablam! | Sep 04 08:28:14.764 INFO 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 04 08:28:14.764 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.764 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 04 08:28:14.764 INFO kablam! Sep 04 08:28:14.765 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.765 INFO kablam! --> src/resources.rs:266:45 Sep 04 08:28:14.765 INFO kablam! | Sep 04 08:28:14.765 INFO kablam! 266 | try!(writeln!(f, " Characteristics: {}", self.image_.Characteristics)); Sep 04 08:28:14.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.765 INFO kablam! | Sep 04 08:28:14.765 INFO 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 04 08:28:14.765 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.766 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 04 08:28:14.766 INFO kablam! Sep 04 08:28:14.766 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.766 INFO kablam! --> src/resources.rs:267:45 Sep 04 08:28:14.766 INFO kablam! | Sep 04 08:28:14.766 INFO kablam! 267 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 04 08:28:14.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.767 INFO kablam! | Sep 04 08:28:14.767 INFO 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 04 08:28:14.767 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.767 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 04 08:28:14.767 INFO kablam! Sep 04 08:28:14.768 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.768 INFO kablam! --> src/resources.rs:268:48 Sep 04 08:28:14.768 INFO kablam! | Sep 04 08:28:14.768 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 04 08:28:14.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.768 INFO kablam! | Sep 04 08:28:14.768 INFO 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 04 08:28:14.768 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.769 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 04 08:28:14.769 INFO kablam! Sep 04 08:28:14.769 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.769 INFO kablam! --> src/resources.rs:268:74 Sep 04 08:28:14.769 INFO kablam! | Sep 04 08:28:14.769 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 04 08:28:14.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.769 INFO kablam! | Sep 04 08:28:14.770 INFO 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 04 08:28:14.770 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.770 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 04 08:28:14.770 INFO kablam! Sep 04 08:28:14.771 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.771 INFO kablam! --> src/resources.rs:329:50 Sep 04 08:28:14.771 INFO kablam! | Sep 04 08:28:14.771 INFO kablam! 329 | try!(writeln!(f, " OffsetToData: {:>08X}", self.image_.OffsetToData)); Sep 04 08:28:14.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.771 INFO kablam! | Sep 04 08:28:14.771 INFO 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 04 08:28:14.771 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.772 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 04 08:28:14.772 INFO kablam! Sep 04 08:28:14.772 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.772 INFO kablam! --> src/resources.rs:330:50 Sep 04 08:28:14.772 INFO kablam! | Sep 04 08:28:14.772 INFO kablam! 330 | try!(writeln!(f, " Size: {:>08X}", self.image_.Size)); Sep 04 08:28:14.772 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 04 08:28:14.772 INFO kablam! | Sep 04 08:28:14.773 INFO 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 04 08:28:14.773 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.773 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 04 08:28:14.773 INFO kablam! Sep 04 08:28:14.774 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:28:14.774 INFO kablam! --> src/resources.rs:331:45 Sep 04 08:28:14.774 INFO kablam! | Sep 04 08:28:14.774 INFO kablam! 331 | try!(writeln!(f, " CodePage: {}", self.image_.CodePage)); Sep 04 08:28:14.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:14.774 INFO kablam! | Sep 04 08:28:14.774 INFO 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 04 08:28:14.774 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:28:14.774 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 04 08:28:14.775 INFO kablam! Sep 04 08:28:14.822 INFO kablam! error[E0432]: unresolved import `pelite::pe` Sep 04 08:28:14.822 INFO kablam! --> examples/readme.rs:18:5 Sep 04 08:28:14.822 INFO kablam! | Sep 04 08:28:14.822 INFO kablam! 18 | use pelite::pe; Sep 04 08:28:14.822 INFO kablam! | ^^^^^^^^^^ no `pe` in the root Sep 04 08:28:14.822 INFO kablam! Sep 04 08:28:14.884 INFO kablam! error: aborting due to previous error Sep 04 08:28:14.884 INFO kablam! Sep 04 08:28:14.884 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 04 08:28:14.891 INFO kablam! error: Could not compile `pelite`. Sep 04 08:28:14.891 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:28:15.129 INFO kablam! error[E0432]: unresolved import `pelite::pe` Sep 04 08:28:15.129 INFO kablam! --> examples/main.rs:11:5 Sep 04 08:28:15.129 INFO kablam! | Sep 04 08:28:15.129 INFO kablam! 11 | use pelite::pe; Sep 04 08:28:15.129 INFO kablam! | ^^^^^^^^^^ no `pe` in the root Sep 04 08:28:15.129 INFO kablam! Sep 04 08:28:15.129 INFO kablam! error[E0433]: failed to resolve. Could not find `pe` in `pelite` Sep 04 08:28:15.129 INFO kablam! --> examples/main.rs:14:13 Sep 04 08:28:15.129 INFO kablam! | Sep 04 08:28:15.129 INFO kablam! 14 | use pelite::pe::imports::PeImports; Sep 04 08:28:15.129 INFO kablam! | ^^ Could not find `pe` in `pelite` Sep 04 08:28:15.129 INFO kablam! Sep 04 08:28:15.131 INFO kablam! warning: unused import: `pelite::pe::imports::PeImports` Sep 04 08:28:15.131 INFO kablam! --> examples/main.rs:14:5 Sep 04 08:28:15.131 INFO kablam! | Sep 04 08:28:15.131 INFO kablam! 14 | use pelite::pe::imports::PeImports; Sep 04 08:28:15.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:28:15.131 INFO kablam! | Sep 04 08:28:15.131 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 08:28:15.131 INFO kablam! Sep 04 08:28:15.144 INFO kablam! error: aborting due to 2 previous errors Sep 04 08:28:15.144 INFO kablam! Sep 04 08:28:15.144 INFO kablam! Some errors occurred: E0432, E0433. Sep 04 08:28:15.144 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 08:28:15.160 INFO kablam! error: Could not compile `pelite`. Sep 04 08:28:15.160 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:28:15.479 INFO kablam! error: build failed Sep 04 08:28:15.481 INFO kablam! su: No module specific data is present Sep 04 08:28:16.011 INFO running `"docker" "rm" "-f" "c287b20eaaac65c37813eb816af9d60925ad8a679aaab2cc5c1b2f6a5176e986"` Sep 04 08:28:16.171 INFO blam! c287b20eaaac65c37813eb816af9d60925ad8a679aaab2cc5c1b2f6a5176e986