Aug 11 06:52:17.594 INFO checking p0f_api-0.1.1 against try#a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195+tmplazy for libc-1 Aug 11 06:52:17.594 INFO running: cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets Aug 11 06:52:17.594 INFO creating container for: cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets Aug 11 06:52:17.594 INFO running `"docker" "create" "-v" "/tmp/crater.ThLb2QVxpV3O:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-3/try#a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195+tmplazy:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 06:52:17.824 INFO blam! 3c020c8dcac08439d0ccb6520d718dc13e75e8cdf408608bc393edc2d044db4d Aug 11 06:52:17.824 INFO running `"docker" "start" "-a" "3c020c8dcac08439d0ccb6520d718dc13e75e8cdf408608bc393edc2d044db4d"` Aug 11 06:52:18.714 INFO kablam! Checking p0f_api v0.1.1 (file:///source) Aug 11 06:52:19.781 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 06:52:19.781 INFO kablam! --> src/lib.rs:94:7 Aug 11 06:52:19.781 INFO kablam! | Aug 11 06:52:19.781 INFO kablam! 94 | resp.magic, Aug 11 06:52:19.781 INFO kablam! | ^^^^^^^^^^ Aug 11 06:52:19.781 INFO kablam! | Aug 11 06:52:19.781 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 11 06:52:19.781 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 11 06:52:19.781 INFO kablam! = note: for more information, see issue #46043 Aug 11 06:52:19.781 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 11 06:52:19.781 INFO kablam! Aug 11 06:52:19.782 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 06:52:19.782 INFO kablam! --> src/lib.rs:115:8 Aug 11 06:52:19.782 INFO kablam! | Aug 11 06:52:19.782 INFO kablam! 115 | resp.status Aug 11 06:52:19.782 INFO kablam! | ^^^^^^^^^^^ Aug 11 06:52:19.782 INFO kablam! | Aug 11 06:52:19.782 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 11 06:52:19.782 INFO kablam! = note: for more information, see issue #46043 Aug 11 06:52:19.782 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 11 06:52:19.782 INFO kablam! Aug 11 06:52:19.783 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 06:52:19.783 INFO kablam! --> src/lib.rs:189:3 Aug 11 06:52:19.783 INFO kablam! | Aug 11 06:52:19.783 INFO kablam! 189 | debug_assert_eq!(resp.magic, raw::P0F_RESP_MAGIC); Aug 11 06:52:19.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 06:52:19.783 INFO kablam! | Aug 11 06:52:19.783 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 11 06:52:19.783 INFO kablam! = note: for more information, see issue #46043 Aug 11 06:52:19.783 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 11 06:52:19.783 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 11 06:52:19.784 INFO kablam! Aug 11 06:52:19.784 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 06:52:19.784 INFO kablam! --> src/lib.rs:190:3 Aug 11 06:52:19.784 INFO kablam! | Aug 11 06:52:19.784 INFO kablam! 190 | debug_assert_eq!(resp.status, raw::P0F_STATUS_OK); Aug 11 06:52:19.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 06:52:19.784 INFO kablam! | Aug 11 06:52:19.784 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 11 06:52:19.784 INFO kablam! = note: for more information, see issue #46043 Aug 11 06:52:19.784 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 11 06:52:19.784 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 11 06:52:19.784 INFO kablam! Aug 11 06:52:19.890 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 06:52:19.890 INFO kablam! --> src/lib.rs:94:7 Aug 11 06:52:19.890 INFO kablam! | Aug 11 06:52:19.890 INFO kablam! 94 | resp.magic, Aug 11 06:52:19.890 INFO kablam! | ^^^^^^^^^^ Aug 11 06:52:19.890 INFO kablam! | Aug 11 06:52:19.890 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 11 06:52:19.890 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 11 06:52:19.890 INFO kablam! = note: for more information, see issue #46043 Aug 11 06:52:19.890 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 11 06:52:19.890 INFO kablam! Aug 11 06:52:19.890 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 06:52:19.890 INFO kablam! --> src/lib.rs:115:8 Aug 11 06:52:19.890 INFO kablam! | Aug 11 06:52:19.890 INFO kablam! 115 | resp.status Aug 11 06:52:19.890 INFO kablam! | ^^^^^^^^^^^ Aug 11 06:52:19.890 INFO kablam! | Aug 11 06:52:19.890 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 11 06:52:19.890 INFO kablam! = note: for more information, see issue #46043 Aug 11 06:52:19.890 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 11 06:52:19.891 INFO kablam! Aug 11 06:52:19.891 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 06:52:19.891 INFO kablam! --> src/lib.rs:189:3 Aug 11 06:52:19.891 INFO kablam! | Aug 11 06:52:19.891 INFO kablam! 189 | debug_assert_eq!(resp.magic, raw::P0F_RESP_MAGIC); Aug 11 06:52:19.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 06:52:19.891 INFO kablam! | Aug 11 06:52:19.891 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 11 06:52:19.891 INFO kablam! = note: for more information, see issue #46043 Aug 11 06:52:19.891 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 11 06:52:19.891 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 11 06:52:19.891 INFO kablam! Aug 11 06:52:19.891 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 06:52:19.891 INFO kablam! --> src/lib.rs:190:3 Aug 11 06:52:19.891 INFO kablam! | Aug 11 06:52:19.891 INFO kablam! 190 | debug_assert_eq!(resp.status, raw::P0F_STATUS_OK); Aug 11 06:52:19.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 06:52:19.891 INFO kablam! | Aug 11 06:52:19.891 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 11 06:52:19.891 INFO kablam! = note: for more information, see issue #46043 Aug 11 06:52:19.891 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 11 06:52:19.891 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 11 06:52:19.891 INFO kablam! Aug 11 06:52:20.436 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.75s Aug 11 06:52:20.440 INFO kablam! su: No module specific data is present Aug 11 06:52:21.150 INFO running `"docker" "rm" "-f" "3c020c8dcac08439d0ccb6520d718dc13e75e8cdf408608bc393edc2d044db4d"` Aug 11 06:52:21.325 INFO blam! 3c020c8dcac08439d0ccb6520d718dc13e75e8cdf408608bc393edc2d044db4d