Oct 15 04:47:25.539 INFO testing ajm012/eecs-495-hw4 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 04:47:25.541 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:25.999 INFO blam! fe60182e00ca178ddd668e7813f765a2a0ba20c70b77d4d921b05bd7cff336c2 Oct 15 04:47:26.007 INFO running `"docker" "start" "-a" "fe60182e00ca178ddd668e7813f765a2a0ba20c70b77d4d921b05bd7cff336c2"` Oct 15 04:47:27.147 INFO kablam! usermod: no changes Oct 15 04:47:27.235 INFO kablam! Compiling memchr v1.0.1 Oct 15 04:47:27.235 INFO kablam! Compiling thread-id v3.0.0 Oct 15 04:47:27.691 INFO kablam! Compiling thread_local v0.3.3 Oct 15 04:47:28.187 INFO kablam! Compiling aho-corasick v0.6.3 Oct 15 04:47:29.579 INFO kablam! Compiling regex v0.2.1 Oct 15 04:47:37.578 INFO kablam! Compiling eecs-495-hw4 v0.1.0 (/source) Oct 15 04:47:39.722 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.55s Oct 15 04:47:39.731 INFO kablam! su: No module specific data is present Oct 15 04:47:40.681 INFO running `"docker" "rm" "-f" "fe60182e00ca178ddd668e7813f765a2a0ba20c70b77d4d921b05bd7cff336c2"` Oct 15 04:47:40.922 INFO blam! fe60182e00ca178ddd668e7813f765a2a0ba20c70b77d4d921b05bd7cff336c2 Oct 15 04:47:40.931 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:41.417 INFO blam! bfa77a1fb5f70adf2d95b4d4b886680c704bca38ee3801a88ed6c2065ab16260 Oct 15 04:47:41.419 INFO running `"docker" "start" "-a" "bfa77a1fb5f70adf2d95b4d4b886680c704bca38ee3801a88ed6c2065ab16260"` Oct 15 04:47:43.186 INFO kablam! usermod: no changes Oct 15 04:47:43.287 INFO kablam! Compiling eecs-495-hw4 v0.1.0 (/source) Oct 15 04:47:44.142 INFO kablam! warning: unused variable: `file` Oct 15 04:47:44.142 INFO kablam! --> src/server_handler.rs:232:17 Oct 15 04:47:44.142 INFO kablam! | Oct 15 04:47:44.142 INFO kablam! 232 | let file = File::create(filename); Oct 15 04:47:44.142 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 15 04:47:44.142 INFO kablam! | Oct 15 04:47:44.142 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:47:44.142 INFO kablam! Oct 15 04:47:44.142 INFO kablam! warning: unused variable: `file` Oct 15 04:47:44.142 INFO kablam! --> src/server_handler.rs:235:14 Oct 15 04:47:44.142 INFO kablam! | Oct 15 04:47:44.142 INFO kablam! 235 | let (file, extension) = get_file(&PathBuf::from(filename)).unwrap(); Oct 15 04:47:44.142 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 15 04:47:44.142 INFO kablam! Oct 15 04:47:44.142 INFO kablam! warning: unused variable: `file` Oct 15 04:47:44.142 INFO kablam! --> src/server_handler.rs:265:17 Oct 15 04:47:44.142 INFO kablam! | Oct 15 04:47:44.142 INFO kablam! 265 | let file = File::create(filename); Oct 15 04:47:44.142 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 15 04:47:44.142 INFO kablam! Oct 15 04:47:44.142 INFO kablam! warning: unused variable: `file` Oct 15 04:47:44.142 INFO kablam! --> src/server_handler.rs:268:14 Oct 15 04:47:44.142 INFO kablam! | Oct 15 04:47:44.142 INFO kablam! 268 | let (file, extension) = get_directory_index_file(&PathBuf::from(directory)).unwrap(); Oct 15 04:47:44.142 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 15 04:47:44.142 INFO kablam! Oct 15 04:47:44.142 INFO kablam! warning: unused variable: `file` Oct 15 04:47:44.142 INFO kablam! --> src/server_handler.rs:281:17 Oct 15 04:47:44.142 INFO kablam! | Oct 15 04:47:44.142 INFO kablam! 281 | let file = File::create(filename); Oct 15 04:47:44.142 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 15 04:47:44.142 INFO kablam! Oct 15 04:47:44.142 INFO kablam! warning: unused variable: `file` Oct 15 04:47:44.142 INFO kablam! --> src/server_handler.rs:284:14 Oct 15 04:47:44.142 INFO kablam! | Oct 15 04:47:44.142 INFO kablam! 284 | let (file, extension) = get_directory_index_file(&PathBuf::from(directory)).unwrap(); Oct 15 04:47:44.142 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 15 04:47:44.142 INFO kablam! Oct 15 04:47:44.142 INFO kablam! warning: unused variable: `file` Oct 15 04:47:44.142 INFO kablam! --> src/server_handler.rs:297:17 Oct 15 04:47:44.142 INFO kablam! | Oct 15 04:47:44.142 INFO kablam! 297 | let file = File::create(filename); Oct 15 04:47:44.142 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 15 04:47:44.142 INFO kablam! Oct 15 04:47:44.142 INFO kablam! warning: unused variable: `file` Oct 15 04:47:44.142 INFO kablam! --> src/server_handler.rs:300:14 Oct 15 04:47:44.142 INFO kablam! | Oct 15 04:47:44.142 INFO kablam! 300 | let (file, extension) = get_directory_index_file(&PathBuf::from(directory)).unwrap(); Oct 15 04:47:44.142 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 15 04:47:44.147 INFO kablam! Oct 15 04:47:44.147 INFO kablam! warning: unused variable: `file` Oct 15 04:47:44.147 INFO kablam! --> src/server_handler.rs:313:17 Oct 15 04:47:44.147 INFO kablam! | Oct 15 04:47:44.147 INFO kablam! 313 | let file = File::create(filename); Oct 15 04:47:44.147 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 15 04:47:44.147 INFO kablam! Oct 15 04:47:44.189 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:44.189 INFO kablam! --> src/server_handler.rs:238:9 Oct 15 04:47:44.189 INFO kablam! | Oct 15 04:47:44.189 INFO kablam! 238 | remove_dir_all("./test4/"); Oct 15 04:47:44.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:44.189 INFO kablam! | Oct 15 04:47:44.189 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 04:47:44.189 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:44.189 INFO kablam! Oct 15 04:47:44.189 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:44.189 INFO kablam! --> src/server_handler.rs:249:9 Oct 15 04:47:44.189 INFO kablam! | Oct 15 04:47:44.189 INFO kablam! 249 | remove_dir_all("./test5/"); Oct 15 04:47:44.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:44.189 INFO kablam! | Oct 15 04:47:44.189 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:44.189 INFO kablam! Oct 15 04:47:44.191 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:44.191 INFO kablam! --> src/server_handler.rs:271:9 Oct 15 04:47:44.191 INFO kablam! | Oct 15 04:47:44.191 INFO kablam! 271 | remove_dir_all("./test/"); Oct 15 04:47:44.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:44.191 INFO kablam! | Oct 15 04:47:44.191 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:44.191 INFO kablam! Oct 15 04:47:44.191 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:44.191 INFO kablam! --> src/server_handler.rs:287:9 Oct 15 04:47:44.191 INFO kablam! | Oct 15 04:47:44.191 INFO kablam! 287 | remove_dir_all("./test1/"); Oct 15 04:47:44.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:44.191 INFO kablam! | Oct 15 04:47:44.191 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:44.191 INFO kablam! Oct 15 04:47:44.192 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:44.192 INFO kablam! --> src/server_handler.rs:303:9 Oct 15 04:47:44.192 INFO kablam! | Oct 15 04:47:44.192 INFO kablam! 303 | remove_dir_all("./test2/"); Oct 15 04:47:44.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:44.192 INFO kablam! | Oct 15 04:47:44.192 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:44.192 INFO kablam! Oct 15 04:47:44.193 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:44.193 INFO kablam! --> src/server_handler.rs:317:9 Oct 15 04:47:44.193 INFO kablam! | Oct 15 04:47:44.193 INFO kablam! 317 | remove_dir_all("./test3/"); Oct 15 04:47:44.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:44.193 INFO kablam! | Oct 15 04:47:44.193 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:44.193 INFO kablam! Oct 15 04:47:44.199 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:44.199 INFO kablam! --> src/server_handler.rs:338:9 Oct 15 04:47:44.199 INFO kablam! | Oct 15 04:47:44.199 INFO kablam! 338 | remove_file(filename); Oct 15 04:47:44.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:44.199 INFO kablam! | Oct 15 04:47:44.199 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:44.199 INFO kablam! Oct 15 04:47:45.722 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.51s Oct 15 04:47:45.745 INFO kablam! su: No module specific data is present Oct 15 04:47:46.441 INFO running `"docker" "rm" "-f" "bfa77a1fb5f70adf2d95b4d4b886680c704bca38ee3801a88ed6c2065ab16260"` Oct 15 04:47:46.741 INFO blam! bfa77a1fb5f70adf2d95b4d4b886680c704bca38ee3801a88ed6c2065ab16260