Oct 12 13:19:59.932 INFO checking sorokya/oxidize against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 13:19:59.932 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 13:20:00.458 INFO blam! 6a9e8b283e86db6c59c09c03c2e9b1163d4734d99f1e296abb939394777a87c6 Oct 12 13:20:00.460 INFO running `"docker" "start" "-a" "6a9e8b283e86db6c59c09c03c2e9b1163d4734d99f1e296abb939394777a87c6"` Oct 12 13:20:02.131 INFO kablam! usermod: no changes Oct 12 13:20:02.190 INFO kablam! Checking oxidize v0.1.0 (/source) Oct 12 13:20:02.552 INFO kablam! warning: unused import: `self` Oct 12 13:20:02.552 INFO kablam! --> src/rom.rs:1:15 Oct 12 13:20:02.552 INFO kablam! | Oct 12 13:20:02.552 INFO kablam! 1 | use std::io::{self, Read}; Oct 12 13:20:02.552 INFO kablam! | ^^^^ Oct 12 13:20:02.552 INFO kablam! | Oct 12 13:20:02.553 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 13:20:02.553 INFO kablam! Oct 12 13:20:02.553 INFO kablam! warning: unused import: `std::fs::File` Oct 12 13:20:02.558 INFO kablam! --> src/utils.rs:1:5 Oct 12 13:20:02.558 INFO kablam! | Oct 12 13:20:02.558 INFO kablam! 1 | use std::fs::File; Oct 12 13:20:02.558 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 13:20:02.558 INFO kablam! Oct 12 13:20:02.558 INFO kablam! warning: unused imports: `Result`, `Write` Oct 12 13:20:02.558 INFO kablam! --> src/utils.rs:2:27 Oct 12 13:20:02.558 INFO kablam! | Oct 12 13:20:02.558 INFO kablam! 2 | use std::io::{self, Read, Write, Result}; Oct 12 13:20:02.558 INFO kablam! | ^^^^^ ^^^^^^ Oct 12 13:20:02.558 INFO kablam! Oct 12 13:20:02.558 INFO kablam! warning: unused import: `std::io::Read` Oct 12 13:20:02.558 INFO kablam! --> src/main.rs:6:5 Oct 12 13:20:02.558 INFO kablam! | Oct 12 13:20:02.558 INFO kablam! 6 | use std::io::Read; Oct 12 13:20:02.559 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 13:20:02.559 INFO kablam! Oct 12 13:20:02.617 INFO kablam! warning: unused import: `self` Oct 12 13:20:02.618 INFO kablam! --> src/rom.rs:1:15 Oct 12 13:20:02.618 INFO kablam! | Oct 12 13:20:02.618 INFO kablam! 1 | use std::io::{self, Read}; Oct 12 13:20:02.618 INFO kablam! | ^^^^ Oct 12 13:20:02.618 INFO kablam! | Oct 12 13:20:02.618 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 13:20:02.618 INFO kablam! Oct 12 13:20:02.618 INFO kablam! warning: unused import: `std::fs::File` Oct 12 13:20:02.618 INFO kablam! --> src/utils.rs:1:5 Oct 12 13:20:02.618 INFO kablam! | Oct 12 13:20:02.618 INFO kablam! 1 | use std::fs::File; Oct 12 13:20:02.618 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 13:20:02.618 INFO kablam! Oct 12 13:20:02.618 INFO kablam! warning: unused imports: `Result`, `Write` Oct 12 13:20:02.618 INFO kablam! --> src/utils.rs:2:27 Oct 12 13:20:02.618 INFO kablam! | Oct 12 13:20:02.618 INFO kablam! 2 | use std::io::{self, Read, Write, Result}; Oct 12 13:20:02.618 INFO kablam! | ^^^^^ ^^^^^^ Oct 12 13:20:02.619 INFO kablam! Oct 12 13:20:02.619 INFO kablam! warning: unused import: `std::io::Read` Oct 12 13:20:02.619 INFO kablam! --> src/main.rs:6:5 Oct 12 13:20:02.619 INFO kablam! | Oct 12 13:20:02.619 INFO kablam! 6 | use std::io::Read; Oct 12 13:20:02.619 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 13:20:02.619 INFO kablam! Oct 12 13:20:02.798 INFO kablam! warning: variable does not need to be mutable Oct 12 13:20:02.798 INFO kablam! --> src/utils.rs:5:20 Oct 12 13:20:02.798 INFO kablam! | Oct 12 13:20:02.798 INFO kablam! 5 | pub fn read_to_buf(mut buf: &mut [u8], rd: &mut Read) -> io::Result<()> { Oct 12 13:20:02.798 INFO kablam! | ----^^^ Oct 12 13:20:02.798 INFO kablam! | | Oct 12 13:20:02.798 INFO kablam! | help: remove this `mut` Oct 12 13:20:02.798 INFO kablam! | Oct 12 13:20:02.798 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 13:20:02.798 INFO kablam! Oct 12 13:20:02.798 INFO kablam! warning: variable does not need to be mutable Oct 12 13:20:02.798 INFO kablam! --> src/utils.rs:5:20 Oct 12 13:20:02.798 INFO kablam! | Oct 12 13:20:02.798 INFO kablam! 5 | pub fn read_to_buf(mut buf: &mut [u8], rd: &mut Read) -> io::Result<()> { Oct 12 13:20:02.798 INFO kablam! | ----^^^ Oct 12 13:20:02.799 INFO kablam! | | Oct 12 13:20:02.799 INFO kablam! | help: remove this `mut` Oct 12 13:20:02.799 INFO kablam! | Oct 12 13:20:02.799 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 13:20:02.799 INFO kablam! Oct 12 13:20:02.860 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.70s Oct 12 13:20:02.864 INFO kablam! su: No module specific data is present Oct 12 13:20:03.604 INFO running `"docker" "rm" "-f" "6a9e8b283e86db6c59c09c03c2e9b1163d4734d99f1e296abb939394777a87c6"` Oct 12 13:20:03.908 INFO blam! 6a9e8b283e86db6c59c09c03c2e9b1163d4734d99f1e296abb939394777a87c6