Sep 19 23:00:09.945 INFO checking pelite-0.2.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 23:00:09.945 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 23:00:09.945 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:00:10.154 INFO blam! 8fc406dbf41abfa86bec2b9c1c64cf62ed8142359efb05914ea6dadf877ea13d Sep 19 23:00:10.156 INFO running `"docker" "start" "-a" "8fc406dbf41abfa86bec2b9c1c64cf62ed8142359efb05914ea6dadf877ea13d"` Sep 19 23:00:10.996 INFO kablam! usermod: no changes Sep 19 23:00:11.047 INFO kablam! Checking pelite v0.2.0 (/source) Sep 19 23:00:11.634 INFO kablam! warning: type annotations needed Sep 19 23:00:11.634 INFO kablam! --> src/resources.rs:257:40 Sep 19 23:00:11.634 INFO kablam! | Sep 19 23:00:11.634 INFO kablam! 257 | let ptr = (self.image_ as *const _).offset(1) as *const ImageResourceDirectoryEntry; Sep 19 23:00:11.634 INFO kablam! | ^^^^^^ Sep 19 23:00:11.634 INFO kablam! | Sep 19 23:00:11.634 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 19 23:00:11.634 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 19 23:00:11.634 INFO kablam! = note: for more information, see issue #46906 Sep 19 23:00:11.634 INFO kablam! Sep 19 23:00:11.638 INFO kablam! warning: unused import: `std::fmt::Write` Sep 19 23:00:11.638 INFO kablam! --> src/resources.rs:7:5 Sep 19 23:00:11.638 INFO kablam! | Sep 19 23:00:11.638 INFO kablam! 7 | use std::fmt::Write; Sep 19 23:00:11.638 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 23:00:11.638 INFO kablam! | Sep 19 23:00:11.638 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 23:00:11.638 INFO kablam! Sep 19 23:00:11.750 INFO kablam! warning: type annotations needed Sep 19 23:00:11.750 INFO kablam! --> src/resources.rs:257:40 Sep 19 23:00:11.751 INFO kablam! | Sep 19 23:00:11.751 INFO kablam! 257 | let ptr = (self.image_ as *const _).offset(1) as *const ImageResourceDirectoryEntry; Sep 19 23:00:11.751 INFO kablam! | ^^^^^^ Sep 19 23:00:11.752 INFO kablam! | Sep 19 23:00:11.752 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 19 23:00:11.752 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 19 23:00:11.753 INFO kablam! = note: for more information, see issue #46906 Sep 19 23:00:11.753 INFO kablam! Sep 19 23:00:11.754 INFO kablam! warning: unused import: `std::fmt::Write` Sep 19 23:00:11.755 INFO kablam! --> src/resources.rs:7:5 Sep 19 23:00:11.755 INFO kablam! | Sep 19 23:00:11.755 INFO kablam! 7 | use std::fmt::Write; Sep 19 23:00:11.755 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 23:00:11.755 INFO kablam! | Sep 19 23:00:11.755 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 23:00:11.755 INFO kablam! Sep 19 23:00:11.845 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.845 INFO kablam! --> src/image.rs:34:10 Sep 19 23:00:11.845 INFO kablam! | Sep 19 23:00:11.845 INFO kablam! 34 | #[derive(Debug)] Sep 19 23:00:11.845 INFO kablam! | ^^^^^ Sep 19 23:00:11.845 INFO kablam! | Sep 19 23:00:11.845 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 19 23:00:11.845 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.845 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.845 INFO kablam! Sep 19 23:00:11.845 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.845 INFO kablam! --> src/image.rs:80:10 Sep 19 23:00:11.845 INFO kablam! | Sep 19 23:00:11.845 INFO kablam! 80 | #[derive(Debug)] Sep 19 23:00:11.845 INFO kablam! | ^^^^^ Sep 19 23:00:11.845 INFO kablam! | Sep 19 23:00:11.845 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.845 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.845 INFO kablam! Sep 19 23:00:11.846 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.846 INFO kablam! --> src/image.rs:94:10 Sep 19 23:00:11.846 INFO kablam! | Sep 19 23:00:11.846 INFO kablam! 94 | #[derive(Debug)] Sep 19 23:00:11.846 INFO kablam! | ^^^^^ Sep 19 23:00:11.846 INFO kablam! | Sep 19 23:00:11.846 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.847 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.847 INFO kablam! Sep 19 23:00:11.847 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.847 INFO kablam! --> src/image.rs:148:10 Sep 19 23:00:11.847 INFO kablam! | Sep 19 23:00:11.847 INFO kablam! 148 | #[derive(Debug)] Sep 19 23:00:11.847 INFO kablam! | ^^^^^ Sep 19 23:00:11.847 INFO kablam! | Sep 19 23:00:11.847 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.848 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.848 INFO kablam! Sep 19 23:00:11.848 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.848 INFO kablam! --> src/image.rs:184:10 Sep 19 23:00:11.848 INFO kablam! | Sep 19 23:00:11.848 INFO kablam! 184 | #[derive(Debug)] Sep 19 23:00:11.848 INFO kablam! | ^^^^^ Sep 19 23:00:11.848 INFO kablam! | Sep 19 23:00:11.849 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.849 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.849 INFO kablam! Sep 19 23:00:11.849 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.849 INFO kablam! --> src/image.rs:223:10 Sep 19 23:00:11.849 INFO kablam! | Sep 19 23:00:11.849 INFO kablam! 223 | #[derive(Debug)] Sep 19 23:00:11.849 INFO kablam! | ^^^^^ Sep 19 23:00:11.850 INFO kablam! | Sep 19 23:00:11.850 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.850 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.851 INFO kablam! Sep 19 23:00:11.851 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.851 INFO kablam! --> src/image.rs:231:10 Sep 19 23:00:11.851 INFO kablam! | Sep 19 23:00:11.851 INFO kablam! 231 | #[derive(Debug)] Sep 19 23:00:11.851 INFO kablam! | ^^^^^ Sep 19 23:00:11.852 INFO kablam! | Sep 19 23:00:11.852 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.852 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.852 INFO kablam! Sep 19 23:00:11.853 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.853 INFO kablam! --> src/image.rs:279:10 Sep 19 23:00:11.853 INFO kablam! | Sep 19 23:00:11.854 INFO kablam! 279 | #[derive(Debug)] Sep 19 23:00:11.854 INFO kablam! | ^^^^^ Sep 19 23:00:11.854 INFO kablam! | Sep 19 23:00:11.854 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.855 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.855 INFO kablam! Sep 19 23:00:11.855 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.856 INFO kablam! --> src/image.rs:296:10 Sep 19 23:00:11.856 INFO kablam! | Sep 19 23:00:11.856 INFO kablam! 296 | #[derive(Debug)] Sep 19 23:00:11.856 INFO kablam! | ^^^^^ Sep 19 23:00:11.857 INFO kablam! | Sep 19 23:00:11.857 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.857 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.857 INFO kablam! Sep 19 23:00:11.858 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.858 INFO kablam! --> src/image.rs:314:10 Sep 19 23:00:11.858 INFO kablam! | Sep 19 23:00:11.859 INFO kablam! 314 | #[derive(Debug)] Sep 19 23:00:11.859 INFO kablam! | ^^^^^ Sep 19 23:00:11.859 INFO kablam! | Sep 19 23:00:11.860 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.860 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.860 INFO kablam! Sep 19 23:00:11.860 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.861 INFO kablam! --> src/image.rs:359:10 Sep 19 23:00:11.861 INFO kablam! | Sep 19 23:00:11.861 INFO kablam! 359 | #[derive(Debug)] Sep 19 23:00:11.862 INFO kablam! | ^^^^^ Sep 19 23:00:11.862 INFO kablam! | Sep 19 23:00:11.862 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.862 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.863 INFO kablam! Sep 19 23:00:11.863 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.863 INFO kablam! --> src/image.rs:370:10 Sep 19 23:00:11.864 INFO kablam! | Sep 19 23:00:11.864 INFO kablam! 370 | #[derive(Debug)] Sep 19 23:00:11.864 INFO kablam! | ^^^^^ Sep 19 23:00:11.864 INFO kablam! | Sep 19 23:00:11.865 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.865 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.865 INFO kablam! Sep 19 23:00:11.866 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.866 INFO kablam! --> src/image.rs:380:10 Sep 19 23:00:11.866 INFO kablam! | Sep 19 23:00:11.866 INFO kablam! 380 | #[derive(Debug)] Sep 19 23:00:11.867 INFO kablam! | ^^^^^ Sep 19 23:00:11.867 INFO kablam! | Sep 19 23:00:11.867 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.867 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.868 INFO kablam! Sep 19 23:00:11.868 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.868 INFO kablam! --> src/image.rs:401:10 Sep 19 23:00:11.869 INFO kablam! | Sep 19 23:00:11.869 INFO kablam! 401 | #[derive(Debug)] Sep 19 23:00:11.869 INFO kablam! | ^^^^^ Sep 19 23:00:11.869 INFO kablam! | Sep 19 23:00:11.870 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.870 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.870 INFO kablam! Sep 19 23:00:11.871 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.871 INFO kablam! --> src/image.rs:408:10 Sep 19 23:00:11.871 INFO kablam! | Sep 19 23:00:11.871 INFO kablam! 408 | #[derive(Debug)] Sep 19 23:00:11.871 INFO kablam! | ^^^^^ Sep 19 23:00:11.872 INFO kablam! | Sep 19 23:00:11.872 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.872 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.873 INFO kablam! Sep 19 23:00:11.873 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.873 INFO kablam! --> src/pe32/exports.rs:254:50 Sep 19 23:00:11.873 INFO kablam! | Sep 19 23:00:11.874 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Sep 19 23:00:11.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.874 INFO kablam! | Sep 19 23:00:11.875 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.875 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.875 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 19 23:00:11.875 INFO kablam! Sep 19 23:00:11.876 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.876 INFO kablam! --> src/pe32/exports.rs:255:45 Sep 19 23:00:11.876 INFO kablam! | Sep 19 23:00:11.877 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 19 23:00:11.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.877 INFO kablam! | Sep 19 23:00:11.877 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.878 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.878 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 19 23:00:11.878 INFO kablam! Sep 19 23:00:11.879 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.879 INFO kablam! --> src/pe32/exports.rs:256:48 Sep 19 23:00:11.879 INFO kablam! | Sep 19 23:00:11.879 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 19 23:00:11.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.880 INFO kablam! | Sep 19 23:00:11.880 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.881 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.881 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 19 23:00:11.881 INFO kablam! Sep 19 23:00:11.882 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.882 INFO kablam! --> src/pe32/exports.rs:256:74 Sep 19 23:00:11.882 INFO kablam! | Sep 19 23:00:11.883 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 19 23:00:11.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.883 INFO kablam! | Sep 19 23:00:11.884 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.884 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.884 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 19 23:00:11.884 INFO kablam! Sep 19 23:00:11.885 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.885 INFO kablam! --> src/pe32/exports.rs:257:45 Sep 19 23:00:11.885 INFO kablam! | Sep 19 23:00:11.886 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Sep 19 23:00:11.886 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 23:00:11.886 INFO kablam! | Sep 19 23:00:11.887 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.887 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.887 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 19 23:00:11.888 INFO kablam! Sep 19 23:00:11.888 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.888 INFO kablam! --> src/pe32/exports.rs:258:45 Sep 19 23:00:11.889 INFO kablam! | Sep 19 23:00:11.889 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Sep 19 23:00:11.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.890 INFO kablam! | Sep 19 23:00:11.890 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.890 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.891 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 19 23:00:11.891 INFO kablam! Sep 19 23:00:11.892 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.892 INFO kablam! --> src/pe32/exports.rs:259:45 Sep 19 23:00:11.892 INFO kablam! | Sep 19 23:00:11.892 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Sep 19 23:00:11.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.893 INFO kablam! | Sep 19 23:00:11.893 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.894 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.894 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 19 23:00:11.894 INFO kablam! Sep 19 23:00:11.895 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.895 INFO kablam! --> src/pe32/imports.rs:170:44 Sep 19 23:00:11.895 INFO kablam! | Sep 19 23:00:11.896 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 19 23:00:11.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.896 INFO kablam! | Sep 19 23:00:11.897 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.897 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.897 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 19 23:00:11.898 INFO kablam! Sep 19 23:00:11.898 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.898 INFO kablam! --> src/pe32/imports.rs:171:49 Sep 19 23:00:11.899 INFO kablam! | Sep 19 23:00:11.899 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Sep 19 23:00:11.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.899 INFO kablam! | Sep 19 23:00:11.900 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.900 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.901 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 19 23:00:11.901 INFO kablam! Sep 19 23:00:11.901 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.901 INFO kablam! --> src/pe32/imports.rs:172:49 Sep 19 23:00:11.902 INFO kablam! | Sep 19 23:00:11.902 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Sep 19 23:00:11.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.903 INFO kablam! | Sep 19 23:00:11.903 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.903 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.904 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 19 23:00:11.904 INFO kablam! Sep 19 23:00:11.904 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.905 INFO kablam! --> src/pe32/relocs.rs:143:49 Sep 19 23:00:11.905 INFO kablam! | Sep 19 23:00:11.905 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Sep 19 23:00:11.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.906 INFO kablam! | Sep 19 23:00:11.906 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.907 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.907 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 19 23:00:11.907 INFO kablam! Sep 19 23:00:11.908 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.908 INFO kablam! --> src/pe32/relocs.rs:144:49 Sep 19 23:00:11.908 INFO kablam! | Sep 19 23:00:11.909 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Sep 19 23:00:11.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.909 INFO kablam! | Sep 19 23:00:11.910 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.910 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.910 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 19 23:00:11.911 INFO kablam! Sep 19 23:00:11.911 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.911 INFO kablam! --> src/pe64/exports.rs:254:50 Sep 19 23:00:11.912 INFO kablam! | Sep 19 23:00:11.912 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Sep 19 23:00:11.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.913 INFO kablam! | Sep 19 23:00:11.913 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.913 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.914 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 19 23:00:11.914 INFO kablam! Sep 19 23:00:11.914 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.915 INFO kablam! --> src/pe64/exports.rs:255:45 Sep 19 23:00:11.915 INFO kablam! | Sep 19 23:00:11.915 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 19 23:00:11.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.916 INFO kablam! | Sep 19 23:00:11.916 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.917 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.917 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 19 23:00:11.917 INFO kablam! Sep 19 23:00:11.918 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.918 INFO kablam! --> src/pe64/exports.rs:256:48 Sep 19 23:00:11.918 INFO kablam! | Sep 19 23:00:11.918 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 19 23:00:11.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.919 INFO kablam! | Sep 19 23:00:11.919 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.920 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.920 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 19 23:00:11.920 INFO kablam! Sep 19 23:00:11.921 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.921 INFO kablam! --> src/pe64/exports.rs:256:74 Sep 19 23:00:11.921 INFO kablam! | Sep 19 23:00:11.922 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 19 23:00:11.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.922 INFO kablam! | Sep 19 23:00:11.923 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.923 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.923 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 19 23:00:11.924 INFO kablam! Sep 19 23:00:11.924 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.924 INFO kablam! --> src/pe64/exports.rs:257:45 Sep 19 23:00:11.925 INFO kablam! | Sep 19 23:00:11.925 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Sep 19 23:00:11.925 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 23:00:11.925 INFO kablam! | Sep 19 23:00:11.926 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.926 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.927 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 19 23:00:11.927 INFO kablam! Sep 19 23:00:11.927 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.928 INFO kablam! --> src/pe64/exports.rs:258:45 Sep 19 23:00:11.928 INFO kablam! | Sep 19 23:00:11.928 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Sep 19 23:00:11.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.929 INFO kablam! | Sep 19 23:00:11.929 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.929 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.930 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 19 23:00:11.930 INFO kablam! Sep 19 23:00:11.931 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.931 INFO kablam! --> src/pe64/exports.rs:259:45 Sep 19 23:00:11.931 INFO kablam! | Sep 19 23:00:11.932 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Sep 19 23:00:11.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.932 INFO kablam! | Sep 19 23:00:11.933 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.933 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.934 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 19 23:00:11.934 INFO kablam! Sep 19 23:00:11.934 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.935 INFO kablam! --> src/pe64/imports.rs:170:44 Sep 19 23:00:11.935 INFO kablam! | Sep 19 23:00:11.935 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 19 23:00:11.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.936 INFO kablam! | Sep 19 23:00:11.937 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.937 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.937 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 19 23:00:11.938 INFO kablam! Sep 19 23:00:11.939 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.939 INFO kablam! --> src/pe64/imports.rs:171:49 Sep 19 23:00:11.939 INFO kablam! | Sep 19 23:00:11.939 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Sep 19 23:00:11.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.939 INFO kablam! | Sep 19 23:00:11.939 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.939 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.939 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 19 23:00:11.939 INFO kablam! Sep 19 23:00:11.939 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.939 INFO kablam! --> src/pe64/imports.rs:172:49 Sep 19 23:00:11.939 INFO kablam! | Sep 19 23:00:11.939 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Sep 19 23:00:11.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.939 INFO kablam! | Sep 19 23:00:11.939 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.939 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.941 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 19 23:00:11.941 INFO kablam! Sep 19 23:00:11.941 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.941 INFO kablam! --> src/pe64/relocs.rs:143:49 Sep 19 23:00:11.941 INFO kablam! | Sep 19 23:00:11.941 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Sep 19 23:00:11.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.941 INFO kablam! | Sep 19 23:00:11.941 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.941 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.941 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 19 23:00:11.941 INFO kablam! Sep 19 23:00:11.941 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.941 INFO kablam! --> src/pe64/relocs.rs:144:49 Sep 19 23:00:11.941 INFO kablam! | Sep 19 23:00:11.941 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Sep 19 23:00:11.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.941 INFO kablam! | Sep 19 23:00:11.941 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.941 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.941 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 19 23:00:11.941 INFO kablam! Sep 19 23:00:11.941 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.941 INFO kablam! --> src/resources.rs:266:45 Sep 19 23:00:11.941 INFO kablam! | Sep 19 23:00:11.942 INFO kablam! 266 | try!(writeln!(f, " Characteristics: {}", self.image_.Characteristics)); Sep 19 23:00:11.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.942 INFO kablam! | Sep 19 23:00:11.942 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.942 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.942 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 19 23:00:11.942 INFO kablam! Sep 19 23:00:11.942 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.942 INFO kablam! --> src/resources.rs:267:45 Sep 19 23:00:11.943 INFO kablam! | Sep 19 23:00:11.943 INFO kablam! 267 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 19 23:00:11.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.943 INFO kablam! | Sep 19 23:00:11.943 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.943 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.946 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 19 23:00:11.946 INFO kablam! Sep 19 23:00:11.946 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.946 INFO kablam! --> src/resources.rs:268:48 Sep 19 23:00:11.946 INFO kablam! | Sep 19 23:00:11.946 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 19 23:00:11.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.946 INFO kablam! | Sep 19 23:00:11.946 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.946 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.946 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 19 23:00:11.946 INFO kablam! Sep 19 23:00:11.946 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.946 INFO kablam! --> src/resources.rs:268:74 Sep 19 23:00:11.946 INFO kablam! | Sep 19 23:00:11.947 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 19 23:00:11.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.947 INFO kablam! | Sep 19 23:00:11.947 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.947 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.947 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 19 23:00:11.947 INFO kablam! Sep 19 23:00:11.947 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.947 INFO kablam! --> src/resources.rs:329:50 Sep 19 23:00:11.947 INFO kablam! | Sep 19 23:00:11.947 INFO kablam! 329 | try!(writeln!(f, " OffsetToData: {:>08X}", self.image_.OffsetToData)); Sep 19 23:00:11.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.947 INFO kablam! | Sep 19 23:00:11.947 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.947 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.947 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 19 23:00:11.947 INFO kablam! Sep 19 23:00:11.947 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.947 INFO kablam! --> src/resources.rs:330:50 Sep 19 23:00:11.947 INFO kablam! | Sep 19 23:00:11.947 INFO kablam! 330 | try!(writeln!(f, " Size: {:>08X}", self.image_.Size)); Sep 19 23:00:11.947 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 23:00:11.947 INFO kablam! | Sep 19 23:00:11.947 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.947 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.947 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 19 23:00:11.947 INFO kablam! Sep 19 23:00:11.947 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.947 INFO kablam! --> src/resources.rs:331:45 Sep 19 23:00:11.947 INFO kablam! | Sep 19 23:00:11.947 INFO kablam! 331 | try!(writeln!(f, " CodePage: {}", self.image_.CodePage)); Sep 19 23:00:11.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.947 INFO kablam! | Sep 19 23:00:11.947 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.947 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.947 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 19 23:00:11.947 INFO kablam! Sep 19 23:00:11.965 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.965 INFO kablam! --> src/image.rs:34:10 Sep 19 23:00:11.965 INFO kablam! | Sep 19 23:00:11.965 INFO kablam! 34 | #[derive(Debug)] Sep 19 23:00:11.965 INFO kablam! | ^^^^^ Sep 19 23:00:11.965 INFO kablam! | Sep 19 23:00:11.965 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 19 23:00:11.965 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.965 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.965 INFO kablam! Sep 19 23:00:11.965 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.965 INFO kablam! --> src/image.rs:80:10 Sep 19 23:00:11.965 INFO kablam! | Sep 19 23:00:11.965 INFO kablam! 80 | #[derive(Debug)] Sep 19 23:00:11.965 INFO kablam! | ^^^^^ Sep 19 23:00:11.965 INFO kablam! | Sep 19 23:00:11.965 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.966 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.966 INFO kablam! Sep 19 23:00:11.966 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.966 INFO kablam! --> src/image.rs:94:10 Sep 19 23:00:11.966 INFO kablam! | Sep 19 23:00:11.966 INFO kablam! 94 | #[derive(Debug)] Sep 19 23:00:11.966 INFO kablam! | ^^^^^ Sep 19 23:00:11.966 INFO kablam! | Sep 19 23:00:11.966 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.966 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.966 INFO kablam! Sep 19 23:00:11.966 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.966 INFO kablam! --> src/image.rs:148:10 Sep 19 23:00:11.966 INFO kablam! | Sep 19 23:00:11.966 INFO kablam! 148 | #[derive(Debug)] Sep 19 23:00:11.966 INFO kablam! | ^^^^^ Sep 19 23:00:11.966 INFO kablam! | Sep 19 23:00:11.966 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.966 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.966 INFO kablam! Sep 19 23:00:11.966 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.966 INFO kablam! --> src/image.rs:184:10 Sep 19 23:00:11.966 INFO kablam! | Sep 19 23:00:11.966 INFO kablam! 184 | #[derive(Debug)] Sep 19 23:00:11.966 INFO kablam! | ^^^^^ Sep 19 23:00:11.966 INFO kablam! | Sep 19 23:00:11.966 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.966 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.966 INFO kablam! Sep 19 23:00:11.966 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.966 INFO kablam! --> src/image.rs:223:10 Sep 19 23:00:11.966 INFO kablam! | Sep 19 23:00:11.966 INFO kablam! 223 | #[derive(Debug)] Sep 19 23:00:11.970 INFO kablam! | ^^^^^ Sep 19 23:00:11.970 INFO kablam! | Sep 19 23:00:11.970 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.970 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.970 INFO kablam! Sep 19 23:00:11.970 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.970 INFO kablam! --> src/image.rs:231:10 Sep 19 23:00:11.970 INFO kablam! | Sep 19 23:00:11.970 INFO kablam! 231 | #[derive(Debug)] Sep 19 23:00:11.970 INFO kablam! | ^^^^^ Sep 19 23:00:11.970 INFO kablam! | Sep 19 23:00:11.970 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.970 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.970 INFO kablam! Sep 19 23:00:11.970 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.970 INFO kablam! --> src/image.rs:279:10 Sep 19 23:00:11.970 INFO kablam! | Sep 19 23:00:11.970 INFO kablam! 279 | #[derive(Debug)] Sep 19 23:00:11.970 INFO kablam! | ^^^^^ Sep 19 23:00:11.970 INFO kablam! | Sep 19 23:00:11.970 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.970 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.970 INFO kablam! Sep 19 23:00:11.970 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.970 INFO kablam! --> src/image.rs:296:10 Sep 19 23:00:11.970 INFO kablam! | Sep 19 23:00:11.970 INFO kablam! 296 | #[derive(Debug)] Sep 19 23:00:11.970 INFO kablam! | ^^^^^ Sep 19 23:00:11.970 INFO kablam! | Sep 19 23:00:11.970 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.970 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.970 INFO kablam! Sep 19 23:00:11.970 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.970 INFO kablam! --> src/image.rs:314:10 Sep 19 23:00:11.970 INFO kablam! | Sep 19 23:00:11.970 INFO kablam! 314 | #[derive(Debug)] Sep 19 23:00:11.970 INFO kablam! | ^^^^^ Sep 19 23:00:11.970 INFO kablam! | Sep 19 23:00:11.970 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.970 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.970 INFO kablam! Sep 19 23:00:11.970 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.970 INFO kablam! --> src/image.rs:359:10 Sep 19 23:00:11.970 INFO kablam! | Sep 19 23:00:11.970 INFO kablam! 359 | #[derive(Debug)] Sep 19 23:00:11.970 INFO kablam! | ^^^^^ Sep 19 23:00:11.970 INFO kablam! | Sep 19 23:00:11.970 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.970 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.971 INFO kablam! Sep 19 23:00:11.971 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.971 INFO kablam! --> src/image.rs:370:10 Sep 19 23:00:11.971 INFO kablam! | Sep 19 23:00:11.971 INFO kablam! 370 | #[derive(Debug)] Sep 19 23:00:11.971 INFO kablam! | ^^^^^ Sep 19 23:00:11.971 INFO kablam! | Sep 19 23:00:11.971 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.971 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.971 INFO kablam! Sep 19 23:00:11.971 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.971 INFO kablam! --> src/image.rs:380:10 Sep 19 23:00:11.971 INFO kablam! | Sep 19 23:00:11.971 INFO kablam! 380 | #[derive(Debug)] Sep 19 23:00:11.971 INFO kablam! | ^^^^^ Sep 19 23:00:11.971 INFO kablam! | Sep 19 23:00:11.971 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.971 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.971 INFO kablam! Sep 19 23:00:11.971 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.971 INFO kablam! --> src/image.rs:401:10 Sep 19 23:00:11.971 INFO kablam! | Sep 19 23:00:11.971 INFO kablam! 401 | #[derive(Debug)] Sep 19 23:00:11.971 INFO kablam! | ^^^^^ Sep 19 23:00:11.971 INFO kablam! | Sep 19 23:00:11.971 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.971 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.971 INFO kablam! Sep 19 23:00:11.971 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 19 23:00:11.971 INFO kablam! --> src/image.rs:408:10 Sep 19 23:00:11.971 INFO kablam! | Sep 19 23:00:11.971 INFO kablam! 408 | #[derive(Debug)] Sep 19 23:00:11.971 INFO kablam! | ^^^^^ Sep 19 23:00:11.971 INFO kablam! | Sep 19 23:00:11.971 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.971 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.971 INFO kablam! Sep 19 23:00:11.971 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.971 INFO kablam! --> src/pe32/exports.rs:254:50 Sep 19 23:00:11.971 INFO kablam! | Sep 19 23:00:11.971 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Sep 19 23:00:11.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.971 INFO kablam! | Sep 19 23:00:11.971 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.971 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.971 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 23:00:11.971 INFO kablam! Sep 19 23:00:11.971 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.971 INFO kablam! --> src/pe32/exports.rs:255:45 Sep 19 23:00:11.971 INFO kablam! | Sep 19 23:00:11.971 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 19 23:00:11.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.971 INFO kablam! | Sep 19 23:00:11.971 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.971 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.971 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 23:00:11.971 INFO kablam! Sep 19 23:00:11.971 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.971 INFO kablam! --> src/pe32/exports.rs:256:48 Sep 19 23:00:11.971 INFO kablam! | Sep 19 23:00:11.971 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 19 23:00:11.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.971 INFO kablam! | Sep 19 23:00:11.971 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.971 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.971 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 23:00:11.971 INFO kablam! Sep 19 23:00:11.971 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.972 INFO kablam! --> src/pe32/exports.rs:256:74 Sep 19 23:00:11.972 INFO kablam! | Sep 19 23:00:11.972 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 19 23:00:11.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.972 INFO kablam! | Sep 19 23:00:11.972 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.972 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.972 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 19 23:00:11.972 INFO kablam! Sep 19 23:00:11.972 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.972 INFO kablam! --> src/pe32/exports.rs:257:45 Sep 19 23:00:11.972 INFO kablam! | Sep 19 23:00:11.972 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Sep 19 23:00:11.972 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 23:00:11.972 INFO kablam! | Sep 19 23:00:11.972 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.972 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.972 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 19 23:00:11.972 INFO kablam! Sep 19 23:00:11.972 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.972 INFO kablam! --> src/pe32/exports.rs:258:45 Sep 19 23:00:11.972 INFO kablam! | Sep 19 23:00:11.972 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Sep 19 23:00:11.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.972 INFO kablam! | Sep 19 23:00:11.972 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.972 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.972 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 19 23:00:11.972 INFO kablam! Sep 19 23:00:11.972 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.972 INFO kablam! --> src/pe32/exports.rs:259:45 Sep 19 23:00:11.972 INFO kablam! | Sep 19 23:00:11.972 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Sep 19 23:00:11.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.972 INFO kablam! | Sep 19 23:00:11.972 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.972 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.972 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 19 23:00:11.972 INFO kablam! Sep 19 23:00:11.974 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.974 INFO kablam! --> src/pe32/imports.rs:170:44 Sep 19 23:00:11.974 INFO kablam! | Sep 19 23:00:11.974 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 19 23:00:11.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.974 INFO kablam! | Sep 19 23:00:11.974 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.974 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.974 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 23:00:11.974 INFO kablam! Sep 19 23:00:11.974 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.974 INFO kablam! --> src/pe32/imports.rs:171:49 Sep 19 23:00:11.974 INFO kablam! | Sep 19 23:00:11.974 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Sep 19 23:00:11.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.974 INFO kablam! | Sep 19 23:00:11.974 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.974 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.974 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 23:00:11.974 INFO kablam! Sep 19 23:00:11.974 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.974 INFO kablam! --> src/pe32/imports.rs:172:49 Sep 19 23:00:11.974 INFO kablam! | Sep 19 23:00:11.974 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Sep 19 23:00:11.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.974 INFO kablam! | Sep 19 23:00:11.974 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.974 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.974 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 23:00:11.974 INFO kablam! Sep 19 23:00:11.974 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.974 INFO kablam! --> src/pe32/relocs.rs:143:49 Sep 19 23:00:11.974 INFO kablam! | Sep 19 23:00:11.974 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Sep 19 23:00:11.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.974 INFO kablam! | Sep 19 23:00:11.974 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.974 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.974 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 23:00:11.974 INFO kablam! Sep 19 23:00:11.974 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.974 INFO kablam! --> src/pe32/relocs.rs:144:49 Sep 19 23:00:11.974 INFO kablam! | Sep 19 23:00:11.974 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Sep 19 23:00:11.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.974 INFO kablam! | Sep 19 23:00:11.974 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.974 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.975 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 23:00:11.975 INFO kablam! Sep 19 23:00:11.975 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.975 INFO kablam! --> src/pe64/exports.rs:254:50 Sep 19 23:00:11.975 INFO kablam! | Sep 19 23:00:11.975 INFO kablam! 254 | try!(writeln!(f, " Characteristics: {:>08X}", self.image_.Characteristics)); Sep 19 23:00:11.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.975 INFO kablam! | Sep 19 23:00:11.975 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.975 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.975 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 23:00:11.975 INFO kablam! Sep 19 23:00:11.975 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.975 INFO kablam! --> src/pe64/exports.rs:255:45 Sep 19 23:00:11.975 INFO kablam! | Sep 19 23:00:11.975 INFO kablam! 255 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 19 23:00:11.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.975 INFO kablam! | Sep 19 23:00:11.975 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.975 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.975 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 23:00:11.975 INFO kablam! Sep 19 23:00:11.975 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.975 INFO kablam! --> src/pe64/exports.rs:256:48 Sep 19 23:00:11.975 INFO kablam! | Sep 19 23:00:11.975 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 19 23:00:11.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.975 INFO kablam! | Sep 19 23:00:11.975 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.975 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.975 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 23:00:11.975 INFO kablam! Sep 19 23:00:11.975 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.975 INFO kablam! --> src/pe64/exports.rs:256:74 Sep 19 23:00:11.975 INFO kablam! | Sep 19 23:00:11.975 INFO kablam! 256 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 19 23:00:11.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.975 INFO kablam! | Sep 19 23:00:11.975 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.975 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.975 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 23:00:11.975 INFO kablam! Sep 19 23:00:11.975 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.975 INFO kablam! --> src/pe64/exports.rs:257:45 Sep 19 23:00:11.975 INFO kablam! | Sep 19 23:00:11.975 INFO kablam! 257 | try!(writeln!(f, " OrdinalBase: {}", self.image_.Base)); Sep 19 23:00:11.975 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 23:00:11.975 INFO kablam! | Sep 19 23:00:11.975 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.975 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.975 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 23:00:11.975 INFO kablam! Sep 19 23:00:11.975 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.975 INFO kablam! --> src/pe64/exports.rs:258:45 Sep 19 23:00:11.975 INFO kablam! | Sep 19 23:00:11.975 INFO kablam! 258 | try!(writeln!(f, " # of Functions: {}", self.image_.NumberOfFunctions)); Sep 19 23:00:11.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.975 INFO kablam! | Sep 19 23:00:11.975 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.975 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.975 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 23:00:11.975 INFO kablam! Sep 19 23:00:11.975 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.975 INFO kablam! --> src/pe64/exports.rs:259:45 Sep 19 23:00:11.975 INFO kablam! | Sep 19 23:00:11.975 INFO kablam! 259 | try!(writeln!(f, " # of Names: {}", self.image_.NumberOfNames)); Sep 19 23:00:11.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.975 INFO kablam! | Sep 19 23:00:11.975 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.975 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.975 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 23:00:11.975 INFO kablam! Sep 19 23:00:11.976 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.976 INFO kablam! --> src/pe64/imports.rs:170:44 Sep 19 23:00:11.976 INFO kablam! | Sep 19 23:00:11.976 INFO kablam! 170 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 19 23:00:11.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.976 INFO kablam! | Sep 19 23:00:11.976 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.976 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.976 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 19 23:00:11.976 INFO kablam! Sep 19 23:00:11.976 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.976 INFO kablam! --> src/pe64/imports.rs:171:49 Sep 19 23:00:11.976 INFO kablam! | Sep 19 23:00:11.976 INFO kablam! 171 | try!(writeln!(f, " ForwarderChain: {:>08X}", self.image_.ForwarderChain)); Sep 19 23:00:11.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.976 INFO kablam! | Sep 19 23:00:11.976 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.976 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.976 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 19 23:00:11.976 INFO kablam! Sep 19 23:00:11.976 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.976 INFO kablam! --> src/pe64/imports.rs:172:49 Sep 19 23:00:11.976 INFO kablam! | Sep 19 23:00:11.976 INFO kablam! 172 | try!(writeln!(f, " IAT: {:>08X}", self.image_.FirstThunk)); Sep 19 23:00:11.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.976 INFO kablam! | Sep 19 23:00:11.976 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.976 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.976 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 19 23:00:11.976 INFO kablam! Sep 19 23:00:11.976 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.976 INFO kablam! --> src/pe64/relocs.rs:143:49 Sep 19 23:00:11.976 INFO kablam! | Sep 19 23:00:11.976 INFO kablam! 143 | try!(writeln!(f, " VirtualAddress: {:>08X}", self.reloc_.VirtualAddress)); Sep 19 23:00:11.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.976 INFO kablam! | Sep 19 23:00:11.976 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.976 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.976 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 19 23:00:11.976 INFO kablam! Sep 19 23:00:11.976 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.976 INFO kablam! --> src/pe64/relocs.rs:144:49 Sep 19 23:00:11.976 INFO kablam! | Sep 19 23:00:11.976 INFO kablam! 144 | try!(writeln!(f, " SizeOfBlock: {:>08X}", self.reloc_.SizeOfBlock)); Sep 19 23:00:11.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.976 INFO kablam! | Sep 19 23:00:11.976 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.976 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.976 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 19 23:00:11.976 INFO kablam! Sep 19 23:00:11.976 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.976 INFO kablam! --> src/resources.rs:266:45 Sep 19 23:00:11.976 INFO kablam! | Sep 19 23:00:11.976 INFO kablam! 266 | try!(writeln!(f, " Characteristics: {}", self.image_.Characteristics)); Sep 19 23:00:11.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.976 INFO kablam! | Sep 19 23:00:11.976 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.976 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.976 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 19 23:00:11.976 INFO kablam! Sep 19 23:00:11.976 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.976 INFO kablam! --> src/resources.rs:267:45 Sep 19 23:00:11.976 INFO kablam! | Sep 19 23:00:11.976 INFO kablam! 267 | try!(writeln!(f, " TimeDateStamp: {}", self.image_.TimeDateStamp)); Sep 19 23:00:11.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.976 INFO kablam! | Sep 19 23:00:11.976 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.976 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.976 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 19 23:00:11.976 INFO kablam! Sep 19 23:00:11.976 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.977 INFO kablam! --> src/resources.rs:268:48 Sep 19 23:00:11.977 INFO kablam! | Sep 19 23:00:11.977 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 19 23:00:11.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.977 INFO kablam! | Sep 19 23:00:11.977 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.977 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.977 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 23:00:11.977 INFO kablam! Sep 19 23:00:11.977 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.977 INFO kablam! --> src/resources.rs:268:74 Sep 19 23:00:11.977 INFO kablam! | Sep 19 23:00:11.977 INFO kablam! 268 | try!(writeln!(f, " Version: {}.{}", self.image_.MajorVersion, self.image_.MinorVersion)); Sep 19 23:00:11.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.977 INFO kablam! | Sep 19 23:00:11.977 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.977 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.977 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 23:00:11.977 INFO kablam! Sep 19 23:00:11.977 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.977 INFO kablam! --> src/resources.rs:329:50 Sep 19 23:00:11.977 INFO kablam! | Sep 19 23:00:11.977 INFO kablam! 329 | try!(writeln!(f, " OffsetToData: {:>08X}", self.image_.OffsetToData)); Sep 19 23:00:11.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.977 INFO kablam! | Sep 19 23:00:11.977 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.977 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.977 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 23:00:11.977 INFO kablam! Sep 19 23:00:11.977 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.977 INFO kablam! --> src/resources.rs:330:50 Sep 19 23:00:11.977 INFO kablam! | Sep 19 23:00:11.977 INFO kablam! 330 | try!(writeln!(f, " Size: {:>08X}", self.image_.Size)); Sep 19 23:00:11.977 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 23:00:11.977 INFO kablam! | Sep 19 23:00:11.977 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.977 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.977 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 23:00:11.977 INFO kablam! Sep 19 23:00:11.977 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 23:00:11.977 INFO kablam! --> src/resources.rs:331:45 Sep 19 23:00:11.977 INFO kablam! | Sep 19 23:00:11.977 INFO kablam! 331 | try!(writeln!(f, " CodePage: {}", self.image_.CodePage)); Sep 19 23:00:11.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:11.977 INFO kablam! | Sep 19 23:00:11.977 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 23:00:11.977 INFO kablam! = note: for more information, see issue #46043 Sep 19 23:00:11.977 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 23:00:11.978 INFO kablam! Sep 19 23:00:12.475 INFO kablam! error[E0432]: unresolved import `pelite::pe` Sep 19 23:00:12.475 INFO kablam! --> examples/readme.rs:18:5 Sep 19 23:00:12.475 INFO kablam! | Sep 19 23:00:12.475 INFO kablam! 18 | use pelite::pe; Sep 19 23:00:12.475 INFO kablam! | ^^^^^^^^^^ no `pe` in the root Sep 19 23:00:12.475 INFO kablam! Sep 19 23:00:12.501 INFO kablam! error: aborting due to previous error Sep 19 23:00:12.501 INFO kablam! Sep 19 23:00:12.502 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 19 23:00:12.509 INFO kablam! error: Could not compile `pelite`. Sep 19 23:00:12.510 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:00:12.664 INFO kablam! error[E0433]: failed to resolve. Could not find `pe` in `pelite` Sep 19 23:00:12.664 INFO kablam! --> examples/main.rs:14:13 Sep 19 23:00:12.664 INFO kablam! | Sep 19 23:00:12.664 INFO kablam! 14 | use pelite::pe::imports::PeImports; Sep 19 23:00:12.664 INFO kablam! | ^^ Could not find `pe` in `pelite` Sep 19 23:00:12.664 INFO kablam! Sep 19 23:00:12.664 INFO kablam! error[E0432]: unresolved import `pelite::pe` Sep 19 23:00:12.664 INFO kablam! --> examples/main.rs:11:5 Sep 19 23:00:12.664 INFO kablam! | Sep 19 23:00:12.664 INFO kablam! 11 | use pelite::pe; Sep 19 23:00:12.664 INFO kablam! | ^^^^^^^^^^ no `pe` in the root Sep 19 23:00:12.664 INFO kablam! Sep 19 23:00:12.664 INFO kablam! warning: unused import: `pelite::pe::imports::PeImports` Sep 19 23:00:12.664 INFO kablam! --> examples/main.rs:14:5 Sep 19 23:00:12.664 INFO kablam! | Sep 19 23:00:12.664 INFO kablam! 14 | use pelite::pe::imports::PeImports; Sep 19 23:00:12.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:12.664 INFO kablam! | Sep 19 23:00:12.664 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 23:00:12.664 INFO kablam! Sep 19 23:00:12.670 INFO kablam! error: aborting due to 2 previous errors Sep 19 23:00:12.670 INFO kablam! Sep 19 23:00:12.670 INFO kablam! Some errors occurred: E0432, E0433. Sep 19 23:00:12.670 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 23:00:12.673 INFO kablam! error: Could not compile `pelite`. Sep 19 23:00:12.673 INFO kablam! Sep 19 23:00:12.673 INFO kablam! To learn more, run the command again with --verbose. Sep 19 23:00:12.678 INFO kablam! su: No module specific data is present Sep 19 23:00:13.500 INFO running `"docker" "rm" "-f" "8fc406dbf41abfa86bec2b9c1c64cf62ed8142359efb05914ea6dadf877ea13d"` Sep 19 23:00:13.613 INFO blam! 8fc406dbf41abfa86bec2b9c1c64cf62ed8142359efb05914ea6dadf877ea13d