Oct 22 03:47:25.480 INFO checking csv_reader-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 03:47:25.484 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 22 03:47:25.732 INFO blam! 9b4521a81898df6f72507bacf224ce44a1abd001caf9c2753ba40cae803eddf0 Oct 22 03:47:25.734 INFO running `"docker" "start" "-a" "9b4521a81898df6f72507bacf224ce44a1abd001caf9c2753ba40cae803eddf0"` Oct 22 03:47:26.263 INFO kablam! usermod: no changes Oct 22 03:47:26.297 INFO kablam! Checking csv_reader v0.1.1 (/source) Oct 22 03:47:26.850 INFO kablam! warning: variable does not need to be mutable Oct 22 03:47:26.850 INFO kablam! --> src/main.rs:26:13 Oct 22 03:47:26.850 INFO kablam! | Oct 22 03:47:26.851 INFO kablam! 26 | let mut content = file_help::read(&mut self.file); Oct 22 03:47:26.851 INFO kablam! | ----^^^^^^^ Oct 22 03:47:26.851 INFO kablam! | | Oct 22 03:47:26.851 INFO kablam! | help: remove this `mut` Oct 22 03:47:26.851 INFO kablam! | Oct 22 03:47:26.851 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 03:47:26.851 INFO kablam! Oct 22 03:47:26.857 INFO kablam! warning: function is never used: `create` Oct 22 03:47:26.857 INFO kablam! --> src/file_help.rs:16:1 Oct 22 03:47:26.857 INFO kablam! | Oct 22 03:47:26.857 INFO kablam! 16 | pub fn create(direc: String, name: String, extension: String) -> File { Oct 22 03:47:26.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:47:26.857 INFO kablam! | Oct 22 03:47:26.857 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 03:47:26.857 INFO kablam! Oct 22 03:47:26.857 INFO kablam! warning: function is never used: `write` Oct 22 03:47:26.857 INFO kablam! --> src/file_help.rs:30:1 Oct 22 03:47:26.857 INFO kablam! | Oct 22 03:47:26.857 INFO kablam! 30 | pub fn write(file: &mut File, content: &String) { Oct 22 03:47:26.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:47:26.857 INFO kablam! Oct 22 03:47:26.857 INFO kablam! warning: function is never used: `delete` Oct 22 03:47:26.857 INFO kablam! --> src/file_help.rs:43:1 Oct 22 03:47:26.857 INFO kablam! | Oct 22 03:47:26.857 INFO kablam! 43 | pub fn delete(direc: String, name: String, extension: String) { Oct 22 03:47:26.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:47:26.857 INFO kablam! Oct 22 03:47:26.862 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 03:47:26.862 INFO kablam! --> src/file_help.rs:31:5 Oct 22 03:47:26.862 INFO kablam! | Oct 22 03:47:26.862 INFO kablam! 31 | file.write_all(content.as_bytes()); Oct 22 03:47:26.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:47:26.862 INFO kablam! | Oct 22 03:47:26.862 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 03:47:26.862 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 03:47:26.862 INFO kablam! Oct 22 03:47:26.862 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 03:47:26.862 INFO kablam! --> src/file_help.rs:44:5 Oct 22 03:47:26.862 INFO kablam! | Oct 22 03:47:26.862 INFO kablam! 44 | fs::remove_file(format!("{}/{}.{}", direc, name, extension)); Oct 22 03:47:26.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:47:26.862 INFO kablam! | Oct 22 03:47:26.862 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 03:47:26.862 INFO kablam! Oct 22 03:47:27.056 INFO kablam! warning: variable does not need to be mutable Oct 22 03:47:27.056 INFO kablam! --> src/main.rs:26:13 Oct 22 03:47:27.056 INFO kablam! | Oct 22 03:47:27.056 INFO kablam! 26 | let mut content = file_help::read(&mut self.file); Oct 22 03:47:27.056 INFO kablam! | ----^^^^^^^ Oct 22 03:47:27.056 INFO kablam! | | Oct 22 03:47:27.056 INFO kablam! | help: remove this `mut` Oct 22 03:47:27.056 INFO kablam! | Oct 22 03:47:27.056 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 03:47:27.056 INFO kablam! Oct 22 03:47:27.062 INFO kablam! warning: function is never used: `create` Oct 22 03:47:27.062 INFO kablam! --> src/file_help.rs:16:1 Oct 22 03:47:27.062 INFO kablam! | Oct 22 03:47:27.062 INFO kablam! 16 | pub fn create(direc: String, name: String, extension: String) -> File { Oct 22 03:47:27.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:47:27.062 INFO kablam! | Oct 22 03:47:27.062 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 03:47:27.062 INFO kablam! Oct 22 03:47:27.062 INFO kablam! warning: function is never used: `write` Oct 22 03:47:27.062 INFO kablam! --> src/file_help.rs:30:1 Oct 22 03:47:27.062 INFO kablam! | Oct 22 03:47:27.062 INFO kablam! 30 | pub fn write(file: &mut File, content: &String) { Oct 22 03:47:27.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:47:27.062 INFO kablam! Oct 22 03:47:27.062 INFO kablam! warning: function is never used: `delete` Oct 22 03:47:27.062 INFO kablam! --> src/file_help.rs:43:1 Oct 22 03:47:27.062 INFO kablam! | Oct 22 03:47:27.062 INFO kablam! 43 | pub fn delete(direc: String, name: String, extension: String) { Oct 22 03:47:27.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:47:27.062 INFO kablam! Oct 22 03:47:27.068 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 03:47:27.068 INFO kablam! --> src/file_help.rs:31:5 Oct 22 03:47:27.068 INFO kablam! | Oct 22 03:47:27.068 INFO kablam! 31 | file.write_all(content.as_bytes()); Oct 22 03:47:27.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:47:27.068 INFO kablam! | Oct 22 03:47:27.068 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 03:47:27.068 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 03:47:27.068 INFO kablam! Oct 22 03:47:27.068 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 03:47:27.068 INFO kablam! --> src/file_help.rs:44:5 Oct 22 03:47:27.068 INFO kablam! | Oct 22 03:47:27.068 INFO kablam! 44 | fs::remove_file(format!("{}/{}.{}", direc, name, extension)); Oct 22 03:47:27.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:47:27.068 INFO kablam! | Oct 22 03:47:27.068 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 03:47:27.068 INFO kablam! Oct 22 03:47:27.078 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.79s Oct 22 03:47:27.080 INFO kablam! su: No module specific data is present Oct 22 03:47:27.409 INFO running `"docker" "rm" "-f" "9b4521a81898df6f72507bacf224ce44a1abd001caf9c2753ba40cae803eddf0"` Oct 22 03:47:27.503 INFO blam! 9b4521a81898df6f72507bacf224ce44a1abd001caf9c2753ba40cae803eddf0