Oct 22 01:04:03.374 INFO checking p0f_api-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:04:03.374 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 22 01:04:03.696 INFO blam! cc94020ebe49496452bb6d6c087af4db1374d75c347daf3368a1083b3f850fb3 Oct 22 01:04:03.696 INFO running `"docker" "start" "-a" "cc94020ebe49496452bb6d6c087af4db1374d75c347daf3368a1083b3f850fb3"` Oct 22 01:04:04.225 INFO kablam! usermod: no changes Oct 22 01:04:04.250 INFO kablam! Checking p0f_api v0.1.1 (/source) Oct 22 01:04:04.787 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 01:04:04.788 INFO kablam! --> src/lib.rs:94:7 Oct 22 01:04:04.788 INFO kablam! | Oct 22 01:04:04.788 INFO kablam! 94 | resp.magic, Oct 22 01:04:04.788 INFO kablam! | ^^^^^^^^^^ Oct 22 01:04:04.788 INFO kablam! | Oct 22 01:04:04.788 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 22 01:04:04.788 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 22 01:04:04.788 INFO kablam! = note: for more information, see issue #46043 Oct 22 01:04:04.788 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 22 01:04:04.788 INFO kablam! Oct 22 01:04:04.788 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 01:04:04.788 INFO kablam! --> src/lib.rs:115:8 Oct 22 01:04:04.788 INFO kablam! | Oct 22 01:04:04.788 INFO kablam! 115 | resp.status Oct 22 01:04:04.788 INFO kablam! | ^^^^^^^^^^^ Oct 22 01:04:04.788 INFO kablam! | Oct 22 01:04:04.788 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 22 01:04:04.788 INFO kablam! = note: for more information, see issue #46043 Oct 22 01:04:04.788 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 22 01:04:04.788 INFO kablam! Oct 22 01:04:04.788 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 01:04:04.788 INFO kablam! --> src/lib.rs:189:3 Oct 22 01:04:04.788 INFO kablam! | Oct 22 01:04:04.788 INFO kablam! 189 | debug_assert_eq!(resp.magic, raw::P0F_RESP_MAGIC); Oct 22 01:04:04.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:04:04.788 INFO kablam! | Oct 22 01:04:04.788 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 22 01:04:04.788 INFO kablam! = note: for more information, see issue #46043 Oct 22 01:04:04.788 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 22 01:04:04.788 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 22 01:04:04.788 INFO kablam! Oct 22 01:04:04.788 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 01:04:04.788 INFO kablam! --> src/lib.rs:190:3 Oct 22 01:04:04.788 INFO kablam! | Oct 22 01:04:04.788 INFO kablam! 190 | debug_assert_eq!(resp.status, raw::P0F_STATUS_OK); Oct 22 01:04:04.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:04:04.788 INFO kablam! | Oct 22 01:04:04.788 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 22 01:04:04.788 INFO kablam! = note: for more information, see issue #46043 Oct 22 01:04:04.788 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 22 01:04:04.788 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 22 01:04:04.788 INFO kablam! Oct 22 01:04:04.981 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 01:04:04.981 INFO kablam! --> src/lib.rs:94:7 Oct 22 01:04:04.981 INFO kablam! | Oct 22 01:04:04.981 INFO kablam! 94 | resp.magic, Oct 22 01:04:04.981 INFO kablam! | ^^^^^^^^^^ Oct 22 01:04:04.981 INFO kablam! | Oct 22 01:04:04.981 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 22 01:04:04.981 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 22 01:04:04.981 INFO kablam! = note: for more information, see issue #46043 Oct 22 01:04:04.981 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 22 01:04:04.981 INFO kablam! Oct 22 01:04:04.981 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 01:04:04.981 INFO kablam! --> src/lib.rs:115:8 Oct 22 01:04:04.981 INFO kablam! | Oct 22 01:04:04.981 INFO kablam! 115 | resp.status Oct 22 01:04:04.981 INFO kablam! | ^^^^^^^^^^^ Oct 22 01:04:04.981 INFO kablam! | Oct 22 01:04:04.981 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 22 01:04:04.981 INFO kablam! = note: for more information, see issue #46043 Oct 22 01:04:04.981 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 22 01:04:04.981 INFO kablam! Oct 22 01:04:04.981 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 01:04:04.981 INFO kablam! --> src/lib.rs:189:3 Oct 22 01:04:04.981 INFO kablam! | Oct 22 01:04:04.981 INFO kablam! 189 | debug_assert_eq!(resp.magic, raw::P0F_RESP_MAGIC); Oct 22 01:04:04.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:04:04.981 INFO kablam! | Oct 22 01:04:04.981 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 22 01:04:04.981 INFO kablam! = note: for more information, see issue #46043 Oct 22 01:04:04.981 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 22 01:04:04.981 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 22 01:04:04.981 INFO kablam! Oct 22 01:04:04.981 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 01:04:04.981 INFO kablam! --> src/lib.rs:190:3 Oct 22 01:04:04.981 INFO kablam! | Oct 22 01:04:04.981 INFO kablam! 190 | debug_assert_eq!(resp.status, raw::P0F_STATUS_OK); Oct 22 01:04:04.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:04:04.981 INFO kablam! | Oct 22 01:04:04.981 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 22 01:04:04.981 INFO kablam! = note: for more information, see issue #46043 Oct 22 01:04:04.981 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 22 01:04:04.982 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 22 01:04:04.982 INFO kablam! Oct 22 01:04:05.282 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.02s Oct 22 01:04:05.282 INFO kablam! su: No module specific data is present Oct 22 01:04:05.598 INFO running `"docker" "rm" "-f" "cc94020ebe49496452bb6d6c087af4db1374d75c347daf3368a1083b3f850fb3"` Oct 22 01:04:05.759 INFO blam! cc94020ebe49496452bb6d6c087af4db1374d75c347daf3368a1083b3f850fb3