Sep 18 03:04:12.174 INFO checking btrfs-1.2.2 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 03:04:12.176 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 03:04:12.176 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 03:04:12.374 INFO blam! e4cd2c3cc8f7c6e90dab0cd615a9ebb70001f3d5e5707504c0c71958be98a8ff Sep 18 03:04:12.379 INFO running `"docker" "start" "-a" "e4cd2c3cc8f7c6e90dab0cd615a9ebb70001f3d5e5707504c0c71958be98a8ff"` Sep 18 03:04:13.504 INFO kablam! usermod: no changes Sep 18 03:04:13.551 INFO kablam! Checking minilzo-sys v0.1.0 Sep 18 03:04:13.850 INFO kablam! Checking minilzo v0.2.0 Sep 18 03:04:14.216 INFO kablam! Checking btrfs v1.2.2 (/source) Sep 18 03:04:14.880 INFO kablam! warning: unused `#[macro_use]` import Sep 18 03:04:14.880 INFO kablam! --> src/lib.rs:10:1 Sep 18 03:04:14.880 INFO kablam! | Sep 18 03:04:14.880 INFO kablam! 10 | #[ macro_use ] Sep 18 03:04:14.880 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 03:04:14.880 INFO kablam! | Sep 18 03:04:14.880 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 03:04:14.880 INFO kablam! Sep 18 03:04:14.931 INFO kablam! warning: unused `#[macro_use]` import Sep 18 03:04:14.931 INFO kablam! --> src/lib.rs:10:1 Sep 18 03:04:14.931 INFO kablam! | Sep 18 03:04:14.931 INFO kablam! 10 | #[ macro_use ] Sep 18 03:04:14.931 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 03:04:14.931 INFO kablam! | Sep 18 03:04:14.931 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 03:04:14.931 INFO kablam! Sep 18 03:04:15.866 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 03:04:15.867 INFO kablam! --> src/diskformat/item/extent_data.rs:213:7 Sep 18 03:04:15.867 INFO kablam! | Sep 18 03:04:15.867 INFO kablam! 213 | self.data ().other_encoding) Sep 18 03:04:15.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:04:15.867 INFO kablam! | Sep 18 03:04:15.867 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 18 03:04:15.867 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 18 03:04:15.867 INFO kablam! = note: for more information, see issue #46043 Sep 18 03:04:15.867 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 18 03:04:15.867 INFO kablam! Sep 18 03:04:15.875 INFO kablam! warning: foreign function is never used: `lzo2a_decompress` Sep 18 03:04:15.875 INFO kablam! --> src/compress/lzo.rs:25:2 Sep 18 03:04:15.875 INFO kablam! | Sep 18 03:04:15.875 INFO kablam! 25 | fn lzo2a_decompress ( Sep 18 03:04:15.875 INFO kablam! | _____^ Sep 18 03:04:15.875 INFO kablam! 26 | | src: * const u8, Sep 18 03:04:15.875 INFO kablam! 27 | | src_len: libc::c_uint, Sep 18 03:04:15.875 INFO kablam! 28 | | dst: * const u8, Sep 18 03:04:15.875 INFO kablam! 29 | | dst_len: * mut libc::c_uint, Sep 18 03:04:15.875 INFO kablam! 30 | | wrkmem: * const u8, Sep 18 03:04:15.875 INFO kablam! 31 | | ) -> libc::c_int; Sep 18 03:04:15.875 INFO kablam! | |_____________________^ Sep 18 03:04:15.875 INFO kablam! | Sep 18 03:04:15.875 INFO kablam! = note: #[warn(dead_code)] on by default Sep 18 03:04:15.875 INFO kablam! Sep 18 03:04:15.955 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 03:04:15.955 INFO kablam! --> src/diskformat/item/extent_data.rs:213:7 Sep 18 03:04:15.955 INFO kablam! | Sep 18 03:04:15.955 INFO kablam! 213 | self.data ().other_encoding) Sep 18 03:04:15.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:04:15.955 INFO kablam! | Sep 18 03:04:15.955 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 18 03:04:15.955 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 18 03:04:15.955 INFO kablam! = note: for more information, see issue #46043 Sep 18 03:04:15.955 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 18 03:04:15.955 INFO kablam! Sep 18 03:04:15.965 INFO kablam! warning: foreign function is never used: `lzo2a_decompress` Sep 18 03:04:15.965 INFO kablam! --> src/compress/lzo.rs:25:2 Sep 18 03:04:15.965 INFO kablam! | Sep 18 03:04:15.965 INFO kablam! 25 | fn lzo2a_decompress ( Sep 18 03:04:15.965 INFO kablam! | _____^ Sep 18 03:04:15.965 INFO kablam! 26 | | src: * const u8, Sep 18 03:04:15.965 INFO kablam! 27 | | src_len: libc::c_uint, Sep 18 03:04:15.965 INFO kablam! 28 | | dst: * const u8, Sep 18 03:04:15.965 INFO kablam! 29 | | dst_len: * mut libc::c_uint, Sep 18 03:04:15.965 INFO kablam! 30 | | wrkmem: * const u8, Sep 18 03:04:15.965 INFO kablam! 31 | | ) -> libc::c_int; Sep 18 03:04:15.965 INFO kablam! | |_____________________^ Sep 18 03:04:15.965 INFO kablam! | Sep 18 03:04:15.965 INFO kablam! = note: #[warn(dead_code)] on by default Sep 18 03:04:15.965 INFO kablam! Sep 18 03:04:16.043 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.52s Sep 18 03:04:16.048 INFO kablam! su: No module specific data is present Sep 18 03:04:16.568 INFO running `"docker" "rm" "-f" "e4cd2c3cc8f7c6e90dab0cd615a9ebb70001f3d5e5707504c0c71958be98a8ff"` Sep 18 03:04:16.653 INFO blam! e4cd2c3cc8f7c6e90dab0cd615a9ebb70001f3d5e5707504c0c71958be98a8ff