Oct 27 19:24:19.488 INFO checking mar-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 19:24:19.488 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 19:24:19.855 INFO blam! 7fa737760607252e796953550e02436e21e68f9e220a76f7c02395f2d9eabdba Oct 27 19:24:19.871 INFO running `"docker" "start" "-a" "7fa737760607252e796953550e02436e21e68f9e220a76f7c02395f2d9eabdba"` Oct 27 19:24:21.075 INFO kablam! usermod: no changes Oct 27 19:24:21.127 INFO kablam! Checking mar v0.1.1 (/source) Oct 27 19:24:22.240 INFO kablam! warning: function is never used: `round_up` Oct 27 19:24:22.240 INFO kablam! --> src/lib.rs:24:1 Oct 27 19:24:22.240 INFO kablam! | Oct 27 19:24:22.240 INFO kablam! 24 | fn round_up(n: usize, incr: usize) -> usize { Oct 27 19:24:22.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:24:22.240 INFO kablam! | Oct 27 19:24:22.240 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 19:24:22.240 INFO kablam! Oct 27 19:24:22.240 INFO kablam! warning: constant item is never used: `SIGNATURE_BLOCK_OFFSET` Oct 27 19:24:22.240 INFO kablam! --> src/lib.rs:29:1 Oct 27 19:24:22.240 INFO kablam! | Oct 27 19:24:22.240 INFO kablam! 29 | const SIGNATURE_BLOCK_OFFSET: usize = 16; Oct 27 19:24:22.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:24:22.240 INFO kablam! Oct 27 19:24:22.240 INFO kablam! warning: constant item is never used: `MAX_SIZE_OF_MAR_FILE` Oct 27 19:24:22.240 INFO kablam! --> src/lib.rs:32:1 Oct 27 19:24:22.240 INFO kablam! | Oct 27 19:24:22.240 INFO kablam! 32 | const MAX_SIZE_OF_MAR_FILE: u64 = 500 * 1024 * 1024; Oct 27 19:24:22.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:24:22.240 INFO kablam! Oct 27 19:24:22.240 INFO kablam! warning: constant item is never used: `MAX_SIGNATURE_LENGTH` Oct 27 19:24:22.240 INFO kablam! --> src/lib.rs:36:1 Oct 27 19:24:22.240 INFO kablam! | Oct 27 19:24:22.240 INFO kablam! 36 | const MAX_SIGNATURE_LENGTH: usize = 2048; Oct 27 19:24:22.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:24:22.240 INFO kablam! Oct 27 19:24:22.240 INFO kablam! warning: constant item is never used: `PRODUCT_INFO_BLOCK_ID` Oct 27 19:24:22.240 INFO kablam! --> src/lib.rs:39:1 Oct 27 19:24:22.240 INFO kablam! | Oct 27 19:24:22.240 INFO kablam! 39 | const PRODUCT_INFO_BLOCK_ID: u32 = 1; Oct 27 19:24:22.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:24:22.240 INFO kablam! Oct 27 19:24:22.240 INFO kablam! warning: function is never used: `mar_item_size` Oct 27 19:24:22.240 INFO kablam! --> src/lib.rs:49:1 Oct 27 19:24:22.240 INFO kablam! | Oct 27 19:24:22.240 INFO kablam! 49 | fn mar_item_size(name_len: usize) -> usize { Oct 27 19:24:22.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:24:22.240 INFO kablam! Oct 27 19:24:22.240 INFO kablam! warning: struct is never constructed: `ProductInformationBlock` Oct 27 19:24:22.240 INFO kablam! --> src/lib.rs:53:1 Oct 27 19:24:22.240 INFO kablam! | Oct 27 19:24:22.240 INFO kablam! 53 | struct ProductInformationBlock { Oct 27 19:24:22.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:24:22.240 INFO kablam! Oct 27 19:24:22.240 INFO kablam! warning: constant item is never used: `PIB_MAX_MAR_CHANNEL_ID_SIZE` Oct 27 19:24:22.240 INFO kablam! --> src/lib.rs:59:1 Oct 27 19:24:22.240 INFO kablam! | Oct 27 19:24:22.240 INFO kablam! 59 | const PIB_MAX_MAR_CHANNEL_ID_SIZE: usize = 63; Oct 27 19:24:22.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:24:22.240 INFO kablam! Oct 27 19:24:22.240 INFO kablam! warning: constant item is never used: `PIB_MAX_PRODUCT_VERSION_SIZE` Oct 27 19:24:22.240 INFO kablam! --> src/lib.rs:60:1 Oct 27 19:24:22.240 INFO kablam! | Oct 27 19:24:22.240 INFO kablam! 60 | const PIB_MAX_PRODUCT_VERSION_SIZE: usize = 31; Oct 27 19:24:22.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:24:22.241 INFO kablam! Oct 27 19:24:22.255 INFO kablam! warning: structure field `MARChannelID` should have a snake case name such as `marchannel_id` Oct 27 19:24:22.255 INFO kablam! --> src/lib.rs:54:5 Oct 27 19:24:22.255 INFO kablam! | Oct 27 19:24:22.255 INFO kablam! 54 | MARChannelID: Vec, Oct 27 19:24:22.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:24:22.255 INFO kablam! | Oct 27 19:24:22.255 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 19:24:22.255 INFO kablam! Oct 27 19:24:22.255 INFO kablam! warning: structure field `productVersion` should have a snake case name such as `product_version` Oct 27 19:24:22.255 INFO kablam! --> src/lib.rs:55:5 Oct 27 19:24:22.255 INFO kablam! | Oct 27 19:24:22.255 INFO kablam! 55 | productVersion: Vec, Oct 27 19:24:22.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:24:22.255 INFO kablam! Oct 27 19:24:22.303 INFO kablam! warning: function is never used: `round_up` Oct 27 19:24:22.303 INFO kablam! --> src/lib.rs:24:1 Oct 27 19:24:22.303 INFO kablam! | Oct 27 19:24:22.303 INFO kablam! 24 | fn round_up(n: usize, incr: usize) -> usize { Oct 27 19:24:22.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:24:22.303 INFO kablam! | Oct 27 19:24:22.303 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 19:24:22.303 INFO kablam! Oct 27 19:24:22.303 INFO kablam! warning: constant item is never used: `SIGNATURE_BLOCK_OFFSET` Oct 27 19:24:22.303 INFO kablam! --> src/lib.rs:29:1 Oct 27 19:24:22.303 INFO kablam! | Oct 27 19:24:22.303 INFO kablam! 29 | const SIGNATURE_BLOCK_OFFSET: usize = 16; Oct 27 19:24:22.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:24:22.303 INFO kablam! Oct 27 19:24:22.303 INFO kablam! warning: constant item is never used: `MAX_SIZE_OF_MAR_FILE` Oct 27 19:24:22.303 INFO kablam! --> src/lib.rs:32:1 Oct 27 19:24:22.303 INFO kablam! | Oct 27 19:24:22.303 INFO kablam! 32 | const MAX_SIZE_OF_MAR_FILE: u64 = 500 * 1024 * 1024; Oct 27 19:24:22.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:24:22.303 INFO kablam! Oct 27 19:24:22.303 INFO kablam! warning: constant item is never used: `MAX_SIGNATURE_LENGTH` Oct 27 19:24:22.303 INFO kablam! --> src/lib.rs:36:1 Oct 27 19:24:22.303 INFO kablam! | Oct 27 19:24:22.303 INFO kablam! 36 | const MAX_SIGNATURE_LENGTH: usize = 2048; Oct 27 19:24:22.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:24:22.303 INFO kablam! Oct 27 19:24:22.303 INFO kablam! warning: constant item is never used: `PRODUCT_INFO_BLOCK_ID` Oct 27 19:24:22.303 INFO kablam! --> src/lib.rs:39:1 Oct 27 19:24:22.303 INFO kablam! | Oct 27 19:24:22.303 INFO kablam! 39 | const PRODUCT_INFO_BLOCK_ID: u32 = 1; Oct 27 19:24:22.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:24:22.303 INFO kablam! Oct 27 19:24:22.303 INFO kablam! warning: function is never used: `mar_item_size` Oct 27 19:24:22.303 INFO kablam! --> src/lib.rs:49:1 Oct 27 19:24:22.303 INFO kablam! | Oct 27 19:24:22.303 INFO kablam! 49 | fn mar_item_size(name_len: usize) -> usize { Oct 27 19:24:22.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:24:22.303 INFO kablam! Oct 27 19:24:22.303 INFO kablam! warning: struct is never constructed: `ProductInformationBlock` Oct 27 19:24:22.303 INFO kablam! --> src/lib.rs:53:1 Oct 27 19:24:22.303 INFO kablam! | Oct 27 19:24:22.303 INFO kablam! 53 | struct ProductInformationBlock { Oct 27 19:24:22.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:24:22.303 INFO kablam! Oct 27 19:24:22.303 INFO kablam! warning: constant item is never used: `PIB_MAX_MAR_CHANNEL_ID_SIZE` Oct 27 19:24:22.303 INFO kablam! --> src/lib.rs:59:1 Oct 27 19:24:22.303 INFO kablam! | Oct 27 19:24:22.303 INFO kablam! 59 | const PIB_MAX_MAR_CHANNEL_ID_SIZE: usize = 63; Oct 27 19:24:22.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:24:22.303 INFO kablam! Oct 27 19:24:22.303 INFO kablam! warning: constant item is never used: `PIB_MAX_PRODUCT_VERSION_SIZE` Oct 27 19:24:22.303 INFO kablam! --> src/lib.rs:60:1 Oct 27 19:24:22.303 INFO kablam! | Oct 27 19:24:22.303 INFO kablam! 60 | const PIB_MAX_PRODUCT_VERSION_SIZE: usize = 31; Oct 27 19:24:22.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:24:22.303 INFO kablam! Oct 27 19:24:22.303 INFO kablam! warning: structure field `MARChannelID` should have a snake case name such as `marchannel_id` Oct 27 19:24:22.303 INFO kablam! --> src/lib.rs:54:5 Oct 27 19:24:22.303 INFO kablam! | Oct 27 19:24:22.303 INFO kablam! 54 | MARChannelID: Vec, Oct 27 19:24:22.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:24:22.303 INFO kablam! | Oct 27 19:24:22.303 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 19:24:22.303 INFO kablam! Oct 27 19:24:22.303 INFO kablam! warning: structure field `productVersion` should have a snake case name such as `product_version` Oct 27 19:24:22.303 INFO kablam! --> src/lib.rs:55:5 Oct 27 19:24:22.303 INFO kablam! | Oct 27 19:24:22.303 INFO kablam! 55 | productVersion: Vec, Oct 27 19:24:22.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:24:22.303 INFO kablam! Oct 27 19:24:23.211 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.12s Oct 27 19:24:23.211 INFO kablam! su: No module specific data is present Oct 27 19:24:23.619 INFO running `"docker" "rm" "-f" "7fa737760607252e796953550e02436e21e68f9e220a76f7c02395f2d9eabdba"` Oct 27 19:24:23.766 INFO blam! 7fa737760607252e796953550e02436e21e68f9e220a76f7c02395f2d9eabdba