Sep 21 12:45:32.988 INFO checking btrfs-1.2.2 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 12:45:32.988 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 12:45:32.988 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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=1000" "-e" "CMD=cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 12:45:33.161 INFO blam! 96a17c40f70790658ee5c3af60e6f0d94a8166efdc1544e66b6204ad61929b0a Sep 21 12:45:33.162 INFO running `"docker" "start" "-a" "96a17c40f70790658ee5c3af60e6f0d94a8166efdc1544e66b6204ad61929b0a"` Sep 21 12:45:34.213 INFO kablam! usermod: no changes Sep 21 12:45:34.301 INFO kablam! Checking minilzo v0.2.0 Sep 21 12:45:34.695 INFO kablam! Checking btrfs v1.2.2 (/source) Sep 21 12:45:35.355 INFO kablam! warning: unused `#[macro_use]` import Sep 21 12:45:35.355 INFO kablam! --> src/lib.rs:10:1 Sep 21 12:45:35.355 INFO kablam! | Sep 21 12:45:35.355 INFO kablam! 10 | #[ macro_use ] Sep 21 12:45:35.355 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 12:45:35.355 INFO kablam! | Sep 21 12:45:35.355 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 12:45:35.355 INFO kablam! Sep 21 12:45:35.521 INFO kablam! warning: unused `#[macro_use]` import Sep 21 12:45:35.521 INFO kablam! --> src/lib.rs:10:1 Sep 21 12:45:35.521 INFO kablam! | Sep 21 12:45:35.521 INFO kablam! 10 | #[ macro_use ] Sep 21 12:45:35.521 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 12:45:35.521 INFO kablam! | Sep 21 12:45:35.521 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 12:45:35.521 INFO kablam! Sep 21 12:45:36.449 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 12:45:36.450 INFO kablam! --> src/diskformat/item/extent_data.rs:213:7 Sep 21 12:45:36.450 INFO kablam! | Sep 21 12:45:36.450 INFO kablam! 213 | self.data ().other_encoding) Sep 21 12:45:36.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 12:45:36.450 INFO kablam! | Sep 21 12:45:36.450 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 21 12:45:36.450 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 21 12:45:36.450 INFO kablam! = note: for more information, see issue #46043 Sep 21 12:45:36.450 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 21 12:45:36.450 INFO kablam! Sep 21 12:45:36.453 INFO kablam! warning: foreign function is never used: `lzo2a_decompress` Sep 21 12:45:36.453 INFO kablam! --> src/compress/lzo.rs:25:2 Sep 21 12:45:36.453 INFO kablam! | Sep 21 12:45:36.453 INFO kablam! 25 | fn lzo2a_decompress ( Sep 21 12:45:36.453 INFO kablam! | _____^ Sep 21 12:45:36.453 INFO kablam! 26 | | src: * const u8, Sep 21 12:45:36.453 INFO kablam! 27 | | src_len: libc::c_uint, Sep 21 12:45:36.454 INFO kablam! 28 | | dst: * const u8, Sep 21 12:45:36.454 INFO kablam! 29 | | dst_len: * mut libc::c_uint, Sep 21 12:45:36.454 INFO kablam! 30 | | wrkmem: * const u8, Sep 21 12:45:36.454 INFO kablam! 31 | | ) -> libc::c_int; Sep 21 12:45:36.454 INFO kablam! | |_____________________^ Sep 21 12:45:36.454 INFO kablam! | Sep 21 12:45:36.454 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 12:45:36.454 INFO kablam! Sep 21 12:45:36.832 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 12:45:36.832 INFO kablam! --> src/diskformat/item/extent_data.rs:213:7 Sep 21 12:45:36.832 INFO kablam! | Sep 21 12:45:36.832 INFO kablam! 213 | self.data ().other_encoding) Sep 21 12:45:36.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 12:45:36.832 INFO kablam! | Sep 21 12:45:36.832 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 21 12:45:36.833 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 21 12:45:36.833 INFO kablam! = note: for more information, see issue #46043 Sep 21 12:45:36.833 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 21 12:45:36.833 INFO kablam! Sep 21 12:45:36.835 INFO kablam! warning: foreign function is never used: `lzo2a_decompress` Sep 21 12:45:36.835 INFO kablam! --> src/compress/lzo.rs:25:2 Sep 21 12:45:36.835 INFO kablam! | Sep 21 12:45:36.835 INFO kablam! 25 | fn lzo2a_decompress ( Sep 21 12:45:36.835 INFO kablam! | _____^ Sep 21 12:45:36.835 INFO kablam! 26 | | src: * const u8, Sep 21 12:45:36.835 INFO kablam! 27 | | src_len: libc::c_uint, Sep 21 12:45:36.835 INFO kablam! 28 | | dst: * const u8, Sep 21 12:45:36.835 INFO kablam! 29 | | dst_len: * mut libc::c_uint, Sep 21 12:45:36.835 INFO kablam! 30 | | wrkmem: * const u8, Sep 21 12:45:36.835 INFO kablam! 31 | | ) -> libc::c_int; Sep 21 12:45:36.835 INFO kablam! | |_____________________^ Sep 21 12:45:36.835 INFO kablam! | Sep 21 12:45:36.835 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 12:45:36.835 INFO kablam! Sep 21 12:45:36.881 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.63s Sep 21 12:45:36.885 INFO kablam! su: No module specific data is present Sep 21 12:45:37.436 INFO running `"docker" "rm" "-f" "96a17c40f70790658ee5c3af60e6f0d94a8166efdc1544e66b6204ad61929b0a"` Sep 21 12:45:37.539 INFO blam! 96a17c40f70790658ee5c3af60e6f0d94a8166efdc1544e66b6204ad61929b0a