[INFO] cloning repository https://github.com/naranyala/starter-rust-webuiangular-rspack
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/naranyala/starter-rust-webuiangular-rspack" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnaranyala%2Fstarter-rust-webuiangular-rspack", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnaranyala%2Fstarter-rust-webuiangular-rspack'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ea7c5f901b1c5c9309c737ea38928e3b54528839
[INFO] testing naranyala/starter-rust-webuiangular-rspack against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnaranyala%2Fstarter-rust-webuiangular-rspack" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/naranyala/starter-rust-webuiangular-rspack
[INFO] finished tweaking git repo https://github.com/naranyala/starter-rust-webuiangular-rspack
[INFO] tweaked toml for git repo https://github.com/naranyala/starter-rust-webuiangular-rspack written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/naranyala/starter-rust-webuiangular-rspack on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/naranyala/starter-rust-webuiangular-rspack already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/webui-dev/rust-webui`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded whoami v2.1.1
[INFO] [stderr]   Downloaded wasite v1.0.2
[INFO] [stderr]   Downloaded winreg v0.52.0
[INFO] [stderr]   Downloaded redox_syscall v0.7.1
[INFO] [stderr]   Downloaded r2d2_sqlite v0.25.0
[INFO] [stderr]   Downloaded scheduled-thread-pool v0.2.7
[INFO] [stderr]   Downloaded jiff-static v0.2.20
[INFO] [stderr]   Downloaded ctrlc v3.5.2
[INFO] [stderr]   Downloaded nix v0.31.2
[INFO] [stderr]   Downloaded jiff v0.2.20
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9614bd93e52591fc1c2c6a323a0c9c24ca10fd1257ce74a0a6a47953542767c9
[INFO] running `Command { std: "docker" "start" "9614bd93e52591fc1c2c6a323a0c9c24ca10fd1257ce74a0a6a47953542767c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9614bd93e52591fc1c2c6a323a0c9c24ca10fd1257ce74a0a6a47953542767c9", 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" "9614bd93e52591fc1c2c6a323a0c9c24ca10fd1257ce74a0a6a47953542767c9" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9614bd93e52591fc1c2c6a323a0c9c24ca10fd1257ce74a0a6a47953542767c9", 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" "9614bd93e52591fc1c2c6a323a0c9c24ca10fd1257ce74a0a6a47953542767c9" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling is-docker v0.2.0
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling syn v2.0.116
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling webui-rs v0.1.0 (https://github.com/webui-dev/rust-webui?branch=main#2c6f3c31)
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling is-wsl v0.4.0
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling jiff v0.2.20
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling match_cfg v0.1.0
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling scheduled-thread-pool v0.2.7
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling hostname v0.3.1
[INFO] [stderr]    Compiling r2d2 v0.8.10
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling open v5.3.3
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling whoami v2.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling ctrlc v3.5.2
[INFO] [stderr]    Compiling tempfile v3.25.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling env_filter v1.0.0
[INFO] [stderr]    Compiling env_logger v0.11.9
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling rustwebui-app v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling uuid v1.21.0
[INFO] [stderr]    Compiling rusqlite v0.32.1
[INFO] [stderr]    Compiling r2d2_sqlite v0.25.0
[INFO] [stderr]     Finished `dev` profile [unoptimized] target(s) in 52.91s
[INFO] running `Command { std: "docker" "inspect" "9614bd93e52591fc1c2c6a323a0c9c24ca10fd1257ce74a0a6a47953542767c9", 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" "9614bd93e52591fc1c2c6a323a0c9c24ca10fd1257ce74a0a6a47953542767c9" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustwebui-app v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: comparison is useless due to type limits
[INFO] [stdout]    --> src/core/infrastructure/error_handler.rs:648:17
[INFO] [stdout]     |
[INFO] [stdout] 648 |         assert!(summary.total >= 0);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized] target(s) in 4.90s
[INFO] running `Command { std: "docker" "inspect" "9614bd93e52591fc1c2c6a323a0c9c24ca10fd1257ce74a0a6a47953542767c9", 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" "9614bd93e52591fc1c2c6a323a0c9c24ca10fd1257ce74a0a6a47953542767c9" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustwebui-app v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: comparison is useless due to type limits
[INFO] [stderr]    --> src/core/infrastructure/error_handler.rs:648:17
[INFO] [stderr]     |
[INFO] [stderr] 648 |         assert!(summary.total >= 0);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_comparisons)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `rustwebui-app` (bin "rustwebui-app" test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized] target(s) in 4.89s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rustwebui_app-c8adaeec294589e1)
[INFO] [stdout] 
[INFO] [stdout] running 34 tests
[INFO] [stdout] test core::infrastructure::config::tests::test_config_getters ... ok
[INFO] [stdout] test core::infrastructure::config::tests::test_default_config ... ok
[INFO] [stdout] test core::infrastructure::ctrlc_handler::tests::test_shutdown_flag_initial_state ... ok
[INFO] [stdout] test core::infrastructure::database::connection::tests::test_transaction_commit ... ok
[INFO] [stdout] test core::infrastructure::database::connection::tests::test_database_with_pool ... ok
[INFO] [stdout] test core::infrastructure::database::orders::tests::test_delete_order ... ok
[INFO] [stdout] test core::infrastructure::database::connection::tests::test_transaction_rollback ... ok
[INFO] [stdout] test core::infrastructure::database::products::tests::test_delete_product_with_orders ... ok
[INFO] [stdout] test core::infrastructure::error_handler::tests::test_error_entry_format_terminal ... ok
[INFO] [stdout] test core::infrastructure::error_handler::tests::test_error_entry_timestamp ... ok
[INFO] [stdout] test core::infrastructure::error_handler::tests::test_error_entry_creation ... ok
[INFO] [stdout] test core::infrastructure::error_handler::tests::test_error_entry_with_details ... ok
[INFO] [stdout] test core::infrastructure::error_handler::tests::test_error_entry_with_context ... ok
[INFO] [stdout] test core::infrastructure::database::orders::tests::test_update_order ... ok
[INFO] [stdout] test core::infrastructure::error_handler::tests::test_error_entry_with_stack_trace ... ok
[INFO] [stdout] test core::infrastructure::error_handler::tests::test_error_summary_format ... ok
[INFO] [stdout] test core::infrastructure::error_handler::tests::test_error_tracker_clear ... ok
[INFO] [stdout] test core::infrastructure::error_handler::tests::test_global_error_tracker_accessible ... ok
[INFO] [stdout] test core::infrastructure::error_handler::tests::test_error_tracker_summary ... ok
[INFO] [stdout] test core::infrastructure::error_handler::tests::test_error_tracker_record_and_retrieve ... ok
[INFO] [stdout] test core::infrastructure::error_handler::tests::test_record_error_function ... ok
[INFO] [stdout] test core::infrastructure::error_handler::tests::test_error_tracker_max_history ... ok
[INFO] [stdout] test core::infrastructure::error_handler::tests::test_error_severity_levels ... ok
[INFO] [stdout] test core::infrastructure::database::products::tests::test_insert_and_get_product ... ok
[INFO] [stdout] test core::infrastructure::database::users::tests::test_insert_and_get_user ... ok
[INFO] [stdout] test core::infrastructure::database::users::tests::test_delete_user ... ok
[INFO] [stdout] test core::infrastructure::database::orders::tests::test_insert_and_get_order ... ok
[INFO] [stdout] test core::infrastructure::database::orders::tests::test_get_total_revenue ... FAILED
[INFO] [stdout] test core::infrastructure::database::orders::tests::test_get_orders_by_user ... ok
[INFO] [stdout] test core::infrastructure::database::users::tests::test_duplicate_email_error ... ok
[INFO] [stdout] test core::infrastructure::database::users::tests::test_update_user ... ok
[INFO] [stdout] test core::infrastructure::database::users::tests::test_search_users ... ok
[INFO] [stdout] test core::infrastructure::database::products::tests::test_update_product ... ok
[INFO] [stdout] test core::infrastructure::database::products::tests::test_search_products ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- core::infrastructure::database::orders::tests::test_get_total_revenue stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'core::infrastructure::database::orders::tests::test_get_total_revenue' (2265) panicked at src/core/infrastructure/database/orders.rs:670:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 299.96999999999997
[INFO] [stdout]  right: 299.97
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f54eaf9af98 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5f54eafafc7a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    2:     0x5f54eaf9f862 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5f54eaf796f6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5f54eaf92cd9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]    5:     0x5f54ead8c1ec - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5f54eaf92e92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5f54eaf797b2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5f54eaf6e839 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5f54eaf7a4cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]   10:     0x5f54eafb046c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5f54eafb02f3 - core[8fb95b77d25ab6c8]::panicking::assert_failed_inner
[INFO] [stdout]   12:     0x5f54ead46f73 - core[8fb95b77d25ab6c8]::panicking::assert_failed::<f64, f64>
[INFO] [stdout]   13:     0x5f54ead522ee - rustwebui_app[f27f4e5e5da3d029]::core::infrastructure::database::orders::tests::test_get_total_revenue
[INFO] [stdout]   14:     0x5f54ead50cf3 - rustwebui_app[f27f4e5e5da3d029]::core::infrastructure::database::orders::tests::test_get_total_revenue::{closure#0}
[INFO] [stdout]   15:     0x5f54ead4be06 - <rustwebui_app[f27f4e5e5da3d029]::core::infrastructure::database::orders::tests::test_get_total_revenue::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x5f54ead7f2cb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]   17:     0x5f54ead8cb45 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]   18:     0x5f54ead86454 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x5f54ead8fbc2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x5f54eaf9a2df - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x709f55e0caa4 - <unknown>
[INFO] [stdout]   22:     0x709f55e99a64 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- core::infrastructure::database::products::tests::test_search_products stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'core::infrastructure::database::products::tests::test_search_products' (2284) panicked at src/core/infrastructure/database/products.rs:664:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 0
[INFO] [stdout]  right: 2
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f54eaf9af98 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5f54eafafc7a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    2:     0x5f54eaf9f862 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5f54eaf796f6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5f54eaf92cd9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]    5:     0x5f54ead8c1ec - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5f54eaf92e92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5f54eaf797b2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5f54eaf6e839 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5f54eaf7a4cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]   10:     0x5f54eafb046c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5f54eafb02f3 - core[8fb95b77d25ab6c8]::panicking::assert_failed_inner
[INFO] [stdout]   12:     0x5f54eafabddd - core[8fb95b77d25ab6c8]::panicking::assert_failed::<usize, usize>
[INFO] [stdout]   13:     0x5f54ead52f0d - rustwebui_app[f27f4e5e5da3d029]::core::infrastructure::database::products::tests::test_search_products
[INFO] [stdout]   14:     0x5f54ead50db3 - rustwebui_app[f27f4e5e5da3d029]::core::infrastructure::database::products::tests::test_search_products::{closure#0}
[INFO] [stdout]   15:     0x5f54ead4bf06 - <rustwebui_app[f27f4e5e5da3d029]::core::infrastructure::database::products::tests::test_search_products::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x5f54ead7f2cb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]   17:     0x5f54ead8cb45 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]   18:     0x5f54ead86454 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x5f54ead8fbc2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x5f54eaf9a2df - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x709f55e0caa4 - <unknown>
[INFO] [stdout]   22:     0x709f55e99a64 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     core::infrastructure::database::orders::tests::test_get_total_revenue
[INFO] [stdout]     core::infrastructure::database::products::tests::test_search_products
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 32 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin rustwebui-app`
[INFO] running `Command { std: "docker" "inspect" "9614bd93e52591fc1c2c6a323a0c9c24ca10fd1257ce74a0a6a47953542767c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9614bd93e52591fc1c2c6a323a0c9c24ca10fd1257ce74a0a6a47953542767c9", kill_on_drop: false }`
[INFO] [stdout] 9614bd93e52591fc1c2c6a323a0c9c24ca10fd1257ce74a0a6a47953542767c9
