Oct 26 20:32:43.408 INFO checking sorokya/oxidize against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 20:32:43.408 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/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 26 20:32:43.850 INFO blam! 139c28e5e8f73bd534796af1c9e17b03c870eae0a88ed0f8ae6f68ff0f363e00 Oct 26 20:32:43.851 INFO running `"docker" "start" "-a" "139c28e5e8f73bd534796af1c9e17b03c870eae0a88ed0f8ae6f68ff0f363e00"` Oct 26 20:32:45.155 INFO kablam! usermod: no changes Oct 26 20:32:45.214 INFO kablam! Checking oxidize v0.1.0 (/source) Oct 26 20:32:45.479 INFO kablam! warning: unused import: `self` Oct 26 20:32:45.479 INFO kablam! --> src/rom.rs:1:15 Oct 26 20:32:45.479 INFO kablam! | Oct 26 20:32:45.479 INFO kablam! 1 | use std::io::{self, Read}; Oct 26 20:32:45.479 INFO kablam! | ^^^^ Oct 26 20:32:45.479 INFO kablam! | Oct 26 20:32:45.479 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 20:32:45.479 INFO kablam! Oct 26 20:32:45.479 INFO kablam! warning: unused import: `std::fs::File` Oct 26 20:32:45.479 INFO kablam! --> src/utils.rs:1:5 Oct 26 20:32:45.479 INFO kablam! | Oct 26 20:32:45.479 INFO kablam! 1 | use std::fs::File; Oct 26 20:32:45.479 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 20:32:45.479 INFO kablam! Oct 26 20:32:45.479 INFO kablam! warning: unused imports: `Result`, `Write` Oct 26 20:32:45.479 INFO kablam! --> src/utils.rs:2:27 Oct 26 20:32:45.479 INFO kablam! | Oct 26 20:32:45.479 INFO kablam! 2 | use std::io::{self, Read, Write, Result}; Oct 26 20:32:45.479 INFO kablam! | ^^^^^ ^^^^^^ Oct 26 20:32:45.479 INFO kablam! Oct 26 20:32:45.479 INFO kablam! warning: unused import: `std::io::Read` Oct 26 20:32:45.479 INFO kablam! --> src/main.rs:6:5 Oct 26 20:32:45.479 INFO kablam! | Oct 26 20:32:45.479 INFO kablam! 6 | use std::io::Read; Oct 26 20:32:45.479 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 20:32:45.479 INFO kablam! Oct 26 20:32:45.551 INFO kablam! warning: unused import: `self` Oct 26 20:32:45.551 INFO kablam! --> src/rom.rs:1:15 Oct 26 20:32:45.551 INFO kablam! | Oct 26 20:32:45.551 INFO kablam! 1 | use std::io::{self, Read}; Oct 26 20:32:45.551 INFO kablam! | ^^^^ Oct 26 20:32:45.551 INFO kablam! | Oct 26 20:32:45.551 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 20:32:45.551 INFO kablam! Oct 26 20:32:45.551 INFO kablam! warning: unused import: `std::fs::File` Oct 26 20:32:45.551 INFO kablam! --> src/utils.rs:1:5 Oct 26 20:32:45.551 INFO kablam! | Oct 26 20:32:45.551 INFO kablam! 1 | use std::fs::File; Oct 26 20:32:45.551 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 20:32:45.551 INFO kablam! Oct 26 20:32:45.551 INFO kablam! warning: unused imports: `Result`, `Write` Oct 26 20:32:45.551 INFO kablam! --> src/utils.rs:2:27 Oct 26 20:32:45.551 INFO kablam! | Oct 26 20:32:45.551 INFO kablam! 2 | use std::io::{self, Read, Write, Result}; Oct 26 20:32:45.551 INFO kablam! | ^^^^^ ^^^^^^ Oct 26 20:32:45.551 INFO kablam! Oct 26 20:32:45.551 INFO kablam! warning: unused import: `std::io::Read` Oct 26 20:32:45.551 INFO kablam! --> src/main.rs:6:5 Oct 26 20:32:45.551 INFO kablam! | Oct 26 20:32:45.551 INFO kablam! 6 | use std::io::Read; Oct 26 20:32:45.551 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 20:32:45.551 INFO kablam! Oct 26 20:32:45.614 INFO kablam! warning: variable does not need to be mutable Oct 26 20:32:45.614 INFO kablam! --> src/utils.rs:5:20 Oct 26 20:32:45.614 INFO kablam! | Oct 26 20:32:45.614 INFO kablam! 5 | pub fn read_to_buf(mut buf: &mut [u8], rd: &mut Read) -> io::Result<()> { Oct 26 20:32:45.614 INFO kablam! | ----^^^ Oct 26 20:32:45.614 INFO kablam! | | Oct 26 20:32:45.614 INFO kablam! | help: remove this `mut` Oct 26 20:32:45.614 INFO kablam! | Oct 26 20:32:45.615 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 20:32:45.615 INFO kablam! Oct 26 20:32:45.711 INFO kablam! warning: variable does not need to be mutable Oct 26 20:32:45.711 INFO kablam! --> src/utils.rs:5:20 Oct 26 20:32:45.711 INFO kablam! | Oct 26 20:32:45.711 INFO kablam! 5 | pub fn read_to_buf(mut buf: &mut [u8], rd: &mut Read) -> io::Result<()> { Oct 26 20:32:45.711 INFO kablam! | ----^^^ Oct 26 20:32:45.711 INFO kablam! | | Oct 26 20:32:45.711 INFO kablam! | help: remove this `mut` Oct 26 20:32:45.711 INFO kablam! | Oct 26 20:32:45.711 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 20:32:45.711 INFO kablam! Oct 26 20:32:45.735 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.55s Oct 26 20:32:45.745 INFO kablam! su: No module specific data is present Oct 26 20:32:46.487 INFO running `"docker" "rm" "-f" "139c28e5e8f73bd534796af1c9e17b03c870eae0a88ed0f8ae6f68ff0f363e00"` Oct 26 20:32:46.803 INFO blam! 139c28e5e8f73bd534796af1c9e17b03c870eae0a88ed0f8ae6f68ff0f363e00