Oct 21 20:35:30.221 INFO checking Ruin0x11/reaktor-mapper against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:35:30.221 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 21 20:35:30.776 INFO blam! 90790a52c53e256ab84b40d59cd3ce464e05f8ac0beae7220c2054c0b6187acc Oct 21 20:35:30.821 INFO running `"docker" "start" "-a" "90790a52c53e256ab84b40d59cd3ce464e05f8ac0beae7220c2054c0b6187acc"` Oct 21 20:35:32.852 INFO kablam! usermod: no changes Oct 21 20:35:32.971 INFO kablam! Checking reaktor-mapper v0.1.0 (/source) Oct 21 20:35:34.468 INFO kablam! warning: unused `#[macro_use]` import Oct 21 20:35:34.468 INFO kablam! --> src/main.rs:3:1 Oct 21 20:35:34.468 INFO kablam! | Oct 21 20:35:34.468 INFO kablam! 3 | #[macro_use] Oct 21 20:35:34.468 INFO kablam! | ^^^^^^^^^^^^ Oct 21 20:35:34.468 INFO kablam! | Oct 21 20:35:34.468 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:35:34.468 INFO kablam! Oct 21 20:35:34.508 INFO kablam! warning: unused `#[macro_use]` import Oct 21 20:35:34.508 INFO kablam! --> src/main.rs:3:1 Oct 21 20:35:34.508 INFO kablam! | Oct 21 20:35:34.508 INFO kablam! 3 | #[macro_use] Oct 21 20:35:34.508 INFO kablam! | ^^^^^^^^^^^^ Oct 21 20:35:34.508 INFO kablam! | Oct 21 20:35:34.508 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:35:34.508 INFO kablam! Oct 21 20:35:35.255 INFO kablam! warning: function is never used: `parse_embedded_sample` Oct 21 20:35:35.255 INFO kablam! --> src/parser.rs:288:1 Oct 21 20:35:35.255 INFO kablam! | Oct 21 20:35:35.255 INFO kablam! 288 | fn parse_embedded_sample(i: &[u8], size: u32) -> IResult<&[u8], EmbeddedSample> { Oct 21 20:35:35.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:35:35.255 INFO kablam! Oct 21 20:35:35.262 INFO kablam! warning: function is never used: `parse_content` Oct 21 20:35:35.262 INFO kablam! --> src/parser.rs:308:1 Oct 21 20:35:35.262 INFO kablam! | Oct 21 20:35:35.262 INFO kablam! 308 | fn parse_content(i: &[u8], is_embedded: bool) -> IResult<&[u8], Option> { Oct 21 20:35:35.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:35:35.262 INFO kablam! Oct 21 20:35:35.262 INFO kablam! warning: function is never used: `go` Oct 21 20:35:35.262 INFO kablam! --> src/parser.rs:357:1 Oct 21 20:35:35.262 INFO kablam! | Oct 21 20:35:35.262 INFO kablam! 357 | pub fn go(byt: &[u8]) { Oct 21 20:35:35.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:35:35.262 INFO kablam! Oct 21 20:35:35.262 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:35:35.262 INFO kablam! --> src/parser.rs:129:9 Oct 21 20:35:35.262 INFO kablam! | Oct 21 20:35:35.262 INFO kablam! 129 | wtr.write(&[1]); Oct 21 20:35:35.262 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 20:35:35.262 INFO kablam! | Oct 21 20:35:35.262 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 20:35:35.262 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:35:35.262 INFO kablam! Oct 21 20:35:35.400 INFO kablam! warning: function is never used: `parse_embedded_sample` Oct 21 20:35:35.400 INFO kablam! --> src/parser.rs:288:1 Oct 21 20:35:35.400 INFO kablam! | Oct 21 20:35:35.400 INFO kablam! 288 | fn parse_embedded_sample(i: &[u8], size: u32) -> IResult<&[u8], EmbeddedSample> { Oct 21 20:35:35.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:35:35.400 INFO kablam! Oct 21 20:35:35.400 INFO kablam! warning: function is never used: `parse_content` Oct 21 20:35:35.400 INFO kablam! --> src/parser.rs:308:1 Oct 21 20:35:35.401 INFO kablam! | Oct 21 20:35:35.401 INFO kablam! 308 | fn parse_content(i: &[u8], is_embedded: bool) -> IResult<&[u8], Option> { Oct 21 20:35:35.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:35:35.401 INFO kablam! Oct 21 20:35:35.401 INFO kablam! warning: function is never used: `go` Oct 21 20:35:35.401 INFO kablam! --> src/parser.rs:357:1 Oct 21 20:35:35.401 INFO kablam! | Oct 21 20:35:35.401 INFO kablam! 357 | pub fn go(byt: &[u8]) { Oct 21 20:35:35.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:35:35.401 INFO kablam! Oct 21 20:35:35.412 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:35:35.412 INFO kablam! --> src/parser.rs:129:9 Oct 21 20:35:35.412 INFO kablam! | Oct 21 20:35:35.412 INFO kablam! 129 | wtr.write(&[1]); Oct 21 20:35:35.412 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 20:35:35.412 INFO kablam! | Oct 21 20:35:35.412 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 20:35:35.412 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:35:35.412 INFO kablam! Oct 21 20:35:35.465 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.59s Oct 21 20:35:35.469 INFO kablam! su: No module specific data is present Oct 21 20:35:36.271 INFO running `"docker" "rm" "-f" "90790a52c53e256ab84b40d59cd3ce464e05f8ac0beae7220c2054c0b6187acc"` Oct 21 20:35:36.640 INFO blam! 90790a52c53e256ab84b40d59cd3ce464e05f8ac0beae7220c2054c0b6187acc