Sep 05 21:05:57.288 INFO checking vpk-0.1.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 21:05:57.288 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 21:05:57.288 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-7/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-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:05:57.535 INFO blam! 255afa4b7ea01804f2c8c9ea7f877dacab44abd897224c59f3a109cb2e9c087c Sep 05 21:05:57.537 INFO running `"docker" "start" "-a" "255afa4b7ea01804f2c8c9ea7f877dacab44abd897224c59f3a109cb2e9c087c"` Sep 05 21:05:58.379 INFO kablam! usermod: no changes Sep 05 21:05:58.422 INFO kablam! Checking vpk v0.1.0 (file:///source) Sep 05 21:05:58.729 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 21:05:58.729 INFO kablam! --> src/vpk.rs:112:21 Sep 05 21:05:58.729 INFO kablam! | Sep 05 21:05:58.729 INFO kablam! 112 | assert_eq!(dir_entry.suffix, 0xffff, "Error while parsing index"); Sep 05 21:05:58.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:05:58.729 INFO kablam! | Sep 05 21:05:58.729 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 05 21:05:58.729 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:58.729 INFO kablam! = note: for more information, see issue #46043 Sep 05 21:05:58.729 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:58.729 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:58.729 INFO kablam! Sep 05 21:05:58.729 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 21:05:58.729 INFO kablam! --> src/vpk.rs:122:44 Sep 05 21:05:58.729 INFO kablam! | Sep 05 21:05:58.729 INFO kablam! 122 | &format!("{:03}.", dir_entry.archive_index)); Sep 05 21:05:58.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:05:58.729 INFO kablam! | Sep 05 21:05:58.729 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:58.729 INFO kablam! = note: for more information, see issue #46043 Sep 05 21:05:58.729 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:58.729 INFO kablam! Sep 05 21:05:58.729 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 05 21:05:58.729 INFO kablam! --> src/entry.rs:27:10 Sep 05 21:05:58.730 INFO kablam! | Sep 05 21:05:58.730 INFO kablam! 27 | #[derive(Debug)] Sep 05 21:05:58.730 INFO kablam! | ^^^^^ Sep 05 21:05:58.730 INFO kablam! | Sep 05 21:05:58.730 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:58.730 INFO kablam! = note: for more information, see issue #46043 Sep 05 21:05:58.730 INFO kablam! Sep 05 21:05:58.805 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 21:05:58.805 INFO kablam! --> src/vpk.rs:112:21 Sep 05 21:05:58.805 INFO kablam! | Sep 05 21:05:58.805 INFO kablam! 112 | assert_eq!(dir_entry.suffix, 0xffff, "Error while parsing index"); Sep 05 21:05:58.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:05:58.806 INFO kablam! | Sep 05 21:05:58.806 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 05 21:05:58.806 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:58.806 INFO kablam! = note: for more information, see issue #46043 Sep 05 21:05:58.806 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:58.806 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:58.806 INFO kablam! Sep 05 21:05:58.806 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 21:05:58.806 INFO kablam! --> src/vpk.rs:122:44 Sep 05 21:05:58.806 INFO kablam! | Sep 05 21:05:58.806 INFO kablam! 122 | &format!("{:03}.", dir_entry.archive_index)); Sep 05 21:05:58.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:05:58.806 INFO kablam! | Sep 05 21:05:58.806 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:58.806 INFO kablam! = note: for more information, see issue #46043 Sep 05 21:05:58.806 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:58.806 INFO kablam! Sep 05 21:05:58.806 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 05 21:05:58.806 INFO kablam! --> src/entry.rs:27:10 Sep 05 21:05:58.806 INFO kablam! | Sep 05 21:05:58.806 INFO kablam! 27 | #[derive(Debug)] Sep 05 21:05:58.806 INFO kablam! | ^^^^^ Sep 05 21:05:58.806 INFO kablam! | Sep 05 21:05:58.806 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:58.806 INFO kablam! = note: for more information, see issue #46043 Sep 05 21:05:58.806 INFO kablam! Sep 05 21:05:58.880 INFO kablam! warning: unused import: `BufWriter` Sep 05 21:05:58.880 INFO kablam! --> examples/extract.rs:5:28 Sep 05 21:05:58.880 INFO kablam! | Sep 05 21:05:58.880 INFO kablam! 5 | use std::io::{Read, Write, BufWriter}; Sep 05 21:05:58.880 INFO kablam! | ^^^^^^^^^ Sep 05 21:05:58.880 INFO kablam! | Sep 05 21:05:58.880 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 21:05:58.880 INFO kablam! Sep 05 21:05:58.930 INFO kablam! warning: value assigned to `buf_len` is never read Sep 05 21:05:58.930 INFO kablam! --> examples/extract.rs:33:17 Sep 05 21:05:58.930 INFO kablam! | Sep 05 21:05:58.930 INFO kablam! 33 | let mut buf_len: usize = 0; Sep 05 21:05:58.930 INFO kablam! | ^^^^^^^ Sep 05 21:05:58.930 INFO kablam! | Sep 05 21:05:58.930 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 05 21:05:58.930 INFO kablam! Sep 05 21:05:58.942 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 21:05:58.942 INFO kablam! --> examples/extract.rs:29:59 Sep 05 21:05:58.942 INFO kablam! | Sep 05 21:05:58.942 INFO kablam! 29 | println!("Extract {}, archive index {}...", file, vpk_entry.dir_entry.archive_index); Sep 05 21:05:58.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:05:58.942 INFO kablam! | Sep 05 21:05:58.942 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 05 21:05:58.942 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:58.942 INFO kablam! = note: for more information, see issue #46043 Sep 05 21:05:58.942 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:58.942 INFO kablam! Sep 05 21:05:59.089 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.69s Sep 05 21:05:59.091 INFO kablam! su: No module specific data is present Sep 05 21:06:00.094 INFO running `"docker" "rm" "-f" "255afa4b7ea01804f2c8c9ea7f877dacab44abd897224c59f3a109cb2e9c087c"` Sep 05 21:06:00.249 INFO blam! 255afa4b7ea01804f2c8c9ea7f877dacab44abd897224c59f3a109cb2e9c087c