[INFO] cloning repository https://github.com/rajasingh545/rust-programming
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rajasingh545/rust-programming" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frajasingh545%2Frust-programming", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frajasingh545%2Frust-programming'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 926d49675dac5a7e4697ae039980d3850ebfdbd8
[INFO] testing rajasingh545/rust-programming against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frajasingh545%2Frust-programming" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rajasingh545/rust-programming
[INFO] finished tweaking git repo https://github.com/rajasingh545/rust-programming
[INFO] tweaked toml for git repo https://github.com/rajasingh545/rust-programming written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rajasingh545/rust-programming on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rajasingh545/rust-programming 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" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 637ceea98a42ccf111163a83d154c23ebf01cf4ac6e2aad0a935133e0ef1bd6f
[INFO] running `Command { std: "docker" "start" "637ceea98a42ccf111163a83d154c23ebf01cf4ac6e2aad0a935133e0ef1bd6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "637ceea98a42ccf111163a83d154c23ebf01cf4ac6e2aad0a935133e0ef1bd6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "637ceea98a42ccf111163a83d154c23ebf01cf4ac6e2aad0a935133e0ef1bd6f" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "637ceea98a42ccf111163a83d154c23ebf01cf4ac6e2aad0a935133e0ef1bd6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "637ceea98a42ccf111163a83d154c23ebf01cf4ac6e2aad0a935133e0ef1bd6f" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling fitness v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `cardio` and `weightlifting` are never read
[INFO] [stdout]   --> src/lib.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct GymWorkout {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 18 |     cardio: CardioExercise,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 19 |     weightlifting: WeightliftingExercise,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GymWorkout` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `day`, `tool`, and `minutes` are never read
[INFO] [stdout]   --> src/cardio/mod.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct Exercise {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 20 |     day: String,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 21 |     tool: CardioTool,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 22 |     minutes: u32,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Exercise` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `reps` are never read
[INFO] [stdout]   --> src/weightlifting.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Exercise {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout]  9 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 10 |     reps: u32,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Exercise` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove_file` is never used
[INFO] [stdout]   --> src/file_action.rs:81:4
[INFO] [stdout]    |
[INFO] [stdout] 81 | fn remove_file(path: &str) {
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove_file` is never used
[INFO] [stdout]   --> src/file_action.rs:81:4
[INFO] [stdout]    |
[INFO] [stdout] 81 | fn remove_file(path: &str) {
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
[INFO] running `Command { std: "docker" "inspect" "637ceea98a42ccf111163a83d154c23ebf01cf4ac6e2aad0a935133e0ef1bd6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "637ceea98a42ccf111163a83d154c23ebf01cf4ac6e2aad0a935133e0ef1bd6f" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] warning: fields `cardio` and `weightlifting` are never read
[INFO] [stdout]   --> src/lib.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct GymWorkout {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 18 |     cardio: CardioExercise,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 19 |     weightlifting: WeightliftingExercise,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GymWorkout` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `day`, `tool`, and `minutes` are never read
[INFO] [stdout]   --> src/cardio/mod.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct Exercise {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 20 |     day: String,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 21 |     tool: CardioTool,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 22 |     minutes: u32,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Exercise` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `reps` are never read
[INFO] [stdout]   --> src/weightlifting.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Exercise {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout]  9 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 10 |     reps: u32,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Exercise` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove_file` is never used
[INFO] [stdout]   --> src/file_action.rs:81:4
[INFO] [stdout]    |
[INFO] [stdout] 81 | fn remove_file(path: &str) {
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling fitness v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `remove_file` is never used
[INFO] [stdout]   --> src/file_action.rs:81:4
[INFO] [stdout]    |
[INFO] [stdout] 81 | fn remove_file(path: &str) {
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `cardio` and `weightlifting` are never read
[INFO] [stdout]   --> src/lib.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct GymWorkout {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 18 |     cardio: CardioExercise,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 19 |     weightlifting: WeightliftingExercise,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GymWorkout` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `day`, `tool`, and `minutes` are never read
[INFO] [stdout]   --> src/cardio/mod.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct Exercise {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 20 |     day: String,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 21 |     tool: CardioTool,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 22 |     minutes: u32,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Exercise` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `reps` are never read
[INFO] [stdout]   --> src/weightlifting.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Exercise {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout]  9 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 10 |     reps: u32,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Exercise` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove_file` is never used
[INFO] [stdout]   --> src/file_action.rs:81:4
[INFO] [stdout]    |
[INFO] [stdout] 81 | fn remove_file(path: &str) {
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] running `Command { std: "docker" "inspect" "637ceea98a42ccf111163a83d154c23ebf01cf4ac6e2aad0a935133e0ef1bd6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "637ceea98a42ccf111163a83d154c23ebf01cf4ac6e2aad0a935133e0ef1bd6f" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: fields `cardio` and `weightlifting` are never read
[INFO] [stderr]   --> src/lib.rs:18:5
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub struct GymWorkout {
[INFO] [stderr]    |            ---------- fields in this struct
[INFO] [stderr] 18 |     cardio: CardioExercise,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] 19 |     weightlifting: WeightliftingExercise,
[INFO] [stderr]    |     ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `GymWorkout` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `day`, `tool`, and `minutes` are never read
[INFO] [stderr]   --> src/cardio/mod.rs:20:5
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub struct Exercise {
[INFO] [stderr]    |            -------- fields in this struct
[INFO] [stderr] 20 |     day: String,
[INFO] [stderr]    |     ^^^
[INFO] [stderr] 21 |     tool: CardioTool,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 22 |     minutes: u32,
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Exercise` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `name` and `reps` are never read
[INFO] [stderr]   --> src/weightlifting.rs:9:5
[INFO] [stderr]    |
[INFO] [stderr]  8 | pub struct Exercise {
[INFO] [stderr]    |            -------- fields in this struct
[INFO] [stderr]  9 |     name: String,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 10 |     reps: u32,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Exercise` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: function `remove_file` is never used
[INFO] [stderr]   --> src/file_action.rs:81:4
[INFO] [stderr]    |
[INFO] [stderr] 81 | fn remove_file(path: &str) {
[INFO] [stderr]    |    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `fitness` (lib) generated 4 warnings
[INFO] [stderr] warning: function `remove_file` is never used
[INFO] [stderr]   --> src/file_action.rs:81:4
[INFO] [stderr]    |
[INFO] [stderr] 81 | fn remove_file(path: &str) {
[INFO] [stderr]    |    ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `fitness` (bin "fitness" test) generated 1 warning
[INFO] [stderr] warning: `fitness` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fitness-b9f045080040b70f)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/fitness-25a1c56ce0afbe76)
[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 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]    Doc-tests fitness
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/file_action.rs - file_action::get_user_input (line 15) ... FAILED
[INFO] [stdout] test src/file_action.rs - file_action::get_user_input (line 25) ... FAILED
[INFO] [stdout] test src/file_action.rs - file_action::write_to_file (line 54) ... FAILED
[INFO] [stdout] test src/file_action.rs - file_action::write_to_file (line 66) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/file_action.rs - file_action::get_user_input (line 15) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `get_user_input` in this scope
[INFO] [stdout]   --> src/file_action.rs:16:23
[INFO] [stdout]    |
[INFO] [stdout] 16 | let (file, content) = get_user_input();
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/file_action.rs - file_action::get_user_input (line 25) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `get_user_input` in this scope
[INFO] [stdout]   --> src/file_action.rs:26:23
[INFO] [stdout]    |
[INFO] [stdout] 26 | let (file, content) = get_user_input();
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/file_action.rs - file_action::write_to_file (line 54) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `write_to_file` in this scope
[INFO] [stdout]   --> src/file_action.rs:57:1
[INFO] [stdout]    |
[INFO] [stdout] 57 | write_to_file(path, content);
[INFO] [stdout]    | ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/file_action.rs - file_action::write_to_file (line 66) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `write_to_file` in this scope
[INFO] [stdout]   --> src/file_action.rs:69:1
[INFO] [stdout]    |
[INFO] [stdout] 69 | write_to_file(path, content);
[INFO] [stdout]    | ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/file_action.rs - file_action::get_user_input (line 15)
[INFO] [stdout]     src/file_action.rs - file_action::get_user_input (line 25)
[INFO] [stdout]     src/file_action.rs - file_action::write_to_file (line 54)
[INFO] [stdout]     src/file_action.rs - file_action::write_to_file (line 66)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "637ceea98a42ccf111163a83d154c23ebf01cf4ac6e2aad0a935133e0ef1bd6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "637ceea98a42ccf111163a83d154c23ebf01cf4ac6e2aad0a935133e0ef1bd6f", kill_on_drop: false }`
[INFO] [stdout] 637ceea98a42ccf111163a83d154c23ebf01cf4ac6e2aad0a935133e0ef1bd6f
