Oct 13 12:16:20.663 INFO checking mar-0.1.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 12:16:20.663 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 12:16:21.020 INFO blam! b29a92924ee19dcb32dad645fc283a1711d4132f718c28607ecb83d35c408ac6 Oct 13 12:16:21.028 INFO running `"docker" "start" "-a" "b29a92924ee19dcb32dad645fc283a1711d4132f718c28607ecb83d35c408ac6"` Oct 13 12:16:22.236 INFO kablam! usermod: no changes Oct 13 12:16:22.308 INFO kablam! Checking mar v0.1.1 (/source) Oct 13 12:16:22.851 INFO kablam! warning: function is never used: `round_up` Oct 13 12:16:22.851 INFO kablam! --> src/lib.rs:24:1 Oct 13 12:16:22.851 INFO kablam! | Oct 13 12:16:22.851 INFO kablam! 24 | fn round_up(n: usize, incr: usize) -> usize { Oct 13 12:16:22.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:16:22.851 INFO kablam! | Oct 13 12:16:22.851 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 12:16:22.851 INFO kablam! Oct 13 12:16:22.851 INFO kablam! warning: constant item is never used: `SIGNATURE_BLOCK_OFFSET` Oct 13 12:16:22.851 INFO kablam! --> src/lib.rs:29:1 Oct 13 12:16:22.851 INFO kablam! | Oct 13 12:16:22.851 INFO kablam! 29 | const SIGNATURE_BLOCK_OFFSET: usize = 16; Oct 13 12:16:22.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:16:22.851 INFO kablam! Oct 13 12:16:22.851 INFO kablam! warning: constant item is never used: `MAX_SIZE_OF_MAR_FILE` Oct 13 12:16:22.851 INFO kablam! --> src/lib.rs:32:1 Oct 13 12:16:22.851 INFO kablam! | Oct 13 12:16:22.851 INFO kablam! 32 | const MAX_SIZE_OF_MAR_FILE: u64 = 500 * 1024 * 1024; Oct 13 12:16:22.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:16:22.851 INFO kablam! Oct 13 12:16:22.851 INFO kablam! warning: constant item is never used: `MAX_SIGNATURE_LENGTH` Oct 13 12:16:22.851 INFO kablam! --> src/lib.rs:36:1 Oct 13 12:16:22.851 INFO kablam! | Oct 13 12:16:22.851 INFO kablam! 36 | const MAX_SIGNATURE_LENGTH: usize = 2048; Oct 13 12:16:22.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:16:22.851 INFO kablam! Oct 13 12:16:22.851 INFO kablam! warning: constant item is never used: `PRODUCT_INFO_BLOCK_ID` Oct 13 12:16:22.854 INFO kablam! --> src/lib.rs:39:1 Oct 13 12:16:22.855 INFO kablam! | Oct 13 12:16:22.855 INFO kablam! 39 | const PRODUCT_INFO_BLOCK_ID: u32 = 1; Oct 13 12:16:22.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:16:22.855 INFO kablam! Oct 13 12:16:22.855 INFO kablam! warning: function is never used: `mar_item_size` Oct 13 12:16:22.855 INFO kablam! --> src/lib.rs:49:1 Oct 13 12:16:22.856 INFO kablam! | Oct 13 12:16:22.856 INFO kablam! 49 | fn mar_item_size(name_len: usize) -> usize { Oct 13 12:16:22.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:16:22.856 INFO kablam! Oct 13 12:16:22.856 INFO kablam! warning: struct is never constructed: `ProductInformationBlock` Oct 13 12:16:22.856 INFO kablam! --> src/lib.rs:53:1 Oct 13 12:16:22.857 INFO kablam! | Oct 13 12:16:22.857 INFO kablam! 53 | struct ProductInformationBlock { Oct 13 12:16:22.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:16:22.857 INFO kablam! Oct 13 12:16:22.857 INFO kablam! warning: constant item is never used: `PIB_MAX_MAR_CHANNEL_ID_SIZE` Oct 13 12:16:22.857 INFO kablam! --> src/lib.rs:59:1 Oct 13 12:16:22.857 INFO kablam! | Oct 13 12:16:22.857 INFO kablam! 59 | const PIB_MAX_MAR_CHANNEL_ID_SIZE: usize = 63; Oct 13 12:16:22.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:16:22.857 INFO kablam! Oct 13 12:16:22.857 INFO kablam! warning: constant item is never used: `PIB_MAX_PRODUCT_VERSION_SIZE` Oct 13 12:16:22.857 INFO kablam! --> src/lib.rs:60:1 Oct 13 12:16:22.857 INFO kablam! | Oct 13 12:16:22.857 INFO kablam! 60 | const PIB_MAX_PRODUCT_VERSION_SIZE: usize = 31; Oct 13 12:16:22.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:16:22.857 INFO kablam! Oct 13 12:16:22.857 INFO kablam! warning: structure field `MARChannelID` should have a snake case name such as `marchannel_id` Oct 13 12:16:22.857 INFO kablam! --> src/lib.rs:54:5 Oct 13 12:16:22.857 INFO kablam! | Oct 13 12:16:22.857 INFO kablam! 54 | MARChannelID: Vec, Oct 13 12:16:22.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:16:22.857 INFO kablam! | Oct 13 12:16:22.857 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 12:16:22.857 INFO kablam! Oct 13 12:16:22.857 INFO kablam! warning: structure field `productVersion` should have a snake case name such as `product_version` Oct 13 12:16:22.857 INFO kablam! --> src/lib.rs:55:5 Oct 13 12:16:22.857 INFO kablam! | Oct 13 12:16:22.857 INFO kablam! 55 | productVersion: Vec, Oct 13 12:16:22.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:16:22.857 INFO kablam! Oct 13 12:16:23.184 INFO kablam! warning: function is never used: `round_up` Oct 13 12:16:23.184 INFO kablam! --> src/lib.rs:24:1 Oct 13 12:16:23.184 INFO kablam! | Oct 13 12:16:23.184 INFO kablam! 24 | fn round_up(n: usize, incr: usize) -> usize { Oct 13 12:16:23.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:16:23.184 INFO kablam! | Oct 13 12:16:23.184 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 12:16:23.184 INFO kablam! Oct 13 12:16:23.184 INFO kablam! warning: constant item is never used: `SIGNATURE_BLOCK_OFFSET` Oct 13 12:16:23.184 INFO kablam! --> src/lib.rs:29:1 Oct 13 12:16:23.184 INFO kablam! | Oct 13 12:16:23.184 INFO kablam! 29 | const SIGNATURE_BLOCK_OFFSET: usize = 16; Oct 13 12:16:23.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:16:23.196 INFO kablam! Oct 13 12:16:23.196 INFO kablam! warning: constant item is never used: `MAX_SIZE_OF_MAR_FILE` Oct 13 12:16:23.196 INFO kablam! --> src/lib.rs:32:1 Oct 13 12:16:23.196 INFO kablam! | Oct 13 12:16:23.196 INFO kablam! 32 | const MAX_SIZE_OF_MAR_FILE: u64 = 500 * 1024 * 1024; Oct 13 12:16:23.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:16:23.196 INFO kablam! Oct 13 12:16:23.196 INFO kablam! warning: constant item is never used: `MAX_SIGNATURE_LENGTH` Oct 13 12:16:23.196 INFO kablam! --> src/lib.rs:36:1 Oct 13 12:16:23.196 INFO kablam! | Oct 13 12:16:23.196 INFO kablam! 36 | const MAX_SIGNATURE_LENGTH: usize = 2048; Oct 13 12:16:23.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:16:23.196 INFO kablam! Oct 13 12:16:23.196 INFO kablam! warning: constant item is never used: `PRODUCT_INFO_BLOCK_ID` Oct 13 12:16:23.196 INFO kablam! --> src/lib.rs:39:1 Oct 13 12:16:23.196 INFO kablam! | Oct 13 12:16:23.196 INFO kablam! 39 | const PRODUCT_INFO_BLOCK_ID: u32 = 1; Oct 13 12:16:23.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:16:23.196 INFO kablam! Oct 13 12:16:23.196 INFO kablam! warning: function is never used: `mar_item_size` Oct 13 12:16:23.196 INFO kablam! --> src/lib.rs:49:1 Oct 13 12:16:23.196 INFO kablam! | Oct 13 12:16:23.196 INFO kablam! 49 | fn mar_item_size(name_len: usize) -> usize { Oct 13 12:16:23.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:16:23.196 INFO kablam! Oct 13 12:16:23.196 INFO kablam! warning: struct is never constructed: `ProductInformationBlock` Oct 13 12:16:23.196 INFO kablam! --> src/lib.rs:53:1 Oct 13 12:16:23.196 INFO kablam! | Oct 13 12:16:23.196 INFO kablam! 53 | struct ProductInformationBlock { Oct 13 12:16:23.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:16:23.196 INFO kablam! Oct 13 12:16:23.196 INFO kablam! warning: constant item is never used: `PIB_MAX_MAR_CHANNEL_ID_SIZE` Oct 13 12:16:23.196 INFO kablam! --> src/lib.rs:59:1 Oct 13 12:16:23.196 INFO kablam! | Oct 13 12:16:23.196 INFO kablam! 59 | const PIB_MAX_MAR_CHANNEL_ID_SIZE: usize = 63; Oct 13 12:16:23.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:16:23.196 INFO kablam! Oct 13 12:16:23.196 INFO kablam! warning: constant item is never used: `PIB_MAX_PRODUCT_VERSION_SIZE` Oct 13 12:16:23.196 INFO kablam! --> src/lib.rs:60:1 Oct 13 12:16:23.196 INFO kablam! | Oct 13 12:16:23.196 INFO kablam! 60 | const PIB_MAX_PRODUCT_VERSION_SIZE: usize = 31; Oct 13 12:16:23.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:16:23.196 INFO kablam! Oct 13 12:16:23.196 INFO kablam! warning: structure field `MARChannelID` should have a snake case name such as `marchannel_id` Oct 13 12:16:23.196 INFO kablam! --> src/lib.rs:54:5 Oct 13 12:16:23.196 INFO kablam! | Oct 13 12:16:23.196 INFO kablam! 54 | MARChannelID: Vec, Oct 13 12:16:23.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:16:23.196 INFO kablam! | Oct 13 12:16:23.196 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 12:16:23.197 INFO kablam! Oct 13 12:16:23.197 INFO kablam! warning: structure field `productVersion` should have a snake case name such as `product_version` Oct 13 12:16:23.197 INFO kablam! --> src/lib.rs:55:5 Oct 13 12:16:23.197 INFO kablam! | Oct 13 12:16:23.197 INFO kablam! 55 | productVersion: Vec, Oct 13 12:16:23.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:16:23.197 INFO kablam! Oct 13 12:16:23.714 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.45s Oct 13 12:16:23.726 INFO kablam! su: No module specific data is present Oct 13 12:16:24.127 INFO running `"docker" "rm" "-f" "b29a92924ee19dcb32dad645fc283a1711d4132f718c28607ecb83d35c408ac6"` Oct 13 12:16:24.244 INFO blam! b29a92924ee19dcb32dad645fc283a1711d4132f718c28607ecb83d35c408ac6