Oct 22 01:38:29.725 INFO checking mar-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:38:29.725 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/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 22 01:38:29.876 INFO blam! 052fbbfe39241be34f78ee01fcec6d627eefbfeda181ccf14b70f825412d9c73 Oct 22 01:38:29.879 INFO running `"docker" "start" "-a" "052fbbfe39241be34f78ee01fcec6d627eefbfeda181ccf14b70f825412d9c73"` Oct 22 01:38:30.643 INFO kablam! usermod: no changes Oct 22 01:38:30.685 INFO kablam! Checking mar v0.1.1 (/source) Oct 22 01:38:31.431 INFO kablam! warning: function is never used: `round_up` Oct 22 01:38:31.431 INFO kablam! --> src/lib.rs:24:1 Oct 22 01:38:31.431 INFO kablam! | Oct 22 01:38:31.432 INFO kablam! 24 | fn round_up(n: usize, incr: usize) -> usize { Oct 22 01:38:31.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:38:31.432 INFO kablam! | Oct 22 01:38:31.433 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 01:38:31.433 INFO kablam! Oct 22 01:38:31.433 INFO kablam! warning: constant item is never used: `SIGNATURE_BLOCK_OFFSET` Oct 22 01:38:31.433 INFO kablam! --> src/lib.rs:29:1 Oct 22 01:38:31.434 INFO kablam! | Oct 22 01:38:31.434 INFO kablam! 29 | const SIGNATURE_BLOCK_OFFSET: usize = 16; Oct 22 01:38:31.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:38:31.434 INFO kablam! Oct 22 01:38:31.435 INFO kablam! warning: constant item is never used: `MAX_SIZE_OF_MAR_FILE` Oct 22 01:38:31.435 INFO kablam! --> src/lib.rs:32:1 Oct 22 01:38:31.435 INFO kablam! | Oct 22 01:38:31.435 INFO kablam! 32 | const MAX_SIZE_OF_MAR_FILE: u64 = 500 * 1024 * 1024; Oct 22 01:38:31.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:38:31.436 INFO kablam! Oct 22 01:38:31.436 INFO kablam! warning: constant item is never used: `MAX_SIGNATURE_LENGTH` Oct 22 01:38:31.437 INFO kablam! --> src/lib.rs:36:1 Oct 22 01:38:31.437 INFO kablam! | Oct 22 01:38:31.437 INFO kablam! 36 | const MAX_SIGNATURE_LENGTH: usize = 2048; Oct 22 01:38:31.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:38:31.438 INFO kablam! Oct 22 01:38:31.438 INFO kablam! warning: constant item is never used: `PRODUCT_INFO_BLOCK_ID` Oct 22 01:38:31.438 INFO kablam! --> src/lib.rs:39:1 Oct 22 01:38:31.438 INFO kablam! | Oct 22 01:38:31.439 INFO kablam! 39 | const PRODUCT_INFO_BLOCK_ID: u32 = 1; Oct 22 01:38:31.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:38:31.439 INFO kablam! Oct 22 01:38:31.439 INFO kablam! warning: function is never used: `mar_item_size` Oct 22 01:38:31.440 INFO kablam! --> src/lib.rs:49:1 Oct 22 01:38:31.440 INFO kablam! | Oct 22 01:38:31.440 INFO kablam! 49 | fn mar_item_size(name_len: usize) -> usize { Oct 22 01:38:31.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:38:31.441 INFO kablam! Oct 22 01:38:31.441 INFO kablam! warning: struct is never constructed: `ProductInformationBlock` Oct 22 01:38:31.441 INFO kablam! --> src/lib.rs:53:1 Oct 22 01:38:31.442 INFO kablam! | Oct 22 01:38:31.442 INFO kablam! 53 | struct ProductInformationBlock { Oct 22 01:38:31.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:38:31.442 INFO kablam! Oct 22 01:38:31.443 INFO kablam! warning: constant item is never used: `PIB_MAX_MAR_CHANNEL_ID_SIZE` Oct 22 01:38:31.443 INFO kablam! --> src/lib.rs:59:1 Oct 22 01:38:31.443 INFO kablam! | Oct 22 01:38:31.443 INFO kablam! 59 | const PIB_MAX_MAR_CHANNEL_ID_SIZE: usize = 63; Oct 22 01:38:31.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:38:31.444 INFO kablam! Oct 22 01:38:31.445 INFO kablam! warning: constant item is never used: `PIB_MAX_PRODUCT_VERSION_SIZE` Oct 22 01:38:31.445 INFO kablam! --> src/lib.rs:60:1 Oct 22 01:38:31.445 INFO kablam! | Oct 22 01:38:31.445 INFO kablam! 60 | const PIB_MAX_PRODUCT_VERSION_SIZE: usize = 31; Oct 22 01:38:31.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:38:31.446 INFO kablam! Oct 22 01:38:31.446 INFO kablam! warning: structure field `MARChannelID` should have a snake case name such as `marchannel_id` Oct 22 01:38:31.446 INFO kablam! --> src/lib.rs:54:5 Oct 22 01:38:31.447 INFO kablam! | Oct 22 01:38:31.447 INFO kablam! 54 | MARChannelID: Vec, Oct 22 01:38:31.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:38:31.447 INFO kablam! | Oct 22 01:38:31.448 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 22 01:38:31.448 INFO kablam! Oct 22 01:38:31.448 INFO kablam! warning: structure field `productVersion` should have a snake case name such as `product_version` Oct 22 01:38:31.449 INFO kablam! --> src/lib.rs:55:5 Oct 22 01:38:31.449 INFO kablam! | Oct 22 01:38:31.449 INFO kablam! 55 | productVersion: Vec, Oct 22 01:38:31.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:38:31.450 INFO kablam! Oct 22 01:38:31.480 INFO kablam! warning: function is never used: `round_up` Oct 22 01:38:31.480 INFO kablam! --> src/lib.rs:24:1 Oct 22 01:38:31.480 INFO kablam! | Oct 22 01:38:31.480 INFO kablam! 24 | fn round_up(n: usize, incr: usize) -> usize { Oct 22 01:38:31.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:38:31.480 INFO kablam! | Oct 22 01:38:31.480 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 01:38:31.480 INFO kablam! Oct 22 01:38:31.480 INFO kablam! warning: constant item is never used: `SIGNATURE_BLOCK_OFFSET` Oct 22 01:38:31.480 INFO kablam! --> src/lib.rs:29:1 Oct 22 01:38:31.480 INFO kablam! | Oct 22 01:38:31.480 INFO kablam! 29 | const SIGNATURE_BLOCK_OFFSET: usize = 16; Oct 22 01:38:31.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:38:31.480 INFO kablam! Oct 22 01:38:31.480 INFO kablam! warning: constant item is never used: `MAX_SIZE_OF_MAR_FILE` Oct 22 01:38:31.480 INFO kablam! --> src/lib.rs:32:1 Oct 22 01:38:31.480 INFO kablam! | Oct 22 01:38:31.480 INFO kablam! 32 | const MAX_SIZE_OF_MAR_FILE: u64 = 500 * 1024 * 1024; Oct 22 01:38:31.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:38:31.480 INFO kablam! Oct 22 01:38:31.480 INFO kablam! warning: constant item is never used: `MAX_SIGNATURE_LENGTH` Oct 22 01:38:31.480 INFO kablam! --> src/lib.rs:36:1 Oct 22 01:38:31.480 INFO kablam! | Oct 22 01:38:31.480 INFO kablam! 36 | const MAX_SIGNATURE_LENGTH: usize = 2048; Oct 22 01:38:31.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:38:31.480 INFO kablam! Oct 22 01:38:31.480 INFO kablam! warning: constant item is never used: `PRODUCT_INFO_BLOCK_ID` Oct 22 01:38:31.480 INFO kablam! --> src/lib.rs:39:1 Oct 22 01:38:31.480 INFO kablam! | Oct 22 01:38:31.480 INFO kablam! 39 | const PRODUCT_INFO_BLOCK_ID: u32 = 1; Oct 22 01:38:31.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:38:31.480 INFO kablam! Oct 22 01:38:31.480 INFO kablam! warning: function is never used: `mar_item_size` Oct 22 01:38:31.480 INFO kablam! --> src/lib.rs:49:1 Oct 22 01:38:31.480 INFO kablam! | Oct 22 01:38:31.480 INFO kablam! 49 | fn mar_item_size(name_len: usize) -> usize { Oct 22 01:38:31.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:38:31.480 INFO kablam! Oct 22 01:38:31.480 INFO kablam! warning: struct is never constructed: `ProductInformationBlock` Oct 22 01:38:31.481 INFO kablam! --> src/lib.rs:53:1 Oct 22 01:38:31.481 INFO kablam! | Oct 22 01:38:31.481 INFO kablam! 53 | struct ProductInformationBlock { Oct 22 01:38:31.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:38:31.488 INFO kablam! Oct 22 01:38:31.488 INFO kablam! warning: constant item is never used: `PIB_MAX_MAR_CHANNEL_ID_SIZE` Oct 22 01:38:31.488 INFO kablam! --> src/lib.rs:59:1 Oct 22 01:38:31.489 INFO kablam! | Oct 22 01:38:31.489 INFO kablam! 59 | const PIB_MAX_MAR_CHANNEL_ID_SIZE: usize = 63; Oct 22 01:38:31.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:38:31.489 INFO kablam! Oct 22 01:38:31.489 INFO kablam! warning: constant item is never used: `PIB_MAX_PRODUCT_VERSION_SIZE` Oct 22 01:38:31.489 INFO kablam! --> src/lib.rs:60:1 Oct 22 01:38:31.489 INFO kablam! | Oct 22 01:38:31.489 INFO kablam! 60 | const PIB_MAX_PRODUCT_VERSION_SIZE: usize = 31; Oct 22 01:38:31.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:38:31.489 INFO kablam! Oct 22 01:38:31.491 INFO kablam! warning: structure field `MARChannelID` should have a snake case name such as `marchannel_id` Oct 22 01:38:31.491 INFO kablam! --> src/lib.rs:54:5 Oct 22 01:38:31.491 INFO kablam! | Oct 22 01:38:31.491 INFO kablam! 54 | MARChannelID: Vec, Oct 22 01:38:31.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:38:31.491 INFO kablam! | Oct 22 01:38:31.491 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 22 01:38:31.491 INFO kablam! Oct 22 01:38:31.491 INFO kablam! warning: structure field `productVersion` should have a snake case name such as `product_version` Oct 22 01:38:31.491 INFO kablam! --> src/lib.rs:55:5 Oct 22 01:38:31.491 INFO kablam! | Oct 22 01:38:31.491 INFO kablam! 55 | productVersion: Vec, Oct 22 01:38:31.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:38:31.491 INFO kablam! Oct 22 01:38:32.291 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.62s Oct 22 01:38:32.291 INFO kablam! su: No module specific data is present Oct 22 01:38:32.558 INFO running `"docker" "rm" "-f" "052fbbfe39241be34f78ee01fcec6d627eefbfeda181ccf14b70f825412d9c73"` Oct 22 01:38:32.656 INFO blam! 052fbbfe39241be34f78ee01fcec6d627eefbfeda181ccf14b70f825412d9c73