Oct 27 13:45:13.246 INFO checking vtf-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 13:45:13.246 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 13:45:13.628 INFO blam! d38b1a7b031ebb2ab2739e6b980088c9886fc3583e93ffcce2eaa7004d0eb44c Oct 27 13:45:13.634 INFO running `"docker" "start" "-a" "d38b1a7b031ebb2ab2739e6b980088c9886fc3583e93ffcce2eaa7004d0eb44c"` Oct 27 13:45:15.354 INFO kablam! usermod: no changes Oct 27 13:45:15.557 INFO kablam! Compiling syn v0.15.14 Oct 27 13:45:15.559 INFO kablam! Checking png v0.12.0 Oct 27 13:45:15.571 INFO kablam! Checking jpeg-decoder v0.1.15 Oct 27 13:45:28.833 INFO kablam! Compiling num-derive v0.2.3 Oct 27 13:45:36.333 INFO kablam! Checking image v0.19.0 Oct 27 13:45:41.983 INFO kablam! Checking vtf v0.1.1 (/source) Oct 27 13:45:42.594 INFO kablam! warning: unused import: `std::iter::Iterator` Oct 27 13:45:42.594 INFO kablam! --> src/vtf.rs:8:5 Oct 27 13:45:42.594 INFO kablam! | Oct 27 13:45:42.594 INFO kablam! 8 | use std::iter::Iterator; Oct 27 13:45:42.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 13:45:42.594 INFO kablam! | Oct 27 13:45:42.594 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 13:45:42.594 INFO kablam! Oct 27 13:45:42.663 INFO kablam! warning: unused import: `std::iter::Iterator` Oct 27 13:45:42.663 INFO kablam! --> src/vtf.rs:8:5 Oct 27 13:45:42.663 INFO kablam! | Oct 27 13:45:42.663 INFO kablam! 8 | use std::iter::Iterator; Oct 27 13:45:42.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 13:45:42.663 INFO kablam! | Oct 27 13:45:42.663 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 13:45:42.663 INFO kablam! Oct 27 13:45:42.758 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 13:45:42.758 INFO kablam! --> src/vtf.rs:31:9 Oct 27 13:45:42.758 INFO kablam! | Oct 27 13:45:42.758 INFO kablam! 31 | assert_eq!(header.signature, VTF_SIGNATURE, "Specified data is not VTF file"); Oct 27 13:45:42.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:45:42.759 INFO kablam! | Oct 27 13:45:42.760 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 27 13:45:42.760 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! Oct 27 13:45:42.761 INFO kablam! = note: for more information, see issue #46043 Oct 27 13:45:42.761 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 13:45:42.761 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) Oct 27 13:45:42.761 INFO kablam! Oct 27 13:45:42.783 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 13:45:42.783 INFO kablam! --> src/vtf.rs:31:9 Oct 27 13:45:42.783 INFO kablam! | Oct 27 13:45:42.783 INFO kablam! 31 | assert_eq!(header.signature, VTF_SIGNATURE, "Specified data is not VTF file"); Oct 27 13:45:42.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:45:42.784 INFO kablam! | Oct 27 13:45:42.784 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 27 13:45:42.785 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! Oct 27 13:45:42.785 INFO kablam! = note: for more information, see issue #46043 Oct 27 13:45:42.785 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 13:45:42.785 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) Oct 27 13:45:42.786 INFO kablam! Oct 27 13:45:45.136 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.75s Oct 27 13:45:45.141 INFO kablam! su: No module specific data is present Oct 27 13:45:45.827 INFO running `"docker" "rm" "-f" "d38b1a7b031ebb2ab2739e6b980088c9886fc3583e93ffcce2eaa7004d0eb44c"` Oct 27 13:45:45.966 INFO blam! d38b1a7b031ebb2ab2739e6b980088c9886fc3583e93ffcce2eaa7004d0eb44c