Sep 20 04:15:37.497 INFO checking btrfs-1.2.2 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 04:15:37.497 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 04:15:37.497 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 04:15:37.683 INFO blam! 794a75625eb4f539252c9ee0a2dc7998d1e3e4c233ebd1c4b0070a21dc318fa9 Sep 20 04:15:37.684 INFO running `"docker" "start" "-a" "794a75625eb4f539252c9ee0a2dc7998d1e3e4c233ebd1c4b0070a21dc318fa9"` Sep 20 04:15:38.465 INFO kablam! usermod: no changes Sep 20 04:15:38.571 INFO kablam! Checking minilzo-sys v0.1.0 Sep 20 04:15:39.005 INFO kablam! Checking minilzo v0.2.0 Sep 20 04:15:39.395 INFO kablam! Checking btrfs v1.2.2 (/source) Sep 20 04:15:40.015 INFO kablam! warning: unused `#[macro_use]` import Sep 20 04:15:40.015 INFO kablam! --> src/lib.rs:10:1 Sep 20 04:15:40.015 INFO kablam! | Sep 20 04:15:40.015 INFO kablam! 10 | #[ macro_use ] Sep 20 04:15:40.015 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 04:15:40.015 INFO kablam! | Sep 20 04:15:40.015 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 04:15:40.015 INFO kablam! Sep 20 04:15:40.059 INFO kablam! warning: unused `#[macro_use]` import Sep 20 04:15:40.059 INFO kablam! --> src/lib.rs:10:1 Sep 20 04:15:40.059 INFO kablam! | Sep 20 04:15:40.059 INFO kablam! 10 | #[ macro_use ] Sep 20 04:15:40.059 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 04:15:40.059 INFO kablam! | Sep 20 04:15:40.059 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 04:15:40.059 INFO kablam! Sep 20 04:15:41.149 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 04:15:41.149 INFO kablam! --> src/diskformat/item/extent_data.rs:213:7 Sep 20 04:15:41.149 INFO kablam! | Sep 20 04:15:41.149 INFO kablam! 213 | self.data ().other_encoding) Sep 20 04:15:41.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:15:41.149 INFO kablam! | Sep 20 04:15:41.149 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 20 04:15:41.149 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 20 04:15:41.149 INFO kablam! = note: for more information, see issue #46043 Sep 20 04:15:41.149 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 20 04:15:41.149 INFO kablam! Sep 20 04:15:41.155 INFO kablam! warning: foreign function is never used: `lzo2a_decompress` Sep 20 04:15:41.155 INFO kablam! --> src/compress/lzo.rs:25:2 Sep 20 04:15:41.155 INFO kablam! | Sep 20 04:15:41.155 INFO kablam! 25 | fn lzo2a_decompress ( Sep 20 04:15:41.155 INFO kablam! | _____^ Sep 20 04:15:41.155 INFO kablam! 26 | | src: * const u8, Sep 20 04:15:41.155 INFO kablam! 27 | | src_len: libc::c_uint, Sep 20 04:15:41.155 INFO kablam! 28 | | dst: * const u8, Sep 20 04:15:41.155 INFO kablam! 29 | | dst_len: * mut libc::c_uint, Sep 20 04:15:41.155 INFO kablam! 30 | | wrkmem: * const u8, Sep 20 04:15:41.155 INFO kablam! 31 | | ) -> libc::c_int; Sep 20 04:15:41.155 INFO kablam! | |_____________________^ Sep 20 04:15:41.155 INFO kablam! | Sep 20 04:15:41.155 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 04:15:41.155 INFO kablam! Sep 20 04:15:41.271 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 04:15:41.271 INFO kablam! --> src/diskformat/item/extent_data.rs:213:7 Sep 20 04:15:41.271 INFO kablam! | Sep 20 04:15:41.271 INFO kablam! 213 | self.data ().other_encoding) Sep 20 04:15:41.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:15:41.271 INFO kablam! | Sep 20 04:15:41.271 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 20 04:15:41.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 20 04:15:41.271 INFO kablam! = note: for more information, see issue #46043 Sep 20 04:15:41.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 20 04:15:41.271 INFO kablam! Sep 20 04:15:41.275 INFO kablam! warning: foreign function is never used: `lzo2a_decompress` Sep 20 04:15:41.275 INFO kablam! --> src/compress/lzo.rs:25:2 Sep 20 04:15:41.275 INFO kablam! | Sep 20 04:15:41.275 INFO kablam! 25 | fn lzo2a_decompress ( Sep 20 04:15:41.275 INFO kablam! | _____^ Sep 20 04:15:41.275 INFO kablam! 26 | | src: * const u8, Sep 20 04:15:41.275 INFO kablam! 27 | | src_len: libc::c_uint, Sep 20 04:15:41.275 INFO kablam! 28 | | dst: * const u8, Sep 20 04:15:41.275 INFO kablam! 29 | | dst_len: * mut libc::c_uint, Sep 20 04:15:41.275 INFO kablam! 30 | | wrkmem: * const u8, Sep 20 04:15:41.275 INFO kablam! 31 | | ) -> libc::c_int; Sep 20 04:15:41.275 INFO kablam! | |_____________________^ Sep 20 04:15:41.275 INFO kablam! | Sep 20 04:15:41.275 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 04:15:41.275 INFO kablam! Sep 20 04:15:41.345 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.86s Sep 20 04:15:41.349 INFO kablam! su: No module specific data is present Sep 20 04:15:42.015 INFO running `"docker" "rm" "-f" "794a75625eb4f539252c9ee0a2dc7998d1e3e4c233ebd1c4b0070a21dc318fa9"` Sep 20 04:15:42.146 INFO blam! 794a75625eb4f539252c9ee0a2dc7998d1e3e4c233ebd1c4b0070a21dc318fa9