[INFO] cloning repository https://github.com/moha122/ReagentX [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/moha122/ReagentX" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmoha122%2FReagentX", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmoha122%2FReagentX'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] beeb853b211b52d71bf5f8e6e241810b89bd93cc [INFO] testing moha122/ReagentX against try#a7ce54db9b096bd1098d07c645b489195a667c9f for pr-137940-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmoha122%2FReagentX" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/moha122/ReagentX on toolchain a7ce54db9b096bd1098d07c645b489195a667c9f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/moha122/ReagentX [INFO] finished tweaking git repo https://github.com/moha122/ReagentX [INFO] tweaked toml for git repo https://github.com/moha122/ReagentX written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/moha122/ReagentX 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" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4c861d1d9ac9d82ebbd0789485b92a391d29664c7797ea8d50667fbf9a09a51e [INFO] running `Command { std: "docker" "start" "-a" "4c861d1d9ac9d82ebbd0789485b92a391d29664c7797ea8d50667fbf9a09a51e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4c861d1d9ac9d82ebbd0789485b92a391d29664c7797ea8d50667fbf9a09a51e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c861d1d9ac9d82ebbd0789485b92a391d29664c7797ea8d50667fbf9a09a51e", kill_on_drop: false }` [INFO] [stdout] 4c861d1d9ac9d82ebbd0789485b92a391d29664c7797ea8d50667fbf9a09a51e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ef3393ba36c5230d0c2f3c13248611dec4e4e9c20717f8ff3f089eae86241005 [INFO] running `Command { std: "docker" "start" "-a" "ef3393ba36c5230d0c2f3c13248611dec4e4e9c20717f8ff3f089eae86241005", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling rustix v0.38.36 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling anyhow v1.0.87 [INFO] [stderr] Compiling protobuf v3.7.1 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling fastrand v2.1.1 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cc v1.1.6 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Compiling tempfile v3.11.0 [INFO] [stderr] Compiling serde v1.0.192 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling foldhash v0.1.4 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling deranged v0.3.9 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling anstyle-parse v0.2.2 [INFO] [stderr] Compiling libsqlite3-sys v0.31.0 [INFO] [stderr] Compiling portable-atomic v1.3.3 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.0 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling itoa v1.0.4 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling anstream v0.6.14 [INFO] [stderr] Compiling quick-xml v0.32.0 [INFO] [stderr] Compiling crc v3.2.1 [INFO] [stderr] Compiling protobuf-support v3.7.1 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling regex v1.10.6 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling cpufeatures v0.2.7 [INFO] [stderr] Compiling iana-time-zone v0.1.53 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling fallible-iterator v0.3.0 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling console v0.15.0 [INFO] [stderr] Compiling lzma-rs v0.3.0 [INFO] [stderr] Compiling chrono v0.4.39 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling clap_builder v4.5.27 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling fdlimit v0.3.0 [INFO] [stderr] Compiling filetime v0.2.25 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling indicatif v0.17.9 [INFO] [stderr] Compiling plist v1.7.0 [INFO] [stderr] Compiling protobuf-parse v3.7.1 [INFO] [stderr] Compiling clap v4.5.27 [INFO] [stderr] Compiling protobuf-codegen v3.7.1 [INFO] [stderr] Compiling imessage-database v0.0.0 (/opt/rustwide/workdir/imessage-database) [INFO] [stderr] Compiling rusqlite v0.33.0 [INFO] [stderr] Compiling imessage-exporter v0.0.0 (/opt/rustwide/workdir/imessage-exporter) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s [INFO] running `Command { std: "docker" "inspect" "ef3393ba36c5230d0c2f3c13248611dec4e4e9c20717f8ff3f089eae86241005", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef3393ba36c5230d0c2f3c13248611dec4e4e9c20717f8ff3f089eae86241005", kill_on_drop: false }` [INFO] [stdout] ef3393ba36c5230d0c2f3c13248611dec4e4e9c20717f8ff3f089eae86241005 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5b74d8a7c7a7ec7c9221537a377f702d9ab803e473e1cdfa4839ac2e5f4e9e25 [INFO] running `Command { std: "docker" "start" "-a" "5b74d8a7c7a7ec7c9221537a377f702d9ab803e473e1cdfa4839ac2e5f4e9e25", kill_on_drop: false }` [INFO] [stderr] Compiling imessage-database v0.0.0 (/opt/rustwide/workdir/imessage-database) [INFO] [stderr] Compiling imessage-exporter v0.0.0 (/opt/rustwide/workdir/imessage-exporter) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 7.55s [INFO] running `Command { std: "docker" "inspect" "5b74d8a7c7a7ec7c9221537a377f702d9ab803e473e1cdfa4839ac2e5f4e9e25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b74d8a7c7a7ec7c9221537a377f702d9ab803e473e1cdfa4839ac2e5f4e9e25", kill_on_drop: false }` [INFO] [stdout] 5b74d8a7c7a7ec7c9221537a377f702d9ab803e473e1cdfa4839ac2e5f4e9e25 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e64064f5999dca18c246aeebfbde860968ed84d15324fd14b571bd8f7ecac9c4 [INFO] running `Command { std: "docker" "start" "-a" "e64064f5999dca18c246aeebfbde860968ed84d15324fd14b571bd8f7ecac9c4", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/imessage_database-24d2830dbb00b269) [INFO] [stdout] [INFO] [stdout] running 258 tests [INFO] [stdout] test message_types::app::tests::test_parse_apple_pay_recurring_1 ... ok [INFO] [stdout] test message_types::app::tests::test_parse_apple_pay_sent_265 ... ok [INFO] [stdout] test message_types::app::tests::test_parse_business_query_string ... ok [INFO] [stdout] test message_types::app::tests::test_parse_business ... ok [INFO] [stdout] test message_types::app::tests::test_parse_check_in_location ... ok [INFO] [stdout] test message_types::app::tests::test_parse_find_my ... ok [INFO] [stdout] test message_types::app::tests::test_parse_opentable_invite ... ok [INFO] [stdout] test message_types::app::tests::test_parse_slideshow ... ok [INFO] [stdout] test message_types::app::tests::test_parse_game ... ok [INFO] [stdout] test message_types::collaboration::tests::test_parse_collaboration ... ok [INFO] [stdout] test message_types::app_store::tests::test_parse_app_store_link ... ok [INFO] [stdout] test message_types::app::tests::test_parse_check_in_query_string ... ok [INFO] [stdout] test message_types::digital_touch::models::tests::can_parse_tap ... ok [INFO] [stdout] test message_types::app::tests::test_parse_check_in_timer ... ok [INFO] [stdout] test message_types::digital_touch::models::tests::can_parse_kiss ... ok [INFO] [stdout] test message_types::edited::test_gen::test_parse_deleted ... ok [INFO] [stdout] test message_types::digital_touch::models::tests::can_parse_fireball ... ok [INFO] [stdout] test message_types::digital_touch::models::tests::can_parse_heartbeat ... ok [INFO] [stdout] test message_types::edited::test_gen::test_parse_edited ... ok [INFO] [stdout] test message_types::edited::test_gen::test_parse_edited_to_link ... ok [INFO] [stdout] test message_types::digital_touch::models::tests::can_parse_heartbreak ... ok [INFO] [stdout] test message_types::edited::test_gen::test_parse_edited_to_link_and_back ... ok [INFO] [stdout] test message_types::edited::test_gen::test_parse_edited_with_formatting ... ok [INFO] [stdout] test message_types::edited::test_gen::test_parse_multipart_deleted ... ok [INFO] [stdout] test message_types::app::tests::test_parse_check_in_timer_late ... ok [INFO] [stdout] test message_types::digital_touch::models::tests::can_parse_sketch ... ok [INFO] [stdout] test message_types::edited::test_gen::test_parse_multipart_edited_and_deleted ... ok [INFO] [stdout] test message_types::edited::test_parser::test_parse_edited ... ok [INFO] [stdout] test message_types::edited::test_parser::test_parse_edited_to_link ... ok [INFO] [stdout] test message_types::edited::test_parser::test_parse_multipart_edited_and_unsent ... ok [INFO] [stdout] test message_types::edited::test_parser::test_parse_edited_to_link_and_back ... ok [INFO] [stdout] test message_types::edited::test_parser::test_parse_multipart_edited_and_deleted ... ok [INFO] [stdout] test message_types::edited::test_parser::test_parse_edited_with_formatting ... ok [INFO] [stdout] test message_types::edited::test_parser::test_parse_deleted ... ok [INFO] [stdout] test message_types::edited::test_parser::test_parse_multipart_deleted ... ok [INFO] [stdout] test message_types::handwriting::models::tests::test_parse_handwritten_as_ascii_builtin ... ok [INFO] [stdout] test message_types::handwriting::models::tests::test_parse_handwritten_as_ascii ... ok [INFO] [stdout] test message_types::handwriting::models::tests::test_parse_handwritten_as_svg_builtin ... ok [INFO] [stdout] test message_types::edited::test_gen::test_parse_multipart_edited_and_unsent ... ok [INFO] [stdout] test message_types::music::tests::test_parse_apple_music ... ok [INFO] [stdout] test message_types::handwriting::models::tests::test_parse_handwritten_as_ascii_old ... ok [INFO] [stdout] test message_types::placemark::tests::can_parse_placemark ... ok [INFO] [stdout] test message_types::handwriting::models::tests::test_parse_handwritten_as_svg_old ... ok [INFO] [stdout] test message_types::music::tests::test_parse_apple_music_lyrics ... ok [INFO] [stdout] test message_types::placemark::tests::test_parse_app_store_link ... ok [INFO] [stdout] test message_types::handwriting::models::tests::test_parse_handwritten_as_ascii_half ... ok [INFO] [stdout] test message_types::sticker::tests::test_parse_sticker_comic ... ok [INFO] [stdout] test message_types::sticker::tests::test_parse_sticker_outline ... ok [INFO] [stdout] test message_types::sticker::tests::test_parse_sticker_shiny ... ok [INFO] [stdout] test message_types::url::url_override_tests::can_parse_collaboration ... ok [INFO] [stdout] test message_types::sticker::tests::test_parse_sticker_puffy ... ok [INFO] [stdout] test message_types::url::url_override_tests::can_parse_app_store ... ok [INFO] [stdout] test message_types::url::url_override_tests::can_parse_music ... ok [INFO] [stdout] test message_types::handwriting::models::tests::test_parse_handwritten_from_payload ... ok [INFO] [stdout] test message_types::url::url_override_tests::can_parse_normal ... ok [INFO] [stdout] test message_types::url::url_override_tests::can_parse_placemark ... ok [INFO] [stdout] test message_types::url::url_tests::test_get_no_url ... ok [INFO] [stdout] test message_types::url::url_tests::test_get_url ... ok [INFO] [stdout] test message_types::url::url_tests::test_get_original_url ... ok [INFO] [stdout] test message_types::url::url_tests::test_parse_url_me ... ok [INFO] [stdout] test tables::attachment::tests::can_get_attachment_bytes_contact_date_filter ... ok [INFO] [stdout] test message_types::url::url_tests::test_parse_url_reminder ... ok [INFO] [stdout] test message_types::url::url_tests::test_parse_url_twitter ... ok [INFO] [stdout] test tables::attachment::tests::can_get_attachment_bytes_end_filter ... ok [INFO] [stdout] test message_types::url::url_tests::test_parse_url_me_metadata ... ok [INFO] [stdout] test message_types::sticker::tests::test_parse_sticker_normal ... ok [INFO] [stdout] test tables::attachment::tests::can_get_attachment_bytes_contact_filter ... ok [INFO] [stdout] test message_types::handwriting::models::tests::test_parse_handwritten_as_svg ... ok [INFO] [stdout] test tables::attachment::tests::can_get_extension ... ok [INFO] [stdout] test tables::attachment::tests::can_get_file_size_bytes ... ok [INFO] [stdout] test tables::attachment::tests::can_get_attachment_bytes_start_end_filter ... ok [INFO] [stdout] test tables::attachment::tests::can_get_file_size_cap ... ok [INFO] [stdout] test tables::attachment::tests::can_get_file_size_gb ... ok [INFO] [stdout] test tables::attachment::tests::can_get_filename ... ok [INFO] [stdout] test tables::attachment::tests::can_get_filename_no_filename ... ok [INFO] [stdout] test tables::attachment::tests::can_get_file_size_kb ... ok [INFO] [stdout] test tables::attachment::tests::can_get_attachment_bytes_no_filter ... ok [INFO] [stdout] test tables::attachment::tests::can_get_attachment_bytes_start_filter ... ok [INFO] [stdout] test tables::attachment::tests::can_get_filename_no_meta ... ok [INFO] [stdout] test tables::attachment::tests::can_get_file_size_mb ... ok [INFO] [stdout] test tables::attachment::tests::can_get_filename_no_transfer_name ... ok [INFO] [stdout] test tables::attachment::tests::can_get_mime_type_missing ... ok [INFO] [stdout] test tables::attachment::tests::can_get_mime_type_png ... ok [INFO] [stdout] test tables::attachment::tests::can_get_mime_type_fake ... ok [INFO] [stdout] test tables::attachment::tests::can_get_path ... ok [INFO] [stdout] test tables::attachment::tests::can_get_resolved_path_ios_custom ... ok [INFO] [stdout] test tables::attachment::tests::can_get_mime_type_heic ... ok [INFO] [stdout] test tables::attachment::tests::can_get_resolved_path_macos ... ok [INFO] [stdout] test tables::attachment::tests::cant_get_extension_missing ... ok [INFO] [stdout] test tables::attachment::tests::cant_get_missing_resolved_path_ios ... ok [INFO] [stdout] test tables::attachment::tests::can_get_resolved_path_macos_custom ... ok [INFO] [stdout] test tables::attachment::tests::can_get_resolved_path_macos_raw ... ok [INFO] [stdout] test tables::attachment::tests::can_get_resolved_path_ios ... ok [INFO] [stdout] test tables::attachment::tests::cant_get_missing_resolved_path_macos ... ok [INFO] [stdout] test tables::attachment::tests::can_get_resolved_path_macos_raw_tilde ... ok [INFO] [stdout] test tables::attachment::tests::cant_get_path_missing ... ok [INFO] [stdout] test tables::chat_handle::tests::can_dedupe ... ok [INFO] [stdout] test tables::chat_handle::tests::can_dedupe_multi ... ok [INFO] [stdout] test tables::handle::tests::test_can_dedupe ... ok [INFO] [stdout] test tables::messages::body::legacy_tests::can_get_message_body_app_attachment_text_mixed_start_app ... ok [INFO] [stdout] test tables::messages::body::legacy_tests::can_get_message_body_app_attachment_text_mixed_start_text ... ok [INFO] [stdout] test tables::messages::body::legacy_tests::can_get_message_body_attachment_text ... ok [INFO] [stdout] test tables::messages::body::legacy_tests::can_get_message_body_multiple_emoji ... ok [INFO] [stdout] test tables::chat_handle::tests::test_same_values ... ok [INFO] [stdout] test tables::messages::body::legacy_tests::can_get_message_body_text_only ... ok [INFO] [stdout] test tables::messages::body::typedstream_tests::can_get_message_body_app ... ok [INFO] [stdout] test tables::messages::body::typedstream_tests::can_get_message_body_apple_music_lyrics ... ok [INFO] [stdout] test tables::messages::body::typedstream_tests::can_get_message_body_attachment ... ok [INFO] [stdout] test tables::messages::body::typedstream_tests::can_get_message_body_attachment_i16 ... ok [INFO] [stdout] test tables::messages::body::typedstream_tests::can_get_message_body_audio_message ... ok [INFO] [stdout] test tables::handle::tests::test_same_values ... ok [INFO] [stdout] test tables::messages::body::typedstream_tests::can_get_message_body_code ... ok [INFO] [stdout] test tables::messages::body::legacy_tests::can_get_message_body_app_text ... ok [INFO] [stdout] test tables::messages::body::typedstream_tests::can_get_message_body_custom_tapback ... ok [INFO] [stdout] test tables::messages::body::typedstream_tests::can_get_message_body_date ... ok [INFO] [stdout] test tables::messages::body::typedstream_tests::can_get_message_body_mention ... ok [INFO] [stdout] test tables::messages::body::legacy_tests::can_get_message_body_single_emoji ... ok [INFO] [stdout] test tables::messages::body::typedstream_tests::can_get_message_body_deleted_only ... ok [INFO] [stdout] test tables::messages::body::typedstream_tests::can_get_message_body_email ... ok [INFO] [stdout] test tables::messages::body::typedstream_tests::can_get_message_body_multi_part_deleted ... ok [INFO] [stdout] test tables::messages::body::typedstream_tests::can_get_message_body_simple ... ok [INFO] [stdout] test tables::messages::body::typedstream_tests::can_get_message_body_text_effects ... ok [INFO] [stdout] test tables::messages::body::typedstream_tests::can_get_message_body_simple_two ... ok [INFO] [stdout] test tables::messages::body::typedstream_tests::can_get_message_body_multi_part_deleted_edited ... ok [INFO] [stdout] test tables::messages::body::typedstream_tests::can_get_message_body_phone ... ok [INFO] [stdout] test tables::messages::body::typedstream_tests::can_get_message_body_text_effects_styles_mixed ... ok [INFO] [stdout] test tables::messages::body::typedstream_tests::can_get_message_body_text_styles ... ok [INFO] [stdout] test tables::messages::body::typedstream_tests::can_get_message_body_url ... ok [INFO] [stdout] test tables::messages::tests::date_tests::tests::can_get_time_date_read_before_date ... ok [INFO] [stdout] test tables::messages::tests::edited_tests::tests::can_get_fully_unsent_false ... ok [INFO] [stdout] test tables::messages::tests::edited_tests::tests::can_get_fully_unsent_false_multiple ... ok [INFO] [stdout] test tables::messages::tests::edited_tests::tests::can_get_fully_unsent_none ... ok [INFO] [stdout] test tables::messages::tests::edited_tests::tests::can_get_fully_unsent_true_multiple ... ok [INFO] [stdout] test tables::messages::tests::edited_tests::tests::can_get_fully_unsent_true_single ... ok [INFO] [stdout] test tables::messages::tests::edited_tests::tests::can_get_part_edited_blank ... ok [INFO] [stdout] test tables::messages::tests::edited_tests::tests::can_get_part_edited_false ... ok [INFO] [stdout] test tables::messages::tests::edited_tests::tests::can_get_part_edited_true ... ok [INFO] [stdout] test tables::messages::tests::expressive_tests::tests::can_get_message_expression_bubble ... ok [INFO] [stdout] test tables::messages::tests::expressive_tests::tests::can_get_message_expression_none ... ok [INFO] [stdout] test tables::messages::tests::expressive_tests::tests::can_get_message_expression_screen ... ok [INFO] [stdout] test tables::messages::tests::date_tests::tests::can_get_time_date_read_after_date ... ok [INFO] [stdout] test tables::messages::tests::guid_tests::tests::can_get_valid_guid ... ok [INFO] [stdout] test tables::messages::tests::guid_tests::tests::can_get_valid_guid_bp ... ok [INFO] [stdout] test tables::messages::tests::guid_tests::tests::can_get_valid_guid_p ... ok [INFO] [stdout] test tables::messages::tests::guid_tests::tests::cant_get_invalid_guid ... ok [INFO] [stdout] test tables::messages::tests::guid_tests::tests::cant_get_invalid_guid_bp ... ok [INFO] [stdout] test tables::messages::tests::guid_tests::tests::cant_get_invalid_guid_p ... ok [INFO] [stdout] test tables::messages::tests::query_tests::exclude_recoverable_tests::can_create_invalid_end ... ok [INFO] [stdout] test tables::messages::tests::query_tests::exclude_recoverable_tests::can_create_invalid_start ... ok [INFO] [stdout] test tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_chat_ids ... ok [INFO] [stdout] test tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_empty ... ok [INFO] [stdout] test tables::messages::tests::query_tests::include_recoverable_tests::can_create_invalid_end ... ok [INFO] [stdout] test tables::messages::tests::query_tests::include_recoverable_tests::can_create_invalid_start ... ok [INFO] [stdout] test tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_chat_ids ... ok [INFO] [stdout] test tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_empty ... ok [INFO] [stdout] test tables::messages::body::typedstream_tests::can_get_message_body_multi_part ... FAILED [INFO] [stdout] test tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_start_end ... FAILED [INFO] [stdout] test tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_start_end ... FAILED [INFO] [stdout] test tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_start_end_chat_ids ... FAILED [INFO] [stdout] test tables::messages::tests::variant::tests::can_get_variant_third_party_app ... ok [INFO] [stdout] test tables::messages::tests::variant::tests::test_built_in_app_find_my ... ok [INFO] [stdout] test tables::messages::tests::variant::tests::test_built_in_app_handwriting ... ok [INFO] [stdout] test tables::messages::tests::variant::tests::test_built_in_app_url ... ok [INFO] [stdout] test tables::messages::tests::variant::tests::test_custom_emoji_tapback ... ok [INFO] [stdout] test tables::messages::tests::variant::tests::test_edited_message ... ok [INFO] [stdout] test tables::messages::tests::variant::tests::test_shareplay ... ok [INFO] [stdout] test tables::messages::tests::variant::tests::test_standard_message ... ok [INFO] [stdout] test tables::messages::tests::variant::tests::test_sticker ... ok [INFO] [stdout] test tables::messages::tests::variant::tests::test_tapback_added_heart ... ok [INFO] [stdout] test tables::messages::tests::variant::tests::test_tapback_removed_like ... ok [INFO] [stdout] test tables::messages::tests::variant::tests::test_unknown_type ... ok [INFO] [stdout] test util::bundle_id::tests::can_get_balloon_bundle_id_apple ... ok [INFO] [stdout] test util::bundle_id::tests::can_get_balloon_bundle_id_os ... ok [INFO] [stdout] test util::bundle_id::tests::can_get_balloon_bundle_id_third_party ... ok [INFO] [stdout] test util::bundle_id::tests::can_get_balloon_bundle_id_url ... ok [INFO] [stdout] test util::bundle_id::tests::can_get_no_balloon_bundle_id ... ok [INFO] [stdout] test util::dates::tests::can_format_date_double_digit ... ok [INFO] [stdout] test util::dates::tests::can_format_date_single_digit ... ok [INFO] [stdout] test util::dates::tests::can_format_diff_all ... ok [INFO] [stdout] test util::dates::tests::can_format_diff_all_singular ... ok [INFO] [stdout] test util::dates::tests::can_format_diff_days ... ok [INFO] [stdout] test util::dates::tests::can_format_diff_days_minutes ... ok [INFO] [stdout] test util::dates::tests::can_format_diff_hours ... ok [INFO] [stdout] test util::dates::tests::can_format_diff_minutes ... ok [INFO] [stdout] test util::dates::tests::can_format_diff_minutes_seconds ... ok [INFO] [stdout] test util::dates::tests::can_format_diff_mixed_singular ... ok [INFO] [stdout] test util::dates::tests::can_format_diff_month ... ok [INFO] [stdout] test util::dates::tests::can_format_diff_seconds ... ok [INFO] [stdout] test util::dates::tests::can_format_diff_year ... ok [INFO] [stdout] test util::dates::tests::can_format_no_diff ... ok [INFO] [stdout] test util::dates::tests::cant_format_diff_backwards ... ok [INFO] [stdout] test util::platform::tests::can_parse_ios_any_case ... ok [INFO] [stdout] test util::platform::tests::can_parse_macos_any_case ... ok [INFO] [stdout] test util::platform::tests::cant_parse_invalid ... ok [INFO] [stdout] test util::query_context::id_tests::test_can_overwrite_selected_chat_ids_empty ... ok [INFO] [stdout] test util::query_context::id_tests::test_can_overwrite_selected_handle_ids_empty ... ok [INFO] [stdout] test util::query_context::id_tests::test_can_set_selected_chat_ids ... ok [INFO] [stdout] test util::query_context::id_tests::test_can_set_selected_chat_ids_empty ... ok [INFO] [stdout] test util::query_context::id_tests::test_can_set_selected_handle_ids ... ok [INFO] [stdout] test util::query_context::id_tests::test_can_set_selected_handle_ids_empty ... ok [INFO] [stdout] test util::query_context::sanitize_tests::can_reject_bad_data ... ok [INFO] [stdout] test util::query_context::sanitize_tests::can_reject_bad_day ... ok [INFO] [stdout] test util::query_context::sanitize_tests::can_reject_bad_month ... ok [INFO] [stdout] test util::query_context::sanitize_tests::can_reject_bad_order ... ok [INFO] [stdout] test util::query_context::sanitize_tests::can_reject_bad_short ... ok [INFO] [stdout] test util::query_context::sanitize_tests::can_reject_wrong_hyphen ... ok [INFO] [stdout] test util::query_context::sanitize_tests::can_sanitize_good ... ok [INFO] [stdout] test tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_start_end_chat_ids ... FAILED [INFO] [stdout] test util::query_context::use_tests::can_create ... ok [INFO] [stdout] test util::query_context::use_tests::can_create_both ... ok [INFO] [stdout] test tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_end ... FAILED [INFO] [stdout] test tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_end ... FAILED [INFO] [stdout] test tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_start ... FAILED [INFO] [stdout] test tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_start ... FAILED [INFO] [stdout] test util::size::tests::can_get_file_size_cap ... ok [INFO] [stdout] test util::size::tests::can_get_file_size_mb ... ok [INFO] [stdout] test util::query_context::use_tests::can_create_end ... ok [INFO] [stdout] test util::streamtyped::tests::test_can_drop_chars ... ok [INFO] [stdout] test util::query_context::use_tests::can_create_start ... ok [INFO] [stdout] test util::size::tests::can_get_file_size_gb ... ok [INFO] [stdout] test util::size::tests::can_get_file_size_kb ... ok [INFO] [stdout] test util::streamtyped::tests::test_parse_text_array ... ok [INFO] [stdout] test util::streamtyped::tests::test_parse_text_attachment ... ok [INFO] [stdout] test util::streamtyped::tests::test_parse_text_blank ... ok [INFO] [stdout] test util::streamtyped::tests::test_parse_text_clean ... ok [INFO] [stdout] test util::streamtyped::tests::test_parse_text_long ... ok [INFO] [stdout] test util::streamtyped::tests::test_parse_text_multi_part ... ok [INFO] [stdout] test util::streamtyped::tests::test_parse_text_multi_part_deleted ... ok [INFO] [stdout] test util::streamtyped::tests::test_parse_text_space ... ok [INFO] [stdout] test util::streamtyped::tests::test_can_drop_chars_none ... ok [INFO] [stdout] test util::streamtyped::tests::test_parse_text_url ... ok [INFO] [stdout] test util::streamtyped::tests::test_cant_drop_all ... ok [INFO] [stdout] test util::typedstream::tests::test_parser::parser_tests::test_parse_all_styles ... ok [INFO] [stdout] test util::typedstream::tests::test_parser::parser_tests::test_parse_all_styles_single ... ok [INFO] [stdout] test util::typedstream::tests::test_parser::parser_tests::test_parse_effects_styles_mixed ... ok [INFO] [stdout] test util::size::tests::can_get_file_size_bytes ... ok [INFO] [stdout] test util::streamtyped::tests::test_parse_text_app ... ok [INFO] [stdout] test util::typedstream::tests::test_parser::parser_tests::test_parse_header ... ok [INFO] [stdout] test util::typedstream::tests::test_parser::parser_tests::test_parse_text_app ... ok [INFO] [stdout] test util::typedstream::tests::test_parser::parser_tests::test_parse_text_array ... ok [INFO] [stdout] test util::typedstream::tests::test_parser::parser_tests::test_parse_text_attachment_float ... ok [INFO] [stdout] test util::typedstream::tests::test_parser::parser_tests::test_parse_text_attachment_i16 ... ok [INFO] [stdout] test util::typedstream::tests::test_parser::parser_tests::test_parse_text_audio_transcription ... ok [INFO] [stdout] test util::streamtyped::tests::test_parse_text_weird_font ... ok [INFO] [stdout] test util::typedstream::tests::test_parser::parser_tests::test_parse_all_effects ... ok [INFO] [stdout] test util::typedstream::tests::test_parser::parser_tests::test_parse_custom_tapback ... ok [INFO] [stdout] test util::typedstream::tests::test_parser::parser_tests::test_parse_text_mention ... ok [INFO] [stdout] test util::typedstream::tests::test_parser::parser_tests::test_parse_text_basic ... ok [INFO] [stdout] test util::typedstream::tests::test_parser::parser_tests::test_parse_text_basic_2 ... ok [INFO] [stdout] test util::typedstream::tests::test_parser::parser_tests::test_parse_text_multi_part ... FAILED [INFO] [stdout] test util::typedstream::tests::test_parser::parser_tests::test_parse_text_url_message ... ok [INFO] [stdout] test util::typedstream::tests::test_parser::parser_tests::test_parse_text_multi_part_deleted ... ok [INFO] [stdout] test util::typedstream::tests::test_type::type_tests::can_get_array_good ... ok [INFO] [stdout] test util::typedstream::tests::test_parser::parser_tests::test_parse_text_apple_music_lyrics ... ok [INFO] [stdout] test util::typedstream::tests::test_parser::parser_tests::test_parse_text_long ... ok [INFO] [stdout] test util::typedstream::tests::test_type::type_tests::cant_get_array_bad ... ok [INFO] [stdout] test message_types::handwriting::models::tests::test_parse_handwritten_as_ascii_pollock ... ok [INFO] [stdout] test message_types::handwriting::models::tests::test_parse_handwritten_as_svg_pollock ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tables::messages::body::typedstream_tests::can_get_message_body_multi_part stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'tables::messages::body::typedstream_tests::can_get_message_body_multi_part' panicked at imessage-database/src/tables/messages/body.rs:408:53: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x57403ff1e2a2 - std::backtrace_rs::backtrace::libunwind::trace::h8d95625898284e7d [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x57403ff1e2a2 - std::backtrace_rs::backtrace::trace_unsynchronized::h9eafd5c61303e492 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x57403ff1e2a2 - std::sys::backtrace::_print_fmt::hec2578e807cc4a3f [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x57403ff1e2a2 - ::fmt::hd8ebefbbcb1fe23a [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x57403ff49b93 - core::fmt::rt::Argument::fmt::h09f3c4b7b5ff5386 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/fmt/rt.rs:185:76 [INFO] [stdout] 5: 0x57403ff49b93 - core::fmt::write::hef9d041e1d5d9592 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/fmt/mod.rs:1449:21 [INFO] [stdout] 6: 0x57403ff1aab3 - std::io::Write::write_fmt::h7cfb9383e0a29362 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/io/mod.rs:1890:15 [INFO] [stdout] 7: 0x57403ff1e0f2 - std::sys::backtrace::BacktraceLock::print::h263d323f217ce3a7 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x57403ff1f74a - std::panicking::default_hook::{{closure}}::h25050253f7dc0d3e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:298:22 [INFO] [stdout] 9: 0x57403ff1f539 - std::panicking::default_hook::hf3291a4c87ea2887 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:322:9 [INFO] [stdout] 10: 0x57403fce7e07 - as core::ops::function::Fn>::call::h51204ed24e282361 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1984:9 [INFO] [stdout] 11: 0x57403fce7e07 - test::test_main::{{closure}}::h3588678a150ab7c4 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:136:21 [INFO] [stdout] 12: 0x57403ff20233 - as core::ops::function::Fn>::call::h95d63edfac47e230 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1984:9 [INFO] [stdout] 13: 0x57403ff20233 - std::panicking::rust_panic_with_hook::h3550dbeaa1041124 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:839:13 [INFO] [stdout] 14: 0x57403ff1feea - std::panicking::begin_panic_handler::{{closure}}::hde0dd646a9e2b5b7 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:704:13 [INFO] [stdout] 15: 0x57403ff1e799 - std::sys::backtrace::__rust_end_short_backtrace::haeb22ba48b4d728e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x57403ff1fb7d - rust_begin_unwind [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:695:5 [INFO] [stdout] 17: 0x57403ff46f30 - core::panicking::panic_fmt::hca923aa694825dc3 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x57403ff473d6 - core::result::unwrap_failed::h1fd41ecb05679f50 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x57403fc97488 - core::result::Result::unwrap::ha9f22ebc16643842 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/result.rs:1109:23 [INFO] [stdout] 20: 0x57403fc97488 - imessage_database::tables::messages::body::typedstream_tests::can_get_message_body_multi_part::hcee23436b74326ac [INFO] [stdout] at /opt/rustwide/workdir/imessage-database/src/tables/messages/body.rs:408:24 [INFO] [stdout] 21: 0x57403fc970e7 - imessage_database::tables::messages::body::typedstream_tests::can_get_message_body_multi_part::{{closure}}::h485bf560618428f6 [INFO] [stdout] at /opt/rustwide/workdir/imessage-database/src/tables/messages/body.rs:400:41 [INFO] [stdout] 22: 0x57403fbf8496 - core::ops::function::FnOnce::call_once::haec1f0d1af9d29dd [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x57403fced6eb - core::ops::function::FnOnce::call_once::hbd335dbb4bb5fce4 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x57403fced6eb - test::__rust_begin_short_backtrace::h04cc5e3b375a80f9 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:638:18 [INFO] [stdout] 25: 0x57403fcec7a5 - test::run_test_in_process::{{closure}}::h820e05c00a84ca94 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:661:60 [INFO] [stdout] 26: 0x57403fcec7a5 - as core::ops::function::FnOnce<()>>::call_once::h5d54c80bc199f62c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 27: 0x57403fcec7a5 - std::panicking::try::do_call::h832d61a9fc2b6e3e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:587:40 [INFO] [stdout] 28: 0x57403fcec7a5 - std::panicking::try::h9a404c5f3a090501 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:550:19 [INFO] [stdout] 29: 0x57403fcec7a5 - std::panic::catch_unwind::hf5157d4c366d9053 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panic.rs:359:14 [INFO] [stdout] 30: 0x57403fcec7a5 - test::run_test_in_process::h671deca6957ee157 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:661:27 [INFO] [stdout] 31: 0x57403fcec7a5 - test::run_test::{{closure}}::h8a18e214254d2663 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:582:43 [INFO] [stdout] 32: 0x57403fcaf794 - test::run_test::{{closure}}::ha2abac7cc0a13c10 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:612:41 [INFO] [stdout] 33: 0x57403fcaf794 - std::sys::backtrace::__rust_begin_short_backtrace::h013f8b8ca29e5f67 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 34: 0x57403fcb32ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc0336636a8c55b05 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 35: 0x57403fcb32ca - as core::ops::function::FnOnce<()>>::call_once::h256d9472a72a8c66 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 36: 0x57403fcb32ca - std::panicking::try::do_call::hf49ea3ffcc3bd1db [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:587:40 [INFO] [stdout] 37: 0x57403fcb32ca - std::panicking::try::h2a067a3336161e1c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:550:19 [INFO] [stdout] 38: 0x57403fcb32ca - std::panic::catch_unwind::h931ea2a9df59b7fa [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panic.rs:359:14 [INFO] [stdout] 39: 0x57403fcb32ca - std::thread::Builder::spawn_unchecked_::{{closure}}::haf08f1439431615c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 40: 0x57403fcb32ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd1dc5dd1edff0233 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x57403ff23b4b - as core::ops::function::FnOnce>::call_once::hf6ad22f40418d409 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1970:9 [INFO] [stdout] 42: 0x57403ff23b4b - as core::ops::function::FnOnce>::call_once::h734c3e370b18da4b [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1970:9 [INFO] [stdout] 43: 0x57403ff23b4b - std::sys::pal::unix::thread::Thread::new::thread_start::hfbde3a90511cd82d [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/pal/unix/thread.rs:109:17 [INFO] [stdout] 44: 0x72ee9d31cac3 - [INFO] [stdout] 45: 0x72ee9d3ada04 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_start_end stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_start_end' panicked at imessage-database/src/tables/messages/tests/query_tests.rs:52:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: " WHERE\n m.date >= 599529600000000000 AND m.date <= 602294400000000000" [INFO] [stdout] right: " WHERE\n m.date >= 599558400000000000 AND m.date <= 602323200000000000" [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x57403ff1e2a2 - std::backtrace_rs::backtrace::libunwind::trace::h8d95625898284e7d [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x57403ff1e2a2 - std::backtrace_rs::backtrace::trace_unsynchronized::h9eafd5c61303e492 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x57403ff1e2a2 - std::sys::backtrace::_print_fmt::hec2578e807cc4a3f [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x57403ff1e2a2 - ::fmt::hd8ebefbbcb1fe23a [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x57403ff49b93 - core::fmt::rt::Argument::fmt::h09f3c4b7b5ff5386 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/fmt/rt.rs:185:76 [INFO] [stdout] 5: 0x57403ff49b93 - core::fmt::write::hef9d041e1d5d9592 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/fmt/mod.rs:1449:21 [INFO] [stdout] 6: 0x57403ff1aab3 - std::io::Write::write_fmt::h7cfb9383e0a29362 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/io/mod.rs:1890:15 [INFO] [stdout] 7: 0x57403ff1e0f2 - std::sys::backtrace::BacktraceLock::print::h263d323f217ce3a7 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x57403ff1f74a - std::panicking::default_hook::{{closure}}::h25050253f7dc0d3e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:298:22 [INFO] [stdout] 9: 0x57403ff1f539 - std::panicking::default_hook::hf3291a4c87ea2887 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:322:9 [INFO] [stdout] 10: 0x57403fce7e07 - as core::ops::function::Fn>::call::h51204ed24e282361 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1984:9 [INFO] [stdout] 11: 0x57403fce7e07 - test::test_main::{{closure}}::h3588678a150ab7c4 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:136:21 [INFO] [stdout] 12: 0x57403ff20233 - as core::ops::function::Fn>::call::h95d63edfac47e230 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1984:9 [INFO] [stdout] 13: 0x57403ff20233 - std::panicking::rust_panic_with_hook::h3550dbeaa1041124 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:839:13 [INFO] [stdout] 14: 0x57403ff1feea - std::panicking::begin_panic_handler::{{closure}}::hde0dd646a9e2b5b7 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:704:13 [INFO] [stdout] 15: 0x57403ff1e799 - std::sys::backtrace::__rust_end_short_backtrace::haeb22ba48b4d728e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x57403ff1fb7d - rust_begin_unwind [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:695:5 [INFO] [stdout] 17: 0x57403ff46f30 - core::panicking::panic_fmt::hca923aa694825dc3 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x57403ff472c7 - core::panicking::assert_failed_inner::h74605e175418b0d2 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:425:17 [INFO] [stdout] 19: 0x57403fb9ebcb - core::panicking::assert_failed::h147f00c62e9c73a0 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:380:5 [INFO] [stdout] 20: 0x57403fc7d805 - imessage_database::tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_start_end::h55e75686d08b99ae [INFO] [stdout] at /opt/rustwide/workdir/imessage-database/src/tables/messages/tests/query_tests.rs:52:9 [INFO] [stdout] 21: 0x57403fc7d4f7 - imessage_database::tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_start_end::{{closure}}::hb8ece5f3325cac63 [INFO] [stdout] at /opt/rustwide/workdir/imessage-database/src/tables/messages/tests/query_tests.rs:44:49 [INFO] [stdout] 22: 0x57403fbf7486 - core::ops::function::FnOnce::call_once::h7433853084c16aca [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x57403fced6eb - core::ops::function::FnOnce::call_once::hbd335dbb4bb5fce4 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x57403fced6eb - test::__rust_begin_short_backtrace::h04cc5e3b375a80f9 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:638:18 [INFO] [stdout] 25: 0x57403fcec7a5 - test::run_test_in_process::{{closure}}::h820e05c00a84ca94 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:661:60 [INFO] [stdout] 26: 0x57403fcec7a5 - as core::ops::function::FnOnce<()>>::call_once::h5d54c80bc199f62c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 27: 0x57403fcec7a5 - std::panicking::try::do_call::h832d61a9fc2b6e3e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:587:40 [INFO] [stdout] 28: 0x57403fcec7a5 - std::panicking::try::h9a404c5f3a090501 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:550:19 [INFO] [stdout] 29: 0x57403fcec7a5 - std::panic::catch_unwind::hf5157d4c366d9053 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panic.rs:359:14 [INFO] [stdout] 30: 0x57403fcec7a5 - test::run_test_in_process::h671deca6957ee157 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:661:27 [INFO] [stdout] 31: 0x57403fcec7a5 - test::run_test::{{closure}}::h8a18e214254d2663 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:582:43 [INFO] [stdout] 32: 0x57403fcaf794 - test::run_test::{{closure}}::ha2abac7cc0a13c10 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:612:41 [INFO] [stdout] 33: 0x57403fcaf794 - std::sys::backtrace::__rust_begin_short_backtrace::h013f8b8ca29e5f67 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 34: 0x57403fcb32ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc0336636a8c55b05 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 35: 0x57403fcb32ca - as core::ops::function::FnOnce<()>>::call_once::h256d9472a72a8c66 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 36: 0x57403fcb32ca - std::panicking::try::do_call::hf49ea3ffcc3bd1db [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:587:40 [INFO] [stdout] 37: 0x57403fcb32ca - std::panicking::try::h2a067a3336161e1c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:550:19 [INFO] [stdout] 38: 0x57403fcb32ca - std::panic::catch_unwind::h931ea2a9df59b7fa [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panic.rs:359:14 [INFO] [stdout] 39: 0x57403fcb32ca - std::thread::Builder::spawn_unchecked_::{{closure}}::haf08f1439431615c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 40: 0x57403fcb32ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd1dc5dd1edff0233 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x57403ff23b4b - as core::ops::function::FnOnce>::call_once::hf6ad22f40418d409 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1970:9 [INFO] [stdout] 42: 0x57403ff23b4b - as core::ops::function::FnOnce>::call_once::h734c3e370b18da4b [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1970:9 [INFO] [stdout] 43: 0x57403ff23b4b - std::sys::pal::unix::thread::Thread::new::thread_start::hfbde3a90511cd82d [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/pal/unix/thread.rs:109:17 [INFO] [stdout] 44: 0x72ee9d31cac3 - [INFO] [stdout] 45: 0x72ee9d3ada04 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_start_end stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_start_end' panicked at imessage-database/src/tables/messages/tests/query_tests.rs:158:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: " WHERE\n m.date >= 599529600000000000 AND m.date <= 602294400000000000" [INFO] [stdout] right: " WHERE\n m.date >= 599558400000000000 AND m.date <= 602323200000000000" [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x57403ff1e2a2 - std::backtrace_rs::backtrace::libunwind::trace::h8d95625898284e7d [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x57403ff1e2a2 - std::backtrace_rs::backtrace::trace_unsynchronized::h9eafd5c61303e492 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x57403ff1e2a2 - std::sys::backtrace::_print_fmt::hec2578e807cc4a3f [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x57403ff1e2a2 - ::fmt::hd8ebefbbcb1fe23a [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x57403ff49b93 - core::fmt::rt::Argument::fmt::h09f3c4b7b5ff5386 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/fmt/rt.rs:185:76 [INFO] [stdout] 5: 0x57403ff49b93 - core::fmt::write::hef9d041e1d5d9592 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/fmt/mod.rs:1449:21 [INFO] [stdout] 6: 0x57403ff1aab3 - std::io::Write::write_fmt::h7cfb9383e0a29362 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/io/mod.rs:1890:15 [INFO] [stdout] 7: 0x57403ff1e0f2 - std::sys::backtrace::BacktraceLock::print::h263d323f217ce3a7 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x57403ff1f74a - std::panicking::default_hook::{{closure}}::h25050253f7dc0d3e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:298:22 [INFO] [stdout] 9: 0x57403ff1f539 - std::panicking::default_hook::hf3291a4c87ea2887 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:322:9 [INFO] [stdout] 10: 0x57403fce7e07 - as core::ops::function::Fn>::call::h51204ed24e282361 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1984:9 [INFO] [stdout] 11: 0x57403fce7e07 - test::test_main::{{closure}}::h3588678a150ab7c4 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:136:21 [INFO] [stdout] 12: 0x57403ff20233 - as core::ops::function::Fn>::call::h95d63edfac47e230 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1984:9 [INFO] [stdout] 13: 0x57403ff20233 - std::panicking::rust_panic_with_hook::h3550dbeaa1041124 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:839:13 [INFO] [stdout] 14: 0x57403ff1feea - std::panicking::begin_panic_handler::{{closure}}::hde0dd646a9e2b5b7 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:704:13 [INFO] [stdout] 15: 0x57403ff1e799 - std::sys::backtrace::__rust_end_short_backtrace::haeb22ba48b4d728e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x57403ff1fb7d - rust_begin_unwind [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:695:5 [INFO] [stdout] 17: 0x57403ff46f30 - core::panicking::panic_fmt::hca923aa694825dc3 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x57403ff472c7 - core::panicking::assert_failed_inner::h74605e175418b0d2 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:425:17 [INFO] [stdout] 19: 0x57403fb9ebcb - core::panicking::assert_failed::h147f00c62e9c73a0 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:380:5 [INFO] [stdout] 20: 0x57403fc7ebb8 - imessage_database::tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_start_end::h2647be6b139f594d [INFO] [stdout] at /opt/rustwide/workdir/imessage-database/src/tables/messages/tests/query_tests.rs:158:9 [INFO] [stdout] 21: 0x57403fc7e8a7 - imessage_database::tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_start_end::{{closure}}::ha239eb14e7188c02 [INFO] [stdout] at /opt/rustwide/workdir/imessage-database/src/tables/messages/tests/query_tests.rs:150:49 [INFO] [stdout] 22: 0x57403fbf7cc6 - core::ops::function::FnOnce::call_once::h9153a634f32c9f17 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x57403fced6eb - core::ops::function::FnOnce::call_once::hbd335dbb4bb5fce4 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x57403fced6eb - test::__rust_begin_short_backtrace::h04cc5e3b375a80f9 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:638:18 [INFO] [stdout] 25: 0x57403fcec7a5 - test::run_test_in_process::{{closure}}::h820e05c00a84ca94 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:661:60 [INFO] [stdout] 26: 0x57403fcec7a5 - as core::ops::function::FnOnce<()>>::call_once::h5d54c80bc199f62c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 27: 0x57403fcec7a5 - std::panicking::try::do_call::h832d61a9fc2b6e3e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:587:40 [INFO] [stdout] 28: 0x57403fcec7a5 - std::panicking::try::h9a404c5f3a090501 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:550:19 [INFO] [stdout] 29: 0x57403fcec7a5 - std::panic::catch_unwind::hf5157d4c366d9053 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panic.rs:359:14 [INFO] [stdout] 30: 0x57403fcec7a5 - test::run_test_in_process::h671deca6957ee157 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:661:27 [INFO] [stdout] 31: 0x57403fcec7a5 - test::run_test::{{closure}}::h8a18e214254d2663 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:582:43 [INFO] [stdout] 32: 0x57403fcaf794 - test::run_test::{{closure}}::ha2abac7cc0a13c10 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:612:41 [INFO] [stdout] 33: 0x57403fcaf794 - std::sys::backtrace::__rust_begin_short_backtrace::h013f8b8ca29e5f67 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 34: 0x57403fcb32ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc0336636a8c55b05 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 35: 0x57403fcb32ca - as core::ops::function::FnOnce<()>>::call_once::h256d9472a72a8c66 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 36: 0x57403fcb32ca - std::panicking::try::do_call::hf49ea3ffcc3bd1db [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:587:40 [INFO] [stdout] 37: 0x57403fcb32ca - std::panicking::try::h2a067a3336161e1c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:550:19 [INFO] [stdout] 38: 0x57403fcb32ca - std::panic::catch_unwind::h931ea2a9df59b7fa [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panic.rs:359:14 [INFO] [stdout] 39: 0x57403fcb32ca - std::thread::Builder::spawn_unchecked_::{{closure}}::haf08f1439431615c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 40: 0x57403fcb32ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd1dc5dd1edff0233 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x57403ff23b4b - as core::ops::function::FnOnce>::call_once::hf6ad22f40418d409 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1970:9 [INFO] [stdout] 42: 0x57403ff23b4b - as core::ops::function::FnOnce>::call_once::h734c3e370b18da4b [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1970:9 [INFO] [stdout] 43: 0x57403ff23b4b - std::sys::pal::unix::thread::Thread::new::thread_start::hfbde3a90511cd82d [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/pal/unix/thread.rs:109:17 [INFO] [stdout] 44: 0x72ee9d31cac3 - [INFO] [stdout] 45: 0x72ee9d3ada04 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_start_end_chat_ids stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_start_end_chat_ids' panicked at imessage-database/src/tables/messages/tests/query_tests.rs:185:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: " WHERE\n m.date >= 599529600000000000 AND m.date <= 602294400000000000 AND (c.chat_id IN (1, 2, 3) OR d.chat_id IN (1, 2, 3))" [INFO] [stdout] right: " WHERE\n m.date >= 599558400000000000 AND m.date <= 602323200000000000 AND (c.chat_id IN (1, 2, 3) OR d.chat_id IN (1, 2, 3))" [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x57403ff1e2a2 - std::backtrace_rs::backtrace::libunwind::trace::h8d95625898284e7d [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x57403ff1e2a2 - std::backtrace_rs::backtrace::trace_unsynchronized::h9eafd5c61303e492 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x57403ff1e2a2 - std::sys::backtrace::_print_fmt::hec2578e807cc4a3f [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x57403ff1e2a2 - ::fmt::hd8ebefbbcb1fe23a [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x57403ff49b93 - core::fmt::rt::Argument::fmt::h09f3c4b7b5ff5386 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/fmt/rt.rs:185:76 [INFO] [stdout] 5: 0x57403ff49b93 - core::fmt::write::hef9d041e1d5d9592 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/fmt/mod.rs:1449:21 [INFO] [stdout] 6: 0x57403ff1aab3 - std::io::Write::write_fmt::h7cfb9383e0a29362 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/io/mod.rs:1890:15 [INFO] [stdout] 7: 0x57403ff1e0f2 - std::sys::backtrace::BacktraceLock::print::h263d323f217ce3a7 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x57403ff1f74a - std::panicking::default_hook::{{closure}}::h25050253f7dc0d3e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:298:22 [INFO] [stdout] 9: 0x57403ff1f539 - std::panicking::default_hook::hf3291a4c87ea2887 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:322:9 [INFO] [stdout] 10: 0x57403fce7e07 - as core::ops::function::Fn>::call::h51204ed24e282361 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1984:9 [INFO] [stdout] 11: 0x57403fce7e07 - test::test_main::{{closure}}::h3588678a150ab7c4 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:136:21 [INFO] [stdout] 12: 0x57403ff20233 - as core::ops::function::Fn>::call::h95d63edfac47e230 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1984:9 [INFO] [stdout] 13: 0x57403ff20233 - std::panicking::rust_panic_with_hook::h3550dbeaa1041124 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:839:13 [INFO] [stdout] 14: 0x57403ff1feea - std::panicking::begin_panic_handler::{{closure}}::hde0dd646a9e2b5b7 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:704:13 [INFO] [stdout] 15: 0x57403ff1e799 - std::sys::backtrace::__rust_end_short_backtrace::haeb22ba48b4d728e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x57403ff1fb7d - rust_begin_unwind [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:695:5 [INFO] [stdout] 17: 0x57403ff46f30 - core::panicking::panic_fmt::hca923aa694825dc3 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x57403ff472c7 - core::panicking::assert_failed_inner::h74605e175418b0d2 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:425:17 [INFO] [stdout] 19: 0x57403fb9ebcb - core::panicking::assert_failed::h147f00c62e9c73a0 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:380:5 [INFO] [stdout] 20: 0x57403fc7f134 - imessage_database::tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_start_end_chat_ids::h9bd59a36ccd24125 [INFO] [stdout] at /opt/rustwide/workdir/imessage-database/src/tables/messages/tests/query_tests.rs:185:9 [INFO] [stdout] 21: 0x57403fc7edd7 - imessage_database::tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_start_end_chat_ids::{{closure}}::hf791ad386e8fedcb [INFO] [stdout] at /opt/rustwide/workdir/imessage-database/src/tables/messages/tests/query_tests.rs:176:58 [INFO] [stdout] 22: 0x57403fbf7606 - core::ops::function::FnOnce::call_once::h7a2d58ee82f8e22c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x57403fced6eb - core::ops::function::FnOnce::call_once::hbd335dbb4bb5fce4 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x57403fced6eb - test::__rust_begin_short_backtrace::h04cc5e3b375a80f9 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:638:18 [INFO] [stdout] 25: 0x57403fcec7a5 - test::run_test_in_process::{{closure}}::h820e05c00a84ca94 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:661:60 [INFO] [stdout] 26: 0x57403fcec7a5 - as core::ops::function::FnOnce<()>>::call_once::h5d54c80bc199f62c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 27: 0x57403fcec7a5 - std::panicking::try::do_call::h832d61a9fc2b6e3e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:587:40 [INFO] [stdout] 28: 0x57403fcec7a5 - std::panicking::try::h9a404c5f3a090501 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:550:19 [INFO] [stdout] 29: 0x57403fcec7a5 - std::panic::catch_unwind::hf5157d4c366d9053 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panic.rs:359:14 [INFO] [stdout] 30: 0x57403fcec7a5 - test::run_test_in_process::h671deca6957ee157 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:661:27 [INFO] [stdout] 31: 0x57403fcec7a5 - test::run_test::{{closure}}::h8a18e214254d2663 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:582:43 [INFO] [stdout] 32: 0x57403fcaf794 - test::run_test::{{closure}}::ha2abac7cc0a13c10 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:612:41 [INFO] [stdout] 33: 0x57403fcaf794 - std::sys::backtrace::__rust_begin_short_backtrace::h013f8b8ca29e5f67 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 34: 0x57403fcb32ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc0336636a8c55b05 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 35: 0x57403fcb32ca - as core::ops::function::FnOnce<()>>::call_once::h256d9472a72a8c66 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 36: 0x57403fcb32ca - std::panicking::try::do_call::hf49ea3ffcc3bd1db [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:587:40 [INFO] [stdout] 37: 0x57403fcb32ca - std::panicking::try::h2a067a3336161e1c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:550:19 [INFO] [stdout] 38: 0x57403fcb32ca - std::panic::catch_unwind::h931ea2a9df59b7fa [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panic.rs:359:14 [INFO] [stdout] 39: 0x57403fcb32ca - std::thread::Builder::spawn_unchecked_::{{closure}}::haf08f1439431615c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 40: 0x57403fcb32ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd1dc5dd1edff0233 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x57403ff23b4b - as core::ops::function::FnOnce>::call_once::hf6ad22f40418d409 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1970:9 [INFO] [stdout] 42: 0x57403ff23b4b - as core::ops::function::FnOnce>::call_once::h734c3e370b18da4b [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1970:9 [INFO] [stdout] 43: 0x57403ff23b4b - std::sys::pal::unix::thread::Thread::new::thread_start::hfbde3a90511cd82d [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/pal/unix/thread.rs:109:17 [INFO] [stdout] 44: 0x72ee9d31cac3 - [INFO] [stdout] 45: 0x72ee9d3ada04 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_start_end_chat_ids stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_start_end_chat_ids' panicked at imessage-database/src/tables/messages/tests/query_tests.rs:79:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: " WHERE\n m.date >= 599529600000000000 AND m.date <= 602294400000000000 AND c.chat_id IN (1, 2, 3)" [INFO] [stdout] right: " WHERE\n m.date >= 599558400000000000 AND m.date <= 602323200000000000 AND c.chat_id IN (1, 2, 3)" [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x57403ff1e2a2 - std::backtrace_rs::backtrace::libunwind::trace::h8d95625898284e7d [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x57403ff1e2a2 - std::backtrace_rs::backtrace::trace_unsynchronized::h9eafd5c61303e492 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x57403ff1e2a2 - std::sys::backtrace::_print_fmt::hec2578e807cc4a3f [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x57403ff1e2a2 - ::fmt::hd8ebefbbcb1fe23a [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x57403ff49b93 - core::fmt::rt::Argument::fmt::h09f3c4b7b5ff5386 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/fmt/rt.rs:185:76 [INFO] [stdout] 5: 0x57403ff49b93 - core::fmt::write::hef9d041e1d5d9592 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/fmt/mod.rs:1449:21 [INFO] [stdout] 6: 0x57403ff1aab3 - std::io::Write::write_fmt::h7cfb9383e0a29362 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/io/mod.rs:1890:15 [INFO] [stdout] 7: 0x57403ff1e0f2 - std::sys::backtrace::BacktraceLock::print::h263d323f217ce3a7 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x57403ff1f74a - std::panicking::default_hook::{{closure}}::h25050253f7dc0d3e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:298:22 [INFO] [stdout] 9: 0x57403ff1f539 - std::panicking::default_hook::hf3291a4c87ea2887 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:322:9 [INFO] [stdout] 10: 0x57403fce7e07 - as core::ops::function::Fn>::call::h51204ed24e282361 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1984:9 [INFO] [stdout] 11: 0x57403fce7e07 - test::test_main::{{closure}}::h3588678a150ab7c4 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:136:21 [INFO] [stdout] 12: 0x57403ff20233 - as core::ops::function::Fn>::call::h95d63edfac47e230 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1984:9 [INFO] [stdout] 13: 0x57403ff20233 - std::panicking::rust_panic_with_hook::h3550dbeaa1041124 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:839:13 [INFO] [stdout] 14: 0x57403ff1feea - std::panicking::begin_panic_handler::{{closure}}::hde0dd646a9e2b5b7 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:704:13 [INFO] [stdout] 15: 0x57403ff1e799 - std::sys::backtrace::__rust_end_short_backtrace::haeb22ba48b4d728e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x57403ff1fb7d - rust_begin_unwind [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:695:5 [INFO] [stdout] 17: 0x57403ff46f30 - core::panicking::panic_fmt::hca923aa694825dc3 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x57403ff472c7 - core::panicking::assert_failed_inner::h74605e175418b0d2 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:425:17 [INFO] [stdout] 19: 0x57403fb9ebcb - core::panicking::assert_failed::h147f00c62e9c73a0 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:380:5 [INFO] [stdout] 20: 0x57403fc7dd81 - imessage_database::tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_start_end_chat_ids::h65db9cb7062f2511 [INFO] [stdout] at /opt/rustwide/workdir/imessage-database/src/tables/messages/tests/query_tests.rs:79:9 [INFO] [stdout] 21: 0x57403fc7da27 - imessage_database::tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_start_end_chat_ids::{{closure}}::h28b1a05f066daf1f [INFO] [stdout] at /opt/rustwide/workdir/imessage-database/src/tables/messages/tests/query_tests.rs:70:58 [INFO] [stdout] 22: 0x57403fbf5ee6 - core::ops::function::FnOnce::call_once::h2184a5cc67179f83 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x57403fced6eb - core::ops::function::FnOnce::call_once::hbd335dbb4bb5fce4 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x57403fced6eb - test::__rust_begin_short_backtrace::h04cc5e3b375a80f9 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:638:18 [INFO] [stdout] 25: 0x57403fcec7a5 - test::run_test_in_process::{{closure}}::h820e05c00a84ca94 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:661:60 [INFO] [stdout] 26: 0x57403fcec7a5 - as core::ops::function::FnOnce<()>>::call_once::h5d54c80bc199f62c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 27: 0x57403fcec7a5 - std::panicking::try::do_call::h832d61a9fc2b6e3e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:587:40 [INFO] [stdout] 28: 0x57403fcec7a5 - std::panicking::try::h9a404c5f3a090501 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:550:19 [INFO] [stdout] 29: 0x57403fcec7a5 - std::panic::catch_unwind::hf5157d4c366d9053 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panic.rs:359:14 [INFO] [stdout] 30: 0x57403fcec7a5 - test::run_test_in_process::h671deca6957ee157 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:661:27 [INFO] [stdout] 31: 0x57403fcec7a5 - test::run_test::{{closure}}::h8a18e214254d2663 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:582:43 [INFO] [stdout] 32: 0x57403fcaf794 - test::run_test::{{closure}}::ha2abac7cc0a13c10 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:612:41 [INFO] [stdout] 33: 0x57403fcaf794 - std::sys::backtrace::__rust_begin_short_backtrace::h013f8b8ca29e5f67 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 34: 0x57403fcb32ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc0336636a8c55b05 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 35: 0x57403fcb32ca - as core::ops::function::FnOnce<()>>::call_once::h256d9472a72a8c66 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 36: 0x57403fcb32ca - std::panicking::try::do_call::hf49ea3ffcc3bd1db [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:587:40 [INFO] [stdout] 37: 0x57403fcb32ca - std::panicking::try::h2a067a3336161e1c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:550:19 [INFO] [stdout] 38: 0x57403fcb32ca - std::panic::catch_unwind::h931ea2a9df59b7fa [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panic.rs:359:14 [INFO] [stdout] 39: 0x57403fcb32ca - std::thread::Builder::spawn_unchecked_::{{closure}}::haf08f1439431615c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 40: 0x57403fcb32ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd1dc5dd1edff0233 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x57403ff23b4b - as core::ops::function::FnOnce>::call_once::hf6ad22f40418d409 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1970:9 [INFO] [stdout] 42: 0x57403ff23b4b - as core::ops::function::FnOnce>::call_once::h734c3e370b18da4b [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1970:9 [INFO] [stdout] 43: 0x57403ff23b4b - std::sys::pal::unix::thread::Thread::new::thread_start::hfbde3a90511cd82d [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/pal/unix/thread.rs:109:17 [INFO] [stdout] 44: 0x72ee9d31cac3 - [INFO] [stdout] 45: 0x72ee9d3ada04 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_end stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_end' panicked at imessage-database/src/tables/messages/tests/query_tests.rs:37:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: " WHERE\n m.date <= 599529600000000000" [INFO] [stdout] right: " WHERE\n m.date <= 599558400000000000" [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x57403ff1e2a2 - std::backtrace_rs::backtrace::libunwind::trace::h8d95625898284e7d [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x57403ff1e2a2 - std::backtrace_rs::backtrace::trace_unsynchronized::h9eafd5c61303e492 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x57403ff1e2a2 - std::sys::backtrace::_print_fmt::hec2578e807cc4a3f [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x57403ff1e2a2 - ::fmt::hd8ebefbbcb1fe23a [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x57403ff49b93 - core::fmt::rt::Argument::fmt::h09f3c4b7b5ff5386 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/fmt/rt.rs:185:76 [INFO] [stdout] 5: 0x57403ff49b93 - core::fmt::write::hef9d041e1d5d9592 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/fmt/mod.rs:1449:21 [INFO] [stdout] 6: 0x57403ff1aab3 - std::io::Write::write_fmt::h7cfb9383e0a29362 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/io/mod.rs:1890:15 [INFO] [stdout] 7: 0x57403ff1e0f2 - std::sys::backtrace::BacktraceLock::print::h263d323f217ce3a7 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x57403ff1f74a - std::panicking::default_hook::{{closure}}::h25050253f7dc0d3e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:298:22 [INFO] [stdout] 9: 0x57403ff1f539 - std::panicking::default_hook::hf3291a4c87ea2887 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:322:9 [INFO] [stdout] 10: 0x57403fce7e07 - as core::ops::function::Fn>::call::h51204ed24e282361 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1984:9 [INFO] [stdout] 11: 0x57403fce7e07 - test::test_main::{{closure}}::h3588678a150ab7c4 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:136:21 [INFO] [stdout] 12: 0x57403ff20233 - as core::ops::function::Fn>::call::h95d63edfac47e230 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1984:9 [INFO] [stdout] 13: 0x57403ff20233 - std::panicking::rust_panic_with_hook::h3550dbeaa1041124 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:839:13 [INFO] [stdout] 14: 0x57403ff1feea - std::panicking::begin_panic_handler::{{closure}}::hde0dd646a9e2b5b7 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:704:13 [INFO] [stdout] 15: 0x57403ff1e799 - std::sys::backtrace::__rust_end_short_backtrace::haeb22ba48b4d728e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x57403ff1fb7d - rust_begin_unwind [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:695:5 [INFO] [stdout] 17: 0x57403ff46f30 - core::panicking::panic_fmt::hca923aa694825dc3 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x57403ff472c7 - core::panicking::assert_failed_inner::h74605e175418b0d2 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:425:17 [INFO] [stdout] 19: 0x57403fb9ebcb - core::panicking::assert_failed::h147f00c62e9c73a0 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:380:5 [INFO] [stdout] 20: 0x57403fc7d4a1 - imessage_database::tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_end::h527a5146bd5bf476 [INFO] [stdout] at /opt/rustwide/workdir/imessage-database/src/tables/messages/tests/query_tests.rs:37:9 [INFO] [stdout] 21: 0x57403fc7d287 - imessage_database::tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_end::{{closure}}::hdc9dc353e6662949 [INFO] [stdout] at /opt/rustwide/workdir/imessage-database/src/tables/messages/tests/query_tests.rs:30:43 [INFO] [stdout] 22: 0x57403fbf93f6 - core::ops::function::FnOnce::call_once::hd0873bb7a4fa4c9b [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x57403fced6eb - core::ops::function::FnOnce::call_once::hbd335dbb4bb5fce4 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x57403fced6eb - test::__rust_begin_short_backtrace::h04cc5e3b375a80f9 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:638:18 [INFO] [stdout] 25: 0x57403fcec7a5 - test::run_test_in_process::{{closure}}::h820e05c00a84ca94 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:661:60 [INFO] [stdout] 26: 0x57403fcec7a5 - as core::ops::function::FnOnce<()>>::call_once::h5d54c80bc199f62c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 27: 0x57403fcec7a5 - std::panicking::try::do_call::h832d61a9fc2b6e3e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:587:40 [INFO] [stdout] 28: 0x57403fcec7a5 - std::panicking::try::h9a404c5f3a090501 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:550:19 [INFO] [stdout] 29: 0x57403fcec7a5 - std::panic::catch_unwind::hf5157d4c366d9053 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panic.rs:359:14 [INFO] [stdout] 30: 0x57403fcec7a5 - test::run_test_in_process::h671deca6957ee157 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:661:27 [INFO] [stdout] 31: 0x57403fcec7a5 - test::run_test::{{closure}}::h8a18e214254d2663 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:582:43 [INFO] [stdout] 32: 0x57403fcaf794 - test::run_test::{{closure}}::ha2abac7cc0a13c10 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:612:41 [INFO] [stdout] 33: 0x57403fcaf794 - std::sys::backtrace::__rust_begin_short_backtrace::h013f8b8ca29e5f67 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 34: 0x57403fcb32ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc0336636a8c55b05 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 35: 0x57403fcb32ca - as core::ops::function::FnOnce<()>>::call_once::h256d9472a72a8c66 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 36: 0x57403fcb32ca - std::panicking::try::do_call::hf49ea3ffcc3bd1db [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:587:40 [INFO] [stdout] 37: 0x57403fcb32ca - std::panicking::try::h2a067a3336161e1c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:550:19 [INFO] [stdout] 38: 0x57403fcb32ca - std::panic::catch_unwind::h931ea2a9df59b7fa [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panic.rs:359:14 [INFO] [stdout] 39: 0x57403fcb32ca - std::thread::Builder::spawn_unchecked_::{{closure}}::haf08f1439431615c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 40: 0x57403fcb32ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd1dc5dd1edff0233 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x57403ff23b4b - as core::ops::function::FnOnce>::call_once::hf6ad22f40418d409 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1970:9 [INFO] [stdout] 42: 0x57403ff23b4b - as core::ops::function::FnOnce>::call_once::h734c3e370b18da4b [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1970:9 [INFO] [stdout] 43: 0x57403ff23b4b - std::sys::pal::unix::thread::Thread::new::thread_start::hfbde3a90511cd82d [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/pal/unix/thread.rs:109:17 [INFO] [stdout] 44: 0x72ee9d31cac3 - [INFO] [stdout] 45: 0x72ee9d3ada04 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_end stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_end' panicked at imessage-database/src/tables/messages/tests/query_tests.rs:143:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: " WHERE\n m.date <= 599529600000000000" [INFO] [stdout] right: " WHERE\n m.date <= 599558400000000000" [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x57403ff1e2a2 - std::backtrace_rs::backtrace::libunwind::trace::h8d95625898284e7d [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x57403ff1e2a2 - std::backtrace_rs::backtrace::trace_unsynchronized::h9eafd5c61303e492 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x57403ff1e2a2 - std::sys::backtrace::_print_fmt::hec2578e807cc4a3f [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x57403ff1e2a2 - ::fmt::hd8ebefbbcb1fe23a [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x57403ff49b93 - core::fmt::rt::Argument::fmt::h09f3c4b7b5ff5386 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/fmt/rt.rs:185:76 [INFO] [stdout] 5: 0x57403ff49b93 - core::fmt::write::hef9d041e1d5d9592 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/fmt/mod.rs:1449:21 [INFO] [stdout] 6: 0x57403ff1aab3 - std::io::Write::write_fmt::h7cfb9383e0a29362 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/io/mod.rs:1890:15 [INFO] [stdout] 7: 0x57403ff1e0f2 - std::sys::backtrace::BacktraceLock::print::h263d323f217ce3a7 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x57403ff1f74a - std::panicking::default_hook::{{closure}}::h25050253f7dc0d3e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:298:22 [INFO] [stdout] 9: 0x57403ff1f539 - std::panicking::default_hook::hf3291a4c87ea2887 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:322:9 [INFO] [stdout] 10: 0x57403fce7e07 - as core::ops::function::Fn>::call::h51204ed24e282361 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1984:9 [INFO] [stdout] 11: 0x57403fce7e07 - test::test_main::{{closure}}::h3588678a150ab7c4 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:136:21 [INFO] [stdout] 12: 0x57403ff20233 - as core::ops::function::Fn>::call::h95d63edfac47e230 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1984:9 [INFO] [stdout] 13: 0x57403ff20233 - std::panicking::rust_panic_with_hook::h3550dbeaa1041124 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:839:13 [INFO] [stdout] 14: 0x57403ff1feea - std::panicking::begin_panic_handler::{{closure}}::hde0dd646a9e2b5b7 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:704:13 [INFO] [stdout] 15: 0x57403ff1e799 - std::sys::backtrace::__rust_end_short_backtrace::haeb22ba48b4d728e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x57403ff1fb7d - rust_begin_unwind [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:695:5 [INFO] [stdout] 17: 0x57403ff46f30 - core::panicking::panic_fmt::hca923aa694825dc3 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x57403ff472c7 - core::panicking::assert_failed_inner::h74605e175418b0d2 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:425:17 [INFO] [stdout] 19: 0x57403fb9ebcb - core::panicking::assert_failed::h147f00c62e9c73a0 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:380:5 [INFO] [stdout] 20: 0x57403fc7e854 - imessage_database::tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_end::hd13c944a7c7920bb [INFO] [stdout] at /opt/rustwide/workdir/imessage-database/src/tables/messages/tests/query_tests.rs:143:9 [INFO] [stdout] 21: 0x57403fc7e637 - imessage_database::tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_end::{{closure}}::h5a61c80a5c36e16b [INFO] [stdout] at /opt/rustwide/workdir/imessage-database/src/tables/messages/tests/query_tests.rs:136:43 [INFO] [stdout] 22: 0x57403fbf9786 - core::ops::function::FnOnce::call_once::hdfcf40c100dba6cb [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x57403fced6eb - core::ops::function::FnOnce::call_once::hbd335dbb4bb5fce4 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x57403fced6eb - test::__rust_begin_short_backtrace::h04cc5e3b375a80f9 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:638:18 [INFO] [stdout] 25: 0x57403fcec7a5 - test::run_test_in_process::{{closure}}::h820e05c00a84ca94 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:661:60 [INFO] [stdout] 26: 0x57403fcec7a5 - as core::ops::function::FnOnce<()>>::call_once::h5d54c80bc199f62c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 27: 0x57403fcec7a5 - std::panicking::try::do_call::h832d61a9fc2b6e3e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:587:40 [INFO] [stdout] 28: 0x57403fcec7a5 - std::panicking::try::h9a404c5f3a090501 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:550:19 [INFO] [stdout] 29: 0x57403fcec7a5 - std::panic::catch_unwind::hf5157d4c366d9053 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panic.rs:359:14 [INFO] [stdout] 30: 0x57403fcec7a5 - test::run_test_in_process::h671deca6957ee157 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:661:27 [INFO] [stdout] 31: 0x57403fcec7a5 - test::run_test::{{closure}}::h8a18e214254d2663 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:582:43 [INFO] [stdout] 32: 0x57403fcaf794 - test::run_test::{{closure}}::ha2abac7cc0a13c10 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:612:41 [INFO] [stdout] 33: 0x57403fcaf794 - std::sys::backtrace::__rust_begin_short_backtrace::h013f8b8ca29e5f67 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 34: 0x57403fcb32ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc0336636a8c55b05 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 35: 0x57403fcb32ca - as core::ops::function::FnOnce<()>>::call_once::h256d9472a72a8c66 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 36: 0x57403fcb32ca - std::panicking::try::do_call::hf49ea3ffcc3bd1db [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:587:40 [INFO] [stdout] 37: 0x57403fcb32ca - std::panicking::try::h2a067a3336161e1c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:550:19 [INFO] [stdout] 38: 0x57403fcb32ca - std::panic::catch_unwind::h931ea2a9df59b7fa [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panic.rs:359:14 [INFO] [stdout] 39: 0x57403fcb32ca - std::thread::Builder::spawn_unchecked_::{{closure}}::haf08f1439431615c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 40: 0x57403fcb32ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd1dc5dd1edff0233 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x57403ff23b4b - as core::ops::function::FnOnce>::call_once::hf6ad22f40418d409 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1970:9 [INFO] [stdout] 42: 0x57403ff23b4b - as core::ops::function::FnOnce>::call_once::h734c3e370b18da4b [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1970:9 [INFO] [stdout] 43: 0x57403ff23b4b - std::sys::pal::unix::thread::Thread::new::thread_start::hfbde3a90511cd82d [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/pal/unix/thread.rs:109:17 [INFO] [stdout] 44: 0x72ee9d31cac3 - [INFO] [stdout] 45: 0x72ee9d3ada04 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_start stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_start' panicked at imessage-database/src/tables/messages/tests/query_tests.rs:129:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: " WHERE\n m.date >= 599529600000000000" [INFO] [stdout] right: " WHERE\n m.date >= 599558400000000000" [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x57403ff1e2a2 - std::backtrace_rs::backtrace::libunwind::trace::h8d95625898284e7d [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x57403ff1e2a2 - std::backtrace_rs::backtrace::trace_unsynchronized::h9eafd5c61303e492 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x57403ff1e2a2 - std::sys::backtrace::_print_fmt::hec2578e807cc4a3f [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x57403ff1e2a2 - ::fmt::hd8ebefbbcb1fe23a [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x57403ff49b93 - core::fmt::rt::Argument::fmt::h09f3c4b7b5ff5386 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/fmt/rt.rs:185:76 [INFO] [stdout] 5: 0x57403ff49b93 - core::fmt::write::hef9d041e1d5d9592 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/fmt/mod.rs:1449:21 [INFO] [stdout] 6: 0x57403ff1aab3 - std::io::Write::write_fmt::h7cfb9383e0a29362 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/io/mod.rs:1890:15 [INFO] [stdout] 7: 0x57403ff1e0f2 - std::sys::backtrace::BacktraceLock::print::h263d323f217ce3a7 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x57403ff1f74a - std::panicking::default_hook::{{closure}}::h25050253f7dc0d3e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:298:22 [INFO] [stdout] 9: 0x57403ff1f539 - std::panicking::default_hook::hf3291a4c87ea2887 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:322:9 [INFO] [stdout] 10: 0x57403fce7e07 - as core::ops::function::Fn>::call::h51204ed24e282361 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1984:9 [INFO] [stdout] 11: 0x57403fce7e07 - test::test_main::{{closure}}::h3588678a150ab7c4 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:136:21 [INFO] [stdout] 12: 0x57403ff20233 - as core::ops::function::Fn>::call::h95d63edfac47e230 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1984:9 [INFO] [stdout] 13: 0x57403ff20233 - std::panicking::rust_panic_with_hook::h3550dbeaa1041124 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:839:13 [INFO] [stdout] 14: 0x57403ff1feea - std::panicking::begin_panic_handler::{{closure}}::hde0dd646a9e2b5b7 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:704:13 [INFO] [stdout] 15: 0x57403ff1e799 - std::sys::backtrace::__rust_end_short_backtrace::haeb22ba48b4d728e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x57403ff1fb7d - rust_begin_unwind [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:695:5 [INFO] [stdout] 17: 0x57403ff46f30 - core::panicking::panic_fmt::hca923aa694825dc3 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x57403ff472c7 - core::panicking::assert_failed_inner::h74605e175418b0d2 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:425:17 [INFO] [stdout] 19: 0x57403fb9ebcb - core::panicking::assert_failed::h147f00c62e9c73a0 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:380:5 [INFO] [stdout] 20: 0x57403fc7e5e4 - imessage_database::tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_start::h1504d6e600402076 [INFO] [stdout] at /opt/rustwide/workdir/imessage-database/src/tables/messages/tests/query_tests.rs:129:9 [INFO] [stdout] 21: 0x57403fc7e3c7 - imessage_database::tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_start::{{closure}}::h9efbda263dfc9468 [INFO] [stdout] at /opt/rustwide/workdir/imessage-database/src/tables/messages/tests/query_tests.rs:122:45 [INFO] [stdout] 22: 0x57403fbf56b6 - core::ops::function::FnOnce::call_once::h05fb91541ad8e636 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x57403fced6eb - core::ops::function::FnOnce::call_once::hbd335dbb4bb5fce4 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x57403fced6eb - test::__rust_begin_short_backtrace::h04cc5e3b375a80f9 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:638:18 [INFO] [stdout] 25: 0x57403fcec7a5 - test::run_test_in_process::{{closure}}::h820e05c00a84ca94 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:661:60 [INFO] [stdout] 26: 0x57403fcec7a5 - as core::ops::function::FnOnce<()>>::call_once::h5d54c80bc199f62c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 27: 0x57403fcec7a5 - std::panicking::try::do_call::h832d61a9fc2b6e3e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:587:40 [INFO] [stdout] 28: 0x57403fcec7a5 - std::panicking::try::h9a404c5f3a090501 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:550:19 [INFO] [stdout] 29: 0x57403fcec7a5 - std::panic::catch_unwind::hf5157d4c366d9053 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panic.rs:359:14 [INFO] [stdout] 30: 0x57403fcec7a5 - test::run_test_in_process::h671deca6957ee157 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:661:27 [INFO] [stdout] 31: 0x57403fcec7a5 - test::run_test::{{closure}}::h8a18e214254d2663 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:582:43 [INFO] [stdout] 32: 0x57403fcaf794 - test::run_test::{{closure}}::ha2abac7cc0a13c10 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:612:41 [INFO] [stdout] 33: 0x57403fcaf794 - std::sys::backtrace::__rust_begin_short_backtrace::h013f8b8ca29e5f67 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 34: 0x57403fcb32ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc0336636a8c55b05 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 35: 0x57403fcb32ca - as core::ops::function::FnOnce<()>>::call_once::h256d9472a72a8c66 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 36: 0x57403fcb32ca - std::panicking::try::do_call::hf49ea3ffcc3bd1db [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:587:40 [INFO] [stdout] 37: 0x57403fcb32ca - std::panicking::try::h2a067a3336161e1c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:550:19 [INFO] [stdout] 38: 0x57403fcb32ca - std::panic::catch_unwind::h931ea2a9df59b7fa [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panic.rs:359:14 [INFO] [stdout] 39: 0x57403fcb32ca - std::thread::Builder::spawn_unchecked_::{{closure}}::haf08f1439431615c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 40: 0x57403fcb32ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd1dc5dd1edff0233 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x57403ff23b4b - as core::ops::function::FnOnce>::call_once::hf6ad22f40418d409 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1970:9 [INFO] [stdout] 42: 0x57403ff23b4b - as core::ops::function::FnOnce>::call_once::h734c3e370b18da4b [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1970:9 [INFO] [stdout] 43: 0x57403ff23b4b - std::sys::pal::unix::thread::Thread::new::thread_start::hfbde3a90511cd82d [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/pal/unix/thread.rs:109:17 [INFO] [stdout] 44: 0x72ee9d31cac3 - [INFO] [stdout] 45: 0x72ee9d3ada04 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_start stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_start' panicked at imessage-database/src/tables/messages/tests/query_tests.rs:23:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: " WHERE\n m.date >= 599529600000000000" [INFO] [stdout] right: " WHERE\n m.date >= 599558400000000000" [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x57403ff1e2a2 - std::backtrace_rs::backtrace::libunwind::trace::h8d95625898284e7d [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x57403ff1e2a2 - std::backtrace_rs::backtrace::trace_unsynchronized::h9eafd5c61303e492 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x57403ff1e2a2 - std::sys::backtrace::_print_fmt::hec2578e807cc4a3f [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x57403ff1e2a2 - ::fmt::hd8ebefbbcb1fe23a [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x57403ff49b93 - core::fmt::rt::Argument::fmt::h09f3c4b7b5ff5386 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/fmt/rt.rs:185:76 [INFO] [stdout] 5: 0x57403ff49b93 - core::fmt::write::hef9d041e1d5d9592 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/fmt/mod.rs:1449:21 [INFO] [stdout] 6: 0x57403ff1aab3 - std::io::Write::write_fmt::h7cfb9383e0a29362 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/io/mod.rs:1890:15 [INFO] [stdout] 7: 0x57403ff1e0f2 - std::sys::backtrace::BacktraceLock::print::h263d323f217ce3a7 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x57403ff1f74a - std::panicking::default_hook::{{closure}}::h25050253f7dc0d3e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:298:22 [INFO] [stdout] 9: 0x57403ff1f539 - std::panicking::default_hook::hf3291a4c87ea2887 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:322:9 [INFO] [stdout] 10: 0x57403fce7e07 - as core::ops::function::Fn>::call::h51204ed24e282361 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1984:9 [INFO] [stdout] 11: 0x57403fce7e07 - test::test_main::{{closure}}::h3588678a150ab7c4 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:136:21 [INFO] [stdout] 12: 0x57403ff20233 - as core::ops::function::Fn>::call::h95d63edfac47e230 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1984:9 [INFO] [stdout] 13: 0x57403ff20233 - std::panicking::rust_panic_with_hook::h3550dbeaa1041124 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:839:13 [INFO] [stdout] 14: 0x57403ff1feea - std::panicking::begin_panic_handler::{{closure}}::hde0dd646a9e2b5b7 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:704:13 [INFO] [stdout] 15: 0x57403ff1e799 - std::sys::backtrace::__rust_end_short_backtrace::haeb22ba48b4d728e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x57403ff1fb7d - rust_begin_unwind [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:695:5 [INFO] [stdout] 17: 0x57403ff46f30 - core::panicking::panic_fmt::hca923aa694825dc3 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x57403ff472c7 - core::panicking::assert_failed_inner::h74605e175418b0d2 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:425:17 [INFO] [stdout] 19: 0x57403fb9ebcb - core::panicking::assert_failed::h147f00c62e9c73a0 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:380:5 [INFO] [stdout] 20: 0x57403fc7d231 - imessage_database::tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_start::hd1764d3a2d3b4bea [INFO] [stdout] at /opt/rustwide/workdir/imessage-database/src/tables/messages/tests/query_tests.rs:23:9 [INFO] [stdout] 21: 0x57403fc7d017 - imessage_database::tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_start::{{closure}}::h9139d0cced0481cb [INFO] [stdout] at /opt/rustwide/workdir/imessage-database/src/tables/messages/tests/query_tests.rs:16:45 [INFO] [stdout] 22: 0x57403fbf8d46 - core::ops::function::FnOnce::call_once::hc10dbfa6326a4251 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x57403fced6eb - core::ops::function::FnOnce::call_once::hbd335dbb4bb5fce4 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x57403fced6eb - test::__rust_begin_short_backtrace::h04cc5e3b375a80f9 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:638:18 [INFO] [stdout] 25: 0x57403fcec7a5 - test::run_test_in_process::{{closure}}::h820e05c00a84ca94 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:661:60 [INFO] [stdout] 26: 0x57403fcec7a5 - as core::ops::function::FnOnce<()>>::call_once::h5d54c80bc199f62c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 27: 0x57403fcec7a5 - std::panicking::try::do_call::h832d61a9fc2b6e3e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:587:40 [INFO] [stdout] 28: 0x57403fcec7a5 - std::panicking::try::h9a404c5f3a090501 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:550:19 [INFO] [stdout] 29: 0x57403fcec7a5 - std::panic::catch_unwind::hf5157d4c366d9053 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panic.rs:359:14 [INFO] [stdout] 30: 0x57403fcec7a5 - test::run_test_in_process::h671deca6957ee157 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:661:27 [INFO] [stdout] 31: 0x57403fcec7a5 - test::run_test::{{closure}}::h8a18e214254d2663 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:582:43 [INFO] [stdout] 32: 0x57403fcaf794 - test::run_test::{{closure}}::ha2abac7cc0a13c10 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:612:41 [INFO] [stdout] 33: 0x57403fcaf794 - std::sys::backtrace::__rust_begin_short_backtrace::h013f8b8ca29e5f67 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 34: 0x57403fcb32ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc0336636a8c55b05 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 35: 0x57403fcb32ca - as core::ops::function::FnOnce<()>>::call_once::h256d9472a72a8c66 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 36: 0x57403fcb32ca - std::panicking::try::do_call::hf49ea3ffcc3bd1db [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:587:40 [INFO] [stdout] 37: 0x57403fcb32ca - std::panicking::try::h2a067a3336161e1c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:550:19 [INFO] [stdout] 38: 0x57403fcb32ca - std::panic::catch_unwind::h931ea2a9df59b7fa [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panic.rs:359:14 [INFO] [stdout] 39: 0x57403fcb32ca - std::thread::Builder::spawn_unchecked_::{{closure}}::haf08f1439431615c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 40: 0x57403fcb32ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd1dc5dd1edff0233 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x57403ff23b4b - as core::ops::function::FnOnce>::call_once::hf6ad22f40418d409 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1970:9 [INFO] [stdout] 42: 0x57403ff23b4b - as core::ops::function::FnOnce>::call_once::h734c3e370b18da4b [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1970:9 [INFO] [stdout] 43: 0x57403ff23b4b - std::sys::pal::unix::thread::Thread::new::thread_start::hfbde3a90511cd82d [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/pal/unix/thread.rs:109:17 [INFO] [stdout] 44: 0x72ee9d31cac3 - [INFO] [stdout] 45: 0x72ee9d3ada04 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- util::typedstream::tests::test_parser::parser_tests::test_parse_text_multi_part stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'util::typedstream::tests::test_parser::parser_tests::test_parse_text_multi_part' panicked at imessage-database/src/util/typedstream/tests/test_parser.rs:315:53: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x57403ff1e2a2 - std::backtrace_rs::backtrace::libunwind::trace::h8d95625898284e7d [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x57403ff1e2a2 - std::backtrace_rs::backtrace::trace_unsynchronized::h9eafd5c61303e492 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x57403ff1e2a2 - std::sys::backtrace::_print_fmt::hec2578e807cc4a3f [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x57403ff1e2a2 - ::fmt::hd8ebefbbcb1fe23a [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x57403ff49b93 - core::fmt::rt::Argument::fmt::h09f3c4b7b5ff5386 [INFO] [stderr] error: test failed, to rerun pass `-p imessage-database --lib` [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/fmt/rt.rs:185:76 [INFO] [stdout] 5: 0x57403ff49b93 - core::fmt::write::hef9d041e1d5d9592 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/fmt/mod.rs:1449:21 [INFO] [stdout] 6: 0x57403ff1aab3 - std::io::Write::write_fmt::h7cfb9383e0a29362 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/io/mod.rs:1890:15 [INFO] [stdout] 7: 0x57403ff1e0f2 - std::sys::backtrace::BacktraceLock::print::h263d323f217ce3a7 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x57403ff1f74a - std::panicking::default_hook::{{closure}}::h25050253f7dc0d3e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:298:22 [INFO] [stdout] 9: 0x57403ff1f539 - std::panicking::default_hook::hf3291a4c87ea2887 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:322:9 [INFO] [stdout] 10: 0x57403fce7e07 - as core::ops::function::Fn>::call::h51204ed24e282361 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1984:9 [INFO] [stdout] 11: 0x57403fce7e07 - test::test_main::{{closure}}::h3588678a150ab7c4 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:136:21 [INFO] [stdout] 12: 0x57403ff20233 - as core::ops::function::Fn>::call::h95d63edfac47e230 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1984:9 [INFO] [stdout] 13: 0x57403ff20233 - std::panicking::rust_panic_with_hook::h3550dbeaa1041124 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:839:13 [INFO] [stdout] 14: 0x57403ff1feea - std::panicking::begin_panic_handler::{{closure}}::hde0dd646a9e2b5b7 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:704:13 [INFO] [stdout] 15: 0x57403ff1e799 - std::sys::backtrace::__rust_end_short_backtrace::haeb22ba48b4d728e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x57403ff1fb7d - rust_begin_unwind [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:695:5 [INFO] [stdout] 17: 0x57403ff46f30 - core::panicking::panic_fmt::hca923aa694825dc3 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x57403ff473d6 - core::result::unwrap_failed::h1fd41ecb05679f50 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x57403fb30b22 - core::result::Result::unwrap::ha9f22ebc16643842 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/result.rs:1109:23 [INFO] [stdout] 20: 0x57403fb30b22 - imessage_database::util::typedstream::tests::test_parser::parser_tests::test_parse_text_multi_part::h014f8df3e6be8817 [INFO] [stdout] at /opt/rustwide/workdir/imessage-database/src/util/typedstream/tests/test_parser.rs:315:24 [INFO] [stdout] 21: 0x57403fb308a7 - imessage_database::util::typedstream::tests::test_parser::parser_tests::test_parse_text_multi_part::{{closure}}::hd97e2d89985abfc1 [INFO] [stdout] at /opt/rustwide/workdir/imessage-database/src/util/typedstream/tests/test_parser.rs:310:36 [INFO] [stdout] 22: 0x57403fbf6336 - core::ops::function::FnOnce::call_once::h2edb613cd83272ed [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x57403fced6eb - core::ops::function::FnOnce::call_once::hbd335dbb4bb5fce4 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x57403fced6eb - test::__rust_begin_short_backtrace::h04cc5e3b375a80f9 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:638:18 [INFO] [stdout] 25: 0x57403fcec7a5 - test::run_test_in_process::{{closure}}::h820e05c00a84ca94 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:661:60 [INFO] [stdout] 26: 0x57403fcec7a5 - as core::ops::function::FnOnce<()>>::call_once::h5d54c80bc199f62c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 27: 0x57403fcec7a5 - std::panicking::try::do_call::h832d61a9fc2b6e3e [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:587:40 [INFO] [stdout] 28: 0x57403fcec7a5 - std::panicking::try::h9a404c5f3a090501 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:550:19 [INFO] [stdout] 29: 0x57403fcec7a5 - std::panic::catch_unwind::hf5157d4c366d9053 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panic.rs:359:14 [INFO] [stdout] 30: 0x57403fcec7a5 - test::run_test_in_process::h671deca6957ee157 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:661:27 [INFO] [stdout] 31: 0x57403fcec7a5 - test::run_test::{{closure}}::h8a18e214254d2663 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:582:43 [INFO] [stdout] 32: 0x57403fcaf794 - test::run_test::{{closure}}::ha2abac7cc0a13c10 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:612:41 [INFO] [stdout] 33: 0x57403fcaf794 - std::sys::backtrace::__rust_begin_short_backtrace::h013f8b8ca29e5f67 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 34: 0x57403fcb32ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc0336636a8c55b05 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 35: 0x57403fcb32ca - as core::ops::function::FnOnce<()>>::call_once::h256d9472a72a8c66 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 36: 0x57403fcb32ca - std::panicking::try::do_call::hf49ea3ffcc3bd1db [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:587:40 [INFO] [stdout] 37: 0x57403fcb32ca - std::panicking::try::h2a067a3336161e1c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:550:19 [INFO] [stdout] 38: 0x57403fcb32ca - std::panic::catch_unwind::h931ea2a9df59b7fa [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panic.rs:359:14 [INFO] [stdout] 39: 0x57403fcb32ca - std::thread::Builder::spawn_unchecked_::{{closure}}::haf08f1439431615c [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 40: 0x57403fcb32ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd1dc5dd1edff0233 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x57403ff23b4b - as core::ops::function::FnOnce>::call_once::hf6ad22f40418d409 [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1970:9 [INFO] [stdout] 42: 0x57403ff23b4b - as core::ops::function::FnOnce>::call_once::h734c3e370b18da4b [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1970:9 [INFO] [stdout] 43: 0x57403ff23b4b - std::sys::pal::unix::thread::Thread::new::thread_start::hfbde3a90511cd82d [INFO] [stdout] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/pal/unix/thread.rs:109:17 [INFO] [stdout] 44: 0x72ee9d31cac3 - [INFO] [stdout] 45: 0x72ee9d3ada04 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tables::messages::body::typedstream_tests::can_get_message_body_multi_part [INFO] [stdout] tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_end [INFO] [stdout] tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_start [INFO] [stdout] tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_start_end [INFO] [stdout] tables::messages::tests::query_tests::exclude_recoverable_tests::can_generate_filter_statement_start_end_chat_ids [INFO] [stdout] tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_end [INFO] [stdout] tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_start [INFO] [stdout] tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_start_end [INFO] [stdout] tables::messages::tests::query_tests::include_recoverable_tests::can_generate_filter_statement_start_end_chat_ids [INFO] [stdout] util::typedstream::tests::test_parser::parser_tests::test_parse_text_multi_part [INFO] [stdout] [INFO] [stdout] test result: FAILED. 248 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.55s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e64064f5999dca18c246aeebfbde860968ed84d15324fd14b571bd8f7ecac9c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e64064f5999dca18c246aeebfbde860968ed84d15324fd14b571bd8f7ecac9c4", kill_on_drop: false }` [INFO] [stdout] e64064f5999dca18c246aeebfbde860968ed84d15324fd14b571bd8f7ecac9c4