Oct 13 11:11:03.721 INFO checking p0f_api-0.1.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 11:11:03.721 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 11:11:03.850 INFO blam! 6c0d0be9cfc730b3b0fd0601e6982df9a8c25993c97e0243357475a102f03360 Oct 13 11:11:03.851 INFO running `"docker" "start" "-a" "6c0d0be9cfc730b3b0fd0601e6982df9a8c25993c97e0243357475a102f03360"` Oct 13 11:11:04.164 INFO kablam! usermod: no changes Oct 13 11:11:04.196 INFO kablam! Checking p0f_api v0.1.1 (/source) Oct 13 11:11:04.908 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 11:11:04.908 INFO kablam! --> src/lib.rs:94:7 Oct 13 11:11:04.908 INFO kablam! | Oct 13 11:11:04.908 INFO kablam! 94 | resp.magic, Oct 13 11:11:04.908 INFO kablam! | ^^^^^^^^^^ Oct 13 11:11:04.908 INFO kablam! | Oct 13 11:11:04.908 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 13 11:11:04.908 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 13 11:11:04.908 INFO kablam! = note: for more information, see issue #46043 Oct 13 11:11:04.908 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 13 11:11:04.908 INFO kablam! Oct 13 11:11:04.908 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 11:11:04.908 INFO kablam! --> src/lib.rs:115:8 Oct 13 11:11:04.908 INFO kablam! | Oct 13 11:11:04.908 INFO kablam! 115 | resp.status Oct 13 11:11:04.908 INFO kablam! | ^^^^^^^^^^^ Oct 13 11:11:04.908 INFO kablam! | Oct 13 11:11:04.908 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 13 11:11:04.908 INFO kablam! = note: for more information, see issue #46043 Oct 13 11:11:04.908 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 13 11:11:04.908 INFO kablam! Oct 13 11:11:04.908 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 11:11:04.908 INFO kablam! --> src/lib.rs:189:3 Oct 13 11:11:04.908 INFO kablam! | Oct 13 11:11:04.908 INFO kablam! 189 | debug_assert_eq!(resp.magic, raw::P0F_RESP_MAGIC); Oct 13 11:11:04.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:11:04.908 INFO kablam! | Oct 13 11:11:04.908 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 13 11:11:04.908 INFO kablam! = note: for more information, see issue #46043 Oct 13 11:11:04.908 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 13 11:11:04.908 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 13 11:11:04.908 INFO kablam! Oct 13 11:11:04.908 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 11:11:04.908 INFO kablam! --> src/lib.rs:190:3 Oct 13 11:11:04.909 INFO kablam! | Oct 13 11:11:04.909 INFO kablam! 190 | debug_assert_eq!(resp.status, raw::P0F_STATUS_OK); Oct 13 11:11:04.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:11:04.909 INFO kablam! | Oct 13 11:11:04.909 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 13 11:11:04.909 INFO kablam! = note: for more information, see issue #46043 Oct 13 11:11:04.909 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 13 11:11:04.909 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 13 11:11:04.909 INFO kablam! Oct 13 11:11:05.063 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 11:11:05.063 INFO kablam! --> src/lib.rs:94:7 Oct 13 11:11:05.063 INFO kablam! | Oct 13 11:11:05.063 INFO kablam! 94 | resp.magic, Oct 13 11:11:05.063 INFO kablam! | ^^^^^^^^^^ Oct 13 11:11:05.063 INFO kablam! | Oct 13 11:11:05.063 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 13 11:11:05.063 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 13 11:11:05.063 INFO kablam! = note: for more information, see issue #46043 Oct 13 11:11:05.063 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 13 11:11:05.063 INFO kablam! Oct 13 11:11:05.064 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 11:11:05.064 INFO kablam! --> src/lib.rs:115:8 Oct 13 11:11:05.064 INFO kablam! | Oct 13 11:11:05.064 INFO kablam! 115 | resp.status Oct 13 11:11:05.064 INFO kablam! | ^^^^^^^^^^^ Oct 13 11:11:05.064 INFO kablam! | Oct 13 11:11:05.064 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 13 11:11:05.064 INFO kablam! = note: for more information, see issue #46043 Oct 13 11:11:05.064 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 13 11:11:05.064 INFO kablam! Oct 13 11:11:05.064 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 11:11:05.064 INFO kablam! --> src/lib.rs:189:3 Oct 13 11:11:05.064 INFO kablam! | Oct 13 11:11:05.064 INFO kablam! 189 | debug_assert_eq!(resp.magic, raw::P0F_RESP_MAGIC); Oct 13 11:11:05.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:11:05.064 INFO kablam! | Oct 13 11:11:05.064 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 13 11:11:05.064 INFO kablam! = note: for more information, see issue #46043 Oct 13 11:11:05.064 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 13 11:11:05.064 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 13 11:11:05.064 INFO kablam! Oct 13 11:11:05.064 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 11:11:05.064 INFO kablam! --> src/lib.rs:190:3 Oct 13 11:11:05.064 INFO kablam! | Oct 13 11:11:05.064 INFO kablam! 190 | debug_assert_eq!(resp.status, raw::P0F_STATUS_OK); Oct 13 11:11:05.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:11:05.064 INFO kablam! | Oct 13 11:11:05.064 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 13 11:11:05.064 INFO kablam! = note: for more information, see issue #46043 Oct 13 11:11:05.064 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 13 11:11:05.064 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 13 11:11:05.064 INFO kablam! Oct 13 11:11:05.667 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.48s Oct 13 11:11:05.670 INFO kablam! su: No module specific data is present Oct 13 11:11:05.911 INFO running `"docker" "rm" "-f" "6c0d0be9cfc730b3b0fd0601e6982df9a8c25993c97e0243357475a102f03360"` Oct 13 11:11:06.019 INFO blam! 6c0d0be9cfc730b3b0fd0601e6982df9a8c25993c97e0243357475a102f03360