Sep 19 16:02:30.023 INFO checking vtf-0.1.1 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 16:02:30.024 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 16:02:30.024 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 16:02:30.355 INFO blam! fc948c81934c4df60a4b4cede2e5de12ce8e9939de81d1fecba411965a7f0148 Sep 19 16:02:30.357 INFO running `"docker" "start" "-a" "fc948c81934c4df60a4b4cede2e5de12ce8e9939de81d1fecba411965a7f0148"` Sep 19 16:02:31.370 INFO kablam! usermod: no changes Sep 19 16:02:31.623 INFO kablam! Checking deflate v0.7.18 Sep 19 16:02:31.627 INFO kablam! Compiling syn v0.14.9 Sep 19 16:02:31.632 INFO kablam! Checking num-rational v0.1.42 Sep 19 16:02:31.639 INFO kablam! Checking jpeg-decoder v0.1.15 Sep 19 16:02:33.023 INFO kablam! Checking png v0.12.0 Sep 19 16:02:40.083 INFO kablam! Compiling num-derive v0.2.2 Sep 19 16:02:41.686 INFO kablam! Checking image v0.19.0 Sep 19 16:02:45.569 INFO kablam! Checking vtf v0.1.1 (/source) Sep 19 16:02:45.767 INFO kablam! warning: unused import: `std::iter::Iterator` Sep 19 16:02:45.767 INFO kablam! --> src/vtf.rs:8:5 Sep 19 16:02:45.767 INFO kablam! | Sep 19 16:02:45.767 INFO kablam! 8 | use std::iter::Iterator; Sep 19 16:02:45.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:45.767 INFO kablam! | Sep 19 16:02:45.767 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 16:02:45.767 INFO kablam! Sep 19 16:02:45.797 INFO kablam! warning: unused import: `std::iter::Iterator` Sep 19 16:02:45.797 INFO kablam! --> src/vtf.rs:8:5 Sep 19 16:02:45.797 INFO kablam! | Sep 19 16:02:45.797 INFO kablam! 8 | use std::iter::Iterator; Sep 19 16:02:45.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:45.797 INFO kablam! | Sep 19 16:02:45.797 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 16:02:45.797 INFO kablam! Sep 19 16:02:45.901 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 16:02:45.901 INFO kablam! --> src/vtf.rs:31:9 Sep 19 16:02:45.901 INFO kablam! | Sep 19 16:02:45.901 INFO kablam! 31 | assert_eq!(header.signature, VTF_SIGNATURE, "Specified data is not VTF file"); Sep 19 16:02:45.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:45.901 INFO kablam! | Sep 19 16:02:45.901 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 19 16:02:45.901 INFO 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 16:02:45.901 INFO kablam! = note: for more information, see issue #46043 Sep 19 16:02:45.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 16:02:45.901 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 16:02:45.901 INFO kablam! Sep 19 16:02:45.919 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 16:02:45.919 INFO kablam! --> src/vtf.rs:31:9 Sep 19 16:02:45.919 INFO kablam! | Sep 19 16:02:45.919 INFO kablam! 31 | assert_eq!(header.signature, VTF_SIGNATURE, "Specified data is not VTF file"); Sep 19 16:02:45.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:45.919 INFO kablam! | Sep 19 16:02:45.919 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 19 16:02:45.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 16:02:45.919 INFO kablam! = note: for more information, see issue #46043 Sep 19 16:02:45.919 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 16:02:45.919 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 16:02:45.919 INFO kablam! Sep 19 16:02:46.479 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.08s Sep 19 16:02:46.484 INFO kablam! su: No module specific data is present Sep 19 16:02:47.135 INFO running `"docker" "rm" "-f" "fc948c81934c4df60a4b4cede2e5de12ce8e9939de81d1fecba411965a7f0148"` Sep 19 16:02:47.354 INFO blam! fc948c81934c4df60a4b4cede2e5de12ce8e9939de81d1fecba411965a7f0148