Oct 21 22:34:31.021 INFO checking vpk-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:34:31.022 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/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 21 22:34:31.256 INFO blam! 1acd8199c5859e07ec614b71bd42dd55e716516b83071e363b1b065aa8abff54 Oct 21 22:34:31.261 INFO running `"docker" "start" "-a" "1acd8199c5859e07ec614b71bd42dd55e716516b83071e363b1b065aa8abff54"` Oct 21 22:34:31.890 INFO kablam! usermod: no changes Oct 21 22:34:31.898 INFO kablam! Checking vpk v0.1.0 (/source) Oct 21 22:34:32.439 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 21 22:34:32.439 INFO kablam! --> src/vpk.rs:112:21 Oct 21 22:34:32.439 INFO kablam! | Oct 21 22:34:32.439 INFO kablam! 112 | assert_eq!(dir_entry.suffix, 0xffff, "Error while parsing index"); Oct 21 22:34:32.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:34:32.439 INFO kablam! | Oct 21 22:34:32.440 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 21 22:34:32.440 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 21 22:34:32.440 INFO kablam! = note: for more information, see issue #46043 Oct 21 22:34:32.440 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 21 22:34:32.440 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 21 22:34:32.440 INFO kablam! Oct 21 22:34:32.440 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 21 22:34:32.440 INFO kablam! --> src/vpk.rs:122:44 Oct 21 22:34:32.440 INFO kablam! | Oct 21 22:34:32.440 INFO kablam! 122 | &format!("{:03}.", dir_entry.archive_index)); Oct 21 22:34:32.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:34:32.440 INFO kablam! | Oct 21 22:34:32.440 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 21 22:34:32.440 INFO kablam! = note: for more information, see issue #46043 Oct 21 22:34:32.440 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 21 22:34:32.440 INFO kablam! Oct 21 22:34:32.440 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 21 22:34:32.440 INFO kablam! --> src/entry.rs:27:10 Oct 21 22:34:32.440 INFO kablam! | Oct 21 22:34:32.440 INFO kablam! 27 | #[derive(Debug)] Oct 21 22:34:32.440 INFO kablam! | ^^^^^ Oct 21 22:34:32.440 INFO kablam! | Oct 21 22:34:32.440 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 21 22:34:32.440 INFO kablam! = note: for more information, see issue #46043 Oct 21 22:34:32.440 INFO kablam! Oct 21 22:34:32.548 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 21 22:34:32.549 INFO kablam! --> src/vpk.rs:112:21 Oct 21 22:34:32.549 INFO kablam! | Oct 21 22:34:32.549 INFO kablam! 112 | assert_eq!(dir_entry.suffix, 0xffff, "Error while parsing index"); Oct 21 22:34:32.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:34:32.549 INFO kablam! | Oct 21 22:34:32.549 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 21 22:34:32.549 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 21 22:34:32.549 INFO kablam! = note: for more information, see issue #46043 Oct 21 22:34:32.549 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 21 22:34:32.549 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 21 22:34:32.549 INFO kablam! Oct 21 22:34:32.549 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 21 22:34:32.549 INFO kablam! --> src/vpk.rs:122:44 Oct 21 22:34:32.549 INFO kablam! | Oct 21 22:34:32.549 INFO kablam! 122 | &format!("{:03}.", dir_entry.archive_index)); Oct 21 22:34:32.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:34:32.549 INFO kablam! | Oct 21 22:34:32.549 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 21 22:34:32.549 INFO kablam! = note: for more information, see issue #46043 Oct 21 22:34:32.549 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 21 22:34:32.549 INFO kablam! Oct 21 22:34:32.549 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 21 22:34:32.549 INFO kablam! --> src/entry.rs:27:10 Oct 21 22:34:32.549 INFO kablam! | Oct 21 22:34:32.549 INFO kablam! 27 | #[derive(Debug)] Oct 21 22:34:32.549 INFO kablam! | ^^^^^ Oct 21 22:34:32.549 INFO kablam! | Oct 21 22:34:32.549 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 21 22:34:32.549 INFO kablam! = note: for more information, see issue #46043 Oct 21 22:34:32.549 INFO kablam! Oct 21 22:34:32.936 INFO kablam! warning: unused import: `BufWriter` Oct 21 22:34:32.936 INFO kablam! --> examples/extract.rs:5:28 Oct 21 22:34:32.936 INFO kablam! | Oct 21 22:34:32.936 INFO kablam! 5 | use std::io::{Read, Write, BufWriter}; Oct 21 22:34:32.936 INFO kablam! | ^^^^^^^^^ Oct 21 22:34:32.936 INFO kablam! | Oct 21 22:34:32.936 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 22:34:32.936 INFO kablam! Oct 21 22:34:32.997 INFO kablam! warning: value assigned to `buf_len` is never read Oct 21 22:34:32.997 INFO kablam! --> examples/extract.rs:33:17 Oct 21 22:34:32.997 INFO kablam! | Oct 21 22:34:32.997 INFO kablam! 33 | let mut buf_len: usize = 0; Oct 21 22:34:32.997 INFO kablam! | ^^^^^^^ Oct 21 22:34:32.997 INFO kablam! | Oct 21 22:34:32.997 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 21 22:34:32.997 INFO kablam! Oct 21 22:34:32.997 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 21 22:34:32.997 INFO kablam! --> examples/extract.rs:29:59 Oct 21 22:34:32.997 INFO kablam! | Oct 21 22:34:32.997 INFO kablam! 29 | println!("Extract {}, archive index {}...", file, vpk_entry.dir_entry.archive_index); Oct 21 22:34:32.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:34:32.997 INFO kablam! | Oct 21 22:34:32.997 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 21 22:34:32.997 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 21 22:34:32.997 INFO kablam! = note: for more information, see issue #46043 Oct 21 22:34:32.997 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 21 22:34:32.997 INFO kablam! Oct 21 22:34:33.013 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.12s Oct 21 22:34:33.016 INFO kablam! su: No module specific data is present Oct 21 22:34:33.382 INFO running `"docker" "rm" "-f" "1acd8199c5859e07ec614b71bd42dd55e716516b83071e363b1b065aa8abff54"` Oct 21 22:34:33.624 INFO blam! 1acd8199c5859e07ec614b71bd42dd55e716516b83071e363b1b065aa8abff54