Oct 11 03:24:17.063 INFO testing ajm012/eecs-495-hw4 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 03:24:17.063 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 03:24:17.065 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:24:17.540 INFO blam! 53efaad9efadc4a82d4f8275c5338319e940fa08f593ddafee3ce40473eaaeac Oct 11 03:24:17.550 INFO running `"docker" "start" "-a" "53efaad9efadc4a82d4f8275c5338319e940fa08f593ddafee3ce40473eaaeac"` Oct 11 03:24:18.452 INFO kablam! usermod: no changes Oct 11 03:24:18.569 INFO kablam! Compiling eecs-495-hw4 v0.1.0 (/source) Oct 11 03:24:20.580 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.08s Oct 11 03:24:20.580 INFO kablam! su: No module specific data is present Oct 11 03:24:21.185 INFO running `"docker" "rm" "-f" "53efaad9efadc4a82d4f8275c5338319e940fa08f593ddafee3ce40473eaaeac"` Oct 11 03:24:21.461 INFO blam! 53efaad9efadc4a82d4f8275c5338319e940fa08f593ddafee3ce40473eaaeac Oct 11 03:24:21.470 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 03:24:21.472 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:24:21.856 INFO blam! e39f36fd8bee6092c860e05acbde371b794891990d8d6cc400dcfc622403afe3 Oct 11 03:24:21.884 INFO running `"docker" "start" "-a" "e39f36fd8bee6092c860e05acbde371b794891990d8d6cc400dcfc622403afe3"` Oct 11 03:24:23.100 INFO kablam! usermod: no changes Oct 11 03:24:23.141 INFO kablam! Compiling eecs-495-hw4 v0.1.0 (/source) Oct 11 03:24:23.659 INFO kablam! warning: unused variable: `file` Oct 11 03:24:23.659 INFO kablam! --> src/server_handler.rs:232:17 Oct 11 03:24:23.659 INFO kablam! | Oct 11 03:24:23.660 INFO kablam! 232 | let file = File::create(filename); Oct 11 03:24:23.660 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 11 03:24:23.660 INFO kablam! | Oct 11 03:24:23.660 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:24:23.661 INFO kablam! Oct 11 03:24:23.661 INFO kablam! warning: unused variable: `file` Oct 11 03:24:23.661 INFO kablam! --> src/server_handler.rs:235:14 Oct 11 03:24:23.661 INFO kablam! | Oct 11 03:24:23.662 INFO kablam! 235 | let (file, extension) = get_file(&PathBuf::from(filename)).unwrap(); Oct 11 03:24:23.662 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 11 03:24:23.662 INFO kablam! Oct 11 03:24:23.662 INFO kablam! warning: unused variable: `file` Oct 11 03:24:23.663 INFO kablam! --> src/server_handler.rs:265:17 Oct 11 03:24:23.663 INFO kablam! | Oct 11 03:24:23.663 INFO kablam! 265 | let file = File::create(filename); Oct 11 03:24:23.663 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 11 03:24:23.663 INFO kablam! Oct 11 03:24:23.663 INFO kablam! warning: unused variable: `file` Oct 11 03:24:23.663 INFO kablam! --> src/server_handler.rs:268:14 Oct 11 03:24:23.663 INFO kablam! | Oct 11 03:24:23.663 INFO kablam! 268 | let (file, extension) = get_directory_index_file(&PathBuf::from(directory)).unwrap(); Oct 11 03:24:23.663 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 11 03:24:23.663 INFO kablam! Oct 11 03:24:23.663 INFO kablam! warning: unused variable: `file` Oct 11 03:24:23.663 INFO kablam! --> src/server_handler.rs:281:17 Oct 11 03:24:23.663 INFO kablam! | Oct 11 03:24:23.663 INFO kablam! 281 | let file = File::create(filename); Oct 11 03:24:23.663 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 11 03:24:23.663 INFO kablam! Oct 11 03:24:23.663 INFO kablam! warning: unused variable: `file` Oct 11 03:24:23.663 INFO kablam! --> src/server_handler.rs:284:14 Oct 11 03:24:23.663 INFO kablam! | Oct 11 03:24:23.663 INFO kablam! 284 | let (file, extension) = get_directory_index_file(&PathBuf::from(directory)).unwrap(); Oct 11 03:24:23.663 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 11 03:24:23.663 INFO kablam! Oct 11 03:24:23.663 INFO kablam! warning: unused variable: `file` Oct 11 03:24:23.663 INFO kablam! --> src/server_handler.rs:297:17 Oct 11 03:24:23.663 INFO kablam! | Oct 11 03:24:23.663 INFO kablam! 297 | let file = File::create(filename); Oct 11 03:24:23.663 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 11 03:24:23.663 INFO kablam! Oct 11 03:24:23.663 INFO kablam! warning: unused variable: `file` Oct 11 03:24:23.663 INFO kablam! --> src/server_handler.rs:300:14 Oct 11 03:24:23.663 INFO kablam! | Oct 11 03:24:23.663 INFO kablam! 300 | let (file, extension) = get_directory_index_file(&PathBuf::from(directory)).unwrap(); Oct 11 03:24:23.663 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 11 03:24:23.663 INFO kablam! Oct 11 03:24:23.663 INFO kablam! warning: unused variable: `file` Oct 11 03:24:23.663 INFO kablam! --> src/server_handler.rs:313:17 Oct 11 03:24:23.663 INFO kablam! | Oct 11 03:24:23.663 INFO kablam! 313 | let file = File::create(filename); Oct 11 03:24:23.663 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 11 03:24:23.663 INFO kablam! Oct 11 03:24:23.707 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 03:24:23.707 INFO kablam! --> src/server_handler.rs:238:9 Oct 11 03:24:23.707 INFO kablam! | Oct 11 03:24:23.707 INFO kablam! 238 | remove_dir_all("./test4/"); Oct 11 03:24:23.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:24:23.707 INFO kablam! | Oct 11 03:24:23.707 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 03:24:23.707 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 03:24:23.707 INFO kablam! Oct 11 03:24:23.708 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 03:24:23.708 INFO kablam! --> src/server_handler.rs:249:9 Oct 11 03:24:23.708 INFO kablam! | Oct 11 03:24:23.708 INFO kablam! 249 | remove_dir_all("./test5/"); Oct 11 03:24:23.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:24:23.708 INFO kablam! | Oct 11 03:24:23.708 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 03:24:23.708 INFO kablam! Oct 11 03:24:23.708 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 03:24:23.708 INFO kablam! --> src/server_handler.rs:271:9 Oct 11 03:24:23.708 INFO kablam! | Oct 11 03:24:23.708 INFO kablam! 271 | remove_dir_all("./test/"); Oct 11 03:24:23.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:24:23.708 INFO kablam! | Oct 11 03:24:23.708 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 03:24:23.708 INFO kablam! Oct 11 03:24:23.709 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 03:24:23.709 INFO kablam! --> src/server_handler.rs:287:9 Oct 11 03:24:23.709 INFO kablam! | Oct 11 03:24:23.709 INFO kablam! 287 | remove_dir_all("./test1/"); Oct 11 03:24:23.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:24:23.709 INFO kablam! | Oct 11 03:24:23.709 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 03:24:23.709 INFO kablam! Oct 11 03:24:23.712 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 03:24:23.712 INFO kablam! --> src/server_handler.rs:303:9 Oct 11 03:24:23.712 INFO kablam! | Oct 11 03:24:23.712 INFO kablam! 303 | remove_dir_all("./test2/"); Oct 11 03:24:23.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:24:23.712 INFO kablam! | Oct 11 03:24:23.712 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 03:24:23.712 INFO kablam! Oct 11 03:24:23.712 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 03:24:23.712 INFO kablam! --> src/server_handler.rs:317:9 Oct 11 03:24:23.712 INFO kablam! | Oct 11 03:24:23.712 INFO kablam! 317 | remove_dir_all("./test3/"); Oct 11 03:24:23.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:24:23.713 INFO kablam! | Oct 11 03:24:23.713 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 03:24:23.713 INFO kablam! Oct 11 03:24:23.713 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 03:24:23.713 INFO kablam! --> src/server_handler.rs:338:9 Oct 11 03:24:23.713 INFO kablam! | Oct 11 03:24:23.713 INFO kablam! 338 | remove_file(filename); Oct 11 03:24:23.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:24:23.713 INFO kablam! | Oct 11 03:24:23.713 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 03:24:23.713 INFO kablam! Oct 11 03:24:25.132 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.01s Oct 11 03:24:25.133 INFO kablam! su: No module specific data is present Oct 11 03:24:25.595 INFO running `"docker" "rm" "-f" "e39f36fd8bee6092c860e05acbde371b794891990d8d6cc400dcfc622403afe3"` Oct 11 03:24:25.880 INFO blam! e39f36fd8bee6092c860e05acbde371b794891990d8d6cc400dcfc622403afe3 Oct 11 03:24:25.888 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 03:24:25.889 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:24:26.292 INFO blam! af401eb8754a98fcace823028e030f789461b25c674c8dcc4e8ccc09ff675d6b Oct 11 03:24:26.300 INFO running `"docker" "start" "-a" "af401eb8754a98fcace823028e030f789461b25c674c8dcc4e8ccc09ff675d6b"` Oct 11 03:24:27.422 INFO kablam! usermod: no changes Oct 11 03:24:27.516 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 11 03:24:27.532 INFO kablam! Running /target/debug/deps/eecs_495_hw4-f2bfc7186f643274 Oct 11 03:24:27.532 INFO blam! Oct 11 03:24:27.532 INFO blam! running 11 tests Oct 11 03:24:27.538 INFO blam! test server_handler::parse_get_request_tests::parse_extra_info_get_request ... ok Oct 11 03:24:27.611 INFO blam! test server_handler::parse_get_request_tests::parse_invalid_get_requests ... ok Oct 11 03:24:27.614 INFO blam! test server_handler::parse_get_request_tests::parse_spaced_get_request ... ok Oct 11 03:24:27.628 INFO blam! test server_handler::parse_get_request_tests::parse_unspaced_get_request ... ok Oct 11 03:24:27.628 INFO blam! test server_handler::get_file_tests::get_existing_file_test ... FAILED Oct 11 03:24:27.633 INFO blam! test server_handler::get_file_contents_tests::get_file_contents_test ... FAILED Oct 11 03:24:27.633 INFO blam! test server_handler::get_file_tests::get_nonexisting_file_test ... FAILED Oct 11 03:24:27.633 INFO blam! test server_handler::get_directory_index_file_tests::get_shtml_index_file_test ... FAILED Oct 11 03:24:27.633 INFO blam! test server_handler::get_directory_index_file_tests::get_txt_index_file_test ... FAILED Oct 11 03:24:27.633 INFO blam! test server_handler::get_directory_index_file_tests::no_index_file_test ... FAILED Oct 11 03:24:27.633 INFO blam! test server_handler::get_directory_index_file_tests::get_html_index_file_test ... FAILED Oct 11 03:24:27.633 INFO blam! Oct 11 03:24:27.633 INFO blam! failures: Oct 11 03:24:27.633 INFO blam! Oct 11 03:24:27.633 INFO blam! ---- server_handler::get_file_tests::get_existing_file_test stdout ---- Oct 11 03:24:27.633 INFO blam! thread 'server_handler::get_file_tests::get_existing_file_test' panicked at 'Failed to create directory: Os { code: 30, kind: Other, message: "Read-only file system" }', libcore/result.rs:1009:5 Oct 11 03:24:27.633 INFO blam! stack backtrace: Oct 11 03:24:27.633 INFO blam! 0: 0x55654bd5d2fe - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 03:24:27.633 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 03:24:27.633 INFO blam! 1: 0x55654bd661a6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 03:24:27.633 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 03:24:27.633 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 03:24:27.633 INFO blam! 2: 0x55654bd60efd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 03:24:27.634 INFO blam! at libstd/panicking.rs:211 Oct 11 03:24:27.634 INFO blam! 3: 0x55654bd60c0b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 03:24:27.634 INFO blam! at libstd/panicking.rs:221 Oct 11 03:24:27.634 INFO blam! 4: 0x55654bd615ac - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 03:24:27.634 INFO blam! at libstd/panicking.rs:476 Oct 11 03:24:27.634 INFO blam! 5: 0x55654bd61169 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 03:24:27.634 INFO blam! at libstd/panicking.rs:390 Oct 11 03:24:27.634 INFO blam! 6: 0x55654bd61065 - rust_begin_unwind Oct 11 03:24:27.634 INFO blam! at libstd/panicking.rs:325 Oct 11 03:24:27.634 INFO blam! 7: 0x55654bda187b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 03:24:27.634 INFO blam! at libcore/panicking.rs:77 Oct 11 03:24:27.634 INFO blam! 8: 0x55654bbd5f83 - core::result::unwrap_failed::he425671b9d6308fa Oct 11 03:24:27.634 INFO blam! at libcore/macros.rs:26 Oct 11 03:24:27.634 INFO blam! 9: 0x55654bbd57c7 - >::expect::h6cf8d83cf00f369d Oct 11 03:24:27.634 INFO blam! at libcore/result.rs:835 Oct 11 03:24:27.634 INFO blam! 10: 0x55654bbd04d0 - eecs_495_hw4::server_handler::get_file_tests::get_existing_file_test::ha71a76ea5a9cefd9 Oct 11 03:24:27.634 INFO blam! at src/server_handler.rs:231 Oct 11 03:24:27.634 INFO blam! 11: 0x55654bbd0449 - eecs_495_hw4::server_handler::get_file_tests::get_existing_file_test::{{closure}}::h8f06bf14e97c49c7 Oct 11 03:24:27.634 INFO blam! at src/server_handler.rs:226 Oct 11 03:24:27.634 INFO blam! 12: 0x55654bbd0ced - core::ops::function::FnOnce::call_once::hb5e6ae1db24177a2 Oct 11 03:24:27.634 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:24:27.634 INFO blam! 13: 0x55654bbd8ade - >::call_box::h95b7cb918af67b5d Oct 11 03:24:27.634 INFO blam! at libtest/lib.rs:1468 Oct 11 03:24:27.634 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:24:27.634 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:24:27.634 INFO blam! 14: 0x55654bd71379 - __rust_maybe_catch_panic Oct 11 03:24:27.634 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:24:27.634 INFO blam! 15: 0x55654bbf962d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 03:24:27.634 INFO blam! at libstd/panicking.rs:289 Oct 11 03:24:27.634 INFO blam! at libstd/panic.rs:392 Oct 11 03:24:27.634 INFO blam! at libtest/lib.rs:1423 Oct 11 03:24:27.634 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 03:24:27.634 INFO blam! 16: 0x55654bbfa234 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 03:24:27.634 INFO blam! at libstd/thread/mod.rs:409 Oct 11 03:24:27.634 INFO blam! at libstd/panic.rs:313 Oct 11 03:24:27.634 INFO blam! at libstd/panicking.rs:310 Oct 11 03:24:27.634 INFO blam! 17: 0x55654bd71379 - __rust_maybe_catch_panic Oct 11 03:24:27.634 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:24:27.634 INFO blam! 18: 0x55654bbe77f6 - >::call_box::h96125cb29a9ba44b Oct 11 03:24:27.634 INFO blam! at libstd/panicking.rs:289 Oct 11 03:24:27.634 INFO blam! at libstd/panic.rs:392 Oct 11 03:24:27.634 INFO blam! at libstd/thread/mod.rs:408 Oct 11 03:24:27.634 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:24:27.634 INFO blam! 19: 0x55654bd5f33a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 03:24:27.634 INFO blam! at liballoc/boxed.rs:682 Oct 11 03:24:27.634 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 03:24:27.634 INFO blam! 20: 0x55654bd54205 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 03:24:27.634 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 03:24:27.634 INFO blam! 21: 0x7f826f0616b9 - start_thread Oct 11 03:24:27.634 INFO blam! 22: 0x7f826eb8141c - clone Oct 11 03:24:27.634 INFO blam! 23: 0x0 - Oct 11 03:24:27.634 INFO blam! Oct 11 03:24:27.634 INFO blam! ---- server_handler::get_file_contents_tests::get_file_contents_test stdout ---- Oct 11 03:24:27.634 INFO blam! thread 'server_handler::get_file_contents_tests::get_file_contents_test' panicked at 'Failed to create file: Os { code: 30, kind: Other, message: "Read-only file system" }', libcore/result.rs:1009:5 Oct 11 03:24:27.634 INFO blam! stack backtrace: Oct 11 03:24:27.634 INFO blam! 0: 0x55654bd5d2fe - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 03:24:27.634 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 03:24:27.634 INFO blam! 1: 0x55654bd661a6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 03:24:27.634 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 03:24:27.634 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 03:24:27.634 INFO blam! 2: 0x55654bd60efd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 03:24:27.634 INFO blam! at libstd/panicking.rs:211 Oct 11 03:24:27.634 INFO blam! 3: 0x55654bd60c0b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 03:24:27.634 INFO blam! at libstd/panicking.rs:221 Oct 11 03:24:27.634 INFO blam! 4: 0x55654bd615ac - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 03:24:27.634 INFO blam! at libstd/panicking.rs:476 Oct 11 03:24:27.634 INFO blam! 5: 0x55654bd61169 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 03:24:27.634 INFO blam! at libstd/panicking.rs:390 Oct 11 03:24:27.634 INFO blam! 6: 0x55654bd61065 - rust_begin_unwind Oct 11 03:24:27.634 INFO blam! at libstd/panicking.rs:325 Oct 11 03:24:27.634 INFO blam! 7: 0x55654bda187b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 03:24:27.634 INFO blam! at libcore/panicking.rs:77 Oct 11 03:24:27.634 INFO blam! 8: 0x55654bbd5f83 - core::result::unwrap_failed::he425671b9d6308fa Oct 11 03:24:27.634 INFO blam! at libcore/macros.rs:26 Oct 11 03:24:27.634 INFO blam! 9: 0x55654bbd58a3 - >::expect::hb8de70da930bcfe5 Oct 11 03:24:27.634 INFO blam! at libcore/result.rs:835 Oct 11 03:24:27.634 INFO blam! 10: 0x55654bbd4ae6 - eecs_495_hw4::server_handler::get_file_contents_tests::get_file_contents_test::hcc16052e0017f4fe Oct 11 03:24:27.634 INFO blam! at src/server_handler.rs:332 Oct 11 03:24:27.634 INFO blam! 11: 0x55654bbd4a59 - eecs_495_hw4::server_handler::get_file_contents_tests::get_file_contents_test::{{closure}}::h5fd5acddaf8c7828 Oct 11 03:24:27.634 INFO blam! at src/server_handler.rs:327 Oct 11 03:24:27.634 INFO blam! 12: 0x55654bbd0e3d - core::ops::function::FnOnce::call_once::he4f74315c1835378 Oct 11 03:24:27.634 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:24:27.634 INFO blam! 13: 0x55654bbd8ade - >::call_box::h95b7cb918af67b5d Oct 11 03:24:27.634 INFO blam! at libtest/lib.rs:1468 Oct 11 03:24:27.634 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:24:27.634 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:24:27.634 INFO blam! 14: 0x55654bd71379 - __rust_maybe_catch_panic Oct 11 03:24:27.635 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:24:27.635 INFO blam! 15: 0x55654bbf962d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 03:24:27.635 INFO blam! at libstd/panicking.rs:289 Oct 11 03:24:27.635 INFO blam! at libstd/panic.rs:392 Oct 11 03:24:27.635 INFO blam! at libtest/lib.rs:1423 Oct 11 03:24:27.635 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 03:24:27.635 INFO blam! 16: 0x55654bbfa234 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 03:24:27.635 INFO blam! at libstd/thread/mod.rs:409 Oct 11 03:24:27.635 INFO blam! at libstd/panic.rs:313 Oct 11 03:24:27.635 INFO blam! at libstd/panicking.rs:310 Oct 11 03:24:27.635 INFO blam! 17: 0x55654bd71379 - __rust_maybe_catch_panic Oct 11 03:24:27.635 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:24:27.635 INFO blam! 18: 0x55654bbe77f6 - >::call_box::h96125cb29a9ba44b Oct 11 03:24:27.635 INFO blam! at libstd/panicking.rs:289 Oct 11 03:24:27.635 INFO blam! at libstd/panic.rs:392 Oct 11 03:24:27.635 INFO blam! at libstd/thread/mod.rs:408 Oct 11 03:24:27.635 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:24:27.635 INFO blam! 19: 0x55654bd5f33a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 03:24:27.635 INFO blam! at liballoc/boxed.rs:682 Oct 11 03:24:27.635 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 03:24:27.635 INFO blam! 20: 0x55654bd54205 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 03:24:27.635 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 03:24:27.635 INFO blam! 21: 0x7f826f0616b9 - start_thread Oct 11 03:24:27.635 INFO blam! 22: 0x7f826eb8141c - clone Oct 11 03:24:27.635 INFO blam! 23: 0x0 - Oct 11 03:24:27.635 INFO blam! Oct 11 03:24:27.635 INFO blam! ---- server_handler::get_file_tests::get_nonexisting_file_test stdout ---- Oct 11 03:24:27.635 INFO blam! thread 'server_handler::get_file_tests::get_nonexisting_file_test' panicked at 'Failed to create directory: Os { code: 30, kind: Other, message: "Read-only file system" }', libcore/result.rs:1009:5 Oct 11 03:24:27.635 INFO blam! stack backtrace: Oct 11 03:24:27.635 INFO blam! 0: 0x55654bd5d2fe - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 03:24:27.635 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 03:24:27.635 INFO blam! 1: 0x55654bd661a6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 03:24:27.635 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 03:24:27.635 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 03:24:27.635 INFO blam! 2: 0x55654bd60efd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 03:24:27.635 INFO blam! at libstd/panicking.rs:211 Oct 11 03:24:27.635 INFO blam! 3: 0x55654bd60c0b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 03:24:27.635 INFO blam! at libstd/panicking.rs:221 Oct 11 03:24:27.635 INFO blam! 4: 0x55654bd615ac - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 03:24:27.635 INFO blam! at libstd/panicking.rs:476 Oct 11 03:24:27.635 INFO blam! 5: 0x55654bd61169 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 03:24:27.635 INFO blam! at libstd/panicking.rs:390 Oct 11 03:24:27.635 INFO blam! 6: 0x55654bd61065 - rust_begin_unwind Oct 11 03:24:27.635 INFO blam! at libstd/panicking.rs:325 Oct 11 03:24:27.635 INFO blam! 7: 0x55654bda187b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 03:24:27.635 INFO blam! at libcore/panicking.rs:77 Oct 11 03:24:27.635 INFO blam! 8: 0x55654bbd5f83 - core::result::unwrap_failed::he425671b9d6308fa Oct 11 03:24:27.635 INFO blam! at libcore/macros.rs:26 Oct 11 03:24:27.635 INFO blam! 9: 0x55654bbd57c7 - >::expect::h6cf8d83cf00f369d Oct 11 03:24:27.635 INFO blam! at libcore/result.rs:835 Oct 11 03:24:27.635 INFO blam! 10: 0x55654bbd0850 - eecs_495_hw4::server_handler::get_file_tests::get_nonexisting_file_test::head33c8a0e188c22 Oct 11 03:24:27.635 INFO blam! at src/server_handler.rs:246 Oct 11 03:24:27.635 INFO blam! 11: 0x55654bbd07c9 - eecs_495_hw4::server_handler::get_file_tests::get_nonexisting_file_test::{{closure}}::h03c6758a8d8d616e Oct 11 03:24:27.635 INFO blam! at src/server_handler.rs:242 Oct 11 03:24:27.635 INFO blam! 12: 0x55654bbd0bad - core::ops::function::FnOnce::call_once::h522edc5c8489ac3c Oct 11 03:24:27.635 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:24:27.635 INFO blam! 13: 0x55654bbd8ade - >::call_box::h95b7cb918af67b5d Oct 11 03:24:27.635 INFO blam! at libtest/lib.rs:1468 Oct 11 03:24:27.635 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:24:27.635 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:24:27.635 INFO blam! 14: 0x55654bd71379 - __rust_maybe_catch_panic Oct 11 03:24:27.635 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:24:27.635 INFO blam! 15: 0x55654bbf962d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 03:24:27.635 INFO blam! at libstd/panicking.rs:289 Oct 11 03:24:27.635 INFO blam! at libstd/panic.rs:392 Oct 11 03:24:27.635 INFO blam! at libtest/lib.rs:1423 Oct 11 03:24:27.635 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 03:24:27.635 INFO blam! 16: 0x55654bbfa234 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 03:24:27.635 INFO blam! at libstd/thread/mod.rs:409 Oct 11 03:24:27.635 INFO blam! at libstd/panic.rs:313 Oct 11 03:24:27.635 INFO blam! at libstd/panicking.rs:310 Oct 11 03:24:27.635 INFO blam! 17: 0x55654bd71379 - __rust_maybe_catch_panic Oct 11 03:24:27.635 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:24:27.635 INFO blam! 18: 0x55654bbe77f6 - >::call_box::h96125cb29a9ba44b Oct 11 03:24:27.635 INFO blam! at libstd/panicking.rs:289 Oct 11 03:24:27.635 INFO blam! at libstd/panic.rs:392 Oct 11 03:24:27.635 INFO blam! at libstd/thread/mod.rs:408 Oct 11 03:24:27.635 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:24:27.635 INFO blam! 19: 0x55654bd5f33a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 03:24:27.635 INFO blam! at liballoc/boxed.rs:682 Oct 11 03:24:27.635 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 03:24:27.635 INFO blam! 20: 0x55654bd54205 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 03:24:27.635 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 03:24:27.635 INFO blam! 21: 0x7f826f0616b9 - start_thread Oct 11 03:24:27.635 INFO blam! 22: 0x7f826eb8141c - clone Oct 11 03:24:27.635 INFO blam! 23: 0x0 - Oct 11 03:24:27.635 INFO blam! Oct 11 03:24:27.635 INFO blam! ---- server_handler::get_directory_index_file_tests::get_shtml_index_file_test stdout ---- Oct 11 03:24:27.636 INFO blam! thread 'server_handler::get_directory_index_file_tests::get_shtml_index_file_test' panicked at 'Failed to create directory: Os { code: 30, kind: Other, message: "Read-only file system" }', libcore/result.rs:1009:5 Oct 11 03:24:27.636 INFO blam! stack backtrace: Oct 11 03:24:27.636 INFO blam! 0: 0x55654bd5d2fe - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 03:24:27.636 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 03:24:27.636 INFO blam! 1: 0x55654bd661a6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 03:24:27.636 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 03:24:27.636 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 03:24:27.636 INFO blam! 2: 0x55654bd60efd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 03:24:27.636 INFO blam! at libstd/panicking.rs:211 Oct 11 03:24:27.636 INFO blam! 3: 0x55654bd60c0b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 03:24:27.636 INFO blam! at libstd/panicking.rs:221 Oct 11 03:24:27.636 INFO blam! 4: 0x55654bd615ac - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 03:24:27.636 INFO blam! at libstd/panicking.rs:476 Oct 11 03:24:27.636 INFO blam! 5: 0x55654bd61169 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 03:24:27.636 INFO blam! at libstd/panicking.rs:390 Oct 11 03:24:27.636 INFO blam! 6: 0x55654bd61065 - rust_begin_unwind Oct 11 03:24:27.636 INFO blam! at libstd/panicking.rs:325 Oct 11 03:24:27.636 INFO blam! 7: 0x55654bda187b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 03:24:27.636 INFO blam! at libcore/panicking.rs:77 Oct 11 03:24:27.636 INFO blam! 8: 0x55654bbd5f83 - core::result::unwrap_failed::he425671b9d6308fa Oct 11 03:24:27.636 INFO blam! at libcore/macros.rs:26 Oct 11 03:24:27.636 INFO blam! 9: 0x55654bbd57c7 - >::expect::h6cf8d83cf00f369d Oct 11 03:24:27.636 INFO blam! at libcore/result.rs:835 Oct 11 03:24:27.636 INFO blam! 10: 0x55654bbce4d0 - eecs_495_hw4::server_handler::get_directory_index_file_tests::get_shtml_index_file_test::he04807eaa740c2e4 Oct 11 03:24:27.636 INFO blam! at src/server_handler.rs:280 Oct 11 03:24:27.636 INFO blam! 11: 0x55654bbce449 - eecs_495_hw4::server_handler::get_directory_index_file_tests::get_shtml_index_file_test::{{closure}}::h88753748a5d955c0 Oct 11 03:24:27.636 INFO blam! at src/server_handler.rs:275 Oct 11 03:24:27.636 INFO blam! 12: 0x55654bbd0c2d - core::ops::function::FnOnce::call_once::h6951aa31b864881f Oct 11 03:24:27.636 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:24:27.636 INFO blam! 13: 0x55654bbd8ade - >::call_box::h95b7cb918af67b5d Oct 11 03:24:27.636 INFO blam! at libtest/lib.rs:1468 Oct 11 03:24:27.636 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:24:27.636 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:24:27.636 INFO blam! 14: 0x55654bd71379 - __rust_maybe_catch_panic Oct 11 03:24:27.636 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:24:27.636 INFO blam! 15: 0x55654bbf962d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 03:24:27.636 INFO blam! at libstd/panicking.rs:289 Oct 11 03:24:27.636 INFO blam! at libstd/panic.rs:392 Oct 11 03:24:27.636 INFO blam! at libtest/lib.rs:1423 Oct 11 03:24:27.636 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 03:24:27.636 INFO blam! 16: 0x55654bbfa234 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 03:24:27.636 INFO blam! at libstd/thread/mod.rs:409 Oct 11 03:24:27.636 INFO blam! at libstd/panic.rs:313 Oct 11 03:24:27.636 INFO blam! at libstd/panicking.rs:310 Oct 11 03:24:27.636 INFO blam! 17: 0x55654bd71379 - __rust_maybe_catch_panic Oct 11 03:24:27.636 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:24:27.636 INFO blam! 18: 0x55654bbe77f6 - >::call_box::h96125cb29a9ba44b Oct 11 03:24:27.636 INFO blam! at libstd/panicking.rs:289 Oct 11 03:24:27.636 INFO blam! at libstd/panic.rs:392 Oct 11 03:24:27.636 INFO blam! at libstd/thread/mod.rs:408 Oct 11 03:24:27.636 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:24:27.636 INFO blam! 19: 0x55654bd5f33a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 03:24:27.636 INFO blam! at liballoc/boxed.rs:682 Oct 11 03:24:27.636 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 03:24:27.636 INFO blam! 20: 0x55654bd54205 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 03:24:27.636 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 03:24:27.636 INFO blam! 21: 0x7f826f0616b9 - start_thread Oct 11 03:24:27.636 INFO blam! 22: 0x7f826eb8141c - clone Oct 11 03:24:27.636 INFO blam! 23: 0x0 - Oct 11 03:24:27.636 INFO blam! Oct 11 03:24:27.636 INFO blam! ---- server_handler::get_directory_index_file_tests::get_txt_index_file_test stdout ---- Oct 11 03:24:27.636 INFO blam! thread 'server_handler::get_directory_index_file_tests::get_txt_index_file_test' panicked at 'Failed to create directory: Os { code: 30, kind: Other, message: "Read-only file system" }', libcore/result.rs:1009:5 Oct 11 03:24:27.636 INFO blam! stack backtrace: Oct 11 03:24:27.636 INFO blam! 0: 0x55654bd5d2fe - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 03:24:27.636 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 03:24:27.636 INFO blam! 1: 0x55654bd661a6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 03:24:27.636 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 03:24:27.636 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 03:24:27.636 INFO blam! 2: 0x55654bd60efd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 03:24:27.636 INFO blam! at libstd/panicking.rs:211 Oct 11 03:24:27.636 INFO blam! 3: 0x55654bd60c0b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 03:24:27.636 INFO blam! at libstd/panicking.rs:221 Oct 11 03:24:27.636 INFO blam! 4: 0x55654bd615ac - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 03:24:27.636 INFO blam! at libstd/panicking.rs:476 Oct 11 03:24:27.636 INFO blam! 5: 0x55654bd61169 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 03:24:27.636 INFO blam! at libstd/panicking.rs:390 Oct 11 03:24:27.636 INFO blam! 6: 0x55654bd61065 - rust_begin_unwind Oct 11 03:24:27.636 INFO blam! at libstd/panicking.rs:325 Oct 11 03:24:27.636 INFO blam! 7: 0x55654bda187b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 03:24:27.636 INFO blam! at libcore/panicking.rs:77 Oct 11 03:24:27.636 INFO blam! 8: 0x55654bbd5f83 - core::result::unwrap_failed::he425671b9d6308fa Oct 11 03:24:27.636 INFO blam! at libcore/macros.rs:26 Oct 11 03:24:27.636 INFO blam! 9: 0x55654bbd57c7 - >::expect::h6cf8d83cf00f369d Oct 11 03:24:27.636 INFO blam! at libcore/result.rs:835 Oct 11 03:24:27.636 INFO blam! 10: 0x55654bbce850 - eecs_495_hw4::server_handler::get_directory_index_file_tests::get_txt_index_file_test::hb8b009cd395dfcd1 Oct 11 03:24:27.636 INFO blam! at src/server_handler.rs:296 Oct 11 03:24:27.636 INFO blam! 11: 0x55654bbce7c9 - eecs_495_hw4::server_handler::get_directory_index_file_tests::get_txt_index_file_test::{{closure}}::h806d9e9dcca99db1 Oct 11 03:24:27.637 INFO blam! at src/server_handler.rs:291 Oct 11 03:24:27.637 INFO blam! 12: 0x55654bbd0bed - core::ops::function::FnOnce::call_once::h6824741f5b4b8725 Oct 11 03:24:27.637 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:24:27.637 INFO blam! 13: 0x55654bbd8ade - >::call_box::h95b7cb918af67b5d Oct 11 03:24:27.637 INFO blam! at libtest/lib.rs:1468 Oct 11 03:24:27.637 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:24:27.637 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:24:27.637 INFO blam! 14: 0x55654bd71379 - __rust_maybe_catch_panic Oct 11 03:24:27.637 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:24:27.637 INFO blam! 15: 0x55654bbf962d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 03:24:27.637 INFO blam! at libstd/panicking.rs:289 Oct 11 03:24:27.637 INFO blam! at libstd/panic.rs:392 Oct 11 03:24:27.637 INFO blam! at libtest/lib.rs:1423 Oct 11 03:24:27.637 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 03:24:27.637 INFO blam! 16: 0x55654bbfa234 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 03:24:27.637 INFO blam! at libstd/thread/mod.rs:409 Oct 11 03:24:27.637 INFO blam! at libstd/panic.rs:313 Oct 11 03:24:27.637 INFO blam! at libstd/panicking.rs:310 Oct 11 03:24:27.637 INFO blam! 17: 0x55654bd71379 - __rust_maybe_catch_panic Oct 11 03:24:27.637 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:24:27.637 INFO blam! 18: 0x55654bbe77f6 - >::call_box::h96125cb29a9ba44b Oct 11 03:24:27.637 INFO blam! at libstd/panicking.rs:289 Oct 11 03:24:27.637 INFO blam! at libstd/panic.rs:392 Oct 11 03:24:27.637 INFO blam! at libstd/thread/mod.rs:408 Oct 11 03:24:27.637 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:24:27.637 INFO blam! 19: 0x55654bd5f33a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 03:24:27.637 INFO blam! at liballoc/boxed.rs:682 Oct 11 03:24:27.637 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 03:24:27.637 INFO blam! 20: 0x55654bd54205 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 03:24:27.637 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 03:24:27.637 INFO blam! 21: 0x7f826f0616b9 - start_thread Oct 11 03:24:27.637 INFO blam! 22: 0x7f826eb8141c - clone Oct 11 03:24:27.637 INFO blam! 23: 0x0 - Oct 11 03:24:27.637 INFO blam! Oct 11 03:24:27.637 INFO blam! ---- server_handler::get_directory_index_file_tests::no_index_file_test stdout ---- Oct 11 03:24:27.637 INFO blam! thread 'server_handler::get_directory_index_file_tests::no_index_file_test' panicked at 'Failed to create directory: Os { code: 30, kind: Other, message: "Read-only file system" }', libcore/result.rs:1009:5 Oct 11 03:24:27.637 INFO blam! stack backtrace: Oct 11 03:24:27.637 INFO blam! 0: 0x55654bd5d2fe - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 03:24:27.637 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 03:24:27.637 INFO blam! 1: 0x55654bd661a6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 03:24:27.637 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 03:24:27.637 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 03:24:27.637 INFO blam! 2: 0x55654bd60efd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 03:24:27.637 INFO blam! at libstd/panicking.rs:211 Oct 11 03:24:27.637 INFO blam! 3: 0x55654bd60c0b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 03:24:27.637 INFO blam! at libstd/panicking.rs:221 Oct 11 03:24:27.637 INFO blam! 4: 0x55654bd615ac - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 03:24:27.637 INFO blam! at libstd/panicking.rs:476 Oct 11 03:24:27.637 INFO blam! 5: 0x55654bd61169 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 03:24:27.637 INFO blam! at libstd/panicking.rs:390 Oct 11 03:24:27.637 INFO blam! 6: 0x55654bd61065 - rust_begin_unwind Oct 11 03:24:27.637 INFO blam! at libstd/panicking.rs:325 Oct 11 03:24:27.637 INFO blam! 7: 0x55654bda187b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 03:24:27.637 INFO blam! at libcore/panicking.rs:77 Oct 11 03:24:27.637 INFO blam! 8: 0x55654bbd5f83 - core::result::unwrap_failed::he425671b9d6308fa Oct 11 03:24:27.637 INFO blam! at libcore/macros.rs:26 Oct 11 03:24:27.637 INFO blam! 9: 0x55654bbd57c7 - >::expect::h6cf8d83cf00f369d Oct 11 03:24:27.637 INFO blam! at libcore/result.rs:835 Oct 11 03:24:27.637 INFO blam! 10: 0x55654bbcebd0 - eecs_495_hw4::server_handler::get_directory_index_file_tests::no_index_file_test::h2c526771c6e05c4d Oct 11 03:24:27.637 INFO blam! at src/server_handler.rs:312 Oct 11 03:24:27.637 INFO blam! 11: 0x55654bbceb49 - eecs_495_hw4::server_handler::get_directory_index_file_tests::no_index_file_test::{{closure}}::h4641bcc5f7b83e42 Oct 11 03:24:27.637 INFO blam! at src/server_handler.rs:307 Oct 11 03:24:27.637 INFO blam! 12: 0x55654bbd0cad - core::ops::function::FnOnce::call_once::haeff4c1a7c9b763b Oct 11 03:24:27.637 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:24:27.637 INFO blam! 13: 0x55654bbd8ade - >::call_box::h95b7cb918af67b5d Oct 11 03:24:27.637 INFO blam! at libtest/lib.rs:1468 Oct 11 03:24:27.637 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:24:27.637 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:24:27.637 INFO blam! 14: 0x55654bd71379 - __rust_maybe_catch_panic Oct 11 03:24:27.637 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:24:27.637 INFO blam! 15: 0x55654bbf962d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 03:24:27.637 INFO blam! at libstd/panicking.rs:289 Oct 11 03:24:27.637 INFO blam! at libstd/panic.rs:392 Oct 11 03:24:27.637 INFO blam! at libtest/lib.rs:1423 Oct 11 03:24:27.637 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 03:24:27.637 INFO blam! 16: 0x55654bbfa234 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 03:24:27.637 INFO blam! at libstd/thread/mod.rs:409 Oct 11 03:24:27.637 INFO blam! at libstd/panic.rs:313 Oct 11 03:24:27.637 INFO blam! at libstd/panicking.rs:310 Oct 11 03:24:27.637 INFO blam! 17: 0x55654bd71379 - __rust_maybe_catch_panic Oct 11 03:24:27.637 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:24:27.637 INFO blam! 18: 0x55654bbe77f6 - >::call_box::h96125cb29a9ba44b Oct 11 03:24:27.637 INFO blam! at libstd/panicking.rs:289 Oct 11 03:24:27.637 INFO blam! at libstd/panic.rs:392 Oct 11 03:24:27.637 INFO blam! at libstd/thread/mod.rs:408 Oct 11 03:24:27.637 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:24:27.637 INFO blam! 19: 0x55654bd5f33a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 03:24:27.637 INFO blam! at liballoc/boxed.rs:682 Oct 11 03:24:27.638 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 03:24:27.638 INFO blam! 20: 0x55654bd54205 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 03:24:27.638 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 03:24:27.638 INFO blam! 21: 0x7f826f0616b9 - start_thread Oct 11 03:24:27.638 INFO blam! 22: 0x7f826eb8141c - clone Oct 11 03:24:27.638 INFO blam! 23: 0x0 - Oct 11 03:24:27.638 INFO blam! Oct 11 03:24:27.638 INFO blam! ---- server_handler::get_directory_index_file_tests::get_html_index_file_test stdout ---- Oct 11 03:24:27.638 INFO blam! thread 'server_handler::get_directory_index_file_tests::get_html_index_file_test' panicked at 'Failed to create directory: Os { code: 30, kind: Other, message: "Read-only file system" }', libcore/result.rs:1009:5 Oct 11 03:24:27.638 INFO blam! stack backtrace: Oct 11 03:24:27.638 INFO blam! 0: 0x55654bd5d2fe - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 03:24:27.638 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 03:24:27.638 INFO blam! 1: 0x55654bd661a6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 03:24:27.638 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 03:24:27.638 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 03:24:27.638 INFO blam! 2: 0x55654bd60efd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 03:24:27.638 INFO blam! at libstd/panicking.rs:211 Oct 11 03:24:27.638 INFO blam! 3: 0x55654bd60c0b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 03:24:27.638 INFO blam! at libstd/panicking.rs:221 Oct 11 03:24:27.638 INFO blam! 4: 0x55654bd615ac - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 03:24:27.638 INFO blam! at libstd/panicking.rs:476 Oct 11 03:24:27.638 INFO blam! 5: 0x55654bd61169 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 03:24:27.638 INFO blam! at libstd/panicking.rs:390 Oct 11 03:24:27.638 INFO blam! 6: 0x55654bd61065 - rust_begin_unwind Oct 11 03:24:27.638 INFO blam! at libstd/panicking.rs:325 Oct 11 03:24:27.638 INFO blam! 7: 0x55654bda187b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 03:24:27.638 INFO blam! at libcore/panicking.rs:77 Oct 11 03:24:27.638 INFO blam! 8: 0x55654bbd5f83 - core::result::unwrap_failed::he425671b9d6308fa Oct 11 03:24:27.638 INFO blam! at libcore/macros.rs:26 Oct 11 03:24:27.638 INFO blam! 9: 0x55654bbd57c7 - >::expect::h6cf8d83cf00f369d Oct 11 03:24:27.638 INFO blam! at libcore/result.rs:835 Oct 11 03:24:27.638 INFO blam! 10: 0x55654bbce150 - eecs_495_hw4::server_handler::get_directory_index_file_tests::get_html_index_file_test::hdd0ef46c6e5aa2a5 Oct 11 03:24:27.638 INFO blam! at src/server_handler.rs:264 Oct 11 03:24:27.638 INFO blam! 11: 0x55654bbce0c9 - eecs_495_hw4::server_handler::get_directory_index_file_tests::get_html_index_file_test::{{closure}}::h8d2e7b00502b079d Oct 11 03:24:27.638 INFO blam! at src/server_handler.rs:259 Oct 11 03:24:27.638 INFO blam! 12: 0x55654bbd0d6d - core::ops::function::FnOnce::call_once::hc95592de2e02518a Oct 11 03:24:27.638 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:24:27.638 INFO blam! 13: 0x55654bbd8ade - >::call_box::h95b7cb918af67b5d Oct 11 03:24:27.638 INFO blam! at libtest/lib.rs:1468 Oct 11 03:24:27.638 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:24:27.638 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:24:27.638 INFO blam! 14: 0x55654bd71379 - __rust_maybe_catch_panic Oct 11 03:24:27.638 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:24:27.638 INFO blam! 15: 0x55654bbf962d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 03:24:27.638 INFO blam! at libstd/panicking.rs:289 Oct 11 03:24:27.638 INFO blam! at libstd/panic.rs:392 Oct 11 03:24:27.638 INFO blam! at libtest/lib.rs:1423 Oct 11 03:24:27.638 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 03:24:27.638 INFO blam! 16: 0x55654bbfa234 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 03:24:27.638 INFO blam! at libstd/thread/mod.rs:409 Oct 11 03:24:27.638 INFO blam! at libstd/panic.rs:313 Oct 11 03:24:27.638 INFO blam! at libstd/panicking.rs:310 Oct 11 03:24:27.638 INFO blam! 17: 0x55654bd71379 - __rust_maybe_catch_panic Oct 11 03:24:27.638 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:24:27.638 INFO blam! 18: 0x55654bbe77f6 - >::call_box::h96125cb29a9ba44b Oct 11 03:24:27.638 INFO blam! at libstd/panicking.rs:289 Oct 11 03:24:27.638 INFO blam! at libstd/panic.rs:392 Oct 11 03:24:27.638 INFO blam! at libstd/thread/mod.rs:408 Oct 11 03:24:27.638 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:24:27.638 INFO blam! 19: 0x55654bd5f33a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 03:24:27.638 INFO blam! at liballoc/boxed.rs:682 Oct 11 03:24:27.638 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 03:24:27.638 INFO blam! 20: 0x55654bd54205 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 03:24:27.638 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 03:24:27.638 INFO blam! 21: 0x7f826f0616b9 - start_thread Oct 11 03:24:27.638 INFO blam! 22: 0x7f826eb8141c - clone Oct 11 03:24:27.638 INFO blam! 23: 0x0 - Oct 11 03:24:27.638 INFO blam! Oct 11 03:24:27.638 INFO blam! Oct 11 03:24:27.638 INFO blam! failures: Oct 11 03:24:27.638 INFO blam! server_handler::get_directory_index_file_tests::get_html_index_file_test Oct 11 03:24:27.638 INFO blam! server_handler::get_directory_index_file_tests::get_shtml_index_file_test Oct 11 03:24:27.638 INFO blam! server_handler::get_directory_index_file_tests::get_txt_index_file_test Oct 11 03:24:27.638 INFO blam! server_handler::get_directory_index_file_tests::no_index_file_test Oct 11 03:24:27.638 INFO blam! server_handler::get_file_contents_tests::get_file_contents_test Oct 11 03:24:27.638 INFO blam! server_handler::get_file_tests::get_existing_file_test Oct 11 03:24:27.638 INFO blam! server_handler::get_file_tests::get_nonexisting_file_test Oct 11 03:24:27.638 INFO blam! Oct 11 03:24:27.638 INFO blam! test result: FAILED. 4 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:24:27.638 INFO blam! Oct 11 03:24:27.658 INFO kablam! error: test failed, to rerun pass '--bin eecs-495-hw4' Oct 11 03:24:27.658 INFO kablam! su: No module specific data is present Oct 11 03:24:28.217 INFO running `"docker" "rm" "-f" "af401eb8754a98fcace823028e030f789461b25c674c8dcc4e8ccc09ff675d6b"` Oct 11 03:24:28.536 INFO blam! af401eb8754a98fcace823028e030f789461b25c674c8dcc4e8ccc09ff675d6b