Sep 06 09:19:34.202 INFO checking btrfs-1.2.2 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 09:19:34.202 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 09:19:34.202 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-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.417 INFO blam! ccc74d1d4736cfe0961eee673cf229636cf999bc0fe61e599d7b2d77421339f9 Sep 06 09:19:34.424 INFO running `"docker" "start" "-a" "ccc74d1d4736cfe0961eee673cf229636cf999bc0fe61e599d7b2d77421339f9"` Sep 06 09:19:35.157 INFO kablam! usermod: no changes Sep 06 09:19:35.211 INFO kablam! Checking minilzo-sys v0.1.0 Sep 06 09:19:35.440 INFO kablam! Checking minilzo v0.2.0 Sep 06 09:19:35.738 INFO kablam! Checking btrfs v1.2.2 (file:///source) Sep 06 09:19:36.218 INFO kablam! warning: unused `#[macro_use]` import Sep 06 09:19:36.218 INFO kablam! --> src/lib.rs:10:1 Sep 06 09:19:36.218 INFO kablam! | Sep 06 09:19:36.218 INFO kablam! 10 | #[ macro_use ] Sep 06 09:19:36.218 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 09:19:36.218 INFO kablam! | Sep 06 09:19:36.218 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 09:19:36.218 INFO kablam! Sep 06 09:19:36.229 INFO kablam! warning: unused `#[macro_use]` import Sep 06 09:19:36.229 INFO kablam! --> src/lib.rs:10:1 Sep 06 09:19:36.229 INFO kablam! | Sep 06 09:19:36.229 INFO kablam! 10 | #[ macro_use ] Sep 06 09:19:36.229 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 09:19:36.229 INFO kablam! | Sep 06 09:19:36.229 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 09:19:36.229 INFO kablam! Sep 06 09:19:37.271 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 09:19:37.271 INFO kablam! --> src/diskformat/item/extent_data.rs:213:7 Sep 06 09:19:37.271 INFO kablam! | Sep 06 09:19:37.271 INFO kablam! 213 | self.data ().other_encoding) Sep 06 09:19:37.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 09:19:37.271 INFO kablam! | Sep 06 09:19:37.271 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 06 09:19:37.271 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.271 INFO kablam! = note: for more information, see issue #46043 Sep 06 09:19:37.271 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.271 INFO kablam! Sep 06 09:19:37.275 INFO kablam! warning: foreign function is never used: `lzo2a_decompress` Sep 06 09:19:37.275 INFO kablam! --> src/compress/lzo.rs:25:2 Sep 06 09:19:37.275 INFO kablam! | Sep 06 09:19:37.275 INFO kablam! 25 | fn lzo2a_decompress ( Sep 06 09:19:37.275 INFO kablam! | _____^ Sep 06 09:19:37.275 INFO kablam! 26 | | src: * const u8, Sep 06 09:19:37.275 INFO kablam! 27 | | src_len: libc::c_uint, Sep 06 09:19:37.275 INFO kablam! 28 | | dst: * const u8, Sep 06 09:19:37.275 INFO kablam! 29 | | dst_len: * mut libc::c_uint, Sep 06 09:19:37.275 INFO kablam! 30 | | wrkmem: * const u8, Sep 06 09:19:37.275 INFO kablam! 31 | | ) -> libc::c_int; Sep 06 09:19:37.275 INFO kablam! | |_____________________^ Sep 06 09:19:37.275 INFO kablam! | Sep 06 09:19:37.275 INFO kablam! = note: #[warn(dead_code)] on by default Sep 06 09:19:37.275 INFO kablam! Sep 06 09:19:37.297 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 09:19:37.297 INFO kablam! --> src/diskformat/item/extent_data.rs:213:7 Sep 06 09:19:37.297 INFO kablam! | Sep 06 09:19:37.297 INFO kablam! 213 | self.data ().other_encoding) Sep 06 09:19:37.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 09:19:37.297 INFO kablam! | Sep 06 09:19:37.297 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 06 09:19:37.298 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.298 INFO kablam! = note: for more information, see issue #46043 Sep 06 09:19:37.298 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.298 INFO kablam! Sep 06 09:19:37.301 INFO kablam! warning: foreign function is never used: `lzo2a_decompress` Sep 06 09:19:37.301 INFO kablam! --> src/compress/lzo.rs:25:2 Sep 06 09:19:37.301 INFO kablam! | Sep 06 09:19:37.301 INFO kablam! 25 | fn lzo2a_decompress ( Sep 06 09:19:37.301 INFO kablam! | _____^ Sep 06 09:19:37.302 INFO kablam! 26 | | src: * const u8, Sep 06 09:19:37.302 INFO kablam! 27 | | src_len: libc::c_uint, Sep 06 09:19:37.302 INFO kablam! 28 | | dst: * const u8, Sep 06 09:19:37.302 INFO kablam! 29 | | dst_len: * mut libc::c_uint, Sep 06 09:19:37.302 INFO kablam! 30 | | wrkmem: * const u8, Sep 06 09:19:37.302 INFO kablam! 31 | | ) -> libc::c_int; Sep 06 09:19:37.302 INFO kablam! | |_____________________^ Sep 06 09:19:37.302 INFO kablam! | Sep 06 09:19:37.302 INFO kablam! = note: #[warn(dead_code)] on by default Sep 06 09:19:37.302 INFO kablam! Sep 06 09:19:37.411 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.23s Sep 06 09:19:37.415 INFO kablam! su: No module specific data is present Sep 06 09:19:38.013 INFO running `"docker" "rm" "-f" "ccc74d1d4736cfe0961eee673cf229636cf999bc0fe61e599d7b2d77421339f9"` Sep 06 09:19:38.141 INFO blam! ccc74d1d4736cfe0961eee673cf229636cf999bc0fe61e599d7b2d77421339f9