Oct 16 03:10:57.765 INFO testing mar-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 03:10:57.765 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 16 03:10:57.955 INFO blam! 72176192bf8f3a35afface1ad7bd3383407dc576e72869e0a9c36693ce1740b2 Oct 16 03:10:57.963 INFO running `"docker" "start" "-a" "72176192bf8f3a35afface1ad7bd3383407dc576e72869e0a9c36693ce1740b2"` Oct 16 03:10:58.575 INFO kablam! usermod: no changes Oct 16 03:10:58.615 INFO kablam! Compiling mar v0.1.1 (/source) Oct 16 03:10:59.286 INFO kablam! warning: function is never used: `round_up` Oct 16 03:10:59.286 INFO kablam! --> src/lib.rs:24:1 Oct 16 03:10:59.287 INFO kablam! | Oct 16 03:10:59.287 INFO kablam! 24 | fn round_up(n: usize, incr: usize) -> usize { Oct 16 03:10:59.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:10:59.288 INFO kablam! | Oct 16 03:10:59.288 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 03:10:59.288 INFO kablam! Oct 16 03:10:59.289 INFO kablam! warning: constant item is never used: `SIGNATURE_BLOCK_OFFSET` Oct 16 03:10:59.289 INFO kablam! --> src/lib.rs:29:1 Oct 16 03:10:59.289 INFO kablam! | Oct 16 03:10:59.290 INFO kablam! 29 | const SIGNATURE_BLOCK_OFFSET: usize = 16; Oct 16 03:10:59.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:10:59.290 INFO kablam! Oct 16 03:10:59.290 INFO kablam! warning: constant item is never used: `MAX_SIZE_OF_MAR_FILE` Oct 16 03:10:59.291 INFO kablam! --> src/lib.rs:32:1 Oct 16 03:10:59.291 INFO kablam! | Oct 16 03:10:59.291 INFO kablam! 32 | const MAX_SIZE_OF_MAR_FILE: u64 = 500 * 1024 * 1024; Oct 16 03:10:59.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:10:59.292 INFO kablam! Oct 16 03:10:59.292 INFO kablam! warning: constant item is never used: `MAX_SIGNATURE_LENGTH` Oct 16 03:10:59.293 INFO kablam! --> src/lib.rs:36:1 Oct 16 03:10:59.293 INFO kablam! | Oct 16 03:10:59.293 INFO kablam! 36 | const MAX_SIGNATURE_LENGTH: usize = 2048; Oct 16 03:10:59.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:10:59.294 INFO kablam! Oct 16 03:10:59.294 INFO kablam! warning: constant item is never used: `PRODUCT_INFO_BLOCK_ID` Oct 16 03:10:59.295 INFO kablam! --> src/lib.rs:39:1 Oct 16 03:10:59.295 INFO kablam! | Oct 16 03:10:59.295 INFO kablam! 39 | const PRODUCT_INFO_BLOCK_ID: u32 = 1; Oct 16 03:10:59.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:10:59.296 INFO kablam! Oct 16 03:10:59.297 INFO kablam! warning: function is never used: `mar_item_size` Oct 16 03:10:59.297 INFO kablam! --> src/lib.rs:49:1 Oct 16 03:10:59.297 INFO kablam! | Oct 16 03:10:59.298 INFO kablam! 49 | fn mar_item_size(name_len: usize) -> usize { Oct 16 03:10:59.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:10:59.298 INFO kablam! Oct 16 03:10:59.298 INFO kablam! warning: struct is never constructed: `ProductInformationBlock` Oct 16 03:10:59.299 INFO kablam! --> src/lib.rs:53:1 Oct 16 03:10:59.299 INFO kablam! | Oct 16 03:10:59.299 INFO kablam! 53 | struct ProductInformationBlock { Oct 16 03:10:59.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:10:59.300 INFO kablam! Oct 16 03:10:59.300 INFO kablam! warning: constant item is never used: `PIB_MAX_MAR_CHANNEL_ID_SIZE` Oct 16 03:10:59.301 INFO kablam! --> src/lib.rs:59:1 Oct 16 03:10:59.301 INFO kablam! | Oct 16 03:10:59.301 INFO kablam! 59 | const PIB_MAX_MAR_CHANNEL_ID_SIZE: usize = 63; Oct 16 03:10:59.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:10:59.302 INFO kablam! Oct 16 03:10:59.302 INFO kablam! warning: constant item is never used: `PIB_MAX_PRODUCT_VERSION_SIZE` Oct 16 03:10:59.302 INFO kablam! --> src/lib.rs:60:1 Oct 16 03:10:59.303 INFO kablam! | Oct 16 03:10:59.303 INFO kablam! 60 | const PIB_MAX_PRODUCT_VERSION_SIZE: usize = 31; Oct 16 03:10:59.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:10:59.303 INFO kablam! Oct 16 03:10:59.304 INFO kablam! warning: structure field `MARChannelID` should have a snake case name such as `marchannel_id` Oct 16 03:10:59.304 INFO kablam! --> src/lib.rs:54:5 Oct 16 03:10:59.304 INFO kablam! | Oct 16 03:10:59.305 INFO kablam! 54 | MARChannelID: Vec, Oct 16 03:10:59.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:10:59.305 INFO kablam! | Oct 16 03:10:59.305 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 03:10:59.306 INFO kablam! Oct 16 03:10:59.306 INFO kablam! warning: structure field `productVersion` should have a snake case name such as `product_version` Oct 16 03:10:59.306 INFO kablam! --> src/lib.rs:55:5 Oct 16 03:10:59.306 INFO kablam! | Oct 16 03:10:59.307 INFO kablam! 55 | productVersion: Vec, Oct 16 03:10:59.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:10:59.307 INFO kablam! Oct 16 03:11:00.609 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.02s Oct 16 03:11:00.615 INFO kablam! su: No module specific data is present Oct 16 03:11:00.997 INFO running `"docker" "rm" "-f" "72176192bf8f3a35afface1ad7bd3383407dc576e72869e0a9c36693ce1740b2"` Oct 16 03:11:01.115 INFO blam! 72176192bf8f3a35afface1ad7bd3383407dc576e72869e0a9c36693ce1740b2 Oct 16 03:11:01.123 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 16 03:11:01.373 INFO blam! f58ba7f49430dcaae8077b5f9482d186ca8b5c6dca518817690e8f223b8a6c09 Oct 16 03:11:01.373 INFO running `"docker" "start" "-a" "f58ba7f49430dcaae8077b5f9482d186ca8b5c6dca518817690e8f223b8a6c09"` Oct 16 03:11:01.798 INFO kablam! usermod: no changes Oct 16 03:11:01.828 INFO kablam! Compiling mar v0.1.1 (/source) Oct 16 03:11:02.551 INFO kablam! warning: function is never used: `round_up` Oct 16 03:11:02.551 INFO kablam! --> src/lib.rs:24:1 Oct 16 03:11:02.551 INFO kablam! | Oct 16 03:11:02.551 INFO kablam! 24 | fn round_up(n: usize, incr: usize) -> usize { Oct 16 03:11:02.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:11:02.551 INFO kablam! | Oct 16 03:11:02.551 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 03:11:02.551 INFO kablam! Oct 16 03:11:02.551 INFO kablam! warning: constant item is never used: `SIGNATURE_BLOCK_OFFSET` Oct 16 03:11:02.551 INFO kablam! --> src/lib.rs:29:1 Oct 16 03:11:02.551 INFO kablam! | Oct 16 03:11:02.551 INFO kablam! 29 | const SIGNATURE_BLOCK_OFFSET: usize = 16; Oct 16 03:11:02.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:11:02.551 INFO kablam! Oct 16 03:11:02.551 INFO kablam! warning: constant item is never used: `MAX_SIZE_OF_MAR_FILE` Oct 16 03:11:02.551 INFO kablam! --> src/lib.rs:32:1 Oct 16 03:11:02.551 INFO kablam! | Oct 16 03:11:02.551 INFO kablam! 32 | const MAX_SIZE_OF_MAR_FILE: u64 = 500 * 1024 * 1024; Oct 16 03:11:02.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:11:02.551 INFO kablam! Oct 16 03:11:02.551 INFO kablam! warning: constant item is never used: `MAX_SIGNATURE_LENGTH` Oct 16 03:11:02.551 INFO kablam! --> src/lib.rs:36:1 Oct 16 03:11:02.551 INFO kablam! | Oct 16 03:11:02.551 INFO kablam! 36 | const MAX_SIGNATURE_LENGTH: usize = 2048; Oct 16 03:11:02.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:11:02.551 INFO kablam! Oct 16 03:11:02.551 INFO kablam! warning: constant item is never used: `PRODUCT_INFO_BLOCK_ID` Oct 16 03:11:02.551 INFO kablam! --> src/lib.rs:39:1 Oct 16 03:11:02.551 INFO kablam! | Oct 16 03:11:02.551 INFO kablam! 39 | const PRODUCT_INFO_BLOCK_ID: u32 = 1; Oct 16 03:11:02.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:11:02.551 INFO kablam! Oct 16 03:11:02.551 INFO kablam! warning: function is never used: `mar_item_size` Oct 16 03:11:02.551 INFO kablam! --> src/lib.rs:49:1 Oct 16 03:11:02.551 INFO kablam! | Oct 16 03:11:02.551 INFO kablam! 49 | fn mar_item_size(name_len: usize) -> usize { Oct 16 03:11:02.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:11:02.551 INFO kablam! Oct 16 03:11:02.551 INFO kablam! warning: struct is never constructed: `ProductInformationBlock` Oct 16 03:11:02.551 INFO kablam! --> src/lib.rs:53:1 Oct 16 03:11:02.551 INFO kablam! | Oct 16 03:11:02.551 INFO kablam! 53 | struct ProductInformationBlock { Oct 16 03:11:02.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:11:02.552 INFO kablam! Oct 16 03:11:02.552 INFO kablam! warning: constant item is never used: `PIB_MAX_MAR_CHANNEL_ID_SIZE` Oct 16 03:11:02.552 INFO kablam! --> src/lib.rs:59:1 Oct 16 03:11:02.552 INFO kablam! | Oct 16 03:11:02.552 INFO kablam! 59 | const PIB_MAX_MAR_CHANNEL_ID_SIZE: usize = 63; Oct 16 03:11:02.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:11:02.552 INFO kablam! Oct 16 03:11:02.552 INFO kablam! warning: constant item is never used: `PIB_MAX_PRODUCT_VERSION_SIZE` Oct 16 03:11:02.552 INFO kablam! --> src/lib.rs:60:1 Oct 16 03:11:02.552 INFO kablam! | Oct 16 03:11:02.552 INFO kablam! 60 | const PIB_MAX_PRODUCT_VERSION_SIZE: usize = 31; Oct 16 03:11:02.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:11:02.552 INFO kablam! Oct 16 03:11:02.552 INFO kablam! warning: structure field `MARChannelID` should have a snake case name such as `marchannel_id` Oct 16 03:11:02.552 INFO kablam! --> src/lib.rs:54:5 Oct 16 03:11:02.552 INFO kablam! | Oct 16 03:11:02.552 INFO kablam! 54 | MARChannelID: Vec, Oct 16 03:11:02.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:11:02.552 INFO kablam! | Oct 16 03:11:02.552 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 03:11:02.552 INFO kablam! Oct 16 03:11:02.552 INFO kablam! warning: structure field `productVersion` should have a snake case name such as `product_version` Oct 16 03:11:02.552 INFO kablam! --> src/lib.rs:55:5 Oct 16 03:11:02.552 INFO kablam! | Oct 16 03:11:02.552 INFO kablam! 55 | productVersion: Vec, Oct 16 03:11:02.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:11:02.552 INFO kablam! Oct 16 03:11:03.666 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.84s Oct 16 03:11:03.670 INFO kablam! su: No module specific data is present Oct 16 03:11:04.258 INFO running `"docker" "rm" "-f" "f58ba7f49430dcaae8077b5f9482d186ca8b5c6dca518817690e8f223b8a6c09"` Oct 16 03:11:04.343 INFO blam! f58ba7f49430dcaae8077b5f9482d186ca8b5c6dca518817690e8f223b8a6c09 Oct 16 03:11:04.345 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 16 03:11:04.492 INFO blam! 8ca903e4adc634fa60f52303774692cd7d1993882b42da357f454833b4f437d4 Oct 16 03:11:04.495 INFO running `"docker" "start" "-a" "8ca903e4adc634fa60f52303774692cd7d1993882b42da357f454833b4f437d4"` Oct 16 03:11:05.194 INFO kablam! usermod: no changes Oct 16 03:11:05.241 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 03:11:05.247 INFO kablam! Running /target/debug/deps/mar-af2e28b6c2fb74b5 Oct 16 03:11:05.259 INFO kablam! Running /target/debug/deps/mar-9c113ed37e902f97 Oct 16 03:11:05.259 INFO blam! Oct 16 03:11:05.259 INFO blam! running 0 tests Oct 16 03:11:05.259 INFO blam! Oct 16 03:11:05.259 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:11:05.259 INFO blam! Oct 16 03:11:05.267 INFO blam! Oct 16 03:11:05.267 INFO kablam! Doc-tests mar Oct 16 03:11:05.268 INFO blam! running 0 tests Oct 16 03:11:05.268 INFO blam! Oct 16 03:11:05.268 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:11:05.268 INFO blam! Oct 16 03:11:05.949 INFO blam! Oct 16 03:11:05.949 INFO blam! running 0 tests Oct 16 03:11:05.949 INFO blam! Oct 16 03:11:05.949 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:11:05.949 INFO blam! Oct 16 03:11:05.955 INFO kablam! su: No module specific data is present Oct 16 03:11:06.276 INFO running `"docker" "rm" "-f" "8ca903e4adc634fa60f52303774692cd7d1993882b42da357f454833b4f437d4"` Oct 16 03:11:06.354 INFO blam! 8ca903e4adc634fa60f52303774692cd7d1993882b42da357f454833b4f437d4