Nov 04 20:06:48.214 INFO checking p0f_api-0.1.1 against try#e740b9aa0b624fa39feb39613e76d15bdf57e594 for pr-55655 Nov 04 20:06:48.214 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55655/worker-5/try#e740b9aa0b624fa39feb39613e76d15bdf57e594:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55655/try#e740b9aa0b624fa39feb39613e76d15bdf57e594:/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 +e740b9aa0b624fa39feb39613e76d15bdf57e594-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"` Nov 04 20:06:48.421 INFO blam! 843d25d23c1eab0e495a53f3efb2bb786ab1807a3edeafd74eed19e86b2d027e Nov 04 20:06:48.423 INFO running `"docker" "start" "-a" "843d25d23c1eab0e495a53f3efb2bb786ab1807a3edeafd74eed19e86b2d027e"` Nov 04 20:06:48.787 INFO kablam! usermod: no changes Nov 04 20:06:48.813 INFO kablam! Checking p0f_api v0.1.1 (/source) Nov 04 20:06:49.384 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 04 20:06:49.384 INFO kablam! --> src/lib.rs:94:7 Nov 04 20:06:49.384 INFO kablam! | Nov 04 20:06:49.384 INFO kablam! 94 | resp.magic, Nov 04 20:06:49.385 INFO kablam! | ^^^^^^^^^^ Nov 04 20:06:49.385 INFO kablam! | Nov 04 20:06:49.385 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Nov 04 20:06:49.385 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! Nov 04 20:06:49.386 INFO kablam! = note: for more information, see issue #46043 Nov 04 20:06:49.386 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 04 20:06:49.386 INFO kablam! Nov 04 20:06:49.386 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 04 20:06:49.387 INFO kablam! --> src/lib.rs:115:8 Nov 04 20:06:49.387 INFO kablam! | Nov 04 20:06:49.387 INFO kablam! 115 | resp.status Nov 04 20:06:49.387 INFO kablam! | ^^^^^^^^^^^ Nov 04 20:06:49.388 INFO kablam! | Nov 04 20:06:49.388 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! Nov 04 20:06:49.388 INFO kablam! = note: for more information, see issue #46043 Nov 04 20:06:49.388 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 04 20:06:49.389 INFO kablam! Nov 04 20:06:49.389 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 04 20:06:49.389 INFO kablam! --> src/lib.rs:189:3 Nov 04 20:06:49.389 INFO kablam! | Nov 04 20:06:49.389 INFO kablam! 189 | debug_assert_eq!(resp.magic, raw::P0F_RESP_MAGIC); Nov 04 20:06:49.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 04 20:06:49.390 INFO kablam! | Nov 04 20:06:49.390 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! Nov 04 20:06:49.390 INFO kablam! = note: for more information, see issue #46043 Nov 04 20:06:49.391 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 04 20:06:49.391 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) Nov 04 20:06:49.391 INFO kablam! Nov 04 20:06:49.391 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 04 20:06:49.392 INFO kablam! --> src/lib.rs:190:3 Nov 04 20:06:49.392 INFO kablam! | Nov 04 20:06:49.392 INFO kablam! 190 | debug_assert_eq!(resp.status, raw::P0F_STATUS_OK); Nov 04 20:06:49.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 04 20:06:49.393 INFO kablam! | Nov 04 20:06:49.393 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! Nov 04 20:06:49.393 INFO kablam! = note: for more information, see issue #46043 Nov 04 20:06:49.393 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 04 20:06:49.394 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) Nov 04 20:06:49.394 INFO kablam! Nov 04 20:06:49.579 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 04 20:06:49.579 INFO kablam! --> src/lib.rs:94:7 Nov 04 20:06:49.579 INFO kablam! | Nov 04 20:06:49.579 INFO kablam! 94 | resp.magic, Nov 04 20:06:49.579 INFO kablam! | ^^^^^^^^^^ Nov 04 20:06:49.579 INFO kablam! | Nov 04 20:06:49.579 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Nov 04 20:06:49.579 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! Nov 04 20:06:49.579 INFO kablam! = note: for more information, see issue #46043 Nov 04 20:06:49.579 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 04 20:06:49.579 INFO kablam! Nov 04 20:06:49.579 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 04 20:06:49.579 INFO kablam! --> src/lib.rs:115:8 Nov 04 20:06:49.579 INFO kablam! | Nov 04 20:06:49.579 INFO kablam! 115 | resp.status Nov 04 20:06:49.579 INFO kablam! | ^^^^^^^^^^^ Nov 04 20:06:49.579 INFO kablam! | Nov 04 20:06:49.579 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! Nov 04 20:06:49.579 INFO kablam! = note: for more information, see issue #46043 Nov 04 20:06:49.579 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 04 20:06:49.579 INFO kablam! Nov 04 20:06:49.579 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 04 20:06:49.579 INFO kablam! --> src/lib.rs:189:3 Nov 04 20:06:49.579 INFO kablam! | Nov 04 20:06:49.579 INFO kablam! 189 | debug_assert_eq!(resp.magic, raw::P0F_RESP_MAGIC); Nov 04 20:06:49.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 04 20:06:49.579 INFO kablam! | Nov 04 20:06:49.579 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! Nov 04 20:06:49.579 INFO kablam! = note: for more information, see issue #46043 Nov 04 20:06:49.579 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 04 20:06:49.579 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) Nov 04 20:06:49.579 INFO kablam! Nov 04 20:06:49.579 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 04 20:06:49.579 INFO kablam! --> src/lib.rs:190:3 Nov 04 20:06:49.579 INFO kablam! | Nov 04 20:06:49.579 INFO kablam! 190 | debug_assert_eq!(resp.status, raw::P0F_STATUS_OK); Nov 04 20:06:49.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 04 20:06:49.579 INFO kablam! | Nov 04 20:06:49.579 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! Nov 04 20:06:49.579 INFO kablam! = note: for more information, see issue #46043 Nov 04 20:06:49.579 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 04 20:06:49.579 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) Nov 04 20:06:49.579 INFO kablam! Nov 04 20:06:49.982 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.18s Nov 04 20:06:49.987 INFO kablam! su: No module specific data is present Nov 04 20:06:50.356 INFO running `"docker" "rm" "-f" "843d25d23c1eab0e495a53f3efb2bb786ab1807a3edeafd74eed19e86b2d027e"` Nov 04 20:06:50.459 INFO blam! 843d25d23c1eab0e495a53f3efb2bb786ab1807a3edeafd74eed19e86b2d027e