Oct 27 19:02:05.580 INFO checking mpack-0.1.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 19:02:05.580 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 19:02:06.064 INFO blam! dace09ed0f0bcdcfc70c0342d0ec351f4b3506f35634d04eb60cdd7604aab55e Oct 27 19:02:06.067 INFO running `"docker" "start" "-a" "dace09ed0f0bcdcfc70c0342d0ec351f4b3506f35634d04eb60cdd7604aab55e"` Oct 27 19:02:08.072 INFO kablam! usermod: no changes Oct 27 19:02:08.176 INFO kablam! Checking mpack v0.1.2 (/source) Oct 27 19:02:09.104 INFO kablam! warning: unused macro definition Oct 27 19:02:09.104 INFO kablam! --> src/lib.rs:38:1 Oct 27 19:02:09.104 INFO kablam! | Oct 27 19:02:09.104 INFO kablam! 38 | / macro_rules! nth_byte( Oct 27 19:02:09.104 INFO kablam! 39 | | ($x:expr, $n:expr) => ((($x >> ($n * 8)) & 0xFF) as u8) Oct 27 19:02:09.104 INFO kablam! 40 | | ); Oct 27 19:02:09.104 INFO kablam! | |__^ Oct 27 19:02:09.104 INFO kablam! | Oct 27 19:02:09.104 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 27 19:02:09.104 INFO kablam! Oct 27 19:02:09.375 INFO kablam! warning: unused macro definition Oct 27 19:02:09.375 INFO kablam! --> src/lib.rs:38:1 Oct 27 19:02:09.375 INFO kablam! | Oct 27 19:02:09.375 INFO kablam! 38 | / macro_rules! nth_byte( Oct 27 19:02:09.375 INFO kablam! 39 | | ($x:expr, $n:expr) => ((($x >> ($n * 8)) & 0xFF) as u8) Oct 27 19:02:09.375 INFO kablam! 40 | | ); Oct 27 19:02:09.375 INFO kablam! | |__^ Oct 27 19:02:09.375 INFO kablam! | Oct 27 19:02:09.375 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 27 19:02:09.375 INFO kablam! Oct 27 19:02:09.375 INFO kablam! warning: unused import: `std::mem` Oct 27 19:02:09.375 INFO kablam! --> src/lib.rs:717:9 Oct 27 19:02:09.375 INFO kablam! | Oct 27 19:02:09.375 INFO kablam! 717 | use std::mem; Oct 27 19:02:09.375 INFO kablam! | ^^^^^^^^ Oct 27 19:02:09.375 INFO kablam! | Oct 27 19:02:09.375 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 19:02:09.375 INFO kablam! Oct 27 19:02:09.375 INFO kablam! warning: unused import: `std::slice` Oct 27 19:02:09.375 INFO kablam! --> src/lib.rs:718:9 Oct 27 19:02:09.375 INFO kablam! | Oct 27 19:02:09.375 INFO kablam! 718 | use std::slice; Oct 27 19:02:09.375 INFO kablam! | ^^^^^^^^^^ Oct 27 19:02:09.375 INFO kablam! Oct 27 19:02:10.019 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 19:02:10.019 INFO kablam! --> src/lib.rs:820:9 Oct 27 19:02:10.019 INFO kablam! | Oct 27 19:02:10.019 INFO kablam! 820 | assert_eq!(x.b, 42); Oct 27 19:02:10.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 19:02:10.019 INFO kablam! | Oct 27 19:02:10.019 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 27 19:02:10.019 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 19:02:10.019 INFO kablam! = note: for more information, see issue #46043 Oct 27 19:02:10.019 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 19:02:10.019 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 19:02:10.019 INFO kablam! Oct 27 19:02:10.058 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.96s Oct 27 19:02:10.061 INFO kablam! su: No module specific data is present Oct 27 19:02:10.308 INFO running `"docker" "rm" "-f" "dace09ed0f0bcdcfc70c0342d0ec351f4b3506f35634d04eb60cdd7604aab55e"` Oct 27 19:02:10.408 INFO blam! dace09ed0f0bcdcfc70c0342d0ec351f4b3506f35634d04eb60cdd7604aab55e