Aug 30 08:58:57.785 INFO checking p0f_api-0.1.1 against master#ede55518431154bc761f7b2438cce9078c162700 for pr-53707 Aug 30 08:58:57.785 INFO running: cargo +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets Aug 30 08:58:57.785 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53707/master#ede55518431154bc761f7b2438cce9078c162700:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-3/master#ede55518431154bc761f7b2438cce9078c162700:/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 +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 08:58:58.002 INFO blam! 9ff70b9c1e7a88302d40174ccc719de702968bbee1eba5e2314e6505361914c1 Aug 30 08:58:58.004 INFO running `"docker" "start" "-a" "9ff70b9c1e7a88302d40174ccc719de702968bbee1eba5e2314e6505361914c1"` Aug 30 08:58:58.696 INFO kablam! Checking p0f_api v0.1.1 (file:///source) Aug 30 08:58:59.439 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:58:59.439 INFO kablam! --> src/lib.rs:94:7 Aug 30 08:58:59.439 INFO kablam! | Aug 30 08:58:59.439 INFO kablam! 94 | resp.magic, Aug 30 08:58:59.439 INFO kablam! | ^^^^^^^^^^ Aug 30 08:58:59.439 INFO kablam! | Aug 30 08:58:59.439 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 30 08:58:59.439 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 30 08:58:59.439 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:58:59.439 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 30 08:58:59.439 INFO kablam! Aug 30 08:58:59.440 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:58:59.440 INFO kablam! --> src/lib.rs:115:8 Aug 30 08:58:59.440 INFO kablam! | Aug 30 08:58:59.440 INFO kablam! 115 | resp.status Aug 30 08:58:59.440 INFO kablam! | ^^^^^^^^^^^ Aug 30 08:58:59.440 INFO kablam! | Aug 30 08:58:59.440 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 30 08:58:59.440 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:58:59.440 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 30 08:58:59.440 INFO kablam! Aug 30 08:58:59.440 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:58:59.440 INFO kablam! --> src/lib.rs:189:3 Aug 30 08:58:59.440 INFO kablam! | Aug 30 08:58:59.441 INFO kablam! 189 | debug_assert_eq!(resp.magic, raw::P0F_RESP_MAGIC); Aug 30 08:58:59.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:58:59.441 INFO kablam! | Aug 30 08:58:59.441 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 30 08:58:59.441 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:58:59.441 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 30 08:58:59.441 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 30 08:58:59.441 INFO kablam! Aug 30 08:58:59.441 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:58:59.441 INFO kablam! --> src/lib.rs:190:3 Aug 30 08:58:59.441 INFO kablam! | Aug 30 08:58:59.441 INFO kablam! 190 | debug_assert_eq!(resp.status, raw::P0F_STATUS_OK); Aug 30 08:58:59.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:58:59.441 INFO kablam! | Aug 30 08:58:59.441 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 30 08:58:59.441 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:58:59.441 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 30 08:58:59.441 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 30 08:58:59.441 INFO kablam! Aug 30 08:58:59.623 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:58:59.623 INFO kablam! --> src/lib.rs:94:7 Aug 30 08:58:59.623 INFO kablam! | Aug 30 08:58:59.623 INFO kablam! 94 | resp.magic, Aug 30 08:58:59.623 INFO kablam! | ^^^^^^^^^^ Aug 30 08:58:59.623 INFO kablam! | Aug 30 08:58:59.624 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 30 08:58:59.624 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 30 08:58:59.624 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:58:59.625 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 30 08:58:59.625 INFO kablam! Aug 30 08:58:59.625 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:58:59.625 INFO kablam! --> src/lib.rs:115:8 Aug 30 08:58:59.625 INFO kablam! | Aug 30 08:58:59.625 INFO kablam! 115 | resp.status Aug 30 08:58:59.626 INFO kablam! | ^^^^^^^^^^^ Aug 30 08:58:59.626 INFO kablam! | Aug 30 08:58:59.626 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 30 08:58:59.627 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:58:59.627 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 30 08:58:59.627 INFO kablam! Aug 30 08:58:59.628 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:58:59.628 INFO kablam! --> src/lib.rs:189:3 Aug 30 08:58:59.628 INFO kablam! | Aug 30 08:58:59.628 INFO kablam! 189 | debug_assert_eq!(resp.magic, raw::P0F_RESP_MAGIC); Aug 30 08:58:59.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:58:59.628 INFO kablam! | Aug 30 08:58:59.629 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 30 08:58:59.629 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:58:59.629 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 30 08:58:59.630 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 30 08:58:59.630 INFO kablam! Aug 30 08:58:59.630 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 08:58:59.630 INFO kablam! --> src/lib.rs:190:3 Aug 30 08:58:59.631 INFO kablam! | Aug 30 08:58:59.631 INFO kablam! 190 | debug_assert_eq!(resp.status, raw::P0F_STATUS_OK); Aug 30 08:58:59.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 08:58:59.631 INFO kablam! | Aug 30 08:58:59.631 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 30 08:58:59.632 INFO kablam! = note: for more information, see issue #46043 Aug 30 08:58:59.632 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 30 08:58:59.632 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 30 08:58:59.633 INFO kablam! Aug 30 08:58:59.958 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.28s Aug 30 08:58:59.961 INFO kablam! su: No module specific data is present Aug 30 08:59:00.398 INFO running `"docker" "rm" "-f" "9ff70b9c1e7a88302d40174ccc719de702968bbee1eba5e2314e6505361914c1"` Aug 30 08:59:00.562 INFO blam! 9ff70b9c1e7a88302d40174ccc719de702968bbee1eba5e2314e6505361914c1