Sep 19 18:05:55.041 INFO checking vtf-0.1.1 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 18:05:55.041 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 18:05:55.041 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 18:05:55.259 INFO blam! 2611d23b915771c2e2b03ec40b8448c51a17d56c8dc3bbe0fd9b312de2242488 Sep 19 18:05:55.261 INFO running `"docker" "start" "-a" "2611d23b915771c2e2b03ec40b8448c51a17d56c8dc3bbe0fd9b312de2242488"` Sep 19 18:05:56.262 INFO kablam! usermod: no changes Sep 19 18:05:56.582 INFO kablam! Checking png v0.12.0 Sep 19 18:05:56.590 INFO kablam! Compiling num-derive v0.2.2 Sep 19 18:05:56.602 INFO kablam! Checking jpeg-decoder v0.1.15 Sep 19 18:06:00.986 INFO kablam! Checking image v0.19.0 Sep 19 18:06:06.218 INFO kablam! Checking vtf v0.1.1 (/source) Sep 19 18:06:06.570 INFO kablam! warning: unused import: `std::iter::Iterator` Sep 19 18:06:06.570 INFO kablam! --> src/vtf.rs:8:5 Sep 19 18:06:06.570 INFO kablam! | Sep 19 18:06:06.570 INFO kablam! 8 | use std::iter::Iterator; Sep 19 18:06:06.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 18:06:06.570 INFO kablam! | Sep 19 18:06:06.570 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 18:06:06.570 INFO kablam! Sep 19 18:06:06.594 INFO kablam! warning: unused import: `std::iter::Iterator` Sep 19 18:06:06.594 INFO kablam! --> src/vtf.rs:8:5 Sep 19 18:06:06.594 INFO kablam! | Sep 19 18:06:06.594 INFO kablam! 8 | use std::iter::Iterator; Sep 19 18:06:06.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 18:06:06.594 INFO kablam! | Sep 19 18:06:06.594 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 18:06:06.594 INFO kablam! Sep 19 18:06:06.802 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 18:06:06.802 INFO kablam! --> src/vtf.rs:31:9 Sep 19 18:06:06.802 INFO kablam! | Sep 19 18:06:06.802 INFO kablam! 31 | assert_eq!(header.signature, VTF_SIGNATURE, "Specified data is not VTF file"); Sep 19 18:06:06.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:06:06.802 INFO kablam! | Sep 19 18:06:06.802 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 19 18:06:06.802 INFO kablam! = 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 18:06:06.802 INFO kablam! = note: for more information, see issue #46043 Sep 19 18:06:06.802 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 18:06:06.802 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 19 18:06:06.802 INFO kablam! Sep 19 18:06:06.829 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 18:06:06.829 INFO kablam! --> src/vtf.rs:31:9 Sep 19 18:06:06.829 INFO kablam! | Sep 19 18:06:06.829 INFO kablam! 31 | assert_eq!(header.signature, VTF_SIGNATURE, "Specified data is not VTF file"); Sep 19 18:06:06.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:06:06.829 INFO kablam! | Sep 19 18:06:06.829 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 19 18:06:06.829 INFO kablam! = 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 18:06:06.829 INFO kablam! = note: for more information, see issue #46043 Sep 19 18:06:06.829 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 18:06:06.829 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 19 18:06:06.829 INFO kablam! Sep 19 18:06:07.457 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.18s Sep 19 18:06:07.486 INFO kablam! su: No module specific data is present Sep 19 18:06:08.620 INFO running `"docker" "rm" "-f" "2611d23b915771c2e2b03ec40b8448c51a17d56c8dc3bbe0fd9b312de2242488"` Sep 19 18:06:08.698 INFO blam! 2611d23b915771c2e2b03ec40b8448c51a17d56c8dc3bbe0fd9b312de2242488