Sep 20 05:55:11.416 INFO checking btrfs-1.2.2 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 05:55:11.416 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 05:55:11.416 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 05:55:11.610 INFO blam! 6c8332b5dcd658487b0d027a2c17d5ea5be0d3ec5fc57a7b960873a325c58549 Sep 20 05:55:11.612 INFO running `"docker" "start" "-a" "6c8332b5dcd658487b0d027a2c17d5ea5be0d3ec5fc57a7b960873a325c58549"` Sep 20 05:55:12.526 INFO kablam! usermod: no changes Sep 20 05:55:12.581 INFO kablam! Checking minilzo v0.2.0 Sep 20 05:55:13.033 INFO kablam! Checking btrfs v1.2.2 (/source) Sep 20 05:55:13.746 INFO kablam! warning: unused `#[macro_use]` import Sep 20 05:55:13.746 INFO kablam! --> src/lib.rs:10:1 Sep 20 05:55:13.746 INFO kablam! | Sep 20 05:55:13.746 INFO kablam! 10 | #[ macro_use ] Sep 20 05:55:13.746 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 05:55:13.746 INFO kablam! | Sep 20 05:55:13.746 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 05:55:13.746 INFO kablam! Sep 20 05:55:13.886 INFO kablam! warning: unused `#[macro_use]` import Sep 20 05:55:13.886 INFO kablam! --> src/lib.rs:10:1 Sep 20 05:55:13.886 INFO kablam! | Sep 20 05:55:13.886 INFO kablam! 10 | #[ macro_use ] Sep 20 05:55:13.886 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 05:55:13.886 INFO kablam! | Sep 20 05:55:13.886 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 05:55:13.886 INFO kablam! Sep 20 05:55:15.021 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 05:55:15.021 INFO kablam! --> src/diskformat/item/extent_data.rs:213:7 Sep 20 05:55:15.021 INFO kablam! | Sep 20 05:55:15.021 INFO kablam! 213 | self.data ().other_encoding) Sep 20 05:55:15.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:55:15.021 INFO kablam! | Sep 20 05:55:15.021 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 20 05:55:15.021 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 05:55:15.021 INFO kablam! = note: for more information, see issue #46043 Sep 20 05:55:15.021 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 05:55:15.021 INFO kablam! Sep 20 05:55:15.022 INFO kablam! warning: foreign function is never used: `lzo2a_decompress` Sep 20 05:55:15.022 INFO kablam! --> src/compress/lzo.rs:25:2 Sep 20 05:55:15.022 INFO kablam! | Sep 20 05:55:15.022 INFO kablam! 25 | fn lzo2a_decompress ( Sep 20 05:55:15.022 INFO kablam! | _____^ Sep 20 05:55:15.022 INFO kablam! 26 | | src: * const u8, Sep 20 05:55:15.022 INFO kablam! 27 | | src_len: libc::c_uint, Sep 20 05:55:15.022 INFO kablam! 28 | | dst: * const u8, Sep 20 05:55:15.022 INFO kablam! 29 | | dst_len: * mut libc::c_uint, Sep 20 05:55:15.022 INFO kablam! 30 | | wrkmem: * const u8, Sep 20 05:55:15.023 INFO kablam! 31 | | ) -> libc::c_int; Sep 20 05:55:15.023 INFO kablam! | |_____________________^ Sep 20 05:55:15.023 INFO kablam! | Sep 20 05:55:15.023 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 05:55:15.023 INFO kablam! Sep 20 05:55:15.049 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 05:55:15.049 INFO kablam! --> src/diskformat/item/extent_data.rs:213:7 Sep 20 05:55:15.049 INFO kablam! | Sep 20 05:55:15.049 INFO kablam! 213 | self.data ().other_encoding) Sep 20 05:55:15.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:55:15.049 INFO kablam! | Sep 20 05:55:15.049 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 20 05:55:15.049 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 05:55:15.049 INFO kablam! = note: for more information, see issue #46043 Sep 20 05:55:15.049 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 05:55:15.049 INFO kablam! Sep 20 05:55:15.053 INFO kablam! warning: foreign function is never used: `lzo2a_decompress` Sep 20 05:55:15.053 INFO kablam! --> src/compress/lzo.rs:25:2 Sep 20 05:55:15.053 INFO kablam! | Sep 20 05:55:15.053 INFO kablam! 25 | fn lzo2a_decompress ( Sep 20 05:55:15.053 INFO kablam! | _____^ Sep 20 05:55:15.053 INFO kablam! 26 | | src: * const u8, Sep 20 05:55:15.053 INFO kablam! 27 | | src_len: libc::c_uint, Sep 20 05:55:15.053 INFO kablam! 28 | | dst: * const u8, Sep 20 05:55:15.053 INFO kablam! 29 | | dst_len: * mut libc::c_uint, Sep 20 05:55:15.053 INFO kablam! 30 | | wrkmem: * const u8, Sep 20 05:55:15.053 INFO kablam! 31 | | ) -> libc::c_int; Sep 20 05:55:15.053 INFO kablam! | |_____________________^ Sep 20 05:55:15.053 INFO kablam! | Sep 20 05:55:15.053 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 05:55:15.053 INFO kablam! Sep 20 05:55:15.174 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.62s Sep 20 05:55:15.178 INFO kablam! su: No module specific data is present Sep 20 05:55:16.012 INFO running `"docker" "rm" "-f" "6c8332b5dcd658487b0d027a2c17d5ea5be0d3ec5fc57a7b960873a325c58549"` Sep 20 05:55:16.130 INFO blam! 6c8332b5dcd658487b0d027a2c17d5ea5be0d3ec5fc57a7b960873a325c58549