Oct 27 08:42:51.584 INFO checking ajm012/eecs-495-hw4 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 08:42:51.584 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 08:42:51.871 INFO blam! 0d392aae928dd5c1c8e878171ff6e01c8b00e2e3711553143dc83234f5254396 Oct 27 08:42:51.879 INFO running `"docker" "start" "-a" "0d392aae928dd5c1c8e878171ff6e01c8b00e2e3711553143dc83234f5254396"` Oct 27 08:42:52.451 INFO kablam! usermod: no changes Oct 27 08:42:52.498 INFO kablam! Checking eecs-495-hw4 v0.1.0 (/source) Oct 27 08:42:53.571 INFO kablam! warning: unused variable: `file` Oct 27 08:42:53.571 INFO kablam! --> src/server_handler.rs:232:17 Oct 27 08:42:53.571 INFO kablam! | Oct 27 08:42:53.571 INFO kablam! 232 | let file = File::create(filename); Oct 27 08:42:53.571 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 27 08:42:53.571 INFO kablam! | Oct 27 08:42:53.571 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 08:42:53.571 INFO kablam! Oct 27 08:42:53.571 INFO kablam! warning: unused variable: `file` Oct 27 08:42:53.571 INFO kablam! --> src/server_handler.rs:235:14 Oct 27 08:42:53.571 INFO kablam! | Oct 27 08:42:53.571 INFO kablam! 235 | let (file, extension) = get_file(&PathBuf::from(filename)).unwrap(); Oct 27 08:42:53.571 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 27 08:42:53.571 INFO kablam! Oct 27 08:42:53.571 INFO kablam! warning: unused variable: `file` Oct 27 08:42:53.571 INFO kablam! --> src/server_handler.rs:265:17 Oct 27 08:42:53.571 INFO kablam! | Oct 27 08:42:53.571 INFO kablam! 265 | let file = File::create(filename); Oct 27 08:42:53.571 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 27 08:42:53.571 INFO kablam! Oct 27 08:42:53.571 INFO kablam! warning: unused variable: `file` Oct 27 08:42:53.571 INFO kablam! --> src/server_handler.rs:268:14 Oct 27 08:42:53.571 INFO kablam! | Oct 27 08:42:53.571 INFO kablam! 268 | let (file, extension) = get_directory_index_file(&PathBuf::from(directory)).unwrap(); Oct 27 08:42:53.571 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 27 08:42:53.571 INFO kablam! Oct 27 08:42:53.571 INFO kablam! warning: unused variable: `file` Oct 27 08:42:53.571 INFO kablam! --> src/server_handler.rs:281:17 Oct 27 08:42:53.571 INFO kablam! | Oct 27 08:42:53.571 INFO kablam! 281 | let file = File::create(filename); Oct 27 08:42:53.571 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 27 08:42:53.571 INFO kablam! Oct 27 08:42:53.571 INFO kablam! warning: unused variable: `file` Oct 27 08:42:53.571 INFO kablam! --> src/server_handler.rs:284:14 Oct 27 08:42:53.571 INFO kablam! | Oct 27 08:42:53.571 INFO kablam! 284 | let (file, extension) = get_directory_index_file(&PathBuf::from(directory)).unwrap(); Oct 27 08:42:53.571 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 27 08:42:53.571 INFO kablam! Oct 27 08:42:53.571 INFO kablam! warning: unused variable: `file` Oct 27 08:42:53.571 INFO kablam! --> src/server_handler.rs:297:17 Oct 27 08:42:53.571 INFO kablam! | Oct 27 08:42:53.571 INFO kablam! 297 | let file = File::create(filename); Oct 27 08:42:53.571 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 27 08:42:53.571 INFO kablam! Oct 27 08:42:53.571 INFO kablam! warning: unused variable: `file` Oct 27 08:42:53.571 INFO kablam! --> src/server_handler.rs:300:14 Oct 27 08:42:53.571 INFO kablam! | Oct 27 08:42:53.571 INFO kablam! 300 | let (file, extension) = get_directory_index_file(&PathBuf::from(directory)).unwrap(); Oct 27 08:42:53.571 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 27 08:42:53.571 INFO kablam! Oct 27 08:42:53.571 INFO kablam! warning: unused variable: `file` Oct 27 08:42:53.571 INFO kablam! --> src/server_handler.rs:313:17 Oct 27 08:42:53.571 INFO kablam! | Oct 27 08:42:53.571 INFO kablam! 313 | let file = File::create(filename); Oct 27 08:42:53.571 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 27 08:42:53.571 INFO kablam! Oct 27 08:42:53.607 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:53.607 INFO kablam! --> src/server_handler.rs:238:9 Oct 27 08:42:53.607 INFO kablam! | Oct 27 08:42:53.607 INFO kablam! 238 | remove_dir_all("./test4/"); Oct 27 08:42:53.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:53.607 INFO kablam! | Oct 27 08:42:53.607 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 08:42:53.607 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:53.607 INFO kablam! Oct 27 08:42:53.607 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:53.607 INFO kablam! --> src/server_handler.rs:249:9 Oct 27 08:42:53.607 INFO kablam! | Oct 27 08:42:53.607 INFO kablam! 249 | remove_dir_all("./test5/"); Oct 27 08:42:53.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:53.607 INFO kablam! | Oct 27 08:42:53.607 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:53.607 INFO kablam! Oct 27 08:42:53.607 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:53.607 INFO kablam! --> src/server_handler.rs:271:9 Oct 27 08:42:53.608 INFO kablam! | Oct 27 08:42:53.608 INFO kablam! 271 | remove_dir_all("./test/"); Oct 27 08:42:53.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:53.608 INFO kablam! | Oct 27 08:42:53.608 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:53.608 INFO kablam! Oct 27 08:42:53.608 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:53.608 INFO kablam! --> src/server_handler.rs:287:9 Oct 27 08:42:53.608 INFO kablam! | Oct 27 08:42:53.608 INFO kablam! 287 | remove_dir_all("./test1/"); Oct 27 08:42:53.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:53.608 INFO kablam! | Oct 27 08:42:53.608 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:53.608 INFO kablam! Oct 27 08:42:53.611 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:53.611 INFO kablam! --> src/server_handler.rs:303:9 Oct 27 08:42:53.611 INFO kablam! | Oct 27 08:42:53.611 INFO kablam! 303 | remove_dir_all("./test2/"); Oct 27 08:42:53.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:53.611 INFO kablam! | Oct 27 08:42:53.611 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:53.611 INFO kablam! Oct 27 08:42:53.611 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:53.611 INFO kablam! --> src/server_handler.rs:317:9 Oct 27 08:42:53.611 INFO kablam! | Oct 27 08:42:53.611 INFO kablam! 317 | remove_dir_all("./test3/"); Oct 27 08:42:53.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:53.611 INFO kablam! | Oct 27 08:42:53.611 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:53.611 INFO kablam! Oct 27 08:42:53.611 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:53.611 INFO kablam! --> src/server_handler.rs:338:9 Oct 27 08:42:53.611 INFO kablam! | Oct 27 08:42:53.611 INFO kablam! 338 | remove_file(filename); Oct 27 08:42:53.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:53.611 INFO kablam! | Oct 27 08:42:53.611 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:53.611 INFO kablam! Oct 27 08:42:53.715 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.25s Oct 27 08:42:53.719 INFO kablam! su: No module specific data is present Oct 27 08:42:54.745 INFO running `"docker" "rm" "-f" "0d392aae928dd5c1c8e878171ff6e01c8b00e2e3711553143dc83234f5254396"` Oct 27 08:42:55.107 INFO blam! 0d392aae928dd5c1c8e878171ff6e01c8b00e2e3711553143dc83234f5254396