Sep 05 21:04:56.779 INFO checking vtf-0.1.1 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 21:04:56.779 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 21:04:56.779 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-6/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 21:04:57.085 INFO blam! 41dbfdee006cc5f5922646542f256782c7fe8d9e3ae74274358ea9f38cecd849 Sep 05 21:04:57.089 INFO running `"docker" "start" "-a" "41dbfdee006cc5f5922646542f256782c7fe8d9e3ae74274358ea9f38cecd849"` Sep 05 21:04:58.401 INFO kablam! usermod: no changes Sep 05 21:04:58.618 INFO kablam! Checking deflate v0.7.18 Sep 05 21:04:58.618 INFO kablam! Compiling syn v0.14.9 Sep 05 21:04:58.618 INFO kablam! Checking num-rational v0.1.42 Sep 05 21:04:58.622 INFO kablam! Checking jpeg-decoder v0.1.15 Sep 05 21:05:01.806 INFO kablam! Checking png v0.12.0 Sep 05 21:05:11.758 INFO kablam! Compiling num-derive v0.2.2 Sep 05 21:05:14.530 INFO kablam! Checking image v0.19.0 Sep 05 21:05:19.825 INFO kablam! Checking vtf v0.1.1 (file:///source) Sep 05 21:05:20.037 INFO kablam! warning: unused import: `std::iter::Iterator` Sep 05 21:05:20.037 INFO kablam! --> src/vtf.rs:8:5 Sep 05 21:05:20.037 INFO kablam! | Sep 05 21:05:20.038 INFO kablam! 8 | use std::iter::Iterator; Sep 05 21:05:20.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 05 21:05:20.038 INFO kablam! | Sep 05 21:05:20.038 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 21:05:20.038 INFO kablam! Sep 05 21:05:20.086 INFO kablam! warning: unused import: `std::iter::Iterator` Sep 05 21:05:20.086 INFO kablam! --> src/vtf.rs:8:5 Sep 05 21:05:20.086 INFO kablam! | Sep 05 21:05:20.086 INFO kablam! 8 | use std::iter::Iterator; Sep 05 21:05:20.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 05 21:05:20.086 INFO kablam! | Sep 05 21:05:20.086 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 21:05:20.086 INFO kablam! Sep 05 21:05:20.162 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 21:05:20.162 INFO kablam! --> src/vtf.rs:31:9 Sep 05 21:05:20.162 INFO kablam! | Sep 05 21:05:20.162 INFO kablam! 31 | assert_eq!(header.signature, VTF_SIGNATURE, "Specified data is not VTF file"); Sep 05 21:05:20.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:05:20.162 INFO kablam! | Sep 05 21:05:20.162 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 05 21:05:20.162 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 05 21:05:20.162 INFO kablam! = note: for more information, see issue #46043 Sep 05 21:05:20.162 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 05 21:05:20.162 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 05 21:05:20.162 INFO kablam! Sep 05 21:05:20.210 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 21:05:20.210 INFO kablam! --> src/vtf.rs:31:9 Sep 05 21:05:20.210 INFO kablam! | Sep 05 21:05:20.210 INFO kablam! 31 | assert_eq!(header.signature, VTF_SIGNATURE, "Specified data is not VTF file"); Sep 05 21:05:20.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:05:20.210 INFO kablam! | Sep 05 21:05:20.210 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 05 21:05:20.210 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 05 21:05:20.210 INFO kablam! = note: for more information, see issue #46043 Sep 05 21:05:20.210 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 05 21:05:20.210 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 05 21:05:20.210 INFO kablam! Sep 05 21:05:20.810 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.38s Sep 05 21:05:20.817 INFO kablam! su: No module specific data is present Sep 05 21:05:21.709 INFO running `"docker" "rm" "-f" "41dbfdee006cc5f5922646542f256782c7fe8d9e3ae74274358ea9f38cecd849"` Sep 05 21:05:21.934 INFO blam! 41dbfdee006cc5f5922646542f256782c7fe8d9e3ae74274358ea9f38cecd849