Sep 10 06:43:01.241 INFO checking vtf-0.1.1 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 06:43:01.241 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 06:43:01.242 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-4/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 06:43:01.480 INFO blam! 872bba9cb2f0408d74644de4698d0854f29832b1bc36c7ca6a577247827d6830 Sep 10 06:43:01.482 INFO running `"docker" "start" "-a" "872bba9cb2f0408d74644de4698d0854f29832b1bc36c7ca6a577247827d6830"` Sep 10 06:43:03.225 INFO kablam! usermod: no changes Sep 10 06:43:03.525 INFO kablam! Checking gif v0.10.0 Sep 10 06:43:03.538 INFO kablam! Checking num-iter v0.1.37 Sep 10 06:43:03.538 INFO kablam! Checking num-rational v0.1.42 Sep 10 06:43:03.542 INFO kablam! Compiling num-derive v0.2.2 Sep 10 06:43:03.558 INFO kablam! Checking jpeg-decoder v0.1.15 Sep 10 06:43:04.689 INFO kablam! Checking png v0.12.0 Sep 10 06:43:08.306 INFO kablam! Checking image v0.19.0 Sep 10 06:43:13.776 INFO kablam! Checking vtf v0.1.1 (file:///source) Sep 10 06:43:13.981 INFO kablam! warning: unused import: `std::iter::Iterator` Sep 10 06:43:13.982 INFO kablam! --> src/vtf.rs:8:5 Sep 10 06:43:13.982 INFO kablam! | Sep 10 06:43:13.982 INFO kablam! 8 | use std::iter::Iterator; Sep 10 06:43:13.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 06:43:13.986 INFO kablam! | Sep 10 06:43:13.986 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 06:43:13.986 INFO kablam! Sep 10 06:43:13.990 INFO kablam! warning: unused import: `std::iter::Iterator` Sep 10 06:43:13.990 INFO kablam! --> src/vtf.rs:8:5 Sep 10 06:43:13.990 INFO kablam! | Sep 10 06:43:13.990 INFO kablam! 8 | use std::iter::Iterator; Sep 10 06:43:13.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 06:43:13.990 INFO kablam! | Sep 10 06:43:13.990 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 06:43:13.990 INFO kablam! Sep 10 06:43:14.116 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 06:43:14.116 INFO kablam! --> src/vtf.rs:31:9 Sep 10 06:43:14.116 INFO kablam! | Sep 10 06:43:14.116 INFO kablam! 31 | assert_eq!(header.signature, VTF_SIGNATURE, "Specified data is not VTF file"); Sep 10 06:43:14.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 06:43:14.116 INFO kablam! | Sep 10 06:43:14.117 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 10 06:43:14.117 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 10 06:43:14.117 INFO kablam! = note: for more information, see issue #46043 Sep 10 06:43:14.118 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 10 06:43:14.121 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 10 06:43:14.121 INFO kablam! Sep 10 06:43:14.162 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 06:43:14.162 INFO kablam! --> src/vtf.rs:31:9 Sep 10 06:43:14.162 INFO kablam! | Sep 10 06:43:14.162 INFO kablam! 31 | assert_eq!(header.signature, VTF_SIGNATURE, "Specified data is not VTF file"); Sep 10 06:43:14.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 06:43:14.162 INFO kablam! | Sep 10 06:43:14.162 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 10 06:43:14.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 10 06:43:14.162 INFO kablam! = note: for more information, see issue #46043 Sep 10 06:43:14.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 10 06:43:14.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 10 06:43:14.162 INFO kablam! Sep 10 06:43:14.787 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.54s Sep 10 06:43:14.793 INFO kablam! su: No module specific data is present Sep 10 06:43:15.595 INFO running `"docker" "rm" "-f" "872bba9cb2f0408d74644de4698d0854f29832b1bc36c7ca6a577247827d6830"` Sep 10 06:43:15.670 INFO blam! 872bba9cb2f0408d74644de4698d0854f29832b1bc36c7ca6a577247827d6830