[INFO] cloning repository https://github.com/PerArneng/dbloada
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PerArneng/dbloada" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPerArneng%2Fdbloada", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPerArneng%2Fdbloada'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e9d26adffb9f0ae4438aea81f1aa52928d5abaef
[INFO] testing PerArneng/dbloada against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPerArneng%2Fdbloada" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/PerArneng/dbloada
[INFO] finished tweaking git repo https://github.com/PerArneng/dbloada
[INFO] tweaked toml for git repo https://github.com/PerArneng/dbloada written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/PerArneng/dbloada on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/PerArneng/dbloada 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.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7e1d7a1438ef9d9cfa48915d675cc4069f509badd638082a002f081a5933e16e
[INFO] running `Command { std: "docker" "start" "7e1d7a1438ef9d9cfa48915d675cc4069f509badd638082a002f081a5933e16e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7e1d7a1438ef9d9cfa48915d675cc4069f509badd638082a002f081a5933e16e", 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" "7e1d7a1438ef9d9cfa48915d675cc4069f509badd638082a002f081a5933e16e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7e1d7a1438ef9d9cfa48915d675cc4069f509badd638082a002f081a5933e16e", 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" "7e1d7a1438ef9d9cfa48915d675cc4069f509badd638082a002f081a5933e16e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling clap_lex v0.7.7
[INFO] [stderr]    Compiling ryu v1.0.22
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling clap_builder v4.5.57
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling uuid v1.21.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling clap v4.5.57
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling dbloada v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: methods `error`, `warn`, and `trace` are never used
[INFO] [stdout]  --> src/traits/logger.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub trait Logger: Send + Sync {
[INFO] [stdout]   |           ------ methods in this trait
[INFO] [stdout] 5 |     async fn error(&self, msg: &str);
[INFO] [stdout]   |              ^^^^^
[INFO] [stdout] 6 |     async fn warn(&self, msg: &str);
[INFO] [stdout]   |              ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 9 |     async fn trace(&self, msg: &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: method `init` is never used
[INFO] [stdout]  --> src/traits/engine.rs:9:14
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub trait Engine: Send + Sync {
[INFO] [stdout]   |           ------ method in this trait
[INFO] [stdout] 9 |     async fn init(&self);
[INFO] [stdout]   |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `headers`, `row`, and `cell` are never used
[INFO] [stdout]   --> src/models/table.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl Table {
[INFO] [stdout]    | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 15 |     pub fn headers(&self) -> &[String] {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     pub fn row(&self, index: usize) -> Option<&[String]> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub fn cell(&self, row: usize, col: usize) -> Option<&str> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `logger` is never read
[INFO] [stdout]  --> src/components/engine/engine_impl.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct EngineImpl {
[INFO] [stdout]   |            ---------- field in this struct
[INFO] [stdout] 7 |     logger: Box<dyn Logger>,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.78s
[INFO] running `Command { std: "docker" "inspect" "7e1d7a1438ef9d9cfa48915d675cc4069f509badd638082a002f081a5933e16e", 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" "7e1d7a1438ef9d9cfa48915d675cc4069f509badd638082a002f081a5933e16e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling dbloada v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: methods `error`, `warn`, and `trace` are never used
[INFO] [stdout]  --> src/traits/logger.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub trait Logger: Send + Sync {
[INFO] [stdout]   |           ------ methods in this trait
[INFO] [stdout] 5 |     async fn error(&self, msg: &str);
[INFO] [stdout]   |              ^^^^^
[INFO] [stdout] 6 |     async fn warn(&self, msg: &str);
[INFO] [stdout]   |              ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 9 |     async fn trace(&self, msg: &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: method `init` is never used
[INFO] [stdout]  --> src/traits/engine.rs:9:14
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub trait Engine: Send + Sync {
[INFO] [stdout]   |           ------ method in this trait
[INFO] [stdout] 9 |     async fn init(&self);
[INFO] [stdout]   |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `logger` is never read
[INFO] [stdout]  --> src/components/engine/engine_impl.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct EngineImpl {
[INFO] [stdout]   |            ---------- field in this struct
[INFO] [stdout] 7 |     logger: Box<dyn Logger>,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.95s
[INFO] running `Command { std: "docker" "inspect" "7e1d7a1438ef9d9cfa48915d675cc4069f509badd638082a002f081a5933e16e", 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" "7e1d7a1438ef9d9cfa48915d675cc4069f509badd638082a002f081a5933e16e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: methods `error`, `warn`, and `trace` are never used
[INFO] [stderr]  --> src/traits/logger.rs:5:14
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub trait Logger: Send + Sync {
[INFO] [stderr]   |           ------ methods in this trait
[INFO] [stderr] 5 |     async fn error(&self, msg: &str);
[INFO] [stderr]   |              ^^^^^
[INFO] [stderr] 6 |     async fn warn(&self, msg: &str);
[INFO] [stderr]   |              ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 9 |     async fn trace(&self, msg: &str);
[INFO] [stderr]   |              ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `init` is never used
[INFO] [stderr]  --> src/traits/engine.rs:9:14
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub trait Engine: Send + Sync {
[INFO] [stderr]   |           ------ method in this trait
[INFO] [stderr] 9 |     async fn init(&self);
[INFO] [stderr]   |              ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `logger` is never read
[INFO] [stderr]  --> src/components/engine/engine_impl.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub struct EngineImpl {
[INFO] [stderr]   |            ---------- field in this struct
[INFO] [stderr] 7 |     logger: Box<dyn Logger>,
[INFO] [stderr]   |     ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `dbloada` (bin "dbloada" test) generated 3 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/dbloada-9b422329fbfb5b58)
[INFO] [stdout] 
[INFO] [stdout] running 99 tests
[INFO] [stdout] test components::csv_parser::csv_parser_impl::tests::resolve_column_indices_by_index ... ok
[INFO] [stdout] test components::csv_parser::csv_parser_impl::tests::resolve_column_indices_by_name ... ok
[INFO] [stdout] test components::csv_parser::csv_parser_impl::tests::resolve_column_indices_name_without_header_errors ... ok
[INFO] [stdout] test components::csv_parser::csv_parser_impl::tests::parse_reorders_columns ... ok
[INFO] [stdout] test components::csv_parser::csv_parser_impl::tests::parse_with_headers ... ok
[INFO] [stdout] test components::csv_parser::csv_parser_impl::tests::strip_csv_field_trims_whitespace ... ok
[INFO] [stdout] test components::csv_parser::csv_parser_impl::tests::strip_csv_field_removes_quotes ... ok
[INFO] [stdout] test components::init::init_impl::tests::example_directories_contains_data_and_scripts ... ok
[INFO] [stdout] test components::init::init_impl::tests::example_project_department_has_cmd_source_with_temp_file ... ok
[INFO] [stdout] [INFO] ensured directory: /tmp/.tmpTteH5l/data
[INFO] [stdout] [INFO] created directory: /tmp/.tmpTteH5l/data
[INFO] [stdout] [INFO] ensured directory: /tmp/.tmpTteH5l/scripts
[INFO] [stdout] [INFO] created directory: /tmp/.tmpTteH5l/scripts
[INFO] [stdout] [INFO] wrote file: /tmp/.tmpTteH5l/data/countries.csv
[INFO] [stdout] [INFO] created /tmp/.tmpTteH5l/data/countries.csv
[INFO] [stdout] test components::csv_parser::csv_parser_impl::tests::parse_without_headers ... ok
[INFO] [stdout] test components::init::init_impl::tests::example_data_files_paths_match_file_sources ... ok
[INFO] [stdout] test components::init::init_impl::tests::example_data_files_has_five_entries ... ok
[INFO] [stdout] [INFO] wrote file: /tmp/.tmpTteH5l/data/cities.csv
[INFO] [stdout] test components::init::init_impl::tests::example_project_has_correct_api_version ... ok
[INFO] [stdout] [INFO] created /tmp/.tmpTteH5l/data/cities.csv
[INFO] [stdout] test components::init::init_impl::tests::example_project_office_has_relationship_to_city ... ok
[INFO] [stdout] [INFO] wrote file: /tmp/.tmpTteH5l/data/offices.csv
[INFO] [stdout] [INFO] created /tmp/.tmpTteH5l/data/offices.csv
[INFO] [stdout] [INFO] wrote file: /tmp/.tmpTteH5l/scripts/generate-employees.sh
[INFO] [stdout] [INFO] created /tmp/.tmpTteH5l/scripts/generate-employees.sh
[INFO] [stdout] [INFO] wrote file: /tmp/.tmpTteH5l/scripts/generate-departments.sh
[INFO] [stdout] [INFO] created /tmp/.tmpTteH5l/scripts/generate-departments.sh
[INFO] [stdout] test components::init::init_impl::tests::example_project_city_has_relationship_to_country ... ok
[INFO] [stdout] test components::file_system::disk_file_system::tests::save_and_load_round_trip ... ok
[INFO] [stdout] test components::init::init_impl::tests::example_project_uses_given_name ... ok
[INFO] [stdout] test components::file_system::disk_file_system::tests::ensure_dir_creates_directory ... ok
[INFO] [stdout] [INFO] serialized project: real-world-test
[INFO] [stdout] [INFO] wrote file: /tmp/.tmpTteH5l/dbloada.yaml
[INFO] [stdout] [INFO] saved project 'real-world-test' to: /tmp/.tmpTteH5l/dbloada.yaml
[INFO] [stdout] [INFO] created /tmp/.tmpTteH5l/dbloada.yaml
[INFO] [stdout] [INFO] read file: /tmp/.tmpTteH5l/dbloada.yaml
[INFO] [stdout] test components::init::init_impl::tests::example_project_employee_has_cmd_source ... ok
[INFO] [stdout] test components::csv_parser::csv_parser_impl::tests::strip_csv_field_no_quotes ... ok
[INFO] [stdout] test components::init::init_impl::tests::example_project_has_five_tables ... ok
[INFO] [stdout] test components::init::init_impl::tests::example_project_table_names ... ok
[INFO] [stdout] test components::init::init_impl::tests::example_script_files_has_two_entries ... ok
[INFO] [stdout] test components::load::load_impl::tests::project_file_path_appends_filename ... ok
[INFO] [stdout] test components::file_system::disk_file_system::tests::save_creates_parent_directories ... ok
[INFO] [stdout] test components::load::load_impl::tests::load_returns_error_for_nonexistent_directory ... ok
[INFO] [stdout] test components::init::init_impl::tests::init_allows_non_empty_directory_with_force ... ok
[INFO] [stdout] test components::init::init_impl::tests::is_directory_empty_returns_true_for_empty_dir ... ok
[INFO] [stdout] [INFO] deserialized project: real-world-test
[INFO] [stdout] [INFO] loaded project 'real-world-test' from: /tmp/.tmpTteH5l/dbloada.yaml
[INFO] [stdout] [INFO] loaded project 'real-world-test' from: /tmp/.tmpTteH5l/dbloada.yaml
[INFO] [stdout] [INFO] read file: /tmp/.tmpTteH5l/data/countries.csv
[INFO] [stdout] [INFO] read table 'country' using reader 'csv': 2 rows, 1 columns
[INFO] [stdout] [INFO] loaded table 'country': 2 rows, 1 columns
[INFO] [stdout] [INFO] read file: /tmp/.tmpTteH5l/data/cities.csv
[INFO] [stdout] [INFO] read table 'city' using reader 'csv': 2 rows, 2 columns
[INFO] [stdout] [INFO] loaded table 'city': 2 rows, 2 columns
[INFO] [stdout] test components::file_system::disk_file_system::tests::load_nonexistent_file_returns_read_error ... ok
[INFO] [stdout] test components::project_io::yaml_project_io::tests::save_overwrites_existing_file ... ok
[INFO] [stdout] test components::project_io::yaml_project_io::tests::save_and_load_with_different_names ... ok
[INFO] [stdout] test components::project_io::yaml_project_io::tests::load_from_invalid_yaml_content_returns_error ... ok
[INFO] [stdout] test components::project_io::yaml_project_io::tests::load_from_nonexistent_path_returns_error ... ok
[INFO] [stdout] test components::load::load_impl::tests::load_returns_table_reader_error_when_table_source_is_missing ... ok
[INFO] [stdout] test components::project_io::yaml_project_io::tests::load_preserves_api_version ... ok
[INFO] [stdout] test components::load::load_impl::tests::project_file_path_with_trailing_slash ... ok
[INFO] [stdout] test components::init::init_impl::tests::init_rejects_non_empty_directory_without_force ... ok
[INFO] [stdout] test components::project_io::yaml_project_io::tests::multiple_projects_at_different_paths ... ok
[INFO] [stdout] test components::project_io::yaml_project_io::tests::save_and_load_round_trip ... ok
[INFO] [stdout] test components::init::init_impl::tests::is_directory_empty_returns_false_when_file_exists ... ok
[INFO] [stdout] [INFO] read file: /tmp/.tmpTteH5l/data/offices.csv
[INFO] [stdout] [INFO] read table 'office' using reader 'csv': 2 rows, 2 columns
[INFO] [stdout] [INFO] loaded table 'office': 2 rows, 2 columns
[INFO] [stdout] [INFO] running command (stdout mode): bash ["scripts/generate-employees.sh"]
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::deserialize_from_yaml_extracts_correct_api_version ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::deserialize_handles_missing_spec ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::deserialize_handles_yaml_with_leading_document_marker ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::deserialize_handles_extra_fields_gracefully ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::deserialize_cmd_source ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::deserialize_from_yaml_extracts_correct_name ... ok
[INFO] [stdout] test components::load::load_impl::tests::load_returns_project_and_tables_for_valid_project ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::deserialize_rejects_missing_api_version ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::deserialize_full_spec_yaml_with_file_source ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::deserialize_rejects_empty_kind ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::deserialize_rejects_empty_string ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::deserialize_from_yaml_parses_valid_yaml ... ok
[INFO] [stdout] [INFO] read table 'employee' using reader 'cmd_csv': 2 rows, 2 columns
[INFO] [stdout] [INFO] loaded table 'employee': 2 rows, 2 columns
[INFO] [stdout] [INFO] running command (temp file mode): bash ["scripts/generate-departments.sh", "/tmp/dbloada-2151d432-518a-490a-b514-cfae8250a1e2.csv"] -> /tmp/dbloada-2151d432-518a-490a-b514-cfae8250a1e2.csv
[INFO] [stdout] Writing departments to /tmp/dbloada-2151d432-518a-490a-b514-cfae8250a1e2.csv
[INFO] [stdout] [INFO] read table 'department' using reader 'cmd_csv': 2 rows, 2 columns
[INFO] [stdout] [INFO] loaded table 'department': 2 rows, 2 columns
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::deserialize_cmd_source_stdout_defaults_to_true ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::round_trip_preserves_data ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::round_trip_with_cmd_source ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::deserialize_rejects_missing_kind_field ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::deserialize_rejects_missing_metadata ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::round_trip_with_file_source ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::deserialize_rejects_missing_name_in_metadata ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::round_trip_with_various_names ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::deserialize_rejects_wrong_kind ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::parse_column_type_string ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::parse_column_type_unknown_returns_error ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::column_type_to_string_roundtrip ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::deserialize_rejects_invalid_yaml ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::serialize_to_yaml_with_long_name ... ok
[INFO] [stdout] test components::table_reader::cmd_csv_table_reader::tests::can_read_cmd_source ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::serialize_to_yaml_produces_valid_yaml ... ok
[INFO] [stdout] test components::table_reader::cmd_csv_table_reader::tests::substitute_temp_path_replaces_placeholder ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::serialize_to_yaml_sets_kind_to_dbloada_project ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::serialize_to_yaml_uses_correct_api_version ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::serialize_to_yaml_with_single_char_name ... ok
[INFO] [stdout] test components::table_reader::cmd_csv_table_reader::tests::cannot_read_file_source ... ok
[INFO] [stdout] test components::table_reader::cmd_csv_table_reader::tests::substitute_temp_path_empty_args ... ok
[INFO] [stdout] test components::table_reader::cmd_csv_table_reader::tests::substitute_temp_path_no_placeholder ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::serialize_to_yaml_embeds_project_name_in_metadata ... ok
[INFO] [stdout] test components::engine::engine_impl::tests::init_then_load_project_from_temp_directory ... ok
[INFO] [stdout] test components::table_reader::csv_table_reader::tests::can_read_csv_case_insensitive ... ok
[INFO] [stdout] test components::table_reader::csv_table_reader::tests::can_read_csv_extension ... ok
[INFO] [stdout] test components::table_reader::csv_table_reader::tests::cannot_read_cmd_source ... ok
[INFO] [stdout] test components::table_reader::csv_table_reader::tests::cannot_read_non_csv ... ok
[INFO] [stdout] test components::table_reader::csv_table_reader::tests::decode_bytes_unknown_encoding_errors ... ok
[INFO] [stdout] test components::table_reader::csv_table_reader::tests::decode_bytes_utf8 ... ok
[INFO] [stdout] test components::table_reader::csv_table_reader::tests::read_table_file_not_found_errors ... ok
[INFO] [stdout] test components::project_serialization::yaml_project_serialization::tests::serialize_to_yaml_with_hyphenated_name ... ok
[INFO] [stdout] test models::table::tests::cell_returns_correct_value ... ok
[INFO] [stdout] test components::table_reader::csv_table_reader::tests::read_table_name_without_header_errors ... ok
[INFO] [stdout] test models::table::tests::table_to_string_empty_table ... ok
[INFO] [stdout] test models::table::tests::table_to_string_aligns_columns ... ok
[INFO] [stdout] test models::table::tests::new_table_stores_fields ... ok
[INFO] [stdout] test models::table::tests::table_to_string_formats_borders ... ok
[INFO] [stdout] test components::table_reader::csv_table_reader::tests::read_table_without_headers_by_index ... ok
[INFO] [stdout] test components::table_reader::csv_table_reader::tests::read_table_reorders_columns ... ok
[INFO] [stdout] test models::table::tests::row_returns_correct_row ... ok
[INFO] [stdout] test components::table_reader::csv_table_reader::tests::read_table_with_headers_by_name ... ok
[INFO] [stdout] test models::table::tests::table_to_string_includes_summary ... ok
[INFO] [stdout] test components::table_reader::csv_table_reader::tests::read_table_missing_header_errors ... ok
[INFO] [stdout] test components::file_system::disk_file_system::tests::save_to_invalid_path_returns_dir_create_error ... FAILED
[INFO] [stdout] test components::file_system::disk_file_system::tests::ensure_dir_invalid_path_returns_error ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- components::file_system::disk_file_system::tests::save_to_invalid_path_returns_dir_create_error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'components::file_system::disk_file_system::tests::save_to_invalid_path_returns_dir_create_error' (989) panicked at src/components/file_system/disk_file_system.rs:105:9:
[INFO] [stdout] assertion failed: result.is_err()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f3ef74ad971 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f3ef74ad971 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f3ef74ad971 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f3ef74ad971 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f3ef74c40aa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f3ef74c40aa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5f3ef74b24ac - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5f3ef74b24ac - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5f3ef74892d6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f3ef74892d6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f3ef74a44c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f3ef73887c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5f3ef73887c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5f3ef74a47f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5f3ef74a47f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5f3ef74893b4 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x5f3ef7480999 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f3ef748a03d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5f3ef74c48ac - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f3ef74c4872 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5f3ef7232d6b - dbloada[1ac75f495fc2b549]::components::file_system::disk_file_system::tests::save_to_invalid_path_returns_dir_create_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/components/file_system/disk_file_system.rs:105:9
[INFO] [stdout]   21:     0x5f3ef72c8022 - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5f3ef72c809d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5f3ef72b6c5d - <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   24:     0x5f3ef72b6adb - tokio[2eab71a1b98bdc32]::task::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   25:     0x5f3ef72b6adb - tokio[2eab71a1b98bdc32]::task::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   26:     0x5f3ef72b6adb - <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   27:     0x5f3ef72ad480 - <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   28:     0x5f3ef72b4bdd - <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   29:     0x5f3ef72b3ed4 - <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   30:     0x5f3ef726f93b - <tokio[2eab71a1b98bdc32]::runtime::context::scoped::Scoped<tokio[2eab71a1b98bdc32]::runtime::scheduler::Context>>::set::<<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x5f3ef728e499 - tokio[2eab71a1b98bdc32]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   32:     0x5f3ef7270122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[2eab71a1b98bdc32]::runtime::context::Context>>::try_with::<tokio[2eab71a1b98bdc32]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   33:     0x5f3ef726fcae - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[2eab71a1b98bdc32]::runtime::context::Context>>::with::<tokio[2eab71a1b98bdc32]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   34:     0x5f3ef7283abd - tokio[2eab71a1b98bdc32]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   35:     0x5f3ef72b1b00 - <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   36:     0x5f3ef72b1df6 - <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   37:     0x5f3ef72b3580 - <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   38:     0x5f3ef72b2de3 - tokio[2eab71a1b98bdc32]::runtime::context::runtime::enter_runtime::<<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x5f3ef72acfb1 - <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   40:     0x5f3ef7205544 - <tokio[2eab71a1b98bdc32]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   41:     0x5f3ef720570f - <tokio[2eab71a1b98bdc32]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   42:     0x5f3ef7235301 - dbloada[1ac75f495fc2b549]::components::file_system::disk_file_system::tests::save_to_invalid_path_returns_dir_create_error
[INFO] [stdout]                                at /opt/rustwide/workdir/src/components/file_system/disk_file_system.rs:107:71
[INFO] [stdout]   43:     0x5f3ef7230437 - dbloada[1ac75f495fc2b549]::components::file_system::disk_file_system::tests::save_to_invalid_path_returns_dir_create_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/components/file_system/disk_file_system.rs:98:61
[INFO] [stdout]   44:     0x5f3ef71cc696 - <dbloada[1ac75f495fc2b549]::components::file_system::disk_file_system::tests::save_to_invalid_path_returns_dir_create_error::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5f3ef737bafb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5f3ef737bafb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   47:     0x5f3ef7389145 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   48:     0x5f3ef7389145 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   49:     0x5f3ef7389145 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   50:     0x5f3ef7389145 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x5f3ef7389145 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x5f3ef7389145 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   53:     0x5f3ef7389145 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   54:     0x5f3ef7383bf4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   55:     0x5f3ef7383bf4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   56:     0x5f3ef738c292 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   57:     0x5f3ef738c292 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x5f3ef738c292 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   59:     0x5f3ef738c292 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x5f3ef738c292 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x5f3ef738c292 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   62:     0x5f3ef738c292 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x5f3ef74ac94f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   64:     0x5f3ef74ac94f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   65:     0x76d2c415faa4 - <unknown>
[INFO] [stdout]   66:     0x76d2c41eca64 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- components::file_system::disk_file_system::tests::ensure_dir_invalid_path_returns_error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'components::file_system::disk_file_system::tests::ensure_dir_invalid_path_returns_error' (985) panicked at src/components/file_system/disk_file_system.rs:143:9:
[INFO] [stdout] assertion failed: result.is_err()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f3ef74ad971 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f3ef74ad971 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f3ef74ad971 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f3ef74ad971 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f3ef74c40aa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f3ef74c40aa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5f3ef74b24ac - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5f3ef74b24ac - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5f3ef74892d6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f3ef74892d6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f3ef74a44c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f3ef73887c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5f3ef73887c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5f3ef74a47f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5f3ef74a47f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5f3ef74893b4 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x5f3ef7480999 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f3ef748a03d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5f3ef74c48ac - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f3ef74c4872 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5f3ef723237f - dbloada[1ac75f495fc2b549]::components::file_system::disk_file_system::tests::ensure_dir_invalid_path_returns_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/components/file_system/disk_file_system.rs:143:9
[INFO] [stdout]   21:     0x5f3ef72c8022 - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5f3ef72c809d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5f3ef72b6c5d - <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   24:     0x5f3ef72b6adb - tokio[2eab71a1b98bdc32]::task::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   25:     0x5f3ef72b6adb - tokio[2eab71a1b98bdc32]::task::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   26:     0x5f3ef72b6adb - <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   27:     0x5f3ef72ad480 - <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   28:     0x5f3ef72b4bdd - <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   29:     0x5f3ef72b3ed4 - <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   30:     0x5f3ef726f93b - <tokio[2eab71a1b98bdc32]::runtime::context::scoped::Scoped<tokio[2eab71a1b98bdc32]::runtime::scheduler::Context>>::set::<<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x5f3ef728e499 - tokio[2eab71a1b98bdc32]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   32:     0x5f3ef7270122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[2eab71a1b98bdc32]::runtime::context::Context>>::try_with::<tokio[2eab71a1b98bdc32]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   33:     0x5f3ef726fcae - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[2eab71a1b98bdc32]::runtime::context::Context>>::with::<tokio[2eab71a1b98bdc32]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   34:     0x5f3ef7283abd - tokio[2eab71a1b98bdc32]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   35:     0x5f3ef72b1b00 - <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   36:     0x5f3ef72b1df6 - <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   37:     0x5f3ef72b3580 - <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   38:     0x5f3ef72b2de3 - tokio[2eab71a1b98bdc32]::runtime::context::runtime::enter_runtime::<<tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x5f3ef72acfb1 - <tokio[2eab71a1b98bdc32]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   40:     0x5f3ef7205544 - <tokio[2eab71a1b98bdc32]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   41:     0x5f3ef720570f - <tokio[2eab71a1b98bdc32]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   42:     0x5f3ef7234fa1 - dbloada[1ac75f495fc2b549]::components::file_system::disk_file_system::tests::ensure_dir_invalid_path_returns_error
[INFO] [stdout]                                at /opt/rustwide/workdir/src/components/file_system/disk_file_system.rs:145:71
[INFO] [stdout]   43:     0x5f3ef72303d7 - dbloada[1ac75f495fc2b549]::components::file_system::disk_file_system::tests::ensure_dir_invalid_path_returns_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/components/file_system/disk_file_system.rs:136:53
[INFO] [stdout]   44:     0x5f3ef71cc616 - <dbloada[1ac75f495fc2b549]::components::file_system::disk_file_system::tests::ensure_dir_invalid_path_returns_error::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5f3ef737bafb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5f3ef737bafb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   47:     0x5f3ef7389145 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   48:     0x5f3ef7389145 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   49:     0x5f3ef7389145 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   50:     0x5f3ef7389145 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x5f3ef7389145 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x5f3ef7389145 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   53:     0x5f3ef7389145 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   54:     0x5f3ef7383bf4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   55:     0x5f3ef7383bf4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   56:     0x5f3ef738c292 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   57:     0x5f3ef738c292 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x5f3ef738c292 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   59:     0x5f3ef738c292 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x5f3ef738c292 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x5f3ef738c292 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   62:     0x5f3ef738c292 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x5f3ef74ac94f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   64:     0x5f3ef74ac94f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   65:     0x76d2c415faa4 - <unknown>
[INFO] [stdout]   66:     0x76d2c41eca64 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     components::file_system::disk_file_system::tests::ensure_dir_invalid_path_returns_error
[INFO] [stdout]     components::file_system::disk_file_system::tests::save_to_invalid_path_returns_dir_create_error
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 97 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin dbloada`
[INFO] running `Command { std: "docker" "inspect" "7e1d7a1438ef9d9cfa48915d675cc4069f509badd638082a002f081a5933e16e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e1d7a1438ef9d9cfa48915d675cc4069f509badd638082a002f081a5933e16e", kill_on_drop: false }`
[INFO] [stdout] 7e1d7a1438ef9d9cfa48915d675cc4069f509badd638082a002f081a5933e16e
