Sep 14 12:06:59.208 INFO checking p0f_api-0.1.1 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 12:06:59.208 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 12:06:59.208 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-6/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 12:06:59.565 INFO blam! 2aa7e1908964be4d40802be981759da2e682b10a82e3c0c1c91b8374d99f4e17 Sep 14 12:06:59.565 INFO running `"docker" "start" "-a" "2aa7e1908964be4d40802be981759da2e682b10a82e3c0c1c91b8374d99f4e17"` Sep 14 12:07:00.631 INFO kablam! usermod: no changes Sep 14 12:07:00.649 INFO kablam! Checking p0f_api v0.1.1 (file:///source) Sep 14 12:07:00.885 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 12:07:00.885 INFO kablam! --> src/lib.rs:94:7 Sep 14 12:07:00.885 INFO kablam! | Sep 14 12:07:00.885 INFO kablam! 94 | resp.magic, Sep 14 12:07:00.885 INFO kablam! | ^^^^^^^^^^ Sep 14 12:07:00.885 INFO kablam! | Sep 14 12:07:00.885 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 14 12:07:00.885 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 14 12:07:00.885 INFO kablam! = note: for more information, see issue #46043 Sep 14 12:07:00.885 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 14 12:07:00.885 INFO kablam! Sep 14 12:07:00.885 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 12:07:00.885 INFO kablam! --> src/lib.rs:115:8 Sep 14 12:07:00.885 INFO kablam! | Sep 14 12:07:00.886 INFO kablam! 115 | resp.status Sep 14 12:07:00.886 INFO kablam! | ^^^^^^^^^^^ Sep 14 12:07:00.886 INFO kablam! | Sep 14 12:07:00.886 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 14 12:07:00.886 INFO kablam! = note: for more information, see issue #46043 Sep 14 12:07:00.886 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 14 12:07:00.886 INFO kablam! Sep 14 12:07:00.886 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 12:07:00.886 INFO kablam! --> src/lib.rs:189:3 Sep 14 12:07:00.886 INFO kablam! | Sep 14 12:07:00.886 INFO kablam! 189 | debug_assert_eq!(resp.magic, raw::P0F_RESP_MAGIC); Sep 14 12:07:00.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:07:00.886 INFO kablam! | Sep 14 12:07:00.886 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 14 12:07:00.886 INFO kablam! = note: for more information, see issue #46043 Sep 14 12:07:00.886 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 14 12:07:00.886 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 14 12:07:00.886 INFO kablam! Sep 14 12:07:00.886 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 12:07:00.886 INFO kablam! --> src/lib.rs:190:3 Sep 14 12:07:00.886 INFO kablam! | Sep 14 12:07:00.886 INFO kablam! 190 | debug_assert_eq!(resp.status, raw::P0F_STATUS_OK); Sep 14 12:07:00.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:07:00.886 INFO kablam! | Sep 14 12:07:00.886 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 14 12:07:00.886 INFO kablam! = note: for more information, see issue #46043 Sep 14 12:07:00.886 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 14 12:07:00.886 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 14 12:07:00.886 INFO kablam! Sep 14 12:07:00.934 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 12:07:00.934 INFO kablam! --> src/lib.rs:94:7 Sep 14 12:07:00.934 INFO kablam! | Sep 14 12:07:00.934 INFO kablam! 94 | resp.magic, Sep 14 12:07:00.934 INFO kablam! | ^^^^^^^^^^ Sep 14 12:07:00.934 INFO kablam! | Sep 14 12:07:00.934 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 14 12:07:00.934 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 14 12:07:00.934 INFO kablam! = note: for more information, see issue #46043 Sep 14 12:07:00.935 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 14 12:07:00.935 INFO kablam! Sep 14 12:07:00.935 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 12:07:00.935 INFO kablam! --> src/lib.rs:115:8 Sep 14 12:07:00.935 INFO kablam! | Sep 14 12:07:00.935 INFO kablam! 115 | resp.status Sep 14 12:07:00.935 INFO kablam! | ^^^^^^^^^^^ Sep 14 12:07:00.935 INFO kablam! | Sep 14 12:07:00.935 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 14 12:07:00.935 INFO kablam! = note: for more information, see issue #46043 Sep 14 12:07:00.935 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 14 12:07:00.935 INFO kablam! Sep 14 12:07:00.935 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 12:07:00.935 INFO kablam! --> src/lib.rs:189:3 Sep 14 12:07:00.935 INFO kablam! | Sep 14 12:07:00.935 INFO kablam! 189 | debug_assert_eq!(resp.magic, raw::P0F_RESP_MAGIC); Sep 14 12:07:00.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:07:00.935 INFO kablam! | Sep 14 12:07:00.935 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 14 12:07:00.935 INFO kablam! = note: for more information, see issue #46043 Sep 14 12:07:00.935 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 14 12:07:00.935 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 14 12:07:00.935 INFO kablam! Sep 14 12:07:00.935 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 12:07:00.935 INFO kablam! --> src/lib.rs:190:3 Sep 14 12:07:00.935 INFO kablam! | Sep 14 12:07:00.935 INFO kablam! 190 | debug_assert_eq!(resp.status, raw::P0F_STATUS_OK); Sep 14 12:07:00.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:07:00.935 INFO kablam! | Sep 14 12:07:00.935 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 14 12:07:00.935 INFO kablam! = note: for more information, see issue #46043 Sep 14 12:07:00.935 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 14 12:07:00.935 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 14 12:07:00.935 INFO kablam! Sep 14 12:07:01.083 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.44s Sep 14 12:07:01.084 INFO kablam! su: No module specific data is present Sep 14 12:07:01.632 INFO running `"docker" "rm" "-f" "2aa7e1908964be4d40802be981759da2e682b10a82e3c0c1c91b8374d99f4e17"` Sep 14 12:07:01.702 INFO blam! 2aa7e1908964be4d40802be981759da2e682b10a82e3c0c1c91b8374d99f4e17