[INFO] fetching crate log-watcher 0.2.0...
[INFO] testing log-watcher-0.2.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate log-watcher 0.2.0 into /workspace/builds/worker-4-tc2/source
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] started tweaking crates.io crate log-watcher 0.2.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate log-watcher 0.2.0
[INFO] tweaked toml for crates.io crate log-watcher 0.2.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate log-watcher 0.2.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate log-watcher 0.2.0 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d5be44a25d4a3aa84fc2099d0eeff915362f2f799dbf62fa68a028b968fd2e16
[INFO] running `Command { std: "docker" "start" "-a" "d5be44a25d4a3aa84fc2099d0eeff915362f2f799dbf62fa68a028b968fd2e16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d5be44a25d4a3aa84fc2099d0eeff915362f2f799dbf62fa68a028b968fd2e16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d5be44a25d4a3aa84fc2099d0eeff915362f2f799dbf62fa68a028b968fd2e16", kill_on_drop: false }`
[INFO] [stdout] d5be44a25d4a3aa84fc2099d0eeff915362f2f799dbf62fa68a028b968fd2e16
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 39bbe3ac1470bfc8125d710c779caff964a84edb1f87c8e3b832ceebfaec25d9
[INFO] running `Command { std: "docker" "start" "-a" "39bbe3ac1470bfc8125d710c779caff964a84edb1f87c8e3b832ceebfaec25d9", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling endi v1.1.0
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling ordered-stream v0.2.0
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling clap_builder v4.5.47
[INFO] [stderr]    Compiling indexmap v2.11.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling async-lock v3.4.1
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling async-broadcast v0.7.2
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling async-executor v1.13.3
[INFO] [stderr]    Compiling blocking v1.6.2
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling crossterm v0.27.0
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling polling v3.10.0
[INFO] [stderr]    Compiling async-io v2.5.0
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling async-signal v0.2.12
[INFO] [stderr]    Compiling async-process v2.4.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling clap v4.5.47
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling zvariant_utils v3.2.1
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling zvariant_derive v5.7.0
[INFO] [stderr]    Compiling zvariant v5.7.0
[INFO] [stderr]    Compiling zbus_names v4.2.0
[INFO] [stderr]    Compiling zbus_macros v5.11.0
[INFO] [stderr]    Compiling zbus v5.11.0
[INFO] [stderr]    Compiling notify-rust v4.11.7
[INFO] [stderr]    Compiling log-watcher v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
[INFO] running `Command { std: "docker" "inspect" "39bbe3ac1470bfc8125d710c779caff964a84edb1f87c8e3b832ceebfaec25d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "39bbe3ac1470bfc8125d710c779caff964a84edb1f87c8e3b832ceebfaec25d9", kill_on_drop: false }`
[INFO] [stdout] 39bbe3ac1470bfc8125d710c779caff964a84edb1f87c8e3b832ceebfaec25d9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 90c6e0f31c6d5e8885f8245e1b4fdf11b3e6493cf473a46f7c3688ac63cfae63
[INFO] running `Command { std: "docker" "start" "-a" "90c6e0f31c6d5e8885f8245e1b4fdf11b3e6493cf473a46f7c3688ac63cfae63", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling assert_cmd v2.0.17
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling async-executor v1.13.3
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling async-lock v3.4.1
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling async-broadcast v0.7.2
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling blocking v1.6.2
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling zvariant_utils v3.2.1
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling zvariant_derive v5.7.0
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling zvariant v5.7.0
[INFO] [stderr]    Compiling polling v3.10.0
[INFO] [stderr]    Compiling tempfile v3.22.0
[INFO] [stderr]    Compiling async-io v2.5.0
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling async-signal v0.2.12
[INFO] [stderr]    Compiling async-process v2.4.0
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling zbus_names v4.2.0
[INFO] [stderr]    Compiling zbus_macros v5.11.0
[INFO] [stderr]    Compiling zbus v5.11.0
[INFO] [stderr]    Compiling notify-rust v4.11.7
[INFO] [stderr]    Compiling log-watcher v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 50.72s
[INFO] running `Command { std: "docker" "inspect" "90c6e0f31c6d5e8885f8245e1b4fdf11b3e6493cf473a46f7c3688ac63cfae63", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90c6e0f31c6d5e8885f8245e1b4fdf11b3e6493cf473a46f7c3688ac63cfae63", kill_on_drop: false }`
[INFO] [stdout] 90c6e0f31c6d5e8885f8245e1b4fdf11b3e6493cf473a46f7c3688ac63cfae63
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d1019ac8d2010206d47a0bb0b7f1d0e240283d2eba3766084e101faf380be5e7
[INFO] running `Command { std: "docker" "start" "-a" "d1019ac8d2010206d47a0bb0b7f1d0e240283d2eba3766084e101faf380be5e7", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/log_watcher-415e1dffb0fbc9f6)
[INFO] [stdout] 
[INFO] [stdout] running 114 tests
[INFO] [stdout] test config::tests::test_all_color_parsing ... ok
[INFO] [stdout] test cli::tests::test_color_mappings_invalid_format ... ok
[INFO] [stdout] test config::tests::test_parse_color_unknown_coverage_line_100 ... ok
[INFO] [stdout]   ERROR: 2 matches
[INFO] [stdout] Custom message
[INFO] [stdout] [DRY-RUN] ERROR: Something went wrong
[INFO] [stdout] test highlighter::tests::test_print_file_reopened ... ok
[INFO] [stderr] Info: Info: Reopened file: test.log
[INFO] [stdout] test highlighter::tests::test_print_dry_run_summary_coverage_line_116 ... ok
[INFO] [stderr] Dry-run summary:
[INFO] [stdout] test highlighter::tests::test_quiet_mode_skip_non_matching ... ok
[INFO] [stderr] Info: Dry-run complete. No notifications sent.
[INFO] [stdout] test highlighter::tests::test_print_colored_with_custom_color ... ok
[INFO] [stderr] Info: No matching lines found
[INFO] [stdout] test highlighter::tests::test_print_dry_run_summary_empty ... ok
[INFO] [stderr] Warning: File rotation detected for test.log
[INFO] [stdout] ERROR: Something went wrong
[INFO] [stderr] Error: Error watching test.log: Permission denied
[INFO] [stdout] Normal line
[INFO] [stderr] Info: Shutdown summary:
[INFO] [stdout]   Files watched: 2
[INFO] [stderr] Info: Watching 1 file(s)
[INFO] [stdout]   Lines processed: 100
[INFO] [stderr] Info: Patterns: ERROR
[INFO] [stdout]   ERROR: 5 matches  Matches found: 5
[INFO] [stderr] Info: Desktop notifications enabled
[INFO] [stdout]   Notifications sent: 3
[INFO] [stderr] Info: Dry-run summary:
[INFO] [stdout] 
[INFO] [stdout]   WARN: 3 matches
[INFO] [stderr] Info: Dry-run complete. No notifications sent.
[INFO] [stdout] Plain message
[INFO] [stdout] test highlighter::tests::test_print_file_rotation ... ok
[INFO] [stdout] test highlighter::tests::test_dry_run_prefix ... ok
[INFO] [stdout] test matcher::tests::test_case_insensitive_get_all_matches_coverage_line_122 ... ok
[INFO] [stdout] test matcher::tests::test_has_match_coverage_line_112 ... ok
[INFO] [stdout] test highlighter::tests::test_print_file_error ... ok
[INFO] [stdout] test highlighter::tests::test_color_choice_never ... ok
[INFO] [stdout] test config::tests::test_get_color_for_pattern ... ok
[INFO] [stdout] test highlighter::tests::test_print_startup_info ... ok
[INFO] [stdout] test matcher::tests::test_case_insensitive_matching ... ok
[INFO] [stdout] test matcher::tests::test_get_all_matches_coverage_lines_122_129_139_141 ... ok
[INFO] [stdout] test highlighter::tests::test_print_line_without_match ... ok
[INFO] [stdout] test matcher::tests::test_literal_matching ... ok
[INFO] [stdout] test highlighter::tests::test_print_shutdown_summary ... ok
[INFO] [stdout] test highlighter::tests::test_print_line_with_match ... ok
[INFO] [stdout] test highlighter::tests::test_print_dry_run_summary_with_matches ... ok
[INFO] [stdout] test highlighter::tests::test_print_plain ... ok
[INFO] [stdout] test notifier::tests::test_get_notification_count ... ok
[INFO] [stdout] test matcher::tests::test_regex_get_all_matches_coverage_lines_139_141 ... ok
[INFO] [stdout] test notifier::tests::test_throttle_window_reset_coverage_lines_79_80 ... ok
[INFO] [stdout] test notifier::tests::test_notification_disabled ... ok
[INFO] [stdout] test notifier::tests::test_should_notify_for_pattern_coverage_line_39 ... ok
[INFO] [stdout] test notifier::tests::test_test_notification_method_coverage_lines_136_138 ... ok
[INFO] [stdout] test notifier::tests::test_notification_with_file_info ... ok
[INFO] [stdout] test utils::tests::test_format_file_size_coverage_line_68 ... ok
[INFO] [stdout] test matcher::tests::test_multiple_matches ... ok
[INFO] [stdout] test notifier::tests::test_line_truncation ... ok
[INFO] [stdout] test utils::tests::test_format_file_size_edge_cases ... ok
[INFO] [stdout] test notifier::tests::test_should_notify_for_pattern_early_return_coverage_line_39 ... ok
[INFO] [stdout] test utils::tests::test_format_file_size ... ok
[INFO] [stdout] test utils::tests::test_get_filename ... ok
[INFO] [stdout] test utils::tests::test_get_filename_edge_cases ... ok
[INFO] [stdout] test notifier::tests::test_throttle_window_reset_logic_coverage_lines_79_80 ... ok
[INFO] [stdout] test notifier::tests::test_windows_notification_coverage_lines_136_138 ... ok
[INFO] [stdout] test notifier::tests::test_notification_throttling ... ok
[INFO] [stdout] test utils::tests::test_get_file_size_nonexistent ... ok
[INFO] [stdout] test utils::tests::test_read_file_from_end_with_nonexistent_file ... ok
[INFO] [stdout] test utils::tests::test_get_file_size_coverage_line_32 ... ok
[INFO] [stdout] test utils::tests::test_resolve_symlink_coverage_line_112 ... ok
[INFO] [stdout] test utils::tests::test_validate_files_all_invalid ... ok
[INFO] [stdout] test utils::tests::test_resolve_symlink ... ok
[INFO] [stdout] test watcher::tests::test_channel_send_error_coverage_line_177 ... ok
[INFO] [stdout] test utils::tests::test_is_file_readable ... ok
[INFO] [stdout] test utils::tests::test_read_file_from_end ... [DRY-RUN] ERROR: Test error
[INFO] [stderr] Info: Watching 1 file(s)
[INFO] [stderr] Info: Patterns: ERROR, WARN
[INFO] [stderr] Info: Dry-run mode: reading existing content only
[INFO] [stdout] ok
[INFO] [stdout] [DRY-RUN] ERROR: Test error
[INFO] [stdout] [DRY-RUN] WARN: Test warning
[INFO] [stderr] Info: Dry-run summary:
[INFO] [stderr] Info: Info: Dry-run summary:
[INFO] [stderr] Watching 1 file(s)
[INFO] [stdout] test utils::tests::test_is_symlink ... ok
[INFO] [stderr] Info: Patterns: ERROR, WARN
[INFO] [stderr] Info: Dry-run mode: reading existing content only
[INFO] [stdout]   WARN: 1 matches
[INFO] [stdout]   ERROR: 1 matches
[INFO] [stderr] Info: Dry-run complete. No notifications sent.
[INFO] [stdout]   Files watched: 1
[INFO] [stderr] Info: Shutdown summary:
[INFO] [stdout]   Lines processed: 2
[INFO] [stdout]   Matches found: 2
[INFO] [stdout]   Notifications sent: 0
[INFO] [stdout]   ERROR: 1 matches
[INFO] [stderr] Info: Dry-run complete. No notifications sent.
[INFO] [stderr] Info: Dry-run summary:
[INFO] [stdout] [DRY-RUN] ERROR: Something went wrong
[INFO] [stderr] Warning: File rotation detected for /tmp/.tmpsgid2N
[INFO] [stdout] [DRY-RUN] WARN: This is a warning
[INFO] [stdout] [DRY-RUN] ERROR: Another error
[INFO] [stdout] ERROR: New error occurred
[INFO] [stdout]   ERROR: 2 matches
[INFO] [stderr] Info: Dry-run complete. No notifications sent.
[INFO] [stderr] Info: Shutdown summary:
[INFO] [stderr] Info: Watching 1 file(s)
[INFO] [stderr] Info: Patterns: ERROR
[INFO] [stderr] Info: Dry-run mode: reading existing content only
[INFO] [stdout]   WARN: 1 matches
[INFO] [stdout]   Files watched: 1
[INFO] [stdout]   Lines processed: 4
[INFO] [stdout]   Matches found: 3
[INFO] [stdout]   Notifications sent: 0
[INFO] [stderr] Info: Dry-run summary:
[INFO] [stdout] test utils::tests::test_read_file_from_end_with_empty_lines ... ok
[INFO] [stdout] [DRY-RUN] This is an ERROR message
[INFO] [stdout] [DRY-RUN] Another ERROR message
[INFO] [stderr] Info: Dry-run complete. No notifications sent.
[INFO] [stdout] test matcher::tests::test_regex_matching ... ok
[INFO] [stderr] Info: Shutdown summary:
[INFO] [stdout] test utils::tests::test_read_file_from_end_coverage_line_11 ... ok  ERROR: 2 matches
[INFO] [stdout] 
[INFO] [stdout]   Files watched: 1
[INFO] [stdout]   Lines processed: 3
[INFO] [stdout] test utils::tests::test_is_file_rotated ... ok  Matches found: 2
[INFO] [stdout]   Notifications sent: 0
[INFO] [stdout] 
[INFO] [stdout] test utils::tests::test_get_file_size ... ok
[INFO] [stdout] test watcher::tests::test_dry_run_summary_coverage_line_82 ... ok
[INFO] [stdout] test utils::tests::test_validate_files ... ok
[INFO] [stdout] test utils::tests::test_validate_files_with_mixed_validity ... ok
[INFO] [stdout] test watcher::tests::test_channel_send_error_comprehensive ... ok
[INFO] [stdout] ERROR: Test errorERROR: Test error
[INFO] [stdout] ERROR: New error occurred
[INFO] [stdout] test watcher::tests::test_dry_run_with_file_error ... ok
[INFO] [stderr] Warning: File rotation detected for /tmp/.tmpXgvK3K
[INFO] [stderr] Warning: File rotation detected for /tmp/.tmpdhVwE6
[INFO] [stdout] 
[INFO] [stderr] Error: Error watching /tmp/.tmp766egY: Permission denied
[INFO] [stdout] test watcher::tests::test_dry_run_summary_coverage ... ok
[INFO] [stdout] test utils::tests::test_is_file_rotated_coverage_line_38 ... ok
[INFO] [stdout] test watcher::tests::test_dry_run_summary_with_multiple_patterns ... ok
[INFO] [stdout] test watcher::tests::test_error_handling_coverage_lines_142_189 ... ok
[INFO] [stdout] test watcher::tests::test_file_event_channel_error ... ok
[INFO] [stdout] test watcher::tests::test_file_error_event_sending ... ok
[INFO] [stdout] test watcher::tests::test_dry_run_mode ... ok
[INFO] [stderr] Warning: File rotation detected for /non/existent/file.log
[INFO] [stdout] test watcher::tests::test_file_event_processing ... ok
[INFO] [stdout] test watcher::tests::test_file_event_processing_file_error ... ok
[INFO] [stdout] ERROR: New error occurred
[INFO] [stdout] test watcher::tests::test_file_event_processing_new_line ... ok
[INFO] [stdout] test watcher::tests::test_channel_send_error_handling ... ok
[INFO] [stderr] Warning: File rotation detected for /tmp/.tmpCH9t3i
[INFO] [stdout] test watcher::tests::test_poll_file_changes_seek_coverage ... ok
[INFO] [stderr] Warning: File rotation detected for /tmp/.tmp6oi2wj
[INFO] [stdout] [DRY-RUN] ERROR: Test error
[INFO] [stderr] Info: Dry-run summary:
[INFO] [stdout] [DRY-RUN] ERROR: Another error
[INFO] [stdout] test watcher::tests::test_poll_file_changes_error_handling ... ok
[INFO] [stdout]   ERROR: 2 matches
[INFO] [stderr] Info: Dry-run complete. No notifications sent.
[INFO] [stdout] test watcher::tests::test_poll_file_changes_no_new_content ... ok
[INFO] [stdout] test watcher::tests::test_files_watched_assignment ... ok
[INFO] [stdout] test watcher::tests::test_pattern_counts_entry_coverage ... ok
[INFO] [stdout] test watcher::tests::test_poll_file_changes_with_seeking ... ok
[INFO] [stdout] test watcher::tests::test_poll_file_changes_with_seek_coverage_line_216 ... ok
[INFO] [stdout] test watcher::tests::test_process_existing_file_with_empty_file ... ok
[INFO] [stdout] ERROR: Test error
[INFO] [stdout] [DRY-RUN] ERROR: Something went wrong
[INFO] [stdout] test watcher::tests::test_process_line ... ok
[INFO] [stdout] test watcher::tests::test_process_existing_file ... ok
[INFO] [stdout] test watcher::tests::test_process_existing_file_with_non_matching_content ... ok
[INFO] [stdout] test watcher::tests::test_poll_file_changes ... ok
[INFO] [stdout] INFO: Normal operation
[INFO] [stderr] Info: Watching 1 file(s)
[INFO] [stdout] [DRY-RUN] ERROR: Test error
[INFO] [stderr] Info: Patterns: ERROR
[INFO] [stdout]   ERROR: 1 matches
[INFO] [stderr] Info: Dry-run mode: reading existing content only
[INFO] [stdout]   Files watched: 1
[INFO] [stderr] Info: Dry-run summary:
[INFO] [stdout]   Lines processed: 1
[INFO] [stderr] Info: Dry-run complete. No notifications sent.
[INFO] [stdout]   Matches found: 1
[INFO] [stderr] Info: Shutdown summary:
[INFO] [stdout]   Notifications sent: 0
[INFO] [stdout] test watcher::tests::test_process_line_without_notification ... ok
[INFO] [stdout] test watcher::tests::test_run_method_coverage ... ok
[INFO] [stdout] test watcher::tests::test_file_name_unwrap_coverage ... FAILED
[INFO] [stdout] test watcher::tests::test_notification_success_coverage_line_283 ... FAILED
[INFO] [stderr] Info: Watching 1 file(s)
[INFO] [stderr] Info: Patterns: ERROR
[INFO] [stdout] test watcher::tests::test_poll_file_changes_with_rotation ... ok
[INFO] [stdout] test watcher::tests::test_poll_file_changes_with_file_error ... ok
[INFO] [stdout] test watcher::tests::test_process_line_notification_coverage ... FAILED
[INFO] [stderr] Info: Watching 1 file(s)
[INFO] [stdout] [DRY-RUN] ERROR: Test error
[INFO] [stderr] Info: Patterns: ERROR
[INFO] [stdout]   ERROR: 1 matches
[INFO] [stderr] Info: Dry-run mode: reading existing content only
[INFO] [stdout]   Files watched: 1
[INFO] [stderr] Info: Dry-run summary:
[INFO] [stdout]   Lines processed: 1
[INFO] [stderr] Info: Dry-run complete. No notifications sent.
[INFO] [stdout]   Matches found: 1
[INFO] [stderr] Info: Shutdown summary:
[INFO] [stdout]   Notifications sent: 0
[INFO] [stderr] Error: Error watching /non/existent/file.log: No such file or directory (os error 2) about ["/non/existent/file.log"]
[INFO] [stdout] test watcher::tests::test_seek_operation_coverage_line_216 ... ok
[INFO] [stdout] test watcher::tests::test_process_line_with_notification ... FAILED
[INFO] [stdout] test watcher::tests::test_run_with_startup_info ... ok
[INFO] [stdout] test watcher::tests::test_poll_file_changes_error_sending ... ok
[INFO] [stderr] Error: Error watching /non/existent/file.log: No such file or directory (os error 2)
[INFO] [stderr] Info: Watching 1 file(s)
[INFO] [stderr] Info: Info: No matching lines found
[INFO] [stderr] Patterns: ERROR
[INFO] [stdout] test watcher::tests::test_run_dry_mode_with_file_error ... ok
[INFO] [stderr] Info: Dry-run mode: reading existing content only
[INFO] [stdout] test watcher::tests::test_start_file_watcher_error_path ... ok
[INFO] [stderr] Info: Watching 1 file(s)
[INFO] [stdout] test watcher::tests::test_start_file_watcher ... ok
[INFO] [stderr] Info: Patterns: ERROR
[INFO] [stdout] test watcher::tests::test_startup_info_coverage ... ok
[INFO] [stderr] Info: Dry-run mode: reading existing content only
[INFO] [stderr] Info: Dry-run summary:
[INFO] [stdout] [DRY-RUN] ERROR: Test error
[INFO] [stderr] Info: Dry-run complete. No notifications sent.
[INFO] [stdout] test watcher::tests::test_start_file_watcher_error_handling ... ok
[INFO] [stderr] Info: Shutdown summary:
[INFO] [stdout]   ERROR: 1 matches
[INFO] [stdout]   Files watched: 1
[INFO] [stdout]   Lines processed: 1
[INFO] [stdout]   Matches found: 1
[INFO] [stdout]   Notifications sent: 0
[INFO] [stdout] test watcher::tests::test_try_send_error_coverage ... ok
[INFO] [stdout] test watcher::tests::test_startup_info_coverage_line_47 ... ok
[INFO] [stdout] test watcher::tests::test_run_tail_mode_with_watcher_error ... ok
[INFO] [stdout] test watcher::tests::test_run_tail_mode_coverage ... ok
[INFO] [stdout] test watcher::tests::test_run_tail_mode ... ok
[INFO] [stdout] test watcher::tests::test_run_tail_mode_execution ... ok
[INFO] [stdout] test watcher::tests::test_run_tail_mode_with_file_error ... ok
[INFO] [stderr] Info: Reopened file: /tmp/.tmpsgid2N
[INFO] [stderr] Error: Error watching /tmp/.tmpsgid2N: Test error
[INFO] [stdout] test watcher::tests::test_comprehensive_file_event_processing ... ok
[INFO] [stderr] Info: Reopened file: /tmp/.tmpXgvK3K
[INFO] [stderr] Info: Reopened file: /tmp/.tmpdhVwE6
[INFO] [stderr] Error: Error watching /tmp/.tmpXgvK3K: Test error
[INFO] [stderr] Error: Error watching /tmp/.tmpdhVwE6: Test error
[INFO] [stdout] test watcher::tests::test_file_event_match_coverage_lines_111_119 ... ok
[INFO] [stdout] test watcher::tests::test_file_event_processing_comprehensive ... ok
[INFO] [stderr] Error: Error watching /non/existent/file.log: File not found after rotation
[INFO] [stdout] test watcher::tests::test_handle_file_rotation_file_not_found ... ok
[INFO] [stderr] Info: Reopened file: /tmp/.tmpCH9t3i
[INFO] [stdout] test watcher::tests::test_handle_file_rotation ... ok
[INFO] [stderr] Info: Reopened file: /tmp/.tmp6oi2wj
[INFO] [stdout] test watcher::tests::test_file_event_processing_file_rotation ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- watcher::tests::test_file_name_unwrap_coverage stdout ----
[INFO] [stdout] Notification test failed with error: Failed to send notification: I/O error: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] thread 'watcher::tests::test_file_name_unwrap_coverage' (105) panicked at src/watcher.rs:1353:9:
[INFO] [stdout] assertion failed: result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5774ea4f54f2 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5774ea4f54f2 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5774ea4f54f2 - std::sys::backtrace::_print_fmt::h255777b7ec902439
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5774ea4f54f2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8a1ac49fcd7ee8ce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5774ea50740f - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5774ea50740f - core::fmt::write::hbdcc0ec4f1bab1db
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5774ea4bded3 - std::io::default_write_fmt::h2580ece0d4b58e51
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5774ea4bded3 - std::io::Write::write_fmt::hac9e42858f273b87
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5774ea4cba72 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5774ea4d182f - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5774ea4d16c1 - std::panicking::default_hook::h9d66b9642014ce48
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5774e9dd6a1e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h8c698701e444e564
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5774e9dd6a1e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5774ea4d1eef - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc4f222a8a57c637a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5774ea4d1eef - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5774ea4d1c66 - std::panicking::panic_handler::{{closure}}::hafeef6f707d43542
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5774ea4cbba9 - std::sys::backtrace::__rust_end_short_backtrace::h08cbc3319a3d0120
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5774ea4b19fd - __rustc[ce5c411ff86ab1b2]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5774ea510da0 - core::panicking::panic_fmt::h774fb860369a0f7b
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5774ea510d7c - core::panicking::panic::h2a6fe4ac012a7582
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5774e9d121cd - log_watcher::watcher::tests::test_file_name_unwrap_coverage::{{closure}}::hbcaac20aa42bca76
[INFO] [stdout]                                at /opt/rustwide/workdir/src/watcher.rs:1353:9
[INFO] [stdout]   21:     0x5774e9d68372 - <core::pin::Pin<P> as core::future::future::Future>::poll::hb35f24b00ec96c3f
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5774e9d680cd - <core::pin::Pin<P> as core::future::future::Future>::poll::h0c0ac3501ed3408c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5774e9d4c32d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hebf8cd28e7b584ec
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   24:     0x5774e9d4b99b - tokio::task::coop::with_budget::hed757b7b018ed282
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   25:     0x5774e9d4b99b - tokio::task::coop::budget::h9c7d68c5ef0ddf14
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   26:     0x5774e9d4b99b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h1433f007d7a93fe0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   27:     0x5774e9d42dd0 - tokio::runtime::scheduler::current_thread::Context::enter::h48bcdebb26fe4a0a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   28:     0x5774e9d4a32d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::ha83ca9c7a8553223
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   29:     0x5774e9d471b4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hcf3efc2c5d06b538
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   30:     0x5774e9da9a1b - tokio::runtime::context::scoped::Scoped<T>::set::h255db6313b94c76c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x5774e9d5de89 - tokio::runtime::context::set_scheduler::{{closure}}::h0bd4b73dd36e0205
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   32:     0x5774e9d8b362 - std::thread::local::LocalKey<T>::try_with::h54fee1f89021a496
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   33:     0x5774e9d898ee - std::thread::local::LocalKey<T>::with::h2b8dd66ea8963ccd
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   34:     0x5774e9d5ddad - tokio::runtime::context::set_scheduler::hb3801c89a63b2390
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   35:     0x5774e9d46a80 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::he9c52d7e6d707424
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   36:     0x5774e9d47313 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h2d9ca8847d662a6f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   37:     0x5774e9d40d20 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::heebcb06aa55d85a1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   38:     0x5774e9db3a20 - tokio::runtime::context::runtime::enter_runtime::hed11c2dc86d3231e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x5774e9d3f4a1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h7f8a7140e8bcc217
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   40:     0x5774e9d9bd14 - tokio::runtime::runtime::Runtime::block_on_inner::h28023bbd66e21842
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   41:     0x5774e9d9c76c - tokio::runtime::runtime::Runtime::block_on::hb9823c6241b9d36f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   42:     0x5774e9d11573 - log_watcher::watcher::tests::test_file_name_unwrap_coverage::h556668bf2fef5791
[INFO] [stdout]                                at /opt/rustwide/workdir/src/watcher.rs:1353:32
[INFO] [stdout]   43:     0x5774e9d11607 - log_watcher::watcher::tests::test_file_name_unwrap_coverage::{{closure}}::h8a8c0af62c13a81f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/watcher.rs:1320:46
[INFO] [stdout]   44:     0x5774e9d2ee06 - core::ops::function::FnOnce::call_once::h54bc2df991b8673a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5774e9dd686b - core::ops::function::FnOnce::call_once::h4f6eabe90cccb47d
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5774e9dd686b - test::__rust_begin_short_backtrace::h94208530f2b4c8c7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:663:18
[INFO] [stdout]   47:     0x5774e9dea87d - test::run_test_in_process::{{closure}}::hbdc6a45a78c46404
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:74
[INFO] [stdout]   48:     0x5774e9dea87d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h7f9d8efc7eedd165
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   49:     0x5774e9dea87d - std::panicking::catch_unwind::do_call::he5edbaf126c13b99
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   50:     0x5774e9dea87d - std::panicking::catch_unwind::h3d6a8652eceeabce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   51:     0x5774e9dea87d - std::panic::catch_unwind::hbef0c501dd7bb498
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x5774e9dea87d - test::run_test_in_process::h400008a46a5006a0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:27
[INFO] [stdout]   53:     0x5774e9dea87d - test::run_test::{{closure}}::h9a131655b31d9427
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:607:43
[INFO] [stdout]   54:     0x5774e9dc3dc4 - test::run_test::{{closure}}::he4a7177c216308c0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:637:41
[INFO] [stdout]   55:     0x5774e9dc3dc4 - std::sys::backtrace::__rust_begin_short_backtrace::hd3980e9c55d6c539
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   56:     0x5774e9dc76fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h18552df67c7aa9b8
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   57:     0x5774e9dc76fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3d7b285234641a08
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   58:     0x5774e9dc76fa - std::panicking::catch_unwind::do_call::h5a2b5cf36528a5b2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   59:     0x5774e9dc76fa - std::panicking::catch_unwind::h7e8b531bbda77d20
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   60:     0x5774e9dc76fa - std::panic::catch_unwind::hf9bbb2040b4f1e6c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x5774e9dc76fa - std::thread::Builder::spawn_unchecked_::{{closure}}::h600f92cf68549574
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   62:     0x5774e9dc76fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb6607307df8a1847
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x5774ea4c6d7f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6891ad53a5ed6f52
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   64:     0x5774ea4c6d7f - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   65:     0x754bd779caa4 - <unknown>
[INFO] [stdout]   66:     0x754bd7829a64 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- watcher::tests::test_notification_success_coverage_line_283 stdout ----
[INFO] [stdout] Notification test failed with error: Failed to send notification: I/O error: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] thread 'watcher::tests::test_notification_success_coverage_line_283' (109) panicked at src/watcher.rs:1525:9:
[INFO] [stdout] assertion failed: result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5774ea4f54f2 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5774ea4f54f2 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5774ea4f54f2 - std::sys::backtrace::_print_fmt::h255777b7ec902439
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5774ea4f54f2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8a1ac49fcd7ee8ce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5774ea50740f - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5774ea50740f - core::fmt::write::hbdcc0ec4f1bab1db
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5774ea4bded3 - std::io::default_write_fmt::h2580ece0d4b58e51
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5774ea4bded3 - std::io::Write::write_fmt::hac9e42858f273b87
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5774ea4cba72 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5774ea4d182f - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5774ea4d16c1 - std::panicking::default_hook::h9d66b9642014ce48
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5774e9dd6a1e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h8c698701e444e564
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5774e9dd6a1e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5774ea4d1eef - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc4f222a8a57c637a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5774ea4d1eef - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5774ea4d1c66 - std::panicking::panic_handler::{{closure}}::hafeef6f707d43542
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5774ea4cbba9 - std::sys::backtrace::__rust_end_short_backtrace::h08cbc3319a3d0120
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5774ea4b19fd - __rustc[ce5c411ff86ab1b2]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5774ea510da0 - core::panicking::panic_fmt::h774fb860369a0f7b
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5774ea510d7c - core::panicking::panic::h2a6fe4ac012a7582
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5774e9d2aead - log_watcher::watcher::tests::test_notification_success_coverage_line_283::{{closure}}::hef1d8f8005ef168c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/watcher.rs:1525:9
[INFO] [stdout]   21:     0x5774e9d68372 - <core::pin::Pin<P> as core::future::future::Future>::poll::hb35f24b00ec96c3f
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5774e9d680cd - <core::pin::Pin<P> as core::future::future::Future>::poll::h0c0ac3501ed3408c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5774e9d4c32d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hebf8cd28e7b584ec
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   24:     0x5774e9d4b99b - tokio::task::coop::with_budget::hed757b7b018ed282
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   25:     0x5774e9d4b99b - tokio::task::coop::budget::h9c7d68c5ef0ddf14
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   26:     0x5774e9d4b99b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h1433f007d7a93fe0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   27:     0x5774e9d42dd0 - tokio::runtime::scheduler::current_thread::Context::enter::h48bcdebb26fe4a0a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   28:     0x5774e9d4a32d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::ha83ca9c7a8553223
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   29:     0x5774e9d471b4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hcf3efc2c5d06b538
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   30:     0x5774e9da9a1b - tokio::runtime::context::scoped::Scoped<T>::set::h255db6313b94c76c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x5774e9d5de89 - tokio::runtime::context::set_scheduler::{{closure}}::h0bd4b73dd36e0205
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   32:     0x5774e9d8b362 - std::thread::local::LocalKey<T>::try_with::h54fee1f89021a496
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   33:     0x5774e9d898ee - std::thread::local::LocalKey<T>::with::h2b8dd66ea8963ccd
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   34:     0x5774e9d5ddad - tokio::runtime::context::set_scheduler::hb3801c89a63b2390
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   35:     0x5774e9d46a80 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::he9c52d7e6d707424
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   36:     0x5774e9d47313 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h2d9ca8847d662a6f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   37:     0x5774e9d40d20 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::heebcb06aa55d85a1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   38:     0x5774e9db3a20 - tokio::runtime::context::runtime::enter_runtime::hed11c2dc86d3231e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x5774e9d3f4a1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h7f8a7140e8bcc217
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   40:     0x5774e9d9bd14 - tokio::runtime::runtime::Runtime::block_on_inner::h28023bbd66e21842
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   41:     0x5774e9d9c76c - tokio::runtime::runtime::Runtime::block_on::hb9823c6241b9d36f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   42:     0x5774e9d2a253 - log_watcher::watcher::tests::test_notification_success_coverage_line_283::ha980cc7b5db45ef2
[INFO] [stdout]                                at /opt/rustwide/workdir/src/watcher.rs:1527:49
[INFO] [stdout]   43:     0x5774e9d2a2e7 - log_watcher::watcher::tests::test_notification_success_coverage_line_283::{{closure}}::hb08cad06cdb42341
[INFO] [stdout]                                at /opt/rustwide/workdir/src/watcher.rs:1492:59
[INFO] [stdout]   44:     0x5774e9d2f086 - core::ops::function::FnOnce::call_once::h5fb8934ebec28bac
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5774e9dd686b - core::ops::function::FnOnce::call_once::h4f6eabe90cccb47d
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5774e9dd686b - test::__rust_begin_short_backtrace::h94208530f2b4c8c7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:663:18
[INFO] [stdout]   47:     0x5774e9dea87d - test::run_test_in_process::{{closure}}::hbdc6a45a78c46404
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:74
[INFO] [stdout]   48:     0x5774e9dea87d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h7f9d8efc7eedd165
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   49:     0x5774e9dea87d - std::panicking::catch_unwind::do_call::he5edbaf126c13b99
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   50:     0x5774e9dea87d - std::panicking::catch_unwind::h3d6a8652eceeabce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   51:     0x5774e9dea87d - std::panic::catch_unwind::hbef0c501dd7bb498
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x5774e9dea87d - test::run_test_in_process::h400008a46a5006a0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:27
[INFO] [stdout]   53:     0x5774e9dea87d - test::run_test::{{closure}}::h9a131655b31d9427
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:607:43
[INFO] [stdout]   54:     0x5774e9dc3dc4 - test::run_test::{{closure}}::he4a7177c216308c0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:637:41
[INFO] [stdout]   55:     0x5774e9dc3dc4 - std::sys::backtrace::__rust_begin_short_backtrace::hd3980e9c55d6c539
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   56:     0x5774e9dc76fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h18552df67c7aa9b8
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   57:     0x5774e9dc76fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3d7b285234641a08
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   58:     0x5774e9dc76fa - std::panicking::catch_unwind::do_call::h5a2b5cf36528a5b2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   59:     0x5774e9dc76fa - std::panicking::catch_unwind::h7e8b531bbda77d20
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   60:     0x5774e9dc76fa - std::panic::catch_unwind::hf9bbb2040b4f1e6c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x5774e9dc76fa - std::thread::Builder::spawn_unchecked_::{{closure}}::h600f92cf68549574
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   62:     0x5774e9dc76fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb6607307df8a1847
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x5774ea4c6d7f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6891ad53a5ed6f52
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   64:     0x5774ea4c6d7f - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   65:     0x754bd779caa4 - <unknown>
[INFO] [stdout]   66:     0x754bd7829a64 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- watcher::tests::test_process_line_notification_coverage stdout ----
[INFO] [stdout] Notification test failed with error: Failed to send notification: I/O error: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] thread 'watcher::tests::test_process_line_notification_coverage' (140) panicked at src/watcher.rs:1259:9:
[INFO] [stdout] assertion failed: result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5774ea4f54f2 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5774ea4f54f2 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5774ea4f54f2 - std::sys::backtrace::_print_fmt::h255777b7ec902439
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5774ea4f54f2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8a1ac49fcd7ee8ce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5774ea50740f - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5774ea50740f - core::fmt::write::hbdcc0ec4f1bab1db
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5774ea4bded3 - std::io::default_write_fmt::h2580ece0d4b58e51
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5774ea4bded3 - std::io::Write::write_fmt::hac9e42858f273b87
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5774ea4cba72 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5774ea4d182f - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5774ea4d16c1 - std::panicking::default_hook::h9d66b9642014ce48
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5774e9dd6a1e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h8c698701e444e564
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5774e9dd6a1e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5774ea4d1eef - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc4f222a8a57c637a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5774ea4d1eef - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5774ea4d1c66 - std::panicking::panic_handler::{{closure}}::hafeef6f707d43542
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5774ea4cbba9 - std::sys::backtrace::__rust_end_short_backtrace::h08cbc3319a3d0120
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5774ea4b19fd - __rustc[ce5c411ff86ab1b2]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5774ea510da0 - core::panicking::panic_fmt::h774fb860369a0f7b
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5774ea510d7c - core::panicking::panic::h2a6fe4ac012a7582
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5774e9d238fd - log_watcher::watcher::tests::test_process_line_notification_coverage::{{closure}}::heed40a39386b1da4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/watcher.rs:1259:9
[INFO] [stdout]   21:     0x5774e9d68372 - <core::pin::Pin<P> as core::future::future::Future>::poll::hb35f24b00ec96c3f
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5774e9d680cd - <core::pin::Pin<P> as core::future::future::Future>::poll::h0c0ac3501ed3408c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5774e9d4c32d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hebf8cd28e7b584ec
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   24:     0x5774e9d4b99b - tokio::task::coop::with_budget::hed757b7b018ed282
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   25:     0x5774e9d4b99b - tokio::task::coop::budget::h9c7d68c5ef0ddf14
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   26:     0x5774e9d4b99b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h1433f007d7a93fe0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   27:     0x5774e9d42dd0 - tokio::runtime::scheduler::current_thread::Context::enter::h48bcdebb26fe4a0a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   28:     0x5774e9d4a32d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::ha83ca9c7a8553223
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   29:     0x5774e9d471b4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hcf3efc2c5d06b538
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   30:     0x5774e9da9a1b - tokio::runtime::context::scoped::Scoped<T>::set::h255db6313b94c76c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x5774e9d5de89 - tokio::runtime::context::set_scheduler::{{closure}}::h0bd4b73dd36e0205
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   32:     0x5774e9d8b362 - std::thread::local::LocalKey<T>::try_with::h54fee1f89021a496
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   33:     0x5774e9d898ee - std::thread::local::LocalKey<T>::with::h2b8dd66ea8963ccd
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   34:     0x5774e9d5ddad - tokio::runtime::context::set_scheduler::hb3801c89a63b2390
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   35:     0x5774e9d46a80 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::he9c52d7e6d707424
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   36:     0x5774e9d47313 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h2d9ca8847d662a6f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   37:     0x5774e9d40d20 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::heebcb06aa55d85a1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   38:     0x5774e9db3a20 - tokio::runtime::context::runtime::enter_runtime::hed11c2dc86d3231e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x5774e9d3f4a1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h7f8a7140e8bcc217
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   40:     0x5774e9d9bd14 - tokio::runtime::runtime::Runtime::block_on_inner::h28023bbd66e21842
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   41:     0x5774e9d9c76c - tokio::runtime::runtime::Runtime::block_on::hb9823c6241b9d36f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   42:     0x5774e9d22ca3 - log_watcher::watcher::tests::test_process_line_notification_coverage::h446eefcfc68b517c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/watcher.rs:1260:56
[INFO] [stdout]   43:     0x5774e9d22d37 - log_watcher::watcher::tests::test_process_line_notification_coverage::{{closure}}::h622571a6864c45d4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/watcher.rs:1226:55
[INFO] [stdout]   44:     0x5774e9d2f286 - core::ops::function::FnOnce::call_once::h6a2b6f08aa5fbe42
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5774e9dd686b - core::ops::function::FnOnce::call_once::h4f6eabe90cccb47d
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5774e9dd686b - test::__rust_begin_short_backtrace::h94208530f2b4c8c7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:663:18
[INFO] [stdout]   47:     0x5774e9dea87d - test::run_test_in_process::{{closure}}::hbdc6a45a78c46404
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:74
[INFO] [stdout]   48:     0x5774e9dea87d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h7f9d8efc7eedd165
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   49:     0x5774e9dea87d - std::panicking::catch_unwind::do_call::he5edbaf126c13b99
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   50:     0x5774e9dea87d - std::panicking::catch_unwind::h3d6a8652eceeabce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   51:     0x5774e9dea87d - std::panic::catch_unwind::hbef0c501dd7bb498
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x5774e9dea87d - test::run_test_in_process::h400008a46a5006a0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:27
[INFO] [stdout]   53:     0x5774e9dea87d - test::run_test::{{closure}}::h9a131655b31d9427
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:607:43
[INFO] [stdout]   54:     0x5774e9dc3dc4 - test::run_test::{{closure}}::he4a7177c216308c0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:637:41
[INFO] [stdout]   55:     0x5774e9dc3dc4 - std::sys::backtrace::__rust_begin_short_backtrace::hd3980e9c55d6c539
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   56:     0x5774e9dc76fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h18552df67c7aa9b8
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   57:     0x5774e9dc76fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3d7b285234641a08
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   58:     0x5774e9dc76fa - std::panicking::catch_unwind::do_call::h5a2b5cf36528a5b2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   59:     0x5774e9dc76fa - std::panicking::catch_unwind::h7e8b531bbda77d20
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   60:     0x5774e9dc76fa - std::panic::catch_unwind::hf9bbb2040b4f1e6c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x5774e9dc76fa - std::thread::Builder::spawn_unchecked_::{{closure}}::h600f92cf68549574
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   62:     0x5774e9dc76fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb6607307df8a1847
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x5774ea4c6d7f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6891ad53a5ed6f52
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   64:     0x5774ea4c6d7f - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   65:     0x754bd779caa4 - <unknown>
[INFO] [stdout]   66:     0x754bd7829a64 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- watcher::tests::test_process_line_with_notification stdout ----
[INFO] [stdout] Notification test failed with error: Failed to send notification: I/O error: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] thread 'watcher::tests::test_process_line_with_notification' (141) panicked at src/watcher.rs:656:9:
[INFO] [stdout] assertion failed: result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5774ea4f54f2 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5774ea4f54f2 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5774ea4f54f2 - std::sys::backtrace::_print_fmt::h255777b7ec902439
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5774ea4f54f2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8a1ac49fcd7ee8ce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5774ea50740f - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5774ea50740f - core::fmt::write::hbdcc0ec4f1bab1db
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5774ea4bded3 - std::io::default_write_fmt::h2580ece0d4b58e51
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5774ea4bded3 - std::io::Write::write_fmt::hac9e42858f273b87
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5774ea4cba72 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5774ea4d182f - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5774ea4d16c1 - std::panicking::default_hook::h9d66b9642014ce48
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5774e9dd6a1e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h8c698701e444e564
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5774e9dd6a1e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5774ea4d1eef - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc4f222a8a57c637a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5774ea4d1eef - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5774ea4d1c66 - std::panicking::panic_handler::{{closure}}::hafeef6f707d43542
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5774ea4cbba9 - std::sys::backtrace::__rust_end_short_backtrace::h08cbc3319a3d0120
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5774ea4b19fd - __rustc[ce5c411ff86ab1b2]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5774ea510da0 - core::panicking::panic_fmt::h774fb860369a0f7b
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5774ea510d7c - core::panicking::panic::h2a6fe4ac012a7582
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5774e9d1925d - log_watcher::watcher::tests::test_process_line_with_notification::{{closure}}::h60f65e52c7ebd020
[INFO] [stdout]                                at /opt/rustwide/workdir/src/watcher.rs:656:9
[INFO] [stdout]   21:     0x5774e9d68372 - <core::pin::Pin<P> as core::future::future::Future>::poll::hb35f24b00ec96c3f
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5774e9d680cd - <core::pin::Pin<P> as core::future::future::Future>::poll::h0c0ac3501ed3408c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5774e9d4c32d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hebf8cd28e7b584ec
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   24:     0x5774e9d4b99b - tokio::task::coop::with_budget::hed757b7b018ed282
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   25:     0x5774e9d4b99b - tokio::task::coop::budget::h9c7d68c5ef0ddf14
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   26:     0x5774e9d4b99b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h1433f007d7a93fe0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   27:     0x5774e9d42dd0 - tokio::runtime::scheduler::current_thread::Context::enter::h48bcdebb26fe4a0a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   28:     0x5774e9d4a32d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::ha83ca9c7a8553223
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   29:     0x5774e9d471b4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hcf3efc2c5d06b538
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   30:     0x5774e9da9a1b - tokio::runtime::context::scoped::Scoped<T>::set::h255db6313b94c76c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x5774e9d5de89 - tokio::runtime::context::set_scheduler::{{closure}}::h0bd4b73dd36e0205
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   32:     0x5774e9d8b362 - std::thread::local::LocalKey<T>::try_with::h54fee1f89021a496
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   33:     0x5774e9d898ee - std::thread::local::LocalKey<T>::with::h2b8dd66ea8963ccd
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   34:     0x5774e9d5ddad - tokio::runtime::context::set_scheduler::hb3801c89a63b2390
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   35:     0x5774e9d46a80 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::he9c52d7e6d707424
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   36:     0x5774e9d47313 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h2d9ca8847d662a6f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   37:     0x5774e9d40d20 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::heebcb06aa55d85a1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   38:     0x5774e9db3a20 - tokio::runtime::context::runtime::enter_runtime::hed11c2dc86d3231e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x5774e9d3f4a1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h7f8a7140e8bcc217
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   40:     0x5774e9d9bd14 - tokio::runtime::runtime::Runtime::block_on_inner::h28023bbd66e21842
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   41:     0x5774e9d9c76c - tokio::runtime::runtime::Runtime::block_on::hb9823c6241b9d36f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   42:     0x5774e9d18633 - log_watcher::watcher::tests::test_process_line_with_notification::he106142b51e99beb
[INFO] [stdout]                                at /opt/rustwide/workdir/src/watcher.rs:657:56
[INFO] [stdout]   43:     0x5774e9d19407 - log_watcher::watcher::tests::test_process_line_with_notification::{{closure}}::hdf7042fd157ed23d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/watcher.rs:623:51
[INFO] [stdout]   44:     0x5774e9d2ffd6 - core::ops::function::FnOnce::call_once::hc5bd2c8ef4e895a7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5774e9dd686b - core::ops::function::FnOnce::call_once::h4f6eabe90cccb47d
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5774e9dd686b - test::__rust_begin_short_backtrace::h94208530f2b4c8c7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:663:18
[INFO] [stdout]   47:     0x5774e9dea87d - test::run_test_in_process::{{closure}}::hbdc6a45a78c46404
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:74
[INFO] [stdout]   48:     0x5774e9dea87d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h7f9d8efc7eedd165
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   49:     0x5774e9dea87d - std::panicking::catch_unwind::do_call::he5edbaf126c13b99
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   50:     0x5774e9dea87d - std::panicking::catch_unwind::h3d6a8652eceeabce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   51:     0x5774e9dea87d - std::panic::catch_unwind::hbef0c501dd7bb498
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x5774e9dea87d - test::run_test_in_process::h400008a46a5006a0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:27
[INFO] [stdout]   53:     0x5774e9dea87d - test::run_test::{{closure}}::h9a131655b31d9427
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:607:43
[INFO] [stdout]   54:     0x5774e9dc3dc4 - test::run_test::{{closure}}::he4a7177c216308c0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:637:41
[INFO] [stdout]   55:     0x5774e9dc3dc4 - std::sys::backtrace::__rust_begin_short_backtrace::hd3980e9c55d6c539
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   56:     0x5774e9dc76fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h18552df67c7aa9b8
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   57:     0x5774e9dc76fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3d7b285234641a08
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   58:     0x5774e9dc76fa - std::panicking::catch_unwind::do_call::h5a2b5cf36528a5b2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   59:     0x5774e9dc76fa - std::panicking::catch_unwind::h7e8b531bbda77d20
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   60:     0x5774e9dc76fa - std::panic::catch_unwind::hf9bbb2040b4f1e6c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x5774e9dc76fa - std::thread::Builder::spawn_unchecked_::{{closure}}::h600f92cf68549574
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   62:     0x5774e9dc76fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb6607307df8a1847
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x5774ea4c6d7f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6891ad53a5ed6f52
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   64:     0x5774ea4c6d7f - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   65:     0x754bd779caa4 - <unknown>
[INFO] [stdout]   66:     0x754bd7829a64 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     watcher::tests::test_file_name_unwrap_coverage
[INFO] [stdout]     watcher::tests::test_notification_success_coverage_line_283
[INFO] [stdout]     watcher::tests::test_process_line_notification_coverage
[INFO] [stdout]     watcher::tests::test_process_line_with_notification
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 110 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.05s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "d1019ac8d2010206d47a0bb0b7f1d0e240283d2eba3766084e101faf380be5e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d1019ac8d2010206d47a0bb0b7f1d0e240283d2eba3766084e101faf380be5e7", kill_on_drop: false }`
[INFO] [stdout] d1019ac8d2010206d47a0bb0b7f1d0e240283d2eba3766084e101faf380be5e7
