[INFO] cloning repository https://github.com/madmax983/fsck
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/madmax983/fsck" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmadmax983%2Ffsck", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmadmax983%2Ffsck'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bfde48ac352ddd282df131fad245c63d10ee9394
[INFO] testing madmax983/fsck against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmadmax983%2Ffsck" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/madmax983/fsck
[INFO] finished tweaking git repo https://github.com/madmax983/fsck
[INFO] tweaked toml for git repo https://github.com/madmax983/fsck written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/madmax983/fsck on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/madmax983/fsck already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-bindgen-test-macro v0.3.58
[INFO] [stderr]   Downloaded zmij v1.0.19
[INFO] [stderr]   Downloaded wasm-bindgen-test-shared v0.2.108
[INFO] [stderr]   Downloaded wasm-bindgen-test v0.3.58
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 996c4204f58bd3b80b498d7d8f0caa959f9bc4605587a63af26f5cf1ec91dd8f
[INFO] running `Command { std: "docker" "start" "-a" "996c4204f58bd3b80b498d7d8f0caa959f9bc4605587a63af26f5cf1ec91dd8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "996c4204f58bd3b80b498d7d8f0caa959f9bc4605587a63af26f5cf1ec91dd8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "996c4204f58bd3b80b498d7d8f0caa959f9bc4605587a63af26f5cf1ec91dd8f", kill_on_drop: false }`
[INFO] [stdout] 996c4204f58bd3b80b498d7d8f0caa959f9bc4605587a63af26f5cf1ec91dd8f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 11bb632a3cc72db2bdcd7e3ce6107a6f9e0d70f13ffd17b227a0b3be6b6bccf9
[INFO] running `Command { std: "docker" "start" "-a" "11bb632a3cc72db2bdcd7e3ce6107a6f9e0d70f13ffd17b227a0b3be6b6bccf9", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.108
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling bumpalo v3.19.1
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling zmij v1.0.19
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling wasm-bindgen v0.2.108
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.108
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.108
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling js-sys v0.3.85
[INFO] [stderr]    Compiling web-sys v0.3.85
[INFO] [stderr]    Compiling fsck v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.76s
[INFO] running `Command { std: "docker" "inspect" "11bb632a3cc72db2bdcd7e3ce6107a6f9e0d70f13ffd17b227a0b3be6b6bccf9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "11bb632a3cc72db2bdcd7e3ce6107a6f9e0d70f13ffd17b227a0b3be6b6bccf9", kill_on_drop: false }`
[INFO] [stdout] 11bb632a3cc72db2bdcd7e3ce6107a6f9e0d70f13ffd17b227a0b3be6b6bccf9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ffe6bf1d110ccc7720cd4333da2e37b1e342deb8140bb1f311fe5301dcc82d03
[INFO] running `Command { std: "docker" "start" "-a" "ffe6bf1d110ccc7720cd4333da2e37b1e342deb8140bb1f311fe5301dcc82d03", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.58
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling wasm-bindgen-test-shared v0.2.108
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling fsck v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.58
[INFO] [stderr]    Compiling wasm-bindgen-test v0.3.58
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.03s
[INFO] running `Command { std: "docker" "inspect" "ffe6bf1d110ccc7720cd4333da2e37b1e342deb8140bb1f311fe5301dcc82d03", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ffe6bf1d110ccc7720cd4333da2e37b1e342deb8140bb1f311fe5301dcc82d03", kill_on_drop: false }`
[INFO] [stdout] ffe6bf1d110ccc7720cd4333da2e37b1e342deb8140bb1f311fe5301dcc82d03
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] bd65c31c269613655cbac6f62278c22fd3fc49fe14910d326c42b40bb7bff8d7
[INFO] running `Command { std: "docker" "start" "-a" "bd65c31c269613655cbac6f62278c22fd3fc49fe14910d326c42b40bb7bff8d7", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fsck-3857434aacf9d99c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/command_tests.rs (/opt/rustwide/target/debug/deps/command_tests-b39db0273ddf02a9)
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test test_catalog_lists_directories ... ok
[INFO] [stdout] test test_cd_changes_directory ... ok
[INFO] [stdout] test test_command_from_string ... ok
[INFO] [stdout] test test_command_result_error ... ok
[INFO] [stdout] test test_command_result_success ... ok
[INFO] [stdout] test test_help_corruption ... ok
[INFO] [stdout] test test_cd_nonexistent_fails ... ok
[INFO] [stdout] test test_help_infection ... ok
[INFO] [stdout] test test_run_easter_eggs ... ok
[INFO] [stdout] test test_help_surface ... ok
[INFO] [stdout] test test_run_depth_effects ... ok
[INFO] [stdout] test test_run_not_found ... ok
[INFO] [stdout] test test_run_infinite_loop ... ok
[INFO] [stdout] test test_type_dynamic_corrupted_content ... ok
[INFO] [stdout] test test_type_displays_file ... ok
[INFO] [stdout] test test_type_dynamic_timestamp ... ok
[INFO] [stdout] test test_type_history_txt ... ok
[INFO] [stdout] test test_type_dynamic_counter_increments ... ok
[INFO] [stdout] test test_run_basic_program ... ok
[INFO] [stdout] test test_unknown_command ... ok
[INFO] [stdout] test test_help_presence ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/content_tests.rs (/opt/rustwide/target/debug/deps/content_tests-09836d7f0226476c)
[INFO] [stdout] 
[INFO] [stdout] running 42 tests
[INFO] [stdout] test test_alex_2019_history_exists ... ok
[INFO] [stdout] test test_alex_2019_reddit_format ... ok
[INFO] [stdout] test test_collector_era_exists ... ok
[INFO] [stdout] test test_corrupted_intensity_clamped ... ok
[INFO] [stdout] test test_corrupted_deterministic ... ok
[INFO] [stdout] test test_corrupted_intensity_zero_no_corruption ... ok
[INFO] [stdout] test test_content_library_has_histories ... ok
[INFO] [stdout] test test_counter_increments ... ok
[INFO] [stdout] test test_all_eras_have_unique_histories ... ok
[INFO] [stdout] test test_create_victim_history ... ok
[INFO] [stdout] test test_archivist_era_exists ... ok
[INFO] [stdout] test test_entry_getters ... ok
[INFO] [stdout] test test_cryptographer_era_content ... ok
[INFO] [stdout] test test_file_content_case_insensitive ... ok
[INFO] [stdout] test test_file_content_returns_none_for_nonexistent ... ok
[INFO] [stdout] test test_get_file_content_by_name ... ok
[INFO] [stdout] test test_get_history_by_era ... ok
[INFO] [stdout] test test_hello_bas_content ... ok
[INFO] [stdout] test test_history_by_era ... ok
[INFO] [stdout] test test_multiple_entries ... ok
[INFO] [stdout] test test_library_has_generic_files ... ok
[INFO] [stdout] test test_new_generic_files_exist ... ok
[INFO] [stdout] test test_name_uppercase_normalization ... ok
[INFO] [stdout] test test_history_has_entries ... ok
[INFO] [stdout] test test_new_history_has_empty_entries ... ok
[INFO] [stdout] test test_generic_files_returns_tuples ... ok
[INFO] [stdout] test test_researcher_era_exists ... ok
[INFO] [stdout] test test_timestamp_changes ... ok
[INFO] [stdout] test test_sysop_history_exists ... ok
[INFO] [stdout] test test_streamer_era_exists ... ok
[INFO] [stdout] test test_teacher_history_exists ... ok
[INFO] [stdout] test test_y2k_history_exists ... ok
[INFO] [stdout] test test_required_files_exist ... ok
[INFO] [stdout] test test_vintage_collector_era_exists ... ok
[INFO] [stdout] test test_patricia_history_horror_escalation ... ok
[INFO] [stdout] test test_patricia_history_exists ... ok
[INFO] [stdout] test test_repeating_text_cycles ... ok
[INFO] [stdout] test test_repeating_text_empty ... ok
[INFO] [stdout] test test_corrupted_content ... ok
[INFO] [stdout] test test_history_for_current_era_returns_none ... ok
[INFO] [stdout] test test_recovery_history ... ok
[INFO] [stdout] test test_counter_handles_large_values ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/effects_tests.rs (/opt/rustwide/target/debug/deps/effects_tests-62fe402766bfc35a)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test test_cursor_jump ... ok
[INFO] [stdout] test test_filename_corruption ... ok
[INFO] [stdout] test test_line_noise ... ok
[INFO] [stdout] test test_normal_timestamp ... ok
[INFO] [stdout] test test_mild_corruption_preserves_length ... ok
[INFO] [stdout] test test_no_corruption_at_surface ... ok
[INFO] [stdout] test test_corrupted_timestamp_at_depth ... ok
[INFO] [stdout] test test_impossible_dates ... ok
[INFO] [stdout] test test_intensity_from_depth ... ok
[INFO] [stdout] test test_prompt_corruption_at_infection ... ok
[INFO] [stdout] test test_same_seed_produces_same_corruption ... ok
[INFO] [stdout] test test_severe_corruption_changes_text ... ok
[INFO] [stdout] test test_prompt_changes_at_presence ... ok
[INFO] [stdout] test test_echo_duplication ... ok
[INFO] [stdout] test test_normal_prompt_at_surface ... ok
[INFO] [stderr]      Running tests/entity_tests.rs (/opt/rustwide/target/debug/deps/entity_tests-d15c27f8b1c97d28)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test test_depth_affects_layer ... ok
[INFO] [stdout] test test_entity_starts_dormant ... ok
[INFO] [stdout] test test_hello_response_varies_by_mood ... ok
[INFO] [stdout] test test_interaction_count_tracked ... ok
[INFO] [stdout] test test_who_response_exists ... ok
[INFO] [stdout] test test_random_interjection_deterministic ... ok
[INFO] [stdout] test test_mood_shifts_with_depth ... ok
[INFO] [stdout] test test_interjection_possible_at_presence ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/experimental_tests.rs (/opt/rustwide/target/debug/deps/experimental_tests-970febbd4e1ea83b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running tests/filesystem_tests.rs (/opt/rustwide/target/debug/deps/filesystem_tests-dc567142a4f1af55)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 28 tests
[INFO] [stdout] test test_add_child_directory ... ok
[INFO] [stdout] test test_create_directory_node ... ok
[INFO] [stdout] test test_create_filesystem_with_root ... ok
[INFO] [stdout] test test_directory_can_contain_itself ... ok
[INFO] [stdout] test test_directory_can_have_files ... ok
[INFO] [stdout] test test_disorienting_navigation ... ok
[INFO] [stdout] test test_depth_tracking ... ok
[INFO] [stdout] test test_file_node_content ... ok
[INFO] [stdout] test test_file_with_dynamic_content ... ok
[INFO] [stdout] test test_navigate_parent ... ok
[INFO] [stdout] test test_navigate_nonexistent_fails ... ok
[INFO] [stdout] test test_navigate_to_child ... ok
[INFO] [stdout] test test_paradox_navigation_increases_depth ... ok
[INFO] [stdout] test test_different_seeds_produce_different_structures ... ok
[INFO] [stdout] test test_generation_respects_depth_limit ... ok
[INFO] [stdout] test test_parent_navigation_from_paradox ... ok
[INFO] [stdout] test test_same_seed_produces_same_structure ... ok
[INFO] [stdout] test test_static_files_from_library ... ok
[INFO] [stdout] test test_dynamic_files_present ... ok
[INFO] [stdout] test test_victim_files_appear_at_depth ... ok
[INFO] [stdout] test test_dynamic_files_have_creepy_names ... ok
[INFO] [stdout] test test_generated_filesystem_has_victim_files ... ok
[INFO] [stdout] test test_generator_creates_paradox_directories ... ok
[INFO] [stdout] test test_paradox_enables_infinite_descent ... ok
[INFO] [stdout] test test_content_mix_in_filesystem ... ok
[INFO] [stderr] error: test failed, to rerun pass `--test filesystem_tests`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/filesystem_tests-dc567142a4f1af55` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "bd65c31c269613655cbac6f62278c22fd3fc49fe14910d326c42b40bb7bff8d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bd65c31c269613655cbac6f62278c22fd3fc49fe14910d326c42b40bb7bff8d7", kill_on_drop: false }`
[INFO] [stdout] bd65c31c269613655cbac6f62278c22fd3fc49fe14910d326c42b40bb7bff8d7
