Sep 06 09:19:34.463 INFO checking btrfs-1.2.2 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 09:19:34.463 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 09:19:34.463 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 09:19:34.668 INFO blam! bfca944572573aa0fc63872f58206e5ea483b58d568c6d205417057411391165 Sep 06 09:19:34.670 INFO running `"docker" "start" "-a" "bfca944572573aa0fc63872f58206e5ea483b58d568c6d205417057411391165"` Sep 06 09:19:35.671 INFO kablam! usermod: no changes Sep 06 09:19:35.713 INFO kablam! Checking minilzo-sys v0.1.0 Sep 06 09:19:35.973 INFO kablam! Checking minilzo v0.2.0 Sep 06 09:19:36.283 INFO kablam! Checking btrfs v1.2.2 (file:///source) Sep 06 09:19:36.824 INFO kablam! warning: unused `#[macro_use]` import Sep 06 09:19:36.824 INFO kablam! --> src/lib.rs:10:1 Sep 06 09:19:36.824 INFO kablam! | Sep 06 09:19:36.824 INFO kablam! 10 | #[ macro_use ] Sep 06 09:19:36.824 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 09:19:36.824 INFO kablam! | Sep 06 09:19:36.824 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 09:19:36.824 INFO kablam! Sep 06 09:19:36.954 INFO kablam! warning: unused `#[macro_use]` import Sep 06 09:19:36.954 INFO kablam! --> src/lib.rs:10:1 Sep 06 09:19:36.954 INFO kablam! | Sep 06 09:19:36.954 INFO kablam! 10 | #[ macro_use ] Sep 06 09:19:36.954 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 09:19:36.954 INFO kablam! | Sep 06 09:19:36.954 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 09:19:36.954 INFO kablam! Sep 06 09:19:37.693 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 09:19:37.693 INFO kablam! --> src/diskformat/item/extent_data.rs:213:7 Sep 06 09:19:37.693 INFO kablam! | Sep 06 09:19:37.693 INFO kablam! 213 | self.data ().other_encoding) Sep 06 09:19:37.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 09:19:37.693 INFO kablam! | Sep 06 09:19:37.693 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 06 09:19:37.693 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 06 09:19:37.693 INFO kablam! = note: for more information, see issue #46043 Sep 06 09:19:37.693 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 06 09:19:37.693 INFO kablam! Sep 06 09:19:37.695 INFO kablam! warning: foreign function is never used: `lzo2a_decompress` Sep 06 09:19:37.695 INFO kablam! --> src/compress/lzo.rs:25:2 Sep 06 09:19:37.696 INFO kablam! | Sep 06 09:19:37.696 INFO kablam! 25 | fn lzo2a_decompress ( Sep 06 09:19:37.696 INFO kablam! | _____^ Sep 06 09:19:37.696 INFO kablam! 26 | | src: * const u8, Sep 06 09:19:37.696 INFO kablam! 27 | | src_len: libc::c_uint, Sep 06 09:19:37.696 INFO kablam! 28 | | dst: * const u8, Sep 06 09:19:37.696 INFO kablam! 29 | | dst_len: * mut libc::c_uint, Sep 06 09:19:37.696 INFO kablam! 30 | | wrkmem: * const u8, Sep 06 09:19:37.696 INFO kablam! 31 | | ) -> libc::c_int; Sep 06 09:19:37.696 INFO kablam! | |_____________________^ Sep 06 09:19:37.696 INFO kablam! | Sep 06 09:19:37.696 INFO kablam! = note: #[warn(dead_code)] on by default Sep 06 09:19:37.696 INFO kablam! Sep 06 09:19:37.883 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 09:19:37.883 INFO kablam! --> src/diskformat/item/extent_data.rs:213:7 Sep 06 09:19:37.883 INFO kablam! | Sep 06 09:19:37.883 INFO kablam! 213 | self.data ().other_encoding) Sep 06 09:19:37.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 09:19:37.883 INFO kablam! | Sep 06 09:19:37.883 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 06 09:19:37.883 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 06 09:19:37.883 INFO kablam! = note: for more information, see issue #46043 Sep 06 09:19:37.883 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 06 09:19:37.883 INFO kablam! Sep 06 09:19:37.887 INFO kablam! warning: foreign function is never used: `lzo2a_decompress` Sep 06 09:19:37.887 INFO kablam! --> src/compress/lzo.rs:25:2 Sep 06 09:19:37.887 INFO kablam! | Sep 06 09:19:37.887 INFO kablam! 25 | fn lzo2a_decompress ( Sep 06 09:19:37.887 INFO kablam! | _____^ Sep 06 09:19:37.887 INFO kablam! 26 | | src: * const u8, Sep 06 09:19:37.887 INFO kablam! 27 | | src_len: libc::c_uint, Sep 06 09:19:37.887 INFO kablam! 28 | | dst: * const u8, Sep 06 09:19:37.887 INFO kablam! 29 | | dst_len: * mut libc::c_uint, Sep 06 09:19:37.887 INFO kablam! 30 | | wrkmem: * const u8, Sep 06 09:19:37.887 INFO kablam! 31 | | ) -> libc::c_int; Sep 06 09:19:37.887 INFO kablam! | |_____________________^ Sep 06 09:19:37.887 INFO kablam! | Sep 06 09:19:37.887 INFO kablam! = note: #[warn(dead_code)] on by default Sep 06 09:19:37.887 INFO kablam! Sep 06 09:19:37.961 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.27s Sep 06 09:19:37.966 INFO kablam! su: No module specific data is present Sep 06 09:19:38.446 INFO running `"docker" "rm" "-f" "bfca944572573aa0fc63872f58206e5ea483b58d568c6d205417057411391165"` Sep 06 09:19:38.591 INFO blam! bfca944572573aa0fc63872f58206e5ea483b58d568c6d205417057411391165