Oct 31 20:45:34.237 INFO checking sorokya/oxidize against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 20:45:34.237 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-5/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 20:45:34.734 INFO blam! c1087219307c64bbe4fa0b38dbb6a8594cf77553e3eb6de0949913deaa951b56 Oct 31 20:45:34.736 INFO running `"docker" "start" "-a" "c1087219307c64bbe4fa0b38dbb6a8594cf77553e3eb6de0949913deaa951b56"` Oct 31 20:45:36.823 INFO kablam! usermod: no changes Oct 31 20:45:36.876 INFO kablam! Checking oxidize v0.1.0 (/source) Oct 31 20:45:37.236 INFO kablam! warning: unused import: `self` Oct 31 20:45:37.236 INFO kablam! --> src/rom.rs:1:15 Oct 31 20:45:37.236 INFO kablam! | Oct 31 20:45:37.236 INFO kablam! 1 | use std::io::{self, Read}; Oct 31 20:45:37.236 INFO kablam! | ^^^^ Oct 31 20:45:37.236 INFO kablam! | Oct 31 20:45:37.236 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 20:45:37.236 INFO kablam! Oct 31 20:45:37.236 INFO kablam! warning: unused import: `std::fs::File` Oct 31 20:45:37.236 INFO kablam! --> src/utils.rs:1:5 Oct 31 20:45:37.236 INFO kablam! | Oct 31 20:45:37.236 INFO kablam! 1 | use std::fs::File; Oct 31 20:45:37.236 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 20:45:37.236 INFO kablam! Oct 31 20:45:37.236 INFO kablam! warning: unused imports: `Result`, `Write` Oct 31 20:45:37.236 INFO kablam! --> src/utils.rs:2:27 Oct 31 20:45:37.236 INFO kablam! | Oct 31 20:45:37.236 INFO kablam! 2 | use std::io::{self, Read, Write, Result}; Oct 31 20:45:37.236 INFO kablam! | ^^^^^ ^^^^^^ Oct 31 20:45:37.236 INFO kablam! Oct 31 20:45:37.236 INFO kablam! warning: unused import: `std::io::Read` Oct 31 20:45:37.237 INFO kablam! --> src/main.rs:6:5 Oct 31 20:45:37.237 INFO kablam! | Oct 31 20:45:37.237 INFO kablam! 6 | use std::io::Read; Oct 31 20:45:37.237 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 20:45:37.237 INFO kablam! Oct 31 20:45:37.368 INFO kablam! warning: unused import: `self` Oct 31 20:45:37.369 INFO kablam! --> src/rom.rs:1:15 Oct 31 20:45:37.369 INFO kablam! | Oct 31 20:45:37.369 INFO kablam! 1 | use std::io::{self, Read}; Oct 31 20:45:37.369 INFO kablam! | ^^^^ Oct 31 20:45:37.369 INFO kablam! | Oct 31 20:45:37.369 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 20:45:37.370 INFO kablam! Oct 31 20:45:37.370 INFO kablam! warning: unused import: `std::fs::File` Oct 31 20:45:37.370 INFO kablam! --> src/utils.rs:1:5 Oct 31 20:45:37.370 INFO kablam! | Oct 31 20:45:37.370 INFO kablam! 1 | use std::fs::File; Oct 31 20:45:37.370 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 20:45:37.371 INFO kablam! Oct 31 20:45:37.371 INFO kablam! warning: unused imports: `Result`, `Write` Oct 31 20:45:37.371 INFO kablam! --> src/utils.rs:2:27 Oct 31 20:45:37.371 INFO kablam! | Oct 31 20:45:37.371 INFO kablam! 2 | use std::io::{self, Read, Write, Result}; Oct 31 20:45:37.371 INFO kablam! | ^^^^^ ^^^^^^ Oct 31 20:45:37.372 INFO kablam! Oct 31 20:45:37.372 INFO kablam! warning: unused import: `std::io::Read` Oct 31 20:45:37.372 INFO kablam! --> src/main.rs:6:5 Oct 31 20:45:37.372 INFO kablam! | Oct 31 20:45:37.372 INFO kablam! 6 | use std::io::Read; Oct 31 20:45:37.372 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 20:45:37.373 INFO kablam! Oct 31 20:45:37.384 INFO kablam! warning: variable does not need to be mutable Oct 31 20:45:37.385 INFO kablam! --> src/utils.rs:5:20 Oct 31 20:45:37.385 INFO kablam! | Oct 31 20:45:37.385 INFO kablam! 5 | pub fn read_to_buf(mut buf: &mut [u8], rd: &mut Read) -> io::Result<()> { Oct 31 20:45:37.385 INFO kablam! | ----^^^ Oct 31 20:45:37.385 INFO kablam! | | Oct 31 20:45:37.385 INFO kablam! | help: remove this `mut` Oct 31 20:45:37.386 INFO kablam! | Oct 31 20:45:37.386 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 20:45:37.386 INFO kablam! Oct 31 20:45:37.572 INFO kablam! warning: variable does not need to be mutable Oct 31 20:45:37.573 INFO kablam! --> src/utils.rs:5:20 Oct 31 20:45:37.573 INFO kablam! | Oct 31 20:45:37.573 INFO kablam! 5 | pub fn read_to_buf(mut buf: &mut [u8], rd: &mut Read) -> io::Result<()> { Oct 31 20:45:37.573 INFO kablam! | ----^^^ Oct 31 20:45:37.573 INFO kablam! | | Oct 31 20:45:37.574 INFO kablam! | help: remove this `mut` Oct 31 20:45:37.574 INFO kablam! | Oct 31 20:45:37.574 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 20:45:37.574 INFO kablam! Oct 31 20:45:37.589 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.74s Oct 31 20:45:37.592 INFO kablam! su: No module specific data is present Oct 31 20:45:38.996 INFO running `"docker" "rm" "-f" "c1087219307c64bbe4fa0b38dbb6a8594cf77553e3eb6de0949913deaa951b56"` Oct 31 20:45:39.372 INFO blam! c1087219307c64bbe4fa0b38dbb6a8594cf77553e3eb6de0949913deaa951b56