[INFO] cloning repository https://github.com/andersongomes001/task-tracker
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/andersongomes001/task-tracker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandersongomes001%2Ftask-tracker", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandersongomes001%2Ftask-tracker'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 97db966ec4d2c0e96d53424834afd9c450516e86
[INFO] testing andersongomes001/task-tracker against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandersongomes001%2Ftask-tracker" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/andersongomes001/task-tracker
[INFO] finished tweaking git repo https://github.com/andersongomes001/task-tracker
[INFO] tweaked toml for git repo https://github.com/andersongomes001/task-tracker written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/andersongomes001/task-tracker on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/andersongomes001/task-tracker 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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 131369ebdfb2a136d05f3719e1b6e705907eb14fab6db6f87c9778b69128bea5
[INFO] running `Command { std: "docker" "start" "131369ebdfb2a136d05f3719e1b6e705907eb14fab6db6f87c9778b69128bea5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "131369ebdfb2a136d05f3719e1b6e705907eb14fab6db6f87c9778b69128bea5", 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" "131369ebdfb2a136d05f3719e1b6e705907eb14fab6db6f87c9778b69128bea5" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "131369ebdfb2a136d05f3719e1b6e705907eb14fab6db6f87c9778b69128bea5", 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" "131369ebdfb2a136d05f3719e1b6e705907eb14fab6db6f87c9778b69128bea5" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling task-tracker v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: value assigned to `executor` is never read
[INFO] [stdout]   --> src/main.rs:45:62
[INFO] [stdout]    |
[INFO] [stdout] 45 |     let mut executor : Option<Box<dyn TaskTrackerCommand>> = None;
[INFO] [stdout]    |                                                              ^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 62 |             executor = Some(Box::new(AddCommand {
[INFO] [stdout]    |             -------- `executor` is overwritten here before the previous value is read
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 13.08s
[INFO] running `Command { std: "docker" "inspect" "131369ebdfb2a136d05f3719e1b6e705907eb14fab6db6f87c9778b69128bea5", 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" "131369ebdfb2a136d05f3719e1b6e705907eb14fab6db6f87c9778b69128bea5" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling task-tracker v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: value assigned to `executor` is never read
[INFO] [stdout]   --> src/main.rs:45:62
[INFO] [stdout]    |
[INFO] [stdout] 45 |     let mut executor : Option<Box<dyn TaskTrackerCommand>> = None;
[INFO] [stdout]    |                                                              ^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 62 |             executor = Some(Box::new(AddCommand {
[INFO] [stdout]    |             -------- `executor` is overwritten here before the previous value is read
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `executor` is never read
[INFO] [stdout]   --> src/main.rs:45:62
[INFO] [stdout]    |
[INFO] [stdout] 45 |     let mut executor : Option<Box<dyn TaskTrackerCommand>> = None;
[INFO] [stdout]    |                                                              ^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 62 |             executor = Some(Box::new(AddCommand {
[INFO] [stdout]    |             -------- `executor` is overwritten here before the previous value is read
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1.13s
[INFO] running `Command { std: "docker" "inspect" "131369ebdfb2a136d05f3719e1b6e705907eb14fab6db6f87c9778b69128bea5", 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" "131369ebdfb2a136d05f3719e1b6e705907eb14fab6db6f87c9778b69128bea5" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: value assigned to `executor` is never read
[INFO] [stderr]   --> src/main.rs:45:62
[INFO] [stderr]    |
[INFO] [stderr] 45 |     let mut executor : Option<Box<dyn TaskTrackerCommand>> = None;
[INFO] [stderr]    |                                                              ^^^^ this value is reassigned later and never used
[INFO] [stderr] ...
[INFO] [stderr] 62 |             executor = Some(Box::new(AddCommand {
[INFO] [stderr]    |             -------- `executor` is overwritten here before the previous value is read
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `task-tracker` (bin "task-cli" test) generated 1 warning
[INFO] [stderr] warning: `task-tracker` (bin "task-cli") generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/task_tracker-3191456b072d6231)
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/task_cli-9d5074b211f51622)
[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] [stdout] 
[INFO] [stderr]      Running tests/commands_integration_test.rs (/opt/rustwide/target/release/deps/commands_integration_test-0b78f77232533f1e)
[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] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test execute_update_with_success ... FAILED
[INFO] [stdout] test execute_delete_with_success ... FAILED
[INFO] [stdout] test execute_add_with_success ... FAILED
[INFO] [stdout] test exeute_mark_in_progress ... FAILED
[INFO] [stdout] test exeute_mark_done ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--test commands_integration_test`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- execute_update_with_success stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'execute_update_with_success' (593) panicked at src/task_tracker_repository.rs:37:54:
[INFO] [stdout] Unable to create file: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64b651fad1f1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x64b651fc1b7a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x64b651fb16ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x64b651f896f6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x64b651fa5829 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x64b651f30630 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x64b651fa59e2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x64b651f897a2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x64b651f82099 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x64b651f8a39d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x64b651fc22ac - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x64b651fc2082 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x64b651f65ea0 - <task_tracker[6e7071471c35f579]::task_tracker_repository::TaskTrackerRepository>::save_all_tasks
[INFO] [stdout]   13:     0x64b651f661ff - <task_tracker[6e7071471c35f579]::task_tracker_repository::TaskTrackerRepository>::add_task
[INFO] [stdout]   14:     0x64b651f234f9 - <commands_integration_test[d60a26a229310860]::execute_update_with_success::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x64b651f2391b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x64b651f30f85 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x64b651f2a344 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x64b651f340e2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x64b651facac9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7e40689f107a - <unknown>
[INFO] [stdout]   21:     0x7e4068a84534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- execute_delete_with_success stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'execute_delete_with_success' (592) panicked at src/task_tracker_repository.rs:37:54:
[INFO] [stdout] Unable to create file: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64b651fad1f1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x64b651fc1b7a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x64b651fb16ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x64b651f896f6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x64b651fa5829 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x64b651f30630 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x64b651fa59e2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x64b651f897a2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x64b651f82099 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x64b651f8a39d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x64b651fc22ac - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x64b651fc2082 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x64b651f65ea0 - <task_tracker[6e7071471c35f579]::task_tracker_repository::TaskTrackerRepository>::save_all_tasks
[INFO] [stdout]   13:     0x64b651f661ff - <task_tracker[6e7071471c35f579]::task_tracker_repository::TaskTrackerRepository>::add_task
[INFO] [stdout]   14:     0x64b651f23189 - <commands_integration_test[d60a26a229310860]::execute_delete_with_success::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x64b651f2391b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x64b651f30f85 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x64b651f2a344 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x64b651f340e2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x64b651facac9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7e40689f107a - <unknown>
[INFO] [stdout]   21:     0x7e4068a84534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- execute_add_with_success stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'execute_add_with_success' (591) panicked at src/task_tracker_repository.rs:37:54:
[INFO] [stdout] Unable to create file: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64b651fad1f1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x64b651fc1b7a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x64b651fb16ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x64b651f896f6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x64b651fa5829 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x64b651f30630 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x64b651fa59e2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x64b651f897a2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x64b651f82099 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x64b651f8a39d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x64b651fc22ac - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x64b651fc2082 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x64b651f65ea0 - <task_tracker[6e7071471c35f579]::task_tracker_repository::TaskTrackerRepository>::save_all_tasks
[INFO] [stdout]   13:     0x64b651f661ff - <task_tracker[6e7071471c35f579]::task_tracker_repository::TaskTrackerRepository>::add_task
[INFO] [stdout]   14:     0x64b651f22d17 - <commands_integration_test[d60a26a229310860]::execute_add_with_success::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x64b651f2391b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x64b651f30f85 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x64b651f2a344 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x64b651f340e2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x64b651facac9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7e40689f107a - <unknown>
[INFO] [stdout]   21:     0x7e4068a84534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- exeute_mark_in_progress stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'exeute_mark_in_progress' (595) panicked at src/task_tracker_repository.rs:37:54:
[INFO] [stdout] Unable to create file: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64b651fad1f1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x64b651fc1b7a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x64b651fb16ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x64b651f896f6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x64b651fa5829 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x64b651f30630 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x64b651fa59e2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x64b651f897a2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x64b651f82099 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x64b651f8a39d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x64b651fc22ac - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x64b651fc2082 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x64b651f65ea0 - <task_tracker[6e7071471c35f579]::task_tracker_repository::TaskTrackerRepository>::save_all_tasks
[INFO] [stdout]   13:     0x64b651f661ff - <task_tracker[6e7071471c35f579]::task_tracker_repository::TaskTrackerRepository>::add_task
[INFO] [stdout]   14:     0x64b651f22866 - <commands_integration_test[d60a26a229310860]::exeute_mark_in_progress::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x64b651f2391b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x64b651f30f85 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x64b651f2a344 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x64b651f340e2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x64b651facac9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7e40689f107a - <unknown>
[INFO] [stdout]   21:     0x7e4068a84534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- exeute_mark_done stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'exeute_mark_done' (594) panicked at src/task_tracker_repository.rs:37:54:
[INFO] [stdout] Unable to create file: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64b651fad1f1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x64b651fc1b7a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x64b651fb16ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x64b651f896f6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x64b651fa5829 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x64b651f30630 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x64b651fa59e2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x64b651f897a2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x64b651f82099 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x64b651f8a39d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x64b651fc22ac - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x64b651fc2082 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x64b651f65ea0 - <task_tracker[6e7071471c35f579]::task_tracker_repository::TaskTrackerRepository>::save_all_tasks
[INFO] [stdout]   13:     0x64b651f661ff - <task_tracker[6e7071471c35f579]::task_tracker_repository::TaskTrackerRepository>::add_task
[INFO] [stdout]   14:     0x64b651f223a6 - <commands_integration_test[d60a26a229310860]::exeute_mark_done::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x64b651f2391b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x64b651f30f85 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x64b651f2a344 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x64b651f340e2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x64b651facac9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7e40689f107a - <unknown>
[INFO] [stdout]   21:     0x7e4068a84534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     execute_add_with_success
[INFO] [stdout]     execute_delete_with_success
[INFO] [stdout]     execute_update_with_success
[INFO] [stdout]     exeute_mark_done
[INFO] [stdout]     exeute_mark_in_progress
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "131369ebdfb2a136d05f3719e1b6e705907eb14fab6db6f87c9778b69128bea5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "131369ebdfb2a136d05f3719e1b6e705907eb14fab6db6f87c9778b69128bea5", kill_on_drop: false }`
[INFO] [stdout] 131369ebdfb2a136d05f3719e1b6e705907eb14fab6db6f87c9778b69128bea5
