Aug 31 19:01:24.643 INFO checking pelite-0.2.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Aug 31 19:01:24.643 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Aug 31 19:01:24.643 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-3/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 31 19:01:24.883 INFO blam! d5e1beb9643eb50d0f8c2d5c8890faa50e01604bfe514eb0b93d84ba8850ed8a Aug 31 19:01:24.887 INFO running `"docker" "start" "-a" "d5e1beb9643eb50d0f8c2d5c8890faa50e01604bfe514eb0b93d84ba8850ed8a"` Aug 31 19:01:25.562 INFO kablam! Checking pelite v0.2.0 (file:///source) Aug 31 19:01:27.079 INFO kablam! warning: type annotations needed Aug 31 19:01:27.079 INFO kablam! --> src/resources.rs:257:40 Aug 31 19:01:27.079 INFO kablam! | Aug 31 19:01:27.079 INFO kablam! 257 | let ptr = (self.image_ as *const _).offset(1) as *const ImageResourceDirectoryEntry; Aug 31 19:01:27.079 INFO kablam! | ^^^^^^ Aug 31 19:01:27.079 INFO kablam! | Aug 31 19:01:27.079 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Aug 31 19:01:27.079 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Aug 31 19:01:27.079 INFO kablam! = note: for more information, see issue #46906 Aug 31 19:01:27.079 INFO kablam! Aug 31 19:01:27.106 INFO kablam! warning: unused import: `std::fmt::Write` Aug 31 19:01:27.106 INFO kablam! --> src/resources.rs:7:5 Aug 31 19:01:27.106 INFO kablam! | Aug 31 19:01:27.106 INFO kablam! 7 | use std::fmt::Write; Aug 31 19:01:27.106 INFO kablam! | ^^^^^^^^^^^^^^^ Aug 31 19:01:27.106 INFO kablam! | Aug 31 19:01:27.106 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 31 19:01:27.106 INFO kablam! Aug 31 19:01:27.139 INFO kablam! warning: type annotations needed Aug 31 19:01:27.139 INFO kablam! --> src/resources.rs:257:40 Aug 31 19:01:27.139 INFO kablam! | Aug 31 19:01:27.139 INFO kablam! 257 | let ptr = (self.image_ as *const _).offset(1) as *const ImageResourceDirectoryEntry; Aug 31 19:01:27.139 INFO kablam! | ^^^^^^ Aug 31 19:01:27.140 INFO kablam! | Aug 31 19:01:27.140 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Aug 31 19:01:27.141 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Aug 31 19:01:27.141 INFO kablam! = note: for more information, see issue #46906 Aug 31 19:01:27.142 INFO kablam! Aug 31 19:01:27.169 INFO kablam! warning: unused import: `std::fmt::Write` Aug 31 19:01:27.169 INFO kablam! --> src/resources.rs:7:5 Aug 31 19:01:27.169 INFO kablam! | Aug 31 19:01:27.169 INFO kablam! 7 | use std::fmt::Write; Aug 31 19:01:27.169 INFO kablam! | ^^^^^^^^^^^^^^^ Aug 31 19:01:27.169 INFO kablam! | Aug 31 19:01:27.170 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 31 19:01:27.170 INFO kablam! Aug 31 19:01:27.563 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.563 INFO kablam! --> src/image.rs:34:10 Aug 31 19:01:27.563 INFO kablam! | Aug 31 19:01:27.563 INFO kablam! 34 | #[derive(Debug)] Aug 31 19:01:27.563 INFO kablam! | ^^^^^ Aug 31 19:01:27.563 INFO kablam! | Aug 31 19:01:27.563 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 31 19:01:27.563 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.563 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.563 INFO kablam! Aug 31 19:01:27.565 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.565 INFO kablam! --> src/image.rs:80:10 Aug 31 19:01:27.565 INFO kablam! | Aug 31 19:01:27.565 INFO kablam! 80 | #[derive(Debug)] Aug 31 19:01:27.565 INFO kablam! | ^^^^^ Aug 31 19:01:27.565 INFO kablam! | Aug 31 19:01:27.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.565 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.566 INFO kablam! Aug 31 19:01:27.566 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.566 INFO kablam! --> src/image.rs:94:10 Aug 31 19:01:27.566 INFO kablam! | Aug 31 19:01:27.566 INFO kablam! 94 | #[derive(Debug)] Aug 31 19:01:27.566 INFO kablam! | ^^^^^ Aug 31 19:01:27.566 INFO kablam! | Aug 31 19:01:27.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.566 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.566 INFO kablam! Aug 31 19:01:27.566 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.566 INFO kablam! --> src/image.rs:148:10 Aug 31 19:01:27.566 INFO kablam! | Aug 31 19:01:27.566 INFO kablam! 148 | #[derive(Debug)] Aug 31 19:01:27.566 INFO kablam! | ^^^^^ Aug 31 19:01:27.566 INFO kablam! | Aug 31 19:01:27.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.566 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.566 INFO kablam! Aug 31 19:01:27.566 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.566 INFO kablam! --> src/image.rs:184:10 Aug 31 19:01:27.567 INFO kablam! | Aug 31 19:01:27.567 INFO kablam! 184 | #[derive(Debug)] Aug 31 19:01:27.567 INFO kablam! | ^^^^^ Aug 31 19:01:27.567 INFO kablam! | Aug 31 19:01:27.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.567 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.567 INFO kablam! Aug 31 19:01:27.567 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.567 INFO kablam! --> src/image.rs:223:10 Aug 31 19:01:27.567 INFO kablam! | Aug 31 19:01:27.567 INFO kablam! 223 | #[derive(Debug)] Aug 31 19:01:27.567 INFO kablam! | ^^^^^ Aug 31 19:01:27.567 INFO kablam! | Aug 31 19:01:27.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.567 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.567 INFO kablam! Aug 31 19:01:27.567 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.567 INFO kablam! --> src/image.rs:231:10 Aug 31 19:01:27.567 INFO kablam! | Aug 31 19:01:27.567 INFO kablam! 231 | #[derive(Debug)] Aug 31 19:01:27.567 INFO kablam! | ^^^^^ Aug 31 19:01:27.567 INFO kablam! | Aug 31 19:01:27.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.568 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.568 INFO kablam! Aug 31 19:01:27.568 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.568 INFO kablam! --> src/image.rs:279:10 Aug 31 19:01:27.568 INFO kablam! | Aug 31 19:01:27.568 INFO kablam! 279 | #[derive(Debug)] Aug 31 19:01:27.568 INFO kablam! | ^^^^^ Aug 31 19:01:27.568 INFO kablam! | Aug 31 19:01:27.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.568 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.568 INFO kablam! Aug 31 19:01:27.568 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.568 INFO kablam! --> src/image.rs:296:10 Aug 31 19:01:27.568 INFO kablam! | Aug 31 19:01:27.568 INFO kablam! 296 | #[derive(Debug)] Aug 31 19:01:27.568 INFO kablam! | ^^^^^ Aug 31 19:01:27.568 INFO kablam! | Aug 31 19:01:27.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.568 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.568 INFO kablam! Aug 31 19:01:27.568 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.568 INFO kablam! --> src/image.rs:314:10 Aug 31 19:01:27.568 INFO kablam! | Aug 31 19:01:27.569 INFO kablam! 314 | #[derive(Debug)] Aug 31 19:01:27.569 INFO kablam! | ^^^^^ Aug 31 19:01:27.569 INFO kablam! | Aug 31 19:01:27.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.569 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.569 INFO kablam! Aug 31 19:01:27.569 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.569 INFO kablam! --> src/image.rs:359:10 Aug 31 19:01:27.569 INFO kablam! | Aug 31 19:01:27.569 INFO kablam! 359 | #[derive(Debug)] Aug 31 19:01:27.569 INFO kablam! | ^^^^^ Aug 31 19:01:27.569 INFO kablam! | Aug 31 19:01:27.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.569 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.569 INFO kablam! Aug 31 19:01:27.569 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.569 INFO kablam! --> src/image.rs:370:10 Aug 31 19:01:27.569 INFO kablam! | Aug 31 19:01:27.569 INFO kablam! 370 | #[derive(Debug)] Aug 31 19:01:27.569 INFO kablam! | ^^^^^ Aug 31 19:01:27.569 INFO kablam! | Aug 31 19:01:27.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.570 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.570 INFO kablam! Aug 31 19:01:27.570 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.570 INFO kablam! --> src/image.rs:380:10 Aug 31 19:01:27.570 INFO kablam! | Aug 31 19:01:27.570 INFO kablam! 380 | #[derive(Debug)] Aug 31 19:01:27.570 INFO kablam! | ^^^^^ Aug 31 19:01:27.570 INFO kablam! | Aug 31 19:01:27.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.578 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.578 INFO kablam! Aug 31 19:01:27.578 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.578 INFO kablam! --> src/image.rs:401:10 Aug 31 19:01:27.579 INFO kablam! | Aug 31 19:01:27.579 INFO kablam! 401 | #[derive(Debug)] Aug 31 19:01:27.579 INFO kablam! | ^^^^^ Aug 31 19:01:27.579 INFO kablam! | Aug 31 19:01:27.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.579 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.579 INFO kablam! Aug 31 19:01:27.580 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.580 INFO kablam! --> src/image.rs:408:10 Aug 31 19:01:27.580 INFO kablam! | Aug 31 19:01:27.580 INFO kablam! 408 | #[derive(Debug)] Aug 31 19:01:27.580 INFO kablam! | ^^^^^ Aug 31 19:01:27.580 INFO kablam! | Aug 31 19:01:27.580 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.580 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.581 INFO kablam! Aug 31 19:01:27.581 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.581 INFO kablam! --> src/pe32/exports.rs:254:50 Aug 31 19:01:27.581 INFO kablam! | Aug 31 19:01:27.581 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Aug 31 19:01:27.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.581 INFO kablam! | Aug 31 19:01:27.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.582 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.582 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.582 INFO kablam! Aug 31 19:01:27.582 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.582 INFO kablam! --> src/pe32/exports.rs:255:45 Aug 31 19:01:27.582 INFO kablam! | Aug 31 19:01:27.583 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Aug 31 19:01:27.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.583 INFO kablam! | Aug 31 19:01:27.583 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.583 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.583 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.584 INFO kablam! Aug 31 19:01:27.584 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.584 INFO kablam! --> src/pe32/exports.rs:256:48 Aug 31 19:01:27.584 INFO kablam! | Aug 31 19:01:27.584 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Aug 31 19:01:27.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.584 INFO kablam! | Aug 31 19:01:27.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.585 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.585 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.585 INFO kablam! Aug 31 19:01:27.585 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.585 INFO kablam! --> src/pe32/exports.rs:256:74 Aug 31 19:01:27.585 INFO kablam! | Aug 31 19:01:27.586 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Aug 31 19:01:27.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.586 INFO kablam! | Aug 31 19:01:27.586 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.586 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.586 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.587 INFO kablam! Aug 31 19:01:27.587 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.587 INFO kablam! --> src/pe32/exports.rs:257:45 Aug 31 19:01:27.587 INFO kablam! | Aug 31 19:01:27.587 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Aug 31 19:01:27.587 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 31 19:01:27.587 INFO kablam! | Aug 31 19:01:27.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.588 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.588 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.588 INFO kablam! Aug 31 19:01:27.588 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.588 INFO kablam! --> src/pe32/exports.rs:258:45 Aug 31 19:01:27.588 INFO kablam! | Aug 31 19:01:27.588 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Aug 31 19:01:27.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.589 INFO kablam! | Aug 31 19:01:27.589 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.589 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.589 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.589 INFO kablam! Aug 31 19:01:27.589 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.590 INFO kablam! --> src/pe32/exports.rs:259:45 Aug 31 19:01:27.590 INFO kablam! | Aug 31 19:01:27.590 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Aug 31 19:01:27.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.590 INFO kablam! | Aug 31 19:01:27.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.590 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.591 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.591 INFO kablam! Aug 31 19:01:27.591 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.591 INFO kablam! --> src/pe32/imports.rs:170:44 Aug 31 19:01:27.591 INFO kablam! | Aug 31 19:01:27.591 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Aug 31 19:01:27.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.591 INFO kablam! | Aug 31 19:01:27.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.592 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.592 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.592 INFO kablam! Aug 31 19:01:27.592 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.592 INFO kablam! --> src/pe32/imports.rs:171:49 Aug 31 19:01:27.592 INFO kablam! | Aug 31 19:01:27.592 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Aug 31 19:01:27.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.594 INFO kablam! | Aug 31 19:01:27.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.594 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.595 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.595 INFO kablam! Aug 31 19:01:27.595 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.595 INFO kablam! --> src/pe32/imports.rs:172:49 Aug 31 19:01:27.595 INFO kablam! | Aug 31 19:01:27.595 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Aug 31 19:01:27.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.595 INFO kablam! | Aug 31 19:01:27.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.596 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.596 INFO kablam! Aug 31 19:01:27.596 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.596 INFO kablam! --> src/pe32/relocs.rs:143:49 Aug 31 19:01:27.596 INFO kablam! | Aug 31 19:01:27.596 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Aug 31 19:01:27.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.597 INFO kablam! | Aug 31 19:01:27.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.597 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.597 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.597 INFO kablam! Aug 31 19:01:27.597 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.597 INFO kablam! --> src/pe32/relocs.rs:144:49 Aug 31 19:01:27.598 INFO kablam! | Aug 31 19:01:27.598 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Aug 31 19:01:27.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.598 INFO kablam! | Aug 31 19:01:27.598 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.598 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.598 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.598 INFO kablam! Aug 31 19:01:27.599 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.599 INFO kablam! --> src/pe64/exports.rs:254:50 Aug 31 19:01:27.599 INFO kablam! | Aug 31 19:01:27.599 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Aug 31 19:01:27.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.599 INFO kablam! | Aug 31 19:01:27.599 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.600 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.600 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.600 INFO kablam! Aug 31 19:01:27.600 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.600 INFO kablam! --> src/pe64/exports.rs:255:45 Aug 31 19:01:27.600 INFO kablam! | Aug 31 19:01:27.600 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Aug 31 19:01:27.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.600 INFO kablam! | Aug 31 19:01:27.601 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.601 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.601 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.601 INFO kablam! Aug 31 19:01:27.601 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.601 INFO kablam! --> src/pe64/exports.rs:256:48 Aug 31 19:01:27.601 INFO kablam! | Aug 31 19:01:27.601 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Aug 31 19:01:27.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.602 INFO kablam! | Aug 31 19:01:27.602 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.602 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.602 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.602 INFO kablam! Aug 31 19:01:27.602 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.603 INFO kablam! --> src/pe64/exports.rs:256:74 Aug 31 19:01:27.603 INFO kablam! | Aug 31 19:01:27.603 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Aug 31 19:01:27.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.603 INFO kablam! | Aug 31 19:01:27.603 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.603 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.603 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.603 INFO kablam! Aug 31 19:01:27.604 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.604 INFO kablam! --> src/pe64/exports.rs:257:45 Aug 31 19:01:27.604 INFO kablam! | Aug 31 19:01:27.604 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Aug 31 19:01:27.604 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 31 19:01:27.604 INFO kablam! | Aug 31 19:01:27.604 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.605 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.605 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.605 INFO kablam! Aug 31 19:01:27.605 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.605 INFO kablam! --> src/pe64/exports.rs:258:45 Aug 31 19:01:27.605 INFO kablam! | Aug 31 19:01:27.605 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Aug 31 19:01:27.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.605 INFO kablam! | Aug 31 19:01:27.606 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.606 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.606 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.606 INFO kablam! Aug 31 19:01:27.606 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.606 INFO kablam! --> src/pe64/exports.rs:259:45 Aug 31 19:01:27.606 INFO kablam! | Aug 31 19:01:27.606 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Aug 31 19:01:27.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.607 INFO kablam! | Aug 31 19:01:27.607 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.607 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.607 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.607 INFO kablam! Aug 31 19:01:27.607 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.607 INFO kablam! --> src/pe64/imports.rs:170:44 Aug 31 19:01:27.608 INFO kablam! | Aug 31 19:01:27.608 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Aug 31 19:01:27.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.608 INFO kablam! | Aug 31 19:01:27.608 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.608 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.608 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.608 INFO kablam! Aug 31 19:01:27.609 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.609 INFO kablam! --> src/pe64/imports.rs:171:49 Aug 31 19:01:27.609 INFO kablam! | Aug 31 19:01:27.609 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Aug 31 19:01:27.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.609 INFO kablam! | Aug 31 19:01:27.609 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.609 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.610 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.610 INFO kablam! Aug 31 19:01:27.610 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.610 INFO kablam! --> src/pe64/imports.rs:172:49 Aug 31 19:01:27.610 INFO kablam! | Aug 31 19:01:27.610 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Aug 31 19:01:27.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.610 INFO kablam! | Aug 31 19:01:27.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.611 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.611 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.611 INFO kablam! Aug 31 19:01:27.611 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.611 INFO kablam! --> src/pe64/relocs.rs:143:49 Aug 31 19:01:27.611 INFO kablam! | Aug 31 19:01:27.612 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Aug 31 19:01:27.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.612 INFO kablam! | Aug 31 19:01:27.612 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.612 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.612 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.612 INFO kablam! Aug 31 19:01:27.612 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.613 INFO kablam! --> src/pe64/relocs.rs:144:49 Aug 31 19:01:27.613 INFO kablam! | Aug 31 19:01:27.613 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Aug 31 19:01:27.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.613 INFO kablam! | Aug 31 19:01:27.613 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.613 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.613 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.614 INFO kablam! Aug 31 19:01:27.614 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.614 INFO kablam! --> src/resources.rs:266:45 Aug 31 19:01:27.614 INFO kablam! | Aug 31 19:01:27.614 INFO kablam! 266 | try!(writeln!(f, " Characteristics: {}", self.image_.Characteristics)); Aug 31 19:01:27.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.614 INFO kablam! | Aug 31 19:01:27.614 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.615 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.615 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.615 INFO kablam! Aug 31 19:01:27.615 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.615 INFO kablam! --> src/resources.rs:267:45 Aug 31 19:01:27.615 INFO kablam! | Aug 31 19:01:27.615 INFO kablam! 267 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Aug 31 19:01:27.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.616 INFO kablam! | Aug 31 19:01:27.616 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.616 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.616 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.616 INFO kablam! Aug 31 19:01:27.616 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.616 INFO kablam! --> src/resources.rs:268:48 Aug 31 19:01:27.616 INFO kablam! | Aug 31 19:01:27.617 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Aug 31 19:01:27.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.617 INFO kablam! | Aug 31 19:01:27.617 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.617 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.617 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.617 INFO kablam! Aug 31 19:01:27.617 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.617 INFO kablam! --> src/resources.rs:268:74 Aug 31 19:01:27.618 INFO kablam! | Aug 31 19:01:27.618 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Aug 31 19:01:27.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.618 INFO kablam! | Aug 31 19:01:27.618 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.618 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.618 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.618 INFO kablam! Aug 31 19:01:27.619 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.619 INFO kablam! --> src/resources.rs:329:50 Aug 31 19:01:27.619 INFO kablam! | Aug 31 19:01:27.619 INFO kablam! 329 | try!(writeln!(f, " OffsetToData: {:>08X}", self.image_.OffsetToData)); Aug 31 19:01:27.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.619 INFO kablam! | Aug 31 19:01:27.619 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.620 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.620 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.620 INFO kablam! Aug 31 19:01:27.620 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.620 INFO kablam! --> src/resources.rs:330:50 Aug 31 19:01:27.620 INFO kablam! | Aug 31 19:01:27.620 INFO kablam! 330 | try!(writeln!(f, " Size: {:>08X}", self.image_.Size)); Aug 31 19:01:27.620 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 31 19:01:27.620 INFO kablam! | Aug 31 19:01:27.621 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.621 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.621 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.621 INFO kablam! Aug 31 19:01:27.621 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.621 INFO kablam! --> src/resources.rs:331:45 Aug 31 19:01:27.621 INFO kablam! | Aug 31 19:01:27.621 INFO kablam! 331 | try!(writeln!(f, " CodePage: {}", self.image_.CodePage)); Aug 31 19:01:27.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.622 INFO kablam! | Aug 31 19:01:27.622 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.622 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.622 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.622 INFO kablam! Aug 31 19:01:27.673 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.674 INFO kablam! --> src/image.rs:34:10 Aug 31 19:01:27.674 INFO kablam! | Aug 31 19:01:27.674 INFO kablam! 34 | #[derive(Debug)] Aug 31 19:01:27.674 INFO kablam! | ^^^^^ Aug 31 19:01:27.674 INFO kablam! | Aug 31 19:01:27.674 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 31 19:01:27.674 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.674 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.674 INFO kablam! Aug 31 19:01:27.674 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.674 INFO kablam! --> src/image.rs:80:10 Aug 31 19:01:27.674 INFO kablam! | Aug 31 19:01:27.674 INFO kablam! 80 | #[derive(Debug)] Aug 31 19:01:27.674 INFO kablam! | ^^^^^ Aug 31 19:01:27.674 INFO kablam! | Aug 31 19:01:27.674 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.674 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.674 INFO kablam! Aug 31 19:01:27.674 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.674 INFO kablam! --> src/image.rs:94:10 Aug 31 19:01:27.674 INFO kablam! | Aug 31 19:01:27.675 INFO kablam! 94 | #[derive(Debug)] Aug 31 19:01:27.675 INFO kablam! | ^^^^^ Aug 31 19:01:27.675 INFO kablam! | Aug 31 19:01:27.675 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.675 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.675 INFO kablam! Aug 31 19:01:27.677 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.678 INFO kablam! --> src/image.rs:148:10 Aug 31 19:01:27.678 INFO kablam! | Aug 31 19:01:27.678 INFO kablam! 148 | #[derive(Debug)] Aug 31 19:01:27.678 INFO kablam! | ^^^^^ Aug 31 19:01:27.678 INFO kablam! | Aug 31 19:01:27.678 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.678 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.678 INFO kablam! Aug 31 19:01:27.678 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.678 INFO kablam! --> src/image.rs:184:10 Aug 31 19:01:27.678 INFO kablam! | Aug 31 19:01:27.678 INFO kablam! 184 | #[derive(Debug)] Aug 31 19:01:27.678 INFO kablam! | ^^^^^ Aug 31 19:01:27.678 INFO kablam! | Aug 31 19:01:27.678 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.678 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.678 INFO kablam! Aug 31 19:01:27.678 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.678 INFO kablam! --> src/image.rs:223:10 Aug 31 19:01:27.678 INFO kablam! | Aug 31 19:01:27.678 INFO kablam! 223 | #[derive(Debug)] Aug 31 19:01:27.679 INFO kablam! | ^^^^^ Aug 31 19:01:27.679 INFO kablam! | Aug 31 19:01:27.679 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.679 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.679 INFO kablam! Aug 31 19:01:27.679 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.679 INFO kablam! --> src/image.rs:231:10 Aug 31 19:01:27.679 INFO kablam! | Aug 31 19:01:27.679 INFO kablam! 231 | #[derive(Debug)] Aug 31 19:01:27.679 INFO kablam! | ^^^^^ Aug 31 19:01:27.679 INFO kablam! | Aug 31 19:01:27.679 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.679 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.679 INFO kablam! Aug 31 19:01:27.679 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.679 INFO kablam! --> src/image.rs:279:10 Aug 31 19:01:27.679 INFO kablam! | Aug 31 19:01:27.679 INFO kablam! 279 | #[derive(Debug)] Aug 31 19:01:27.679 INFO kablam! | ^^^^^ Aug 31 19:01:27.679 INFO kablam! | Aug 31 19:01:27.679 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.679 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.679 INFO kablam! Aug 31 19:01:27.680 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.680 INFO kablam! --> src/image.rs:296:10 Aug 31 19:01:27.680 INFO kablam! | Aug 31 19:01:27.680 INFO kablam! 296 | #[derive(Debug)] Aug 31 19:01:27.680 INFO kablam! | ^^^^^ Aug 31 19:01:27.680 INFO kablam! | Aug 31 19:01:27.680 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.680 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.680 INFO kablam! Aug 31 19:01:27.680 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.680 INFO kablam! --> src/image.rs:314:10 Aug 31 19:01:27.680 INFO kablam! | Aug 31 19:01:27.680 INFO kablam! 314 | #[derive(Debug)] Aug 31 19:01:27.680 INFO kablam! | ^^^^^ Aug 31 19:01:27.680 INFO kablam! | Aug 31 19:01:27.680 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.680 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.680 INFO kablam! Aug 31 19:01:27.680 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.680 INFO kablam! --> src/image.rs:359:10 Aug 31 19:01:27.680 INFO kablam! | Aug 31 19:01:27.680 INFO kablam! 359 | #[derive(Debug)] Aug 31 19:01:27.680 INFO kablam! | ^^^^^ Aug 31 19:01:27.681 INFO kablam! | Aug 31 19:01:27.681 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.681 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.681 INFO kablam! Aug 31 19:01:27.681 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.681 INFO kablam! --> src/image.rs:370:10 Aug 31 19:01:27.681 INFO kablam! | Aug 31 19:01:27.681 INFO kablam! 370 | #[derive(Debug)] Aug 31 19:01:27.681 INFO kablam! | ^^^^^ Aug 31 19:01:27.681 INFO kablam! | Aug 31 19:01:27.681 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.681 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.681 INFO kablam! Aug 31 19:01:27.681 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.681 INFO kablam! --> src/image.rs:380:10 Aug 31 19:01:27.681 INFO kablam! | Aug 31 19:01:27.681 INFO kablam! 380 | #[derive(Debug)] Aug 31 19:01:27.681 INFO kablam! | ^^^^^ Aug 31 19:01:27.681 INFO kablam! | Aug 31 19:01:27.681 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.681 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.681 INFO kablam! Aug 31 19:01:27.681 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.682 INFO kablam! --> src/image.rs:401:10 Aug 31 19:01:27.682 INFO kablam! | Aug 31 19:01:27.682 INFO kablam! 401 | #[derive(Debug)] Aug 31 19:01:27.682 INFO kablam! | ^^^^^ Aug 31 19:01:27.682 INFO kablam! | Aug 31 19:01:27.682 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.682 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.682 INFO kablam! Aug 31 19:01:27.682 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 31 19:01:27.688 INFO kablam! --> src/image.rs:408:10 Aug 31 19:01:27.688 INFO kablam! | Aug 31 19:01:27.689 INFO kablam! 408 | #[derive(Debug)] Aug 31 19:01:27.689 INFO kablam! | ^^^^^ Aug 31 19:01:27.689 INFO kablam! | Aug 31 19:01:27.689 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.689 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.690 INFO kablam! Aug 31 19:01:27.690 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.690 INFO kablam! --> src/pe32/exports.rs:254:50 Aug 31 19:01:27.690 INFO kablam! | Aug 31 19:01:27.690 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Aug 31 19:01:27.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.690 INFO kablam! | Aug 31 19:01:27.691 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.691 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.691 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.691 INFO kablam! Aug 31 19:01:27.691 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.691 INFO kablam! --> src/pe32/exports.rs:255:45 Aug 31 19:01:27.691 INFO kablam! | Aug 31 19:01:27.691 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Aug 31 19:01:27.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.692 INFO kablam! | Aug 31 19:01:27.692 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.692 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.692 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.692 INFO kablam! Aug 31 19:01:27.692 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.693 INFO kablam! --> src/pe32/exports.rs:256:48 Aug 31 19:01:27.693 INFO kablam! | Aug 31 19:01:27.693 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Aug 31 19:01:27.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.693 INFO kablam! | Aug 31 19:01:27.693 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.693 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.693 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.694 INFO kablam! Aug 31 19:01:27.694 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.694 INFO kablam! --> src/pe32/exports.rs:256:74 Aug 31 19:01:27.694 INFO kablam! | Aug 31 19:01:27.694 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Aug 31 19:01:27.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.694 INFO kablam! | Aug 31 19:01:27.695 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.695 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.695 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.695 INFO kablam! Aug 31 19:01:27.695 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.695 INFO kablam! --> src/pe32/exports.rs:257:45 Aug 31 19:01:27.695 INFO kablam! | Aug 31 19:01:27.696 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Aug 31 19:01:27.696 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 31 19:01:27.696 INFO kablam! | Aug 31 19:01:27.696 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.696 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.696 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.696 INFO kablam! Aug 31 19:01:27.696 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.697 INFO kablam! --> src/pe32/exports.rs:258:45 Aug 31 19:01:27.697 INFO kablam! | Aug 31 19:01:27.697 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Aug 31 19:01:27.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.697 INFO kablam! | Aug 31 19:01:27.697 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.697 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.698 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.698 INFO kablam! Aug 31 19:01:27.698 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.698 INFO kablam! --> src/pe32/exports.rs:259:45 Aug 31 19:01:27.698 INFO kablam! | Aug 31 19:01:27.698 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Aug 31 19:01:27.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.698 INFO kablam! | Aug 31 19:01:27.699 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.699 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.699 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.699 INFO kablam! Aug 31 19:01:27.699 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.699 INFO kablam! --> src/pe32/imports.rs:170:44 Aug 31 19:01:27.699 INFO kablam! | Aug 31 19:01:27.699 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Aug 31 19:01:27.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.700 INFO kablam! | Aug 31 19:01:27.700 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.700 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.700 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.700 INFO kablam! Aug 31 19:01:27.700 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.700 INFO kablam! --> src/pe32/imports.rs:171:49 Aug 31 19:01:27.701 INFO kablam! | Aug 31 19:01:27.701 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Aug 31 19:01:27.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.701 INFO kablam! | Aug 31 19:01:27.701 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.701 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.701 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.702 INFO kablam! Aug 31 19:01:27.702 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.702 INFO kablam! --> src/pe32/imports.rs:172:49 Aug 31 19:01:27.702 INFO kablam! | Aug 31 19:01:27.702 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Aug 31 19:01:27.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.702 INFO kablam! | Aug 31 19:01:27.702 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.702 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.703 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.703 INFO kablam! Aug 31 19:01:27.703 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.703 INFO kablam! --> src/pe32/relocs.rs:143:49 Aug 31 19:01:27.703 INFO kablam! | Aug 31 19:01:27.703 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Aug 31 19:01:27.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.703 INFO kablam! | Aug 31 19:01:27.703 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.704 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.704 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.704 INFO kablam! Aug 31 19:01:27.704 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.704 INFO kablam! --> src/pe32/relocs.rs:144:49 Aug 31 19:01:27.704 INFO kablam! | Aug 31 19:01:27.704 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Aug 31 19:01:27.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.704 INFO kablam! | Aug 31 19:01:27.705 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.705 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.705 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.705 INFO kablam! Aug 31 19:01:27.705 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.705 INFO kablam! --> src/pe64/exports.rs:254:50 Aug 31 19:01:27.705 INFO kablam! | Aug 31 19:01:27.706 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Aug 31 19:01:27.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.706 INFO kablam! | Aug 31 19:01:27.706 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.706 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.706 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.706 INFO kablam! Aug 31 19:01:27.706 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.707 INFO kablam! --> src/pe64/exports.rs:255:45 Aug 31 19:01:27.707 INFO kablam! | Aug 31 19:01:27.707 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Aug 31 19:01:27.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.707 INFO kablam! | Aug 31 19:01:27.707 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.707 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.707 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.708 INFO kablam! Aug 31 19:01:27.708 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.708 INFO kablam! --> src/pe64/exports.rs:256:48 Aug 31 19:01:27.708 INFO kablam! | Aug 31 19:01:27.708 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Aug 31 19:01:27.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.708 INFO kablam! | Aug 31 19:01:27.709 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.709 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.709 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.709 INFO kablam! Aug 31 19:01:27.709 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.709 INFO kablam! --> src/pe64/exports.rs:256:74 Aug 31 19:01:27.709 INFO kablam! | Aug 31 19:01:27.709 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Aug 31 19:01:27.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.709 INFO kablam! | Aug 31 19:01:27.710 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.710 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.710 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.710 INFO kablam! Aug 31 19:01:27.710 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.710 INFO kablam! --> src/pe64/exports.rs:257:45 Aug 31 19:01:27.710 INFO kablam! | Aug 31 19:01:27.710 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Aug 31 19:01:27.710 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 31 19:01:27.710 INFO kablam! | Aug 31 19:01:27.711 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.711 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.711 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.711 INFO kablam! Aug 31 19:01:27.711 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.711 INFO kablam! --> src/pe64/exports.rs:258:45 Aug 31 19:01:27.711 INFO kablam! | Aug 31 19:01:27.711 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Aug 31 19:01:27.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.712 INFO kablam! | Aug 31 19:01:27.712 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.712 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.712 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.712 INFO kablam! Aug 31 19:01:27.712 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.712 INFO kablam! --> src/pe64/exports.rs:259:45 Aug 31 19:01:27.712 INFO kablam! | Aug 31 19:01:27.712 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Aug 31 19:01:27.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.712 INFO kablam! | Aug 31 19:01:27.712 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.713 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.713 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.713 INFO kablam! Aug 31 19:01:27.713 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.713 INFO kablam! --> src/pe64/imports.rs:170:44 Aug 31 19:01:27.713 INFO kablam! | Aug 31 19:01:27.713 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Aug 31 19:01:27.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.713 INFO kablam! | Aug 31 19:01:27.713 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.713 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.714 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.714 INFO kablam! Aug 31 19:01:27.714 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.714 INFO kablam! --> src/pe64/imports.rs:171:49 Aug 31 19:01:27.714 INFO kablam! | Aug 31 19:01:27.714 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Aug 31 19:01:27.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.714 INFO kablam! | Aug 31 19:01:27.714 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.715 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.715 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.715 INFO kablam! Aug 31 19:01:27.715 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.715 INFO kablam! --> src/pe64/imports.rs:172:49 Aug 31 19:01:27.715 INFO kablam! | Aug 31 19:01:27.715 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Aug 31 19:01:27.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.715 INFO kablam! | Aug 31 19:01:27.715 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.715 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.716 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.716 INFO kablam! Aug 31 19:01:27.716 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.716 INFO kablam! --> src/pe64/relocs.rs:143:49 Aug 31 19:01:27.716 INFO kablam! | Aug 31 19:01:27.716 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Aug 31 19:01:27.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.716 INFO kablam! | Aug 31 19:01:27.716 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.716 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.717 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.717 INFO kablam! Aug 31 19:01:27.717 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.717 INFO kablam! --> src/pe64/relocs.rs:144:49 Aug 31 19:01:27.717 INFO kablam! | Aug 31 19:01:27.717 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Aug 31 19:01:27.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.717 INFO kablam! | Aug 31 19:01:27.717 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.718 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.718 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.718 INFO kablam! Aug 31 19:01:27.718 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.718 INFO kablam! --> src/resources.rs:266:45 Aug 31 19:01:27.718 INFO kablam! | Aug 31 19:01:27.718 INFO kablam! 266 | try!(writeln!(f, " Characteristics: {}", self.image_.Characteristics)); Aug 31 19:01:27.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.718 INFO kablam! | Aug 31 19:01:27.718 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.718 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.719 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.719 INFO kablam! Aug 31 19:01:27.719 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.719 INFO kablam! --> src/resources.rs:267:45 Aug 31 19:01:27.719 INFO kablam! | Aug 31 19:01:27.719 INFO kablam! 267 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Aug 31 19:01:27.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.719 INFO kablam! | Aug 31 19:01:27.720 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.720 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.720 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.720 INFO kablam! Aug 31 19:01:27.720 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.720 INFO kablam! --> src/resources.rs:268:48 Aug 31 19:01:27.720 INFO kablam! | Aug 31 19:01:27.720 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Aug 31 19:01:27.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.721 INFO kablam! | Aug 31 19:01:27.721 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.721 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.722 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.722 INFO kablam! Aug 31 19:01:27.722 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.722 INFO kablam! --> src/resources.rs:268:74 Aug 31 19:01:27.722 INFO kablam! | Aug 31 19:01:27.722 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Aug 31 19:01:27.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.723 INFO kablam! | Aug 31 19:01:27.723 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.723 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.723 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.723 INFO kablam! Aug 31 19:01:27.723 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.723 INFO kablam! --> src/resources.rs:329:50 Aug 31 19:01:27.723 INFO kablam! | Aug 31 19:01:27.724 INFO kablam! 329 | try!(writeln!(f, " OffsetToData: {:>08X}", self.image_.OffsetToData)); Aug 31 19:01:27.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.724 INFO kablam! | Aug 31 19:01:27.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! Aug 31 19:01:27.724 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.724 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.724 INFO kablam! Aug 31 19:01:27.724 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.724 INFO kablam! --> src/resources.rs:330:50 Aug 31 19:01:27.725 INFO kablam! | Aug 31 19:01:27.725 INFO kablam! 330 | try!(writeln!(f, " Size: {:>08X}", self.image_.Size)); Aug 31 19:01:27.725 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 31 19:01:27.725 INFO kablam! | Aug 31 19:01:27.725 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 19:01:27.725 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.725 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.725 INFO kablam! Aug 31 19:01:27.726 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:01:27.726 INFO kablam! --> src/resources.rs:331:45 Aug 31 19:01:27.726 INFO kablam! | Aug 31 19:01:27.726 INFO kablam! 331 | try!(writeln!(f, " CodePage: {}", self.image_.CodePage)); Aug 31 19:01:27.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:27.726 INFO kablam! | Aug 31 19:01:27.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! Aug 31 19:01:27.727 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:01:27.727 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:01:27.727 INFO kablam! Aug 31 19:01:28.773 INFO kablam! error[E0432]: unresolved import `pelite::pe` Aug 31 19:01:28.773 INFO kablam! --> examples/main.rs:11:5 Aug 31 19:01:28.773 INFO kablam! | Aug 31 19:01:28.773 INFO kablam! 11 | use pelite::pe; Aug 31 19:01:28.773 INFO kablam! | ^^^^^^^^^^ no `pe` in the root Aug 31 19:01:28.773 INFO kablam! Aug 31 19:01:28.773 INFO kablam! error[E0433]: failed to resolve. Could not find `pe` in `pelite` Aug 31 19:01:28.773 INFO kablam! --> examples/main.rs:14:13 Aug 31 19:01:28.773 INFO kablam! | Aug 31 19:01:28.773 INFO kablam! 14 | use pelite::pe::imports::PeImports; Aug 31 19:01:28.773 INFO kablam! | ^^ Could not find `pe` in `pelite` Aug 31 19:01:28.773 INFO kablam! Aug 31 19:01:28.774 INFO kablam! warning: unused import: `pelite::pe::imports::PeImports` Aug 31 19:01:28.774 INFO kablam! --> examples/main.rs:14:5 Aug 31 19:01:28.774 INFO kablam! | Aug 31 19:01:28.774 INFO kablam! 14 | use pelite::pe::imports::PeImports; Aug 31 19:01:28.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:01:28.774 INFO kablam! | Aug 31 19:01:28.774 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 31 19:01:28.774 INFO kablam! Aug 31 19:01:28.799 INFO kablam! error: aborting due to 2 previous errors Aug 31 19:01:28.799 INFO kablam! Aug 31 19:01:28.799 INFO kablam! Some errors occurred: E0432, E0433. Aug 31 19:01:28.799 INFO kablam! For more information about an error, try `rustc --explain E0432`. Aug 31 19:01:28.818 INFO kablam! error: Could not compile `pelite`. Aug 31 19:01:28.819 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 31 19:01:28.845 INFO kablam! error[E0432]: unresolved import `pelite::pe` Aug 31 19:01:28.845 INFO kablam! --> examples/readme.rs:18:5 Aug 31 19:01:28.845 INFO kablam! | Aug 31 19:01:28.845 INFO kablam! 18 | use pelite::pe; Aug 31 19:01:28.845 INFO kablam! | ^^^^^^^^^^ no `pe` in the root Aug 31 19:01:28.845 INFO kablam! Aug 31 19:01:28.928 INFO kablam! error: aborting due to previous error Aug 31 19:01:28.928 INFO kablam! Aug 31 19:01:28.928 INFO kablam! For more information about this error, try `rustc --explain E0432`. Aug 31 19:01:28.943 INFO kablam! error: Could not compile `pelite`. Aug 31 19:01:28.943 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 31 19:01:29.157 INFO kablam! error: build failed Aug 31 19:01:29.159 INFO kablam! su: No module specific data is present Aug 31 19:01:29.721 INFO running `"docker" "rm" "-f" "d5e1beb9643eb50d0f8c2d5c8890faa50e01604bfe514eb0b93d84ba8850ed8a"` Aug 31 19:01:29.885 INFO blam! d5e1beb9643eb50d0f8c2d5c8890faa50e01604bfe514eb0b93d84ba8850ed8a