Sep 02 05:05:32.290 INFO checking pelite-0.2.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 05:05:32.291 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 05:05:32.291 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 05:05:32.494 INFO blam! ed1b0b3b710e2d8b2d67e7593627122bf23daf0b98ea35acbb40346fbf782370 Sep 02 05:05:32.496 INFO running `"docker" "start" "-a" "ed1b0b3b710e2d8b2d67e7593627122bf23daf0b98ea35acbb40346fbf782370"` Sep 02 05:05:33.365 INFO kablam! Checking pelite v0.2.0 (file:///source) Sep 02 05:05:34.888 INFO kablam! warning: type annotations needed Sep 02 05:05:34.888 INFO kablam! --> src/resources.rs:257:40 Sep 02 05:05:34.888 INFO kablam! | Sep 02 05:05:34.888 INFO kablam! 257 | let ptr = (self.image_ as *const _).offset(1) as *const ImageResourceDirectoryEntry; Sep 02 05:05:34.888 INFO kablam! | ^^^^^^ Sep 02 05:05:34.888 INFO kablam! | Sep 02 05:05:34.889 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 02 05:05:34.889 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 02 05:05:34.889 INFO kablam! = note: for more information, see issue #46906 Sep 02 05:05:34.889 INFO kablam! Sep 02 05:05:34.913 INFO kablam! warning: unused import: `std::fmt::Write` Sep 02 05:05:34.913 INFO kablam! --> src/resources.rs:7:5 Sep 02 05:05:34.913 INFO kablam! | Sep 02 05:05:34.913 INFO kablam! 7 | use std::fmt::Write; Sep 02 05:05:34.913 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 02 05:05:34.913 INFO kablam! | Sep 02 05:05:34.913 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 05:05:34.913 INFO kablam! Sep 02 05:05:35.041 INFO kablam! warning: type annotations needed Sep 02 05:05:35.041 INFO kablam! --> src/resources.rs:257:40 Sep 02 05:05:35.041 INFO kablam! | Sep 02 05:05:35.041 INFO kablam! 257 | let ptr = (self.image_ as *const _).offset(1) as *const ImageResourceDirectoryEntry; Sep 02 05:05:35.041 INFO kablam! | ^^^^^^ Sep 02 05:05:35.041 INFO kablam! | Sep 02 05:05:35.041 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 02 05:05:35.041 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 02 05:05:35.041 INFO kablam! = note: for more information, see issue #46906 Sep 02 05:05:35.041 INFO kablam! Sep 02 05:05:35.065 INFO kablam! warning: unused import: `std::fmt::Write` Sep 02 05:05:35.065 INFO kablam! --> src/resources.rs:7:5 Sep 02 05:05:35.065 INFO kablam! | Sep 02 05:05:35.065 INFO kablam! 7 | use std::fmt::Write; Sep 02 05:05:35.066 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 02 05:05:35.066 INFO kablam! | Sep 02 05:05:35.066 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 05:05:35.066 INFO kablam! Sep 02 05:05:35.369 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.369 INFO kablam! --> src/image.rs:34:10 Sep 02 05:05:35.369 INFO kablam! | Sep 02 05:05:35.369 INFO kablam! 34 | #[derive(Debug)] Sep 02 05:05:35.369 INFO kablam! | ^^^^^ Sep 02 05:05:35.369 INFO kablam! | Sep 02 05:05:35.369 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 02 05:05:35.369 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.369 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.369 INFO kablam! Sep 02 05:05:35.371 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.371 INFO kablam! --> src/image.rs:80:10 Sep 02 05:05:35.371 INFO kablam! | Sep 02 05:05:35.371 INFO kablam! 80 | #[derive(Debug)] Sep 02 05:05:35.371 INFO kablam! | ^^^^^ Sep 02 05:05:35.371 INFO kablam! | Sep 02 05:05:35.371 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.371 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.371 INFO kablam! Sep 02 05:05:35.371 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.371 INFO kablam! --> src/image.rs:94:10 Sep 02 05:05:35.371 INFO kablam! | Sep 02 05:05:35.371 INFO kablam! 94 | #[derive(Debug)] Sep 02 05:05:35.371 INFO kablam! | ^^^^^ Sep 02 05:05:35.371 INFO kablam! | Sep 02 05:05:35.371 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.371 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.372 INFO kablam! Sep 02 05:05:35.372 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.372 INFO kablam! --> src/image.rs:148:10 Sep 02 05:05:35.372 INFO kablam! | Sep 02 05:05:35.372 INFO kablam! 148 | #[derive(Debug)] Sep 02 05:05:35.372 INFO kablam! | ^^^^^ Sep 02 05:05:35.372 INFO kablam! | Sep 02 05:05:35.372 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.372 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.372 INFO kablam! Sep 02 05:05:35.372 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.372 INFO kablam! --> src/image.rs:184:10 Sep 02 05:05:35.372 INFO kablam! | Sep 02 05:05:35.372 INFO kablam! 184 | #[derive(Debug)] Sep 02 05:05:35.372 INFO kablam! | ^^^^^ Sep 02 05:05:35.372 INFO kablam! | Sep 02 05:05:35.372 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.372 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.372 INFO kablam! Sep 02 05:05:35.372 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.372 INFO kablam! --> src/image.rs:223:10 Sep 02 05:05:35.372 INFO kablam! | Sep 02 05:05:35.372 INFO kablam! 223 | #[derive(Debug)] Sep 02 05:05:35.372 INFO kablam! | ^^^^^ Sep 02 05:05:35.372 INFO kablam! | Sep 02 05:05:35.372 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.372 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.372 INFO kablam! Sep 02 05:05:35.373 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.373 INFO kablam! --> src/image.rs:231:10 Sep 02 05:05:35.373 INFO kablam! | Sep 02 05:05:35.373 INFO kablam! 231 | #[derive(Debug)] Sep 02 05:05:35.373 INFO kablam! | ^^^^^ Sep 02 05:05:35.373 INFO kablam! | Sep 02 05:05:35.373 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.373 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.373 INFO kablam! Sep 02 05:05:35.373 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.373 INFO kablam! --> src/image.rs:279:10 Sep 02 05:05:35.373 INFO kablam! | Sep 02 05:05:35.373 INFO kablam! 279 | #[derive(Debug)] Sep 02 05:05:35.373 INFO kablam! | ^^^^^ Sep 02 05:05:35.373 INFO kablam! | Sep 02 05:05:35.373 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.373 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.373 INFO kablam! Sep 02 05:05:35.373 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.373 INFO kablam! --> src/image.rs:296:10 Sep 02 05:05:35.373 INFO kablam! | Sep 02 05:05:35.373 INFO kablam! 296 | #[derive(Debug)] Sep 02 05:05:35.373 INFO kablam! | ^^^^^ Sep 02 05:05:35.373 INFO kablam! | Sep 02 05:05:35.373 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.373 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.373 INFO kablam! Sep 02 05:05:35.373 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.374 INFO kablam! --> src/image.rs:314:10 Sep 02 05:05:35.374 INFO kablam! | Sep 02 05:05:35.374 INFO kablam! 314 | #[derive(Debug)] Sep 02 05:05:35.374 INFO kablam! | ^^^^^ Sep 02 05:05:35.374 INFO kablam! | Sep 02 05:05:35.374 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.374 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.374 INFO kablam! Sep 02 05:05:35.374 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.374 INFO kablam! --> src/image.rs:359:10 Sep 02 05:05:35.374 INFO kablam! | Sep 02 05:05:35.374 INFO kablam! 359 | #[derive(Debug)] Sep 02 05:05:35.380 INFO kablam! | ^^^^^ Sep 02 05:05:35.380 INFO kablam! | Sep 02 05:05:35.380 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.380 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.380 INFO kablam! Sep 02 05:05:35.380 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.380 INFO kablam! --> src/image.rs:370:10 Sep 02 05:05:35.380 INFO kablam! | Sep 02 05:05:35.380 INFO kablam! 370 | #[derive(Debug)] Sep 02 05:05:35.380 INFO kablam! | ^^^^^ Sep 02 05:05:35.380 INFO kablam! | Sep 02 05:05:35.380 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.381 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.381 INFO kablam! Sep 02 05:05:35.381 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.381 INFO kablam! --> src/image.rs:380:10 Sep 02 05:05:35.381 INFO kablam! | Sep 02 05:05:35.381 INFO kablam! 380 | #[derive(Debug)] Sep 02 05:05:35.381 INFO kablam! | ^^^^^ Sep 02 05:05:35.381 INFO kablam! | Sep 02 05:05:35.381 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.381 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.381 INFO kablam! Sep 02 05:05:35.382 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.382 INFO kablam! --> src/image.rs:401:10 Sep 02 05:05:35.382 INFO kablam! | Sep 02 05:05:35.382 INFO kablam! 401 | #[derive(Debug)] Sep 02 05:05:35.382 INFO kablam! | ^^^^^ Sep 02 05:05:35.383 INFO kablam! | Sep 02 05:05:35.383 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.383 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.383 INFO kablam! Sep 02 05:05:35.383 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.383 INFO kablam! --> src/image.rs:408:10 Sep 02 05:05:35.383 INFO kablam! | Sep 02 05:05:35.384 INFO kablam! 408 | #[derive(Debug)] Sep 02 05:05:35.384 INFO kablam! | ^^^^^ Sep 02 05:05:35.384 INFO kablam! | Sep 02 05:05:35.384 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.384 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.384 INFO kablam! Sep 02 05:05:35.384 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.385 INFO kablam! --> src/pe32/exports.rs:254:50 Sep 02 05:05:35.385 INFO kablam! | Sep 02 05:05:35.385 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Sep 02 05:05:35.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.385 INFO kablam! | Sep 02 05:05:35.385 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.385 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.386 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 02 05:05:35.386 INFO kablam! Sep 02 05:05:35.386 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.386 INFO kablam! --> src/pe32/exports.rs:255:45 Sep 02 05:05:35.386 INFO kablam! | Sep 02 05:05:35.386 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 02 05:05:35.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.386 INFO kablam! | Sep 02 05:05:35.387 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.387 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.387 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 02 05:05:35.387 INFO kablam! Sep 02 05:05:35.387 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.387 INFO kablam! --> src/pe32/exports.rs:256:48 Sep 02 05:05:35.387 INFO kablam! | Sep 02 05:05:35.387 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 02 05:05:35.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.388 INFO kablam! | Sep 02 05:05:35.388 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.388 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.388 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 02 05:05:35.388 INFO kablam! Sep 02 05:05:35.388 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.388 INFO kablam! --> src/pe32/exports.rs:256:74 Sep 02 05:05:35.389 INFO kablam! | Sep 02 05:05:35.389 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 02 05:05:35.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.389 INFO kablam! | Sep 02 05:05:35.389 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.389 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.389 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 02 05:05:35.390 INFO kablam! Sep 02 05:05:35.390 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.390 INFO kablam! --> src/pe32/exports.rs:257:45 Sep 02 05:05:35.390 INFO kablam! | Sep 02 05:05:35.390 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Sep 02 05:05:35.390 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 02 05:05:35.390 INFO kablam! | Sep 02 05:05:35.390 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.391 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.391 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 02 05:05:35.391 INFO kablam! Sep 02 05:05:35.391 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.391 INFO kablam! --> src/pe32/exports.rs:258:45 Sep 02 05:05:35.391 INFO kablam! | Sep 02 05:05:35.391 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Sep 02 05:05:35.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.392 INFO kablam! | Sep 02 05:05:35.392 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.392 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.392 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 02 05:05:35.392 INFO kablam! Sep 02 05:05:35.392 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.392 INFO kablam! --> src/pe32/exports.rs:259:45 Sep 02 05:05:35.392 INFO kablam! | Sep 02 05:05:35.392 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Sep 02 05:05:35.393 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.393 INFO kablam! | Sep 02 05:05:35.393 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.393 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.393 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 02 05:05:35.393 INFO kablam! Sep 02 05:05:35.393 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.393 INFO kablam! --> src/pe32/imports.rs:170:44 Sep 02 05:05:35.393 INFO kablam! | Sep 02 05:05:35.393 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 02 05:05:35.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.394 INFO kablam! | Sep 02 05:05:35.394 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.394 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.394 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 02 05:05:35.394 INFO kablam! Sep 02 05:05:35.394 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.394 INFO kablam! --> src/pe32/imports.rs:171:49 Sep 02 05:05:35.394 INFO kablam! | Sep 02 05:05:35.394 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Sep 02 05:05:35.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.395 INFO kablam! | Sep 02 05:05:35.395 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.395 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.395 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 02 05:05:35.395 INFO kablam! Sep 02 05:05:35.395 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.395 INFO kablam! --> src/pe32/imports.rs:172:49 Sep 02 05:05:35.395 INFO kablam! | Sep 02 05:05:35.396 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Sep 02 05:05:35.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.396 INFO kablam! | Sep 02 05:05:35.396 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.396 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.396 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 02 05:05:35.396 INFO kablam! Sep 02 05:05:35.396 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.396 INFO kablam! --> src/pe32/relocs.rs:143:49 Sep 02 05:05:35.397 INFO kablam! | Sep 02 05:05:35.397 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Sep 02 05:05:35.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.397 INFO kablam! | Sep 02 05:05:35.397 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.397 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.398 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 02 05:05:35.398 INFO kablam! Sep 02 05:05:35.398 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.398 INFO kablam! --> src/pe32/relocs.rs:144:49 Sep 02 05:05:35.398 INFO kablam! | Sep 02 05:05:35.398 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Sep 02 05:05:35.398 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.398 INFO kablam! | Sep 02 05:05:35.398 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.399 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.399 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 02 05:05:35.399 INFO kablam! Sep 02 05:05:35.399 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.399 INFO kablam! --> src/pe64/exports.rs:254:50 Sep 02 05:05:35.399 INFO kablam! | Sep 02 05:05:35.399 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Sep 02 05:05:35.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.400 INFO kablam! | Sep 02 05:05:35.400 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.400 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.400 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 02 05:05:35.400 INFO kablam! Sep 02 05:05:35.400 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.400 INFO kablam! --> src/pe64/exports.rs:255:45 Sep 02 05:05:35.400 INFO kablam! | Sep 02 05:05:35.401 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 02 05:05:35.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.401 INFO kablam! | Sep 02 05:05:35.401 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.401 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.401 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 02 05:05:35.401 INFO kablam! Sep 02 05:05:35.402 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.402 INFO kablam! --> src/pe64/exports.rs:256:48 Sep 02 05:05:35.402 INFO kablam! | Sep 02 05:05:35.402 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 02 05:05:35.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.402 INFO kablam! | Sep 02 05:05:35.402 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.402 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.403 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 02 05:05:35.403 INFO kablam! Sep 02 05:05:35.403 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.403 INFO kablam! --> src/pe64/exports.rs:256:74 Sep 02 05:05:35.403 INFO kablam! | Sep 02 05:05:35.403 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 02 05:05:35.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.403 INFO kablam! | Sep 02 05:05:35.403 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.403 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.404 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 02 05:05:35.404 INFO kablam! Sep 02 05:05:35.404 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.404 INFO kablam! --> src/pe64/exports.rs:257:45 Sep 02 05:05:35.404 INFO kablam! | Sep 02 05:05:35.404 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Sep 02 05:05:35.404 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 02 05:05:35.404 INFO kablam! | Sep 02 05:05:35.404 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.404 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.405 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 02 05:05:35.405 INFO kablam! Sep 02 05:05:35.405 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.405 INFO kablam! --> src/pe64/exports.rs:258:45 Sep 02 05:05:35.405 INFO kablam! | Sep 02 05:05:35.405 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Sep 02 05:05:35.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.405 INFO kablam! | Sep 02 05:05:35.405 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.405 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.406 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 02 05:05:35.406 INFO kablam! Sep 02 05:05:35.406 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.406 INFO kablam! --> src/pe64/exports.rs:259:45 Sep 02 05:05:35.406 INFO kablam! | Sep 02 05:05:35.406 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Sep 02 05:05:35.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.406 INFO kablam! | Sep 02 05:05:35.406 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.406 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.407 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 02 05:05:35.407 INFO kablam! Sep 02 05:05:35.407 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.407 INFO kablam! --> src/pe64/imports.rs:170:44 Sep 02 05:05:35.407 INFO kablam! | Sep 02 05:05:35.407 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 02 05:05:35.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.407 INFO kablam! | Sep 02 05:05:35.407 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.407 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.407 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 02 05:05:35.408 INFO kablam! Sep 02 05:05:35.408 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.408 INFO kablam! --> src/pe64/imports.rs:171:49 Sep 02 05:05:35.408 INFO kablam! | Sep 02 05:05:35.408 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Sep 02 05:05:35.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.408 INFO kablam! | Sep 02 05:05:35.408 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.408 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.408 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 02 05:05:35.408 INFO kablam! Sep 02 05:05:35.409 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.409 INFO kablam! --> src/pe64/imports.rs:172:49 Sep 02 05:05:35.409 INFO kablam! | Sep 02 05:05:35.409 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Sep 02 05:05:35.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.409 INFO kablam! | Sep 02 05:05:35.409 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.409 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.409 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 02 05:05:35.409 INFO kablam! Sep 02 05:05:35.410 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.410 INFO kablam! --> src/pe64/relocs.rs:143:49 Sep 02 05:05:35.410 INFO kablam! | Sep 02 05:05:35.410 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Sep 02 05:05:35.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.410 INFO kablam! | Sep 02 05:05:35.410 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.410 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.410 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 02 05:05:35.410 INFO kablam! Sep 02 05:05:35.411 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.411 INFO kablam! --> src/pe64/relocs.rs:144:49 Sep 02 05:05:35.411 INFO kablam! | Sep 02 05:05:35.411 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Sep 02 05:05:35.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.411 INFO kablam! | Sep 02 05:05:35.411 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.412 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.412 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 02 05:05:35.412 INFO kablam! Sep 02 05:05:35.412 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.412 INFO kablam! --> src/resources.rs:266:45 Sep 02 05:05:35.412 INFO kablam! | Sep 02 05:05:35.412 INFO kablam! 266 | try!(writeln!(f, " Characteristics: {}", self.image_.Characteristics)); Sep 02 05:05:35.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.412 INFO kablam! | Sep 02 05:05:35.413 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.413 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.413 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 02 05:05:35.413 INFO kablam! Sep 02 05:05:35.413 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.413 INFO kablam! --> src/resources.rs:267:45 Sep 02 05:05:35.413 INFO kablam! | Sep 02 05:05:35.414 INFO kablam! 267 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 02 05:05:35.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.414 INFO kablam! | Sep 02 05:05:35.414 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.414 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.414 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 02 05:05:35.414 INFO kablam! Sep 02 05:05:35.414 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.415 INFO kablam! --> src/resources.rs:268:48 Sep 02 05:05:35.415 INFO kablam! | Sep 02 05:05:35.415 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 02 05:05:35.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.415 INFO kablam! | Sep 02 05:05:35.415 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.415 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.415 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 02 05:05:35.416 INFO kablam! Sep 02 05:05:35.416 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.416 INFO kablam! --> src/resources.rs:268:74 Sep 02 05:05:35.416 INFO kablam! | Sep 02 05:05:35.416 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 02 05:05:35.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.416 INFO kablam! | Sep 02 05:05:35.417 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.417 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.417 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 02 05:05:35.417 INFO kablam! Sep 02 05:05:35.417 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.417 INFO kablam! --> src/resources.rs:329:50 Sep 02 05:05:35.417 INFO kablam! | Sep 02 05:05:35.417 INFO kablam! 329 | try!(writeln!(f, " OffsetToData: {:>08X}", self.image_.OffsetToData)); Sep 02 05:05:35.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.418 INFO kablam! | Sep 02 05:05:35.418 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.418 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.418 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 02 05:05:35.418 INFO kablam! Sep 02 05:05:35.418 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.418 INFO kablam! --> src/resources.rs:330:50 Sep 02 05:05:35.418 INFO kablam! | Sep 02 05:05:35.419 INFO kablam! 330 | try!(writeln!(f, " Size: {:>08X}", self.image_.Size)); Sep 02 05:05:35.419 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 02 05:05:35.419 INFO kablam! | Sep 02 05:05:35.419 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.419 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.419 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 02 05:05:35.419 INFO kablam! Sep 02 05:05:35.419 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.419 INFO kablam! --> src/resources.rs:331:45 Sep 02 05:05:35.420 INFO kablam! | Sep 02 05:05:35.420 INFO kablam! 331 | try!(writeln!(f, " CodePage: {}", self.image_.CodePage)); Sep 02 05:05:35.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.420 INFO kablam! | Sep 02 05:05:35.420 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.420 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.420 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 02 05:05:35.420 INFO kablam! Sep 02 05:05:35.494 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.494 INFO kablam! --> src/image.rs:34:10 Sep 02 05:05:35.494 INFO kablam! | Sep 02 05:05:35.494 INFO kablam! 34 | #[derive(Debug)] Sep 02 05:05:35.494 INFO kablam! | ^^^^^ Sep 02 05:05:35.494 INFO kablam! | Sep 02 05:05:35.494 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 02 05:05:35.494 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.494 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.494 INFO kablam! Sep 02 05:05:35.496 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.496 INFO kablam! --> src/image.rs:80:10 Sep 02 05:05:35.496 INFO kablam! | Sep 02 05:05:35.496 INFO kablam! 80 | #[derive(Debug)] Sep 02 05:05:35.496 INFO kablam! | ^^^^^ Sep 02 05:05:35.496 INFO kablam! | Sep 02 05:05:35.496 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.496 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.496 INFO kablam! Sep 02 05:05:35.496 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.496 INFO kablam! --> src/image.rs:94:10 Sep 02 05:05:35.496 INFO kablam! | Sep 02 05:05:35.496 INFO kablam! 94 | #[derive(Debug)] Sep 02 05:05:35.496 INFO kablam! | ^^^^^ Sep 02 05:05:35.496 INFO kablam! | Sep 02 05:05:35.496 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.496 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.497 INFO kablam! Sep 02 05:05:35.497 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.497 INFO kablam! --> src/image.rs:148:10 Sep 02 05:05:35.497 INFO kablam! | Sep 02 05:05:35.497 INFO kablam! 148 | #[derive(Debug)] Sep 02 05:05:35.497 INFO kablam! | ^^^^^ Sep 02 05:05:35.497 INFO kablam! | Sep 02 05:05:35.497 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.497 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.497 INFO kablam! Sep 02 05:05:35.497 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.497 INFO kablam! --> src/image.rs:184:10 Sep 02 05:05:35.497 INFO kablam! | Sep 02 05:05:35.497 INFO kablam! 184 | #[derive(Debug)] Sep 02 05:05:35.497 INFO kablam! | ^^^^^ Sep 02 05:05:35.497 INFO kablam! | Sep 02 05:05:35.497 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.497 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.497 INFO kablam! Sep 02 05:05:35.497 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.497 INFO kablam! --> src/image.rs:223:10 Sep 02 05:05:35.497 INFO kablam! | Sep 02 05:05:35.497 INFO kablam! 223 | #[derive(Debug)] Sep 02 05:05:35.498 INFO kablam! | ^^^^^ Sep 02 05:05:35.498 INFO kablam! | Sep 02 05:05:35.498 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.498 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.498 INFO kablam! Sep 02 05:05:35.498 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.498 INFO kablam! --> src/image.rs:231:10 Sep 02 05:05:35.498 INFO kablam! | Sep 02 05:05:35.498 INFO kablam! 231 | #[derive(Debug)] Sep 02 05:05:35.498 INFO kablam! | ^^^^^ Sep 02 05:05:35.498 INFO kablam! | Sep 02 05:05:35.498 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.498 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.498 INFO kablam! Sep 02 05:05:35.498 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.498 INFO kablam! --> src/image.rs:279:10 Sep 02 05:05:35.498 INFO kablam! | Sep 02 05:05:35.498 INFO kablam! 279 | #[derive(Debug)] Sep 02 05:05:35.498 INFO kablam! | ^^^^^ Sep 02 05:05:35.498 INFO kablam! | Sep 02 05:05:35.498 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.498 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.499 INFO kablam! Sep 02 05:05:35.499 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.499 INFO kablam! --> src/image.rs:296:10 Sep 02 05:05:35.499 INFO kablam! | Sep 02 05:05:35.499 INFO kablam! 296 | #[derive(Debug)] Sep 02 05:05:35.499 INFO kablam! | ^^^^^ Sep 02 05:05:35.499 INFO kablam! | Sep 02 05:05:35.499 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.499 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.499 INFO kablam! Sep 02 05:05:35.499 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.499 INFO kablam! --> src/image.rs:314:10 Sep 02 05:05:35.499 INFO kablam! | Sep 02 05:05:35.499 INFO kablam! 314 | #[derive(Debug)] Sep 02 05:05:35.499 INFO kablam! | ^^^^^ Sep 02 05:05:35.499 INFO kablam! | Sep 02 05:05:35.499 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.499 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.499 INFO kablam! Sep 02 05:05:35.499 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.499 INFO kablam! --> src/image.rs:359:10 Sep 02 05:05:35.499 INFO kablam! | Sep 02 05:05:35.500 INFO kablam! 359 | #[derive(Debug)] Sep 02 05:05:35.500 INFO kablam! | ^^^^^ Sep 02 05:05:35.500 INFO kablam! | Sep 02 05:05:35.500 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.500 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.500 INFO kablam! Sep 02 05:05:35.500 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.500 INFO kablam! --> src/image.rs:370:10 Sep 02 05:05:35.500 INFO kablam! | Sep 02 05:05:35.500 INFO kablam! 370 | #[derive(Debug)] Sep 02 05:05:35.500 INFO kablam! | ^^^^^ Sep 02 05:05:35.500 INFO kablam! | Sep 02 05:05:35.500 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.500 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.500 INFO kablam! Sep 02 05:05:35.500 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.500 INFO kablam! --> src/image.rs:380:10 Sep 02 05:05:35.500 INFO kablam! | Sep 02 05:05:35.500 INFO kablam! 380 | #[derive(Debug)] Sep 02 05:05:35.500 INFO kablam! | ^^^^^ Sep 02 05:05:35.500 INFO kablam! | Sep 02 05:05:35.500 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.501 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.501 INFO kablam! Sep 02 05:05:35.508 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.508 INFO kablam! --> src/image.rs:401:10 Sep 02 05:05:35.508 INFO kablam! | Sep 02 05:05:35.508 INFO kablam! 401 | #[derive(Debug)] Sep 02 05:05:35.508 INFO kablam! | ^^^^^ Sep 02 05:05:35.508 INFO kablam! | Sep 02 05:05:35.508 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.508 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.509 INFO kablam! Sep 02 05:05:35.509 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 05:05:35.509 INFO kablam! --> src/image.rs:408:10 Sep 02 05:05:35.509 INFO kablam! | Sep 02 05:05:35.509 INFO kablam! 408 | #[derive(Debug)] Sep 02 05:05:35.509 INFO kablam! | ^^^^^ Sep 02 05:05:35.509 INFO kablam! | Sep 02 05:05:35.509 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.510 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.510 INFO kablam! Sep 02 05:05:35.510 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.510 INFO kablam! --> src/pe32/exports.rs:254:50 Sep 02 05:05:35.510 INFO kablam! | Sep 02 05:05:35.510 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Sep 02 05:05:35.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.510 INFO kablam! | Sep 02 05:05:35.511 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.511 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.511 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 02 05:05:35.511 INFO kablam! Sep 02 05:05:35.511 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.511 INFO kablam! --> src/pe32/exports.rs:255:45 Sep 02 05:05:35.511 INFO kablam! | Sep 02 05:05:35.512 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 02 05:05:35.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.512 INFO kablam! | Sep 02 05:05:35.512 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.512 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.512 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 02 05:05:35.512 INFO kablam! Sep 02 05:05:35.513 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.513 INFO kablam! --> src/pe32/exports.rs:256:48 Sep 02 05:05:35.513 INFO kablam! | Sep 02 05:05:35.513 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 02 05:05:35.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.513 INFO kablam! | Sep 02 05:05:35.513 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.514 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.514 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 02 05:05:35.514 INFO kablam! Sep 02 05:05:35.514 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.514 INFO kablam! --> src/pe32/exports.rs:256:74 Sep 02 05:05:35.514 INFO kablam! | Sep 02 05:05:35.514 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 02 05:05:35.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.515 INFO kablam! | Sep 02 05:05:35.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.515 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.515 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 02 05:05:35.515 INFO kablam! Sep 02 05:05:35.515 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.516 INFO kablam! --> src/pe32/exports.rs:257:45 Sep 02 05:05:35.516 INFO kablam! | Sep 02 05:05:35.516 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Sep 02 05:05:35.516 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 02 05:05:35.516 INFO kablam! | Sep 02 05:05:35.516 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.516 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.517 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 02 05:05:35.517 INFO kablam! Sep 02 05:05:35.517 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.517 INFO kablam! --> src/pe32/exports.rs:258:45 Sep 02 05:05:35.517 INFO kablam! | Sep 02 05:05:35.517 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Sep 02 05:05:35.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.518 INFO kablam! | Sep 02 05:05:35.518 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.518 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.518 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 02 05:05:35.518 INFO kablam! Sep 02 05:05:35.518 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.518 INFO kablam! --> src/pe32/exports.rs:259:45 Sep 02 05:05:35.518 INFO kablam! | Sep 02 05:05:35.518 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Sep 02 05:05:35.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.519 INFO kablam! | Sep 02 05:05:35.519 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.519 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.519 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 02 05:05:35.519 INFO kablam! Sep 02 05:05:35.519 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.519 INFO kablam! --> src/pe32/imports.rs:170:44 Sep 02 05:05:35.519 INFO kablam! | Sep 02 05:05:35.519 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 02 05:05:35.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.520 INFO kablam! | Sep 02 05:05:35.520 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.520 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.520 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 02 05:05:35.520 INFO kablam! Sep 02 05:05:35.520 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.520 INFO kablam! --> src/pe32/imports.rs:171:49 Sep 02 05:05:35.520 INFO kablam! | Sep 02 05:05:35.520 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Sep 02 05:05:35.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.520 INFO kablam! | Sep 02 05:05:35.521 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.521 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.521 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 02 05:05:35.521 INFO kablam! Sep 02 05:05:35.521 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.521 INFO kablam! --> src/pe32/imports.rs:172:49 Sep 02 05:05:35.521 INFO kablam! | Sep 02 05:05:35.521 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Sep 02 05:05:35.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.522 INFO kablam! | Sep 02 05:05:35.522 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.522 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.522 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 02 05:05:35.522 INFO kablam! Sep 02 05:05:35.522 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.522 INFO kablam! --> src/pe32/relocs.rs:143:49 Sep 02 05:05:35.522 INFO kablam! | Sep 02 05:05:35.522 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Sep 02 05:05:35.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.523 INFO kablam! | Sep 02 05:05:35.523 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.526 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.526 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 02 05:05:35.526 INFO kablam! Sep 02 05:05:35.527 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.527 INFO kablam! --> src/pe32/relocs.rs:144:49 Sep 02 05:05:35.527 INFO kablam! | Sep 02 05:05:35.527 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Sep 02 05:05:35.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.527 INFO kablam! | Sep 02 05:05:35.527 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.527 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.527 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 02 05:05:35.527 INFO kablam! Sep 02 05:05:35.527 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.528 INFO kablam! --> src/pe64/exports.rs:254:50 Sep 02 05:05:35.528 INFO kablam! | Sep 02 05:05:35.528 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Sep 02 05:05:35.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.528 INFO kablam! | Sep 02 05:05:35.528 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.528 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.528 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 02 05:05:35.528 INFO kablam! Sep 02 05:05:35.528 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.529 INFO kablam! --> src/pe64/exports.rs:255:45 Sep 02 05:05:35.529 INFO kablam! | Sep 02 05:05:35.529 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 02 05:05:35.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.529 INFO kablam! | Sep 02 05:05:35.529 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.529 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.529 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 02 05:05:35.529 INFO kablam! Sep 02 05:05:35.529 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.529 INFO kablam! --> src/pe64/exports.rs:256:48 Sep 02 05:05:35.530 INFO kablam! | Sep 02 05:05:35.530 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 02 05:05:35.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.530 INFO kablam! | Sep 02 05:05:35.530 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.530 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.530 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 02 05:05:35.530 INFO kablam! Sep 02 05:05:35.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.531 INFO kablam! --> src/pe64/exports.rs:256:74 Sep 02 05:05:35.531 INFO kablam! | Sep 02 05:05:35.531 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 02 05:05:35.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.531 INFO kablam! | Sep 02 05:05:35.531 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.531 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.531 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 02 05:05:35.531 INFO kablam! Sep 02 05:05:35.531 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.531 INFO kablam! --> src/pe64/exports.rs:257:45 Sep 02 05:05:35.532 INFO kablam! | Sep 02 05:05:35.532 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Sep 02 05:05:35.532 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 02 05:05:35.532 INFO kablam! | Sep 02 05:05:35.532 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.532 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.532 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 02 05:05:35.532 INFO kablam! Sep 02 05:05:35.532 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.532 INFO kablam! --> src/pe64/exports.rs:258:45 Sep 02 05:05:35.532 INFO kablam! | Sep 02 05:05:35.532 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Sep 02 05:05:35.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.533 INFO kablam! | Sep 02 05:05:35.533 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.533 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.533 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 02 05:05:35.533 INFO kablam! Sep 02 05:05:35.533 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.533 INFO kablam! --> src/pe64/exports.rs:259:45 Sep 02 05:05:35.533 INFO kablam! | Sep 02 05:05:35.533 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Sep 02 05:05:35.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.533 INFO kablam! | Sep 02 05:05:35.533 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.533 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.534 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 02 05:05:35.534 INFO kablam! Sep 02 05:05:35.534 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.534 INFO kablam! --> src/pe64/imports.rs:170:44 Sep 02 05:05:35.534 INFO kablam! | Sep 02 05:05:35.534 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 02 05:05:35.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.534 INFO kablam! | Sep 02 05:05:35.535 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.535 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.535 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 02 05:05:35.535 INFO kablam! Sep 02 05:05:35.535 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.535 INFO kablam! --> src/pe64/imports.rs:171:49 Sep 02 05:05:35.535 INFO kablam! | Sep 02 05:05:35.535 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Sep 02 05:05:35.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.536 INFO kablam! | Sep 02 05:05:35.536 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.536 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.536 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 02 05:05:35.536 INFO kablam! Sep 02 05:05:35.536 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.536 INFO kablam! --> src/pe64/imports.rs:172:49 Sep 02 05:05:35.536 INFO kablam! | Sep 02 05:05:35.536 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Sep 02 05:05:35.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.537 INFO kablam! | Sep 02 05:05:35.537 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.537 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.537 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 02 05:05:35.537 INFO kablam! Sep 02 05:05:35.537 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.537 INFO kablam! --> src/pe64/relocs.rs:143:49 Sep 02 05:05:35.537 INFO kablam! | Sep 02 05:05:35.537 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Sep 02 05:05:35.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.537 INFO kablam! | Sep 02 05:05:35.537 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.538 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.538 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 02 05:05:35.538 INFO kablam! Sep 02 05:05:35.538 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.538 INFO kablam! --> src/pe64/relocs.rs:144:49 Sep 02 05:05:35.538 INFO kablam! | Sep 02 05:05:35.538 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Sep 02 05:05:35.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.538 INFO kablam! | Sep 02 05:05:35.538 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.538 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.538 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 02 05:05:35.538 INFO kablam! Sep 02 05:05:35.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.539 INFO kablam! --> src/resources.rs:266:45 Sep 02 05:05:35.539 INFO kablam! | Sep 02 05:05:35.539 INFO kablam! 266 | try!(writeln!(f, " Characteristics: {}", self.image_.Characteristics)); Sep 02 05:05:35.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.539 INFO kablam! | Sep 02 05:05:35.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.539 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.540 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 02 05:05:35.540 INFO kablam! Sep 02 05:05:35.540 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.540 INFO kablam! --> src/resources.rs:267:45 Sep 02 05:05:35.540 INFO kablam! | Sep 02 05:05:35.540 INFO kablam! 267 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 02 05:05:35.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.540 INFO kablam! | Sep 02 05:05:35.541 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.541 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.541 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 02 05:05:35.541 INFO kablam! Sep 02 05:05:35.541 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.541 INFO kablam! --> src/resources.rs:268:48 Sep 02 05:05:35.541 INFO kablam! | Sep 02 05:05:35.541 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 02 05:05:35.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.541 INFO kablam! | Sep 02 05:05:35.541 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.541 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.541 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 02 05:05:35.541 INFO kablam! Sep 02 05:05:35.541 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.542 INFO kablam! --> src/resources.rs:268:74 Sep 02 05:05:35.542 INFO kablam! | Sep 02 05:05:35.542 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 02 05:05:35.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.542 INFO kablam! | Sep 02 05:05:35.542 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.542 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.542 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 02 05:05:35.542 INFO kablam! Sep 02 05:05:35.542 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.542 INFO kablam! --> src/resources.rs:329:50 Sep 02 05:05:35.542 INFO kablam! | Sep 02 05:05:35.543 INFO kablam! 329 | try!(writeln!(f, " OffsetToData: {:>08X}", self.image_.OffsetToData)); Sep 02 05:05:35.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.543 INFO kablam! | Sep 02 05:05:35.543 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.543 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.543 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 02 05:05:35.543 INFO kablam! Sep 02 05:05:35.543 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.543 INFO kablam! --> src/resources.rs:330:50 Sep 02 05:05:35.543 INFO kablam! | Sep 02 05:05:35.543 INFO kablam! 330 | try!(writeln!(f, " Size: {:>08X}", self.image_.Size)); Sep 02 05:05:35.543 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 02 05:05:35.543 INFO kablam! | Sep 02 05:05:35.543 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.543 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.543 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 02 05:05:35.543 INFO kablam! Sep 02 05:05:35.543 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 05:05:35.543 INFO kablam! --> src/resources.rs:331:45 Sep 02 05:05:35.543 INFO kablam! | Sep 02 05:05:35.543 INFO kablam! 331 | try!(writeln!(f, " CodePage: {}", self.image_.CodePage)); Sep 02 05:05:35.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:35.544 INFO kablam! | Sep 02 05:05:35.544 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:05:35.544 INFO kablam! = note: for more information, see issue #46043 Sep 02 05:05:35.544 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 02 05:05:35.544 INFO kablam! Sep 02 05:05:36.280 INFO kablam! error[E0432]: unresolved import `pelite::pe` Sep 02 05:05:36.280 INFO kablam! --> examples/main.rs:11:5 Sep 02 05:05:36.280 INFO kablam! | Sep 02 05:05:36.280 INFO kablam! 11 | use pelite::pe; Sep 02 05:05:36.280 INFO kablam! | ^^^^^^^^^^ no `pe` in the root Sep 02 05:05:36.280 INFO kablam! Sep 02 05:05:36.280 INFO kablam! error[E0433]: failed to resolve. Could not find `pe` in `pelite` Sep 02 05:05:36.280 INFO kablam! --> examples/main.rs:14:13 Sep 02 05:05:36.280 INFO kablam! | Sep 02 05:05:36.280 INFO kablam! 14 | use pelite::pe::imports::PeImports; Sep 02 05:05:36.281 INFO kablam! | ^^ Could not find `pe` in `pelite` Sep 02 05:05:36.281 INFO kablam! Sep 02 05:05:36.282 INFO kablam! warning: unused import: `pelite::pe::imports::PeImports` Sep 02 05:05:36.282 INFO kablam! --> examples/main.rs:14:5 Sep 02 05:05:36.282 INFO kablam! | Sep 02 05:05:36.282 INFO kablam! 14 | use pelite::pe::imports::PeImports; Sep 02 05:05:36.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:05:36.283 INFO kablam! | Sep 02 05:05:36.283 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 05:05:36.283 INFO kablam! Sep 02 05:05:36.300 INFO kablam! error: aborting due to 2 previous errors Sep 02 05:05:36.306 INFO kablam! Sep 02 05:05:36.307 INFO kablam! Some errors occurred: E0432, E0433. Sep 02 05:05:36.307 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 05:05:36.346 INFO kablam! error: Could not compile `pelite`. Sep 02 05:05:36.346 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 05:05:36.712 INFO kablam! error[E0432]: unresolved import `pelite::pe` Sep 02 05:05:36.712 INFO kablam! --> examples/readme.rs:18:5 Sep 02 05:05:36.712 INFO kablam! | Sep 02 05:05:36.712 INFO kablam! 18 | use pelite::pe; Sep 02 05:05:36.712 INFO kablam! | ^^^^^^^^^^ no `pe` in the root Sep 02 05:05:36.712 INFO kablam! Sep 02 05:05:36.756 INFO kablam! error: aborting due to previous error Sep 02 05:05:36.756 INFO kablam! Sep 02 05:05:36.756 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 02 05:05:36.763 INFO kablam! error: Could not compile `pelite`. Sep 02 05:05:36.764 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 05:05:36.943 INFO kablam! error: build failed Sep 02 05:05:36.945 INFO kablam! su: No module specific data is present Sep 02 05:05:37.435 INFO running `"docker" "rm" "-f" "ed1b0b3b710e2d8b2d67e7593627122bf23daf0b98ea35acbb40346fbf782370"` Sep 02 05:05:37.589 INFO blam! ed1b0b3b710e2d8b2d67e7593627122bf23daf0b98ea35acbb40346fbf782370