Sep 02 19:21:01.460 INFO checking btrfs-1.2.2 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 19:21:01.460 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 19:21:01.460 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 19:21:01.634 INFO blam! 2343fcf5f103a98a095794862e65a861ce8cc888dc4a11048f0ffb58ab8c3e5c Sep 02 19:21:01.636 INFO running `"docker" "start" "-a" "2343fcf5f103a98a095794862e65a861ce8cc888dc4a11048f0ffb58ab8c3e5c"` Sep 02 19:21:02.389 INFO kablam! Checking minilzo-sys v0.1.0 Sep 02 19:21:03.076 INFO kablam! Checking minilzo v0.2.0 Sep 02 19:21:03.819 INFO kablam! Checking btrfs v1.2.2 (file:///source) Sep 02 19:21:04.966 INFO kablam! warning: unused `#[macro_use]` import Sep 02 19:21:04.966 INFO kablam! --> src/lib.rs:10:1 Sep 02 19:21:04.966 INFO kablam! | Sep 02 19:21:04.966 INFO kablam! 10 | #[ macro_use ] Sep 02 19:21:04.966 INFO kablam! | ^^^^^^^^^^^^^^ Sep 02 19:21:04.966 INFO kablam! | Sep 02 19:21:04.966 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 19:21:04.966 INFO kablam! Sep 02 19:21:05.048 INFO kablam! warning: unused `#[macro_use]` import Sep 02 19:21:05.048 INFO kablam! --> src/lib.rs:10:1 Sep 02 19:21:05.048 INFO kablam! | Sep 02 19:21:05.048 INFO kablam! 10 | #[ macro_use ] Sep 02 19:21:05.048 INFO kablam! | ^^^^^^^^^^^^^^ Sep 02 19:21:05.048 INFO kablam! | Sep 02 19:21:05.048 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 19:21:05.048 INFO kablam! Sep 02 19:21:06.961 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 19:21:06.961 INFO kablam! --> src/diskformat/item/extent_data.rs:213:7 Sep 02 19:21:06.961 INFO kablam! | Sep 02 19:21:06.961 INFO kablam! 213 | self.data ().other_encoding) Sep 02 19:21:06.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:21:06.961 INFO kablam! | Sep 02 19:21:06.961 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 02 19:21:06.961 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 02 19:21:06.961 INFO kablam! = note: for more information, see issue #46043 Sep 02 19:21:06.961 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 02 19:21:06.961 INFO kablam! Sep 02 19:21:06.965 INFO kablam! warning: foreign function is never used: `lzo2a_decompress` Sep 02 19:21:06.965 INFO kablam! --> src/compress/lzo.rs:25:2 Sep 02 19:21:06.965 INFO kablam! | Sep 02 19:21:06.965 INFO kablam! 25 | fn lzo2a_decompress ( Sep 02 19:21:06.965 INFO kablam! | _____^ Sep 02 19:21:06.965 INFO kablam! 26 | | src: * const u8, Sep 02 19:21:06.965 INFO kablam! 27 | | src_len: libc::c_uint, Sep 02 19:21:06.965 INFO kablam! 28 | | dst: * const u8, Sep 02 19:21:06.965 INFO kablam! 29 | | dst_len: * mut libc::c_uint, Sep 02 19:21:06.965 INFO kablam! 30 | | wrkmem: * const u8, Sep 02 19:21:06.965 INFO kablam! 31 | | ) -> libc::c_int; Sep 02 19:21:06.965 INFO kablam! | |_____________________^ Sep 02 19:21:06.965 INFO kablam! | Sep 02 19:21:06.965 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 19:21:06.965 INFO kablam! Sep 02 19:21:07.002 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 19:21:07.002 INFO kablam! --> src/diskformat/item/extent_data.rs:213:7 Sep 02 19:21:07.002 INFO kablam! | Sep 02 19:21:07.002 INFO kablam! 213 | self.data ().other_encoding) Sep 02 19:21:07.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:21:07.002 INFO kablam! | Sep 02 19:21:07.002 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 02 19:21:07.002 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 02 19:21:07.002 INFO kablam! = note: for more information, see issue #46043 Sep 02 19:21:07.002 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 02 19:21:07.002 INFO kablam! Sep 02 19:21:07.005 INFO kablam! warning: foreign function is never used: `lzo2a_decompress` Sep 02 19:21:07.005 INFO kablam! --> src/compress/lzo.rs:25:2 Sep 02 19:21:07.005 INFO kablam! | Sep 02 19:21:07.005 INFO kablam! 25 | fn lzo2a_decompress ( Sep 02 19:21:07.005 INFO kablam! | _____^ Sep 02 19:21:07.005 INFO kablam! 26 | | src: * const u8, Sep 02 19:21:07.005 INFO kablam! 27 | | src_len: libc::c_uint, Sep 02 19:21:07.005 INFO kablam! 28 | | dst: * const u8, Sep 02 19:21:07.005 INFO kablam! 29 | | dst_len: * mut libc::c_uint, Sep 02 19:21:07.005 INFO kablam! 30 | | wrkmem: * const u8, Sep 02 19:21:07.005 INFO kablam! 31 | | ) -> libc::c_int; Sep 02 19:21:07.006 INFO kablam! | |_____________________^ Sep 02 19:21:07.006 INFO kablam! | Sep 02 19:21:07.006 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 19:21:07.006 INFO kablam! Sep 02 19:21:07.172 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.82s Sep 02 19:21:07.177 INFO kablam! su: No module specific data is present Sep 02 19:21:07.612 INFO running `"docker" "rm" "-f" "2343fcf5f103a98a095794862e65a861ce8cc888dc4a11048f0ffb58ab8c3e5c"` Sep 02 19:21:07.740 INFO blam! 2343fcf5f103a98a095794862e65a861ce8cc888dc4a11048f0ffb58ab8c3e5c