Oct 15 04:47:25.953 INFO testing ajm012/eecs-495-hw4 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 04:47:25.954 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 04:47:26.532 INFO blam! 2648a5db7715f5c884a280c5a4efdd13ca66130c26774538217a2082ac275024 Oct 15 04:47:26.538 INFO running `"docker" "start" "-a" "2648a5db7715f5c884a280c5a4efdd13ca66130c26774538217a2082ac275024"` Oct 15 04:47:27.999 INFO kablam! usermod: no changes Oct 15 04:47:28.156 INFO kablam! Compiling eecs-495-hw4 v0.1.0 (/source) Oct 15 04:47:30.599 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.56s Oct 15 04:47:30.609 INFO kablam! su: No module specific data is present Oct 15 04:47:31.467 INFO running `"docker" "rm" "-f" "2648a5db7715f5c884a280c5a4efdd13ca66130c26774538217a2082ac275024"` Oct 15 04:47:31.769 INFO blam! 2648a5db7715f5c884a280c5a4efdd13ca66130c26774538217a2082ac275024 Oct 15 04:47:31.771 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 04:47:32.276 INFO blam! bb0a9634146aaee4bf4accda3358358e0af00a31fb357b890ee2820c2d1d991f Oct 15 04:47:32.281 INFO running `"docker" "start" "-a" "bb0a9634146aaee4bf4accda3358358e0af00a31fb357b890ee2820c2d1d991f"` Oct 15 04:47:33.299 INFO kablam! usermod: no changes Oct 15 04:47:33.399 INFO kablam! Compiling eecs-495-hw4 v0.1.0 (/source) Oct 15 04:47:34.258 INFO kablam! warning: unused variable: `file` Oct 15 04:47:34.259 INFO kablam! --> src/server_handler.rs:232:17 Oct 15 04:47:34.259 INFO kablam! | Oct 15 04:47:34.259 INFO kablam! 232 | let file = File::create(filename); Oct 15 04:47:34.259 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 15 04:47:34.259 INFO kablam! | Oct 15 04:47:34.259 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:47:34.259 INFO kablam! Oct 15 04:47:34.259 INFO kablam! warning: unused variable: `file` Oct 15 04:47:34.259 INFO kablam! --> src/server_handler.rs:235:14 Oct 15 04:47:34.259 INFO kablam! | Oct 15 04:47:34.259 INFO kablam! 235 | let (file, extension) = get_file(&PathBuf::from(filename)).unwrap(); Oct 15 04:47:34.259 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 15 04:47:34.259 INFO kablam! Oct 15 04:47:34.259 INFO kablam! warning: unused variable: `file` Oct 15 04:47:34.259 INFO kablam! --> src/server_handler.rs:265:17 Oct 15 04:47:34.259 INFO kablam! | Oct 15 04:47:34.259 INFO kablam! 265 | let file = File::create(filename); Oct 15 04:47:34.259 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 15 04:47:34.259 INFO kablam! Oct 15 04:47:34.259 INFO kablam! warning: unused variable: `file` Oct 15 04:47:34.259 INFO kablam! --> src/server_handler.rs:268:14 Oct 15 04:47:34.259 INFO kablam! | Oct 15 04:47:34.259 INFO kablam! 268 | let (file, extension) = get_directory_index_file(&PathBuf::from(directory)).unwrap(); Oct 15 04:47:34.259 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 15 04:47:34.259 INFO kablam! Oct 15 04:47:34.259 INFO kablam! warning: unused variable: `file` Oct 15 04:47:34.259 INFO kablam! --> src/server_handler.rs:281:17 Oct 15 04:47:34.259 INFO kablam! | Oct 15 04:47:34.259 INFO kablam! 281 | let file = File::create(filename); Oct 15 04:47:34.259 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 15 04:47:34.259 INFO kablam! Oct 15 04:47:34.259 INFO kablam! warning: unused variable: `file` Oct 15 04:47:34.259 INFO kablam! --> src/server_handler.rs:284:14 Oct 15 04:47:34.259 INFO kablam! | Oct 15 04:47:34.259 INFO kablam! 284 | let (file, extension) = get_directory_index_file(&PathBuf::from(directory)).unwrap(); Oct 15 04:47:34.259 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 15 04:47:34.259 INFO kablam! Oct 15 04:47:34.259 INFO kablam! warning: unused variable: `file` Oct 15 04:47:34.259 INFO kablam! --> src/server_handler.rs:297:17 Oct 15 04:47:34.259 INFO kablam! | Oct 15 04:47:34.259 INFO kablam! 297 | let file = File::create(filename); Oct 15 04:47:34.259 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 15 04:47:34.259 INFO kablam! Oct 15 04:47:34.259 INFO kablam! warning: unused variable: `file` Oct 15 04:47:34.259 INFO kablam! --> src/server_handler.rs:300:14 Oct 15 04:47:34.259 INFO kablam! | Oct 15 04:47:34.259 INFO kablam! 300 | let (file, extension) = get_directory_index_file(&PathBuf::from(directory)).unwrap(); Oct 15 04:47:34.259 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 15 04:47:34.259 INFO kablam! Oct 15 04:47:34.259 INFO kablam! warning: unused variable: `file` Oct 15 04:47:34.259 INFO kablam! --> src/server_handler.rs:313:17 Oct 15 04:47:34.259 INFO kablam! | Oct 15 04:47:34.259 INFO kablam! 313 | let file = File::create(filename); Oct 15 04:47:34.259 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 15 04:47:34.259 INFO kablam! Oct 15 04:47:34.323 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:34.323 INFO kablam! --> src/server_handler.rs:238:9 Oct 15 04:47:34.323 INFO kablam! | Oct 15 04:47:34.323 INFO kablam! 238 | remove_dir_all("./test4/"); Oct 15 04:47:34.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:34.323 INFO kablam! | Oct 15 04:47:34.323 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 04:47:34.323 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:34.323 INFO kablam! Oct 15 04:47:34.323 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:34.323 INFO kablam! --> src/server_handler.rs:249:9 Oct 15 04:47:34.323 INFO kablam! | Oct 15 04:47:34.323 INFO kablam! 249 | remove_dir_all("./test5/"); Oct 15 04:47:34.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:34.323 INFO kablam! | Oct 15 04:47:34.323 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:34.323 INFO kablam! Oct 15 04:47:34.323 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:34.323 INFO kablam! --> src/server_handler.rs:271:9 Oct 15 04:47:34.323 INFO kablam! | Oct 15 04:47:34.323 INFO kablam! 271 | remove_dir_all("./test/"); Oct 15 04:47:34.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:34.323 INFO kablam! | Oct 15 04:47:34.323 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:34.323 INFO kablam! Oct 15 04:47:34.323 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:34.323 INFO kablam! --> src/server_handler.rs:287:9 Oct 15 04:47:34.323 INFO kablam! | Oct 15 04:47:34.323 INFO kablam! 287 | remove_dir_all("./test1/"); Oct 15 04:47:34.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:34.323 INFO kablam! | Oct 15 04:47:34.323 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:34.323 INFO kablam! Oct 15 04:47:34.323 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:34.323 INFO kablam! --> src/server_handler.rs:303:9 Oct 15 04:47:34.323 INFO kablam! | Oct 15 04:47:34.323 INFO kablam! 303 | remove_dir_all("./test2/"); Oct 15 04:47:34.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:34.323 INFO kablam! | Oct 15 04:47:34.323 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:34.323 INFO kablam! Oct 15 04:47:34.323 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:34.323 INFO kablam! --> src/server_handler.rs:317:9 Oct 15 04:47:34.323 INFO kablam! | Oct 15 04:47:34.323 INFO kablam! 317 | remove_dir_all("./test3/"); Oct 15 04:47:34.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:34.323 INFO kablam! | Oct 15 04:47:34.323 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:34.323 INFO kablam! Oct 15 04:47:34.323 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:34.323 INFO kablam! --> src/server_handler.rs:338:9 Oct 15 04:47:34.323 INFO kablam! | Oct 15 04:47:34.323 INFO kablam! 338 | remove_file(filename); Oct 15 04:47:34.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:34.323 INFO kablam! | Oct 15 04:47:34.323 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:34.323 INFO kablam! Oct 15 04:47:35.665 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.33s Oct 15 04:47:35.671 INFO kablam! su: No module specific data is present Oct 15 04:47:36.660 INFO running `"docker" "rm" "-f" "bb0a9634146aaee4bf4accda3358358e0af00a31fb357b890ee2820c2d1d991f"` Oct 15 04:47:36.959 INFO blam! bb0a9634146aaee4bf4accda3358358e0af00a31fb357b890ee2820c2d1d991f