Sep 10 21:54:12.514 INFO checking btrfs-1.2.2 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 21:54:12.514 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 21:54:12.514 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 21:54:12.671 INFO blam! 3f1ec5b30ab7aa56a4b5d4f8df3dfbf87726360e4f9281175ebbde538d5e32d9 Sep 10 21:54:12.672 INFO running `"docker" "start" "-a" "3f1ec5b30ab7aa56a4b5d4f8df3dfbf87726360e4f9281175ebbde538d5e32d9"` Sep 10 21:54:13.352 INFO kablam! usermod: no changes Sep 10 21:54:13.413 INFO kablam! Checking minilzo-sys v0.1.0 Sep 10 21:54:13.774 INFO kablam! Checking minilzo v0.2.0 Sep 10 21:54:14.110 INFO kablam! Checking btrfs v1.2.2 (file:///source) Sep 10 21:54:14.770 INFO kablam! warning: unused `#[macro_use]` import Sep 10 21:54:14.770 INFO kablam! --> src/lib.rs:10:1 Sep 10 21:54:14.770 INFO kablam! | Sep 10 21:54:14.770 INFO kablam! 10 | #[ macro_use ] Sep 10 21:54:14.770 INFO kablam! | ^^^^^^^^^^^^^^ Sep 10 21:54:14.770 INFO kablam! | Sep 10 21:54:14.770 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 21:54:14.770 INFO kablam! Sep 10 21:54:14.818 INFO kablam! warning: unused `#[macro_use]` import Sep 10 21:54:14.818 INFO kablam! --> src/lib.rs:10:1 Sep 10 21:54:14.818 INFO kablam! | Sep 10 21:54:14.818 INFO kablam! 10 | #[ macro_use ] Sep 10 21:54:14.818 INFO kablam! | ^^^^^^^^^^^^^^ Sep 10 21:54:14.818 INFO kablam! | Sep 10 21:54:14.818 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 21:54:14.818 INFO kablam! Sep 10 21:54:15.849 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 21:54:15.849 INFO kablam! --> src/diskformat/item/extent_data.rs:213:7 Sep 10 21:54:15.849 INFO kablam! | Sep 10 21:54:15.849 INFO kablam! 213 | self.data ().other_encoding) Sep 10 21:54:15.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:54:15.849 INFO kablam! | Sep 10 21:54:15.849 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 10 21:54:15.849 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 10 21:54:15.849 INFO kablam! = note: for more information, see issue #46043 Sep 10 21:54:15.849 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 10 21:54:15.849 INFO kablam! Sep 10 21:54:15.854 INFO kablam! warning: foreign function is never used: `lzo2a_decompress` Sep 10 21:54:15.854 INFO kablam! --> src/compress/lzo.rs:25:2 Sep 10 21:54:15.854 INFO kablam! | Sep 10 21:54:15.854 INFO kablam! 25 | fn lzo2a_decompress ( Sep 10 21:54:15.854 INFO kablam! | _____^ Sep 10 21:54:15.854 INFO kablam! 26 | | src: * const u8, Sep 10 21:54:15.854 INFO kablam! 27 | | src_len: libc::c_uint, Sep 10 21:54:15.854 INFO kablam! 28 | | dst: * const u8, Sep 10 21:54:15.854 INFO kablam! 29 | | dst_len: * mut libc::c_uint, Sep 10 21:54:15.854 INFO kablam! 30 | | wrkmem: * const u8, Sep 10 21:54:15.854 INFO kablam! 31 | | ) -> libc::c_int; Sep 10 21:54:15.854 INFO kablam! | |_____________________^ Sep 10 21:54:15.854 INFO kablam! | Sep 10 21:54:15.854 INFO kablam! = note: #[warn(dead_code)] on by default Sep 10 21:54:15.854 INFO kablam! Sep 10 21:54:15.866 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 21:54:15.866 INFO kablam! --> src/diskformat/item/extent_data.rs:213:7 Sep 10 21:54:15.866 INFO kablam! | Sep 10 21:54:15.866 INFO kablam! 213 | self.data ().other_encoding) Sep 10 21:54:15.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:54:15.866 INFO kablam! | Sep 10 21:54:15.866 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 10 21:54:15.866 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 10 21:54:15.866 INFO kablam! = note: for more information, see issue #46043 Sep 10 21:54:15.866 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 10 21:54:15.866 INFO kablam! Sep 10 21:54:15.867 INFO kablam! warning: foreign function is never used: `lzo2a_decompress` Sep 10 21:54:15.867 INFO kablam! --> src/compress/lzo.rs:25:2 Sep 10 21:54:15.867 INFO kablam! | Sep 10 21:54:15.867 INFO kablam! 25 | fn lzo2a_decompress ( Sep 10 21:54:15.867 INFO kablam! | _____^ Sep 10 21:54:15.867 INFO kablam! 26 | | src: * const u8, Sep 10 21:54:15.867 INFO kablam! 27 | | src_len: libc::c_uint, Sep 10 21:54:15.867 INFO kablam! 28 | | dst: * const u8, Sep 10 21:54:15.867 INFO kablam! 29 | | dst_len: * mut libc::c_uint, Sep 10 21:54:15.867 INFO kablam! 30 | | wrkmem: * const u8, Sep 10 21:54:15.867 INFO kablam! 31 | | ) -> libc::c_int; Sep 10 21:54:15.867 INFO kablam! | |_____________________^ Sep 10 21:54:15.867 INFO kablam! | Sep 10 21:54:15.867 INFO kablam! = note: #[warn(dead_code)] on by default Sep 10 21:54:15.867 INFO kablam! Sep 10 21:54:15.986 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.61s Sep 10 21:54:15.986 INFO kablam! su: No module specific data is present Sep 10 21:54:16.376 INFO running `"docker" "rm" "-f" "3f1ec5b30ab7aa56a4b5d4f8df3dfbf87726360e4f9281175ebbde538d5e32d9"` Sep 10 21:54:16.445 INFO blam! 3f1ec5b30ab7aa56a4b5d4f8df3dfbf87726360e4f9281175ebbde538d5e32d9