Oct 21 19:56:09.738 INFO checking ajm012/eecs-495-hw4 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 19:56:09.738 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 19:56:10.012 INFO blam! a20cbf65b41ba728db25227225d04a6ea7628c838eb7e5e1443fd6592ffff900 Oct 21 19:56:10.013 INFO running `"docker" "start" "-a" "a20cbf65b41ba728db25227225d04a6ea7628c838eb7e5e1443fd6592ffff900"` Oct 21 19:56:10.680 INFO kablam! usermod: no changes Oct 21 19:56:10.747 INFO kablam! Checking eecs-495-hw4 v0.1.0 (/source) Oct 21 19:56:11.958 INFO kablam! warning: unused variable: `file` Oct 21 19:56:11.958 INFO kablam! --> src/server_handler.rs:232:17 Oct 21 19:56:11.959 INFO kablam! | Oct 21 19:56:11.964 INFO kablam! 232 | let file = File::create(filename); Oct 21 19:56:11.964 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 21 19:56:11.964 INFO kablam! | Oct 21 19:56:11.964 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 19:56:11.964 INFO kablam! Oct 21 19:56:11.964 INFO kablam! warning: unused variable: `file` Oct 21 19:56:11.964 INFO kablam! --> src/server_handler.rs:235:14 Oct 21 19:56:11.964 INFO kablam! | Oct 21 19:56:11.964 INFO kablam! 235 | let (file, extension) = get_file(&PathBuf::from(filename)).unwrap(); Oct 21 19:56:11.964 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 21 19:56:11.964 INFO kablam! Oct 21 19:56:11.965 INFO kablam! warning: unused variable: `file` Oct 21 19:56:11.965 INFO kablam! --> src/server_handler.rs:265:17 Oct 21 19:56:11.965 INFO kablam! | Oct 21 19:56:11.965 INFO kablam! 265 | let file = File::create(filename); Oct 21 19:56:11.965 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 21 19:56:11.965 INFO kablam! Oct 21 19:56:11.965 INFO kablam! warning: unused variable: `file` Oct 21 19:56:11.965 INFO kablam! --> src/server_handler.rs:268:14 Oct 21 19:56:11.965 INFO kablam! | Oct 21 19:56:11.965 INFO kablam! 268 | let (file, extension) = get_directory_index_file(&PathBuf::from(directory)).unwrap(); Oct 21 19:56:11.965 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 21 19:56:11.965 INFO kablam! Oct 21 19:56:11.965 INFO kablam! warning: unused variable: `file` Oct 21 19:56:11.965 INFO kablam! --> src/server_handler.rs:281:17 Oct 21 19:56:11.965 INFO kablam! | Oct 21 19:56:11.965 INFO kablam! 281 | let file = File::create(filename); Oct 21 19:56:11.965 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 21 19:56:11.965 INFO kablam! Oct 21 19:56:11.965 INFO kablam! warning: unused variable: `file` Oct 21 19:56:11.965 INFO kablam! --> src/server_handler.rs:284:14 Oct 21 19:56:11.965 INFO kablam! | Oct 21 19:56:11.965 INFO kablam! 284 | let (file, extension) = get_directory_index_file(&PathBuf::from(directory)).unwrap(); Oct 21 19:56:11.965 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 21 19:56:11.965 INFO kablam! Oct 21 19:56:11.965 INFO kablam! warning: unused variable: `file` Oct 21 19:56:11.965 INFO kablam! --> src/server_handler.rs:297:17 Oct 21 19:56:11.965 INFO kablam! | Oct 21 19:56:11.965 INFO kablam! 297 | let file = File::create(filename); Oct 21 19:56:11.965 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 21 19:56:11.965 INFO kablam! Oct 21 19:56:11.965 INFO kablam! warning: unused variable: `file` Oct 21 19:56:11.965 INFO kablam! --> src/server_handler.rs:300:14 Oct 21 19:56:11.965 INFO kablam! | Oct 21 19:56:11.965 INFO kablam! 300 | let (file, extension) = get_directory_index_file(&PathBuf::from(directory)).unwrap(); Oct 21 19:56:11.965 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 21 19:56:11.965 INFO kablam! Oct 21 19:56:11.965 INFO kablam! warning: unused variable: `file` Oct 21 19:56:11.965 INFO kablam! --> src/server_handler.rs:313:17 Oct 21 19:56:11.965 INFO kablam! | Oct 21 19:56:11.965 INFO kablam! 313 | let file = File::create(filename); Oct 21 19:56:11.965 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 21 19:56:11.965 INFO kablam! Oct 21 19:56:12.016 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 19:56:12.016 INFO kablam! --> src/server_handler.rs:238:9 Oct 21 19:56:12.016 INFO kablam! | Oct 21 19:56:12.016 INFO kablam! 238 | remove_dir_all("./test4/"); Oct 21 19:56:12.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:56:12.020 INFO kablam! | Oct 21 19:56:12.021 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 19:56:12.021 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 19:56:12.021 INFO kablam! Oct 21 19:56:12.021 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 19:56:12.022 INFO kablam! --> src/server_handler.rs:249:9 Oct 21 19:56:12.022 INFO kablam! | Oct 21 19:56:12.022 INFO kablam! 249 | remove_dir_all("./test5/"); Oct 21 19:56:12.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:56:12.022 INFO kablam! | Oct 21 19:56:12.023 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 19:56:12.023 INFO kablam! Oct 21 19:56:12.023 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 19:56:12.023 INFO kablam! --> src/server_handler.rs:271:9 Oct 21 19:56:12.024 INFO kablam! | Oct 21 19:56:12.024 INFO kablam! 271 | remove_dir_all("./test/"); Oct 21 19:56:12.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:56:12.024 INFO kablam! | Oct 21 19:56:12.024 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 19:56:12.025 INFO kablam! Oct 21 19:56:12.025 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 19:56:12.025 INFO kablam! --> src/server_handler.rs:287:9 Oct 21 19:56:12.025 INFO kablam! | Oct 21 19:56:12.026 INFO kablam! 287 | remove_dir_all("./test1/"); Oct 21 19:56:12.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:56:12.026 INFO kablam! | Oct 21 19:56:12.026 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 19:56:12.026 INFO kablam! Oct 21 19:56:12.027 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 19:56:12.027 INFO kablam! --> src/server_handler.rs:303:9 Oct 21 19:56:12.027 INFO kablam! | Oct 21 19:56:12.027 INFO kablam! 303 | remove_dir_all("./test2/"); Oct 21 19:56:12.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:56:12.028 INFO kablam! | Oct 21 19:56:12.028 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 19:56:12.028 INFO kablam! Oct 21 19:56:12.028 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 19:56:12.029 INFO kablam! --> src/server_handler.rs:317:9 Oct 21 19:56:12.029 INFO kablam! | Oct 21 19:56:12.029 INFO kablam! 317 | remove_dir_all("./test3/"); Oct 21 19:56:12.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:56:12.029 INFO kablam! | Oct 21 19:56:12.029 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 19:56:12.030 INFO kablam! Oct 21 19:56:12.030 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 19:56:12.030 INFO kablam! --> src/server_handler.rs:338:9 Oct 21 19:56:12.030 INFO kablam! | Oct 21 19:56:12.030 INFO kablam! 338 | remove_file(filename); Oct 21 19:56:12.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:56:12.031 INFO kablam! | Oct 21 19:56:12.031 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 19:56:12.031 INFO kablam! Oct 21 19:56:12.053 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 21 19:56:12.063 INFO kablam! su: No module specific data is present Oct 21 19:56:12.588 INFO running `"docker" "rm" "-f" "a20cbf65b41ba728db25227225d04a6ea7628c838eb7e5e1443fd6592ffff900"` Oct 21 19:56:12.762 INFO blam! a20cbf65b41ba728db25227225d04a6ea7628c838eb7e5e1443fd6592ffff900