Aug 31 19:20:53.273 INFO checking p0f_api-0.1.1 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Aug 31 19:20:53.274 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Aug 31 19:20:53.274 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-0/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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=500" "-e" "CMD=cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 31 19:20:53.485 INFO blam! 78e21c4077bd970cb3cd43ffb8cade1c6b62941463e9c1248aa667a8a6a8055c Aug 31 19:20:53.487 INFO running `"docker" "start" "-a" "78e21c4077bd970cb3cd43ffb8cade1c6b62941463e9c1248aa667a8a6a8055c"` Aug 31 19:20:54.234 INFO kablam! Checking p0f_api v0.1.1 (file:///source) Aug 31 19:20:55.093 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:20:55.093 INFO kablam! --> src/lib.rs:94:7 Aug 31 19:20:55.093 INFO kablam! | Aug 31 19:20:55.093 INFO kablam! 94 | resp.magic, Aug 31 19:20:55.093 INFO kablam! | ^^^^^^^^^^ Aug 31 19:20:55.093 INFO kablam! | Aug 31 19:20:55.094 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 31 19:20:55.094 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! Aug 31 19:20:55.094 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:20:55.094 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:20:55.094 INFO kablam! Aug 31 19:20:55.094 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:20:55.094 INFO kablam! --> src/lib.rs:115:8 Aug 31 19:20:55.094 INFO kablam! | Aug 31 19:20:55.094 INFO kablam! 115 | resp.status Aug 31 19:20:55.094 INFO kablam! | ^^^^^^^^^^^ Aug 31 19:20:55.094 INFO kablam! | Aug 31 19:20:55.094 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! Aug 31 19:20:55.094 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:20:55.094 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:20:55.094 INFO kablam! Aug 31 19:20:55.094 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:20:55.094 INFO kablam! --> src/lib.rs:189:3 Aug 31 19:20:55.094 INFO kablam! | Aug 31 19:20:55.094 INFO kablam! 189 | debug_assert_eq!(resp.magic, raw::P0F_RESP_MAGIC); Aug 31 19:20:55.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:20:55.094 INFO kablam! | Aug 31 19:20:55.095 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! Aug 31 19:20:55.095 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:20:55.095 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:20:55.095 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) Aug 31 19:20:55.095 INFO kablam! Aug 31 19:20:55.095 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:20:55.095 INFO kablam! --> src/lib.rs:190:3 Aug 31 19:20:55.095 INFO kablam! | Aug 31 19:20:55.095 INFO kablam! 190 | debug_assert_eq!(resp.status, raw::P0F_STATUS_OK); Aug 31 19:20:55.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:20:55.095 INFO kablam! | Aug 31 19:20:55.095 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! Aug 31 19:20:55.095 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:20:55.095 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:20:55.095 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) Aug 31 19:20:55.095 INFO kablam! Aug 31 19:20:55.231 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:20:55.231 INFO kablam! --> src/lib.rs:94:7 Aug 31 19:20:55.231 INFO kablam! | Aug 31 19:20:55.231 INFO kablam! 94 | resp.magic, Aug 31 19:20:55.231 INFO kablam! | ^^^^^^^^^^ Aug 31 19:20:55.231 INFO kablam! | Aug 31 19:20:55.231 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 31 19:20:55.231 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! Aug 31 19:20:55.231 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:20:55.231 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:20:55.231 INFO kablam! Aug 31 19:20:55.232 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:20:55.232 INFO kablam! --> src/lib.rs:115:8 Aug 31 19:20:55.232 INFO kablam! | Aug 31 19:20:55.232 INFO kablam! 115 | resp.status Aug 31 19:20:55.232 INFO kablam! | ^^^^^^^^^^^ Aug 31 19:20:55.232 INFO kablam! | Aug 31 19:20:55.232 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! Aug 31 19:20:55.232 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:20:55.232 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:20:55.232 INFO kablam! Aug 31 19:20:55.232 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:20:55.232 INFO kablam! --> src/lib.rs:189:3 Aug 31 19:20:55.232 INFO kablam! | Aug 31 19:20:55.232 INFO kablam! 189 | debug_assert_eq!(resp.magic, raw::P0F_RESP_MAGIC); Aug 31 19:20:55.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:20:55.232 INFO kablam! | Aug 31 19:20:55.232 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! Aug 31 19:20:55.232 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:20:55.232 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:20:55.232 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) Aug 31 19:20:55.232 INFO kablam! Aug 31 19:20:55.232 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 19:20:55.232 INFO kablam! --> src/lib.rs:190:3 Aug 31 19:20:55.232 INFO kablam! | Aug 31 19:20:55.232 INFO kablam! 190 | debug_assert_eq!(resp.status, raw::P0F_STATUS_OK); Aug 31 19:20:55.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 19:20:55.232 INFO kablam! | Aug 31 19:20:55.233 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! Aug 31 19:20:55.233 INFO kablam! = note: for more information, see issue #46043 Aug 31 19:20:55.233 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 31 19:20:55.233 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) Aug 31 19:20:55.233 INFO kablam! Aug 31 19:20:55.663 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.44s Aug 31 19:20:55.667 INFO kablam! su: No module specific data is present Aug 31 19:20:56.079 INFO running `"docker" "rm" "-f" "78e21c4077bd970cb3cd43ffb8cade1c6b62941463e9c1248aa667a8a6a8055c"` Aug 31 19:20:56.201 INFO blam! 78e21c4077bd970cb3cd43ffb8cade1c6b62941463e9c1248aa667a8a6a8055c