[INFO] cloning repository https://github.com/Protryon/really-notify
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Protryon/really-notify" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FProtryon%2Freally-notify", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FProtryon%2Freally-notify'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b08c20c1d85ffb0ae9e00ce07a3fb54e17a6f6db
[INFO] testing Protryon/really-notify/b08c20c1d85ffb0ae9e00ce07a3fb54e17a6f6db against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FProtryon%2Freally-notify" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Protryon/really-notify
[INFO] finished tweaking git repo https://github.com/Protryon/really-notify
[INFO] tweaked toml for git repo https://github.com/Protryon/really-notify written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Protryon/really-notify on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Protryon/really-notify already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f9a608f763bd5467b3e40f765e9409bf4adb5574f1b27201116fca9e2ce95033
[INFO] running `Command { std: "docker" "start" "f9a608f763bd5467b3e40f765e9409bf4adb5574f1b27201116fca9e2ce95033", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f9a608f763bd5467b3e40f765e9409bf4adb5574f1b27201116fca9e2ce95033", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f9a608f763bd5467b3e40f765e9409bf4adb5574f1b27201116fca9e2ce95033" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f9a608f763bd5467b3e40f765e9409bf4adb5574f1b27201116fca9e2ce95033", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f9a608f763bd5467b3e40f765e9409bf4adb5574f1b27201116fca9e2ce95033" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.60
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling libc v0.2.146
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling futures-sink v0.3.28
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling futures-io v0.3.28
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling tokio v1.28.2
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling bytes v1.4.0
[INFO] [stderr]    Compiling log v0.4.19
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling syn v2.0.18
[INFO] [stderr]    Compiling bitmask-enum v2.1.0
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling async-stream v0.3.5
[INFO] [stderr]    Compiling futures-executor v0.3.28
[INFO] [stderr]    Compiling futures v0.3.28
[INFO] [stderr]    Compiling really-notify v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `mask` and `cookie` are never read
[INFO] [stdout]   --> src/inotify.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub struct INotifyEvent {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 64 |     pub watch_descriptor: WatchHandle,
[INFO] [stdout] 65 |     pub mask: INotifyMask,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 66 |     pub cookie: u32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `INotifyEvent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.00s
[INFO] running `Command { std: "docker" "inspect" "f9a608f763bd5467b3e40f765e9409bf4adb5574f1b27201116fca9e2ce95033", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f9a608f763bd5467b3e40f765e9409bf4adb5574f1b27201116fca9e2ce95033" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.146
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling rustix v0.37.20
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling aho-corasick v1.0.2
[INFO] [stderr]    Compiling regex-syntax v0.7.2
[INFO] [stderr]    Compiling termcolor v1.2.0
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling regex v1.8.4
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling tokio v1.28.2
[INFO] [stderr]    Compiling is-terminal v0.4.7
[INFO] [stderr]    Compiling env_logger v0.10.0
[INFO] [stderr]    Compiling really-notify v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `mask` and `cookie` are never read
[INFO] [stdout]   --> src/inotify.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub struct INotifyEvent {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 64 |     pub watch_descriptor: WatchHandle,
[INFO] [stdout] 65 |     pub mask: INotifyMask,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 66 |     pub cookie: u32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `INotifyEvent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `mask` and `cookie` are never read
[INFO] [stdout]   --> src/inotify.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub struct INotifyEvent {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 64 |     pub watch_descriptor: WatchHandle,
[INFO] [stdout] 65 |     pub mask: INotifyMask,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 66 |     pub cookie: u32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `INotifyEvent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 14.40s
[INFO] running `Command { std: "docker" "inspect" "f9a608f763bd5467b3e40f765e9409bf4adb5574f1b27201116fca9e2ce95033", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f9a608f763bd5467b3e40f765e9409bf4adb5574f1b27201116fca9e2ce95033" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: fields `mask` and `cookie` are never read
[INFO] [stderr]   --> src/inotify.rs:65:9
[INFO] [stderr]    |
[INFO] [stderr] 63 | pub struct INotifyEvent {
[INFO] [stderr]    |            ------------ fields in this struct
[INFO] [stderr] 64 |     pub watch_descriptor: WatchHandle,
[INFO] [stderr] 65 |     pub mask: INotifyMask,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr] 66 |     pub cookie: u32,
[INFO] [stderr]    |         ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `INotifyEvent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `really-notify` (lib) generated 1 warning
[INFO] [stderr] warning: `really-notify` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/really_notify-78b307ba3d079489)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr] [2026-07-09T10:00:29Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:29Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:30Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:30Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:31Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:31Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:32Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:32Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:33Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:33Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:34Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:34Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:35Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:35Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:36Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:36Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:37Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:37Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:38Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:38Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:39Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:39Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:40Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:40Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:41Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:41Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:42Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:42Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:43Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:43Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:44Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:44Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:45Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:45Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:46Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:46Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:47Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:47Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:48Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:48Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:49Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:49Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:50Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:50Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:51Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:51Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:52Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:52Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:53Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:53Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:54Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:54Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:55Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:55Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:56Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:56Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:57Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:57Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:58Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:58Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:00:59Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:00:59Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:00Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:00Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:01Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:01Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:02Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:02Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:03Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:03Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:04Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:04Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:05Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:05Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:06Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:06Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:07Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:07Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:08Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:08Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:09Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:09Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:10Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:10Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:11Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:11Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:12Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:12Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:13Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:13Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:14Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:14Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:15Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:15Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:16Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:16Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:17Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:17Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:18Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:18Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:19Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:19Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:20Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:20Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:21Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:21Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:22Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:22Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:23Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:23Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:24Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:24Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:25Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:25Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:26Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:26Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:27Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:27Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:28Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:28Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stdout] test tests::test_file_zone has been running for over 60 seconds
[INFO] [stderr] [2026-07-09T10:01:29Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:29Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:30Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:30Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:31Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:31Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:32Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:32Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:33Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:33Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:34Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:34Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:35Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:35Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:36Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:36Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:37Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:37Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:38Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:38Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:39Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:39Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:40Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:40Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:41Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:41Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:42Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:42Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:43Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:43Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:44Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:44Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:45Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:45Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:46Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:46Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:47Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:47Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:48Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:48Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:49Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:49Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:50Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:50Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:51Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:51Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:52Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:52Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:53Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:53Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:54Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:54Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:55Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:55Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:56Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:56Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:57Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:57Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:58Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:58Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:01:59Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:01:59Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:00Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:00Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:01Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:01Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:02Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:02Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:03Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:03Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:04Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:04Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:05Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:05Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:06Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:06Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:07Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:07Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:08Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:08Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:09Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:09Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:10Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:10Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:11Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:11Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:12Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:12Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:13Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:13Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:14Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:14Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:15Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:15Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:16Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:16Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:17Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:17Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:18Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:18Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:19Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:19Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:20Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:20Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:21Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:21Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:22Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:22Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:23Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:23Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:24Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:24Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:25Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:25Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:26Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:26Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:27Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:27Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:28Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:28Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:29Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:29Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:30Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:30Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:31Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:31Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:32Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:32Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:33Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:33Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:34Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:34Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:35Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:35Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:36Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:36Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:37Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:37Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:38Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:38Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:39Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:39Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:40Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:40Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:41Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:41Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:42Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:42Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:43Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:43Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:44Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:44Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:45Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:45Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:46Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:46Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:47Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:47Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:48Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:48Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:49Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:49Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:50Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:50Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:51Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:51Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:52Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:52Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:53Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:53Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:54Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:54Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:55Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:55Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:56Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:56Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:57Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:57Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:58Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:58Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:02:59Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:02:59Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:00Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:00Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:01Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:01Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:02Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:02Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:03Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:03Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:04Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:04Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:05Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:05Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:06Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:06Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:07Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:07Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:08Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:08Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:09Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:09Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:10Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:10Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:11Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:11Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:12Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:12Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:13Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:13Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:14Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:14Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:15Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:15Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:16Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:16Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:17Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:17Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:18Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:18Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:19Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:19Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:20Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:20Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:21Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:21Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:22Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:22Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:23Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:23Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:24Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:24Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:25Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:25Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:26Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:26Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:27Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:27Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:28Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:28Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:29Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:29Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:30Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:30Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:31Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:31Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:32Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:32Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:33Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:33Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:34Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:34Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:35Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:35Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:36Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:36Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:37Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:37Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:38Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:38Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:39Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:39Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:40Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:40Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:41Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:41Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:42Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:42Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:43Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:43Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:44Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:44Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:45Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:45Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:46Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:46Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:47Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:47Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:48Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:48Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:49Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:49Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:50Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:50Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:51Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:51Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:52Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:52Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:53Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:53Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:54Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:54Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:55Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:55Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:57Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:57Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:58Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:58Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:03:59Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:03:59Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:00Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:00Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:01Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:01Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:02Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:02Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:03Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:03Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:04Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:04Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:05Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:05Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:06Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:06Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:07Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:07Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:08Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:08Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:09Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:09Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:10Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:10Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:11Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:11Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:12Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:12Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:13Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:13Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:14Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:14Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:15Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:15Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:16Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:16Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:17Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:17Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:18Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:18Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:19Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:19Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:20Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:20Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:21Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:21Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:22Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:22Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:23Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:23Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:24Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:24Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:25Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:25Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:26Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:26Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:27Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:27Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:28Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:28Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:29Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:29Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:30Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:30Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:31Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:31Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:32Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:32Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:33Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:33Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:34Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:34Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:35Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:35Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:36Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:36Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:37Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:37Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:38Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:38Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:39Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:39Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:40Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:40Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:41Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:41Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:42Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:42Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:43Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:43Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:44Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:44Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:45Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:45Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:46Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:46Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:47Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:47Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:48Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:48Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:49Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:49Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:50Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:50Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:51Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:51Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:52Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:52Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:53Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:53Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:54Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:54Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:55Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:55Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:56Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:56Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:57Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:57Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:58Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:58Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:04:59Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:04:59Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:00Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:00Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:01Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:01Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:02Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:02Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:03Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:03Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:04Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:04Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:05Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:05Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:06Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:06Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:07Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:07Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:08Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:08Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:09Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:09Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:10Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:10Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:11Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:11Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:12Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:12Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:13Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:13Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:14Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:14Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:15Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:15Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:16Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:16Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:17Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:17Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:18Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:18Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:19Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:19Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:20Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:20Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:21Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:21Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:22Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:22Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:23Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:23Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:24Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:24Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:25Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:25Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:26Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:26Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:27Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:27Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:28Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:28Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:29Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:29Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:30Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:30Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:31Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:31Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:32Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:32Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:33Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:33Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:34Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:34Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:35Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:35Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:36Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:36Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:37Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:37Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:38Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:38Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:39Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:39Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:40Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:40Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:41Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:41Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:42Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:42Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:43Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:43Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:44Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:44Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:45Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:45Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:46Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:46Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:47Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:47Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:48Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:48Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:49Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:49Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:50Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:50Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:51Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:51Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:52Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:52Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:53Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:53Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:54Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:54Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:55Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:55Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:56Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:56Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:57Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:57Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:58Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:58Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:05:59Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:05:59Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:00Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:00Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:01Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:01Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:02Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:02Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:03Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:03Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:04Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:04Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:05Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:05Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:06Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:06Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:07Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:07Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:08Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:08Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:09Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:09Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:10Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:10Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:11Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:11Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:12Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:12Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:13Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:13Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:14Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:14Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:15Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:15Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:16Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:16Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:17Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:17Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:18Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:18Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:19Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:19Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:20Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:20Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:21Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:21Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:22Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:22Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:23Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:23Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:24Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:24Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:25Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:25Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:26Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:26Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:27Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:27Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:28Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:28Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:29Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:29Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:30Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:30Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:31Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:31Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:32Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:32Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:33Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:33Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:34Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:34Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:35Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:35Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:36Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:36Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:37Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:37Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:38Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:38Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:39Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:39Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:40Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:40Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:41Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:41Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:42Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:42Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:43Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:43Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:44Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:44Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:45Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:45Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:46Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:46Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:47Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:47Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:48Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:48Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:49Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:49Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:50Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:50Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:51Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:51Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:52Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:52Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:53Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:53Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:54Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:54Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:55Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:55Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:56Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:56Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:57Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:57Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:58Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:58Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:06:59Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:06:59Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:00Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:00Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:01Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:01Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:02Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:02Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:03Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:03Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:04Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:04Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:05Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:05Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:06Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:06Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:07Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:07Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:08Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:08Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:09Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:09Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:10Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:10Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:11Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:11Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:12Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:12Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:13Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:13Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:14Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:14Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:15Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:15Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:16Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:16Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:17Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:17Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:18Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:18Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:19Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:19Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:20Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:20Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:21Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:21Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:22Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:22Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:23Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:23Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:24Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:24Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:25Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:25Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:26Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:26Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:27Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:27Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:28Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:28Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:29Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:29Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:30Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:30Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:31Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:31Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:32Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:32Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:33Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:33Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:34Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:34Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:35Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:35Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:36Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:36Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:37Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:37Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:38Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:38Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:39Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:39Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:40Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:40Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:41Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:41Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:42Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:42Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:43Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:43Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:44Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:44Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:45Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:45Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:46Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:46Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:47Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:47Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:48Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:48Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:49Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:49Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:50Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:50Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:51Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:51Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:52Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:52Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:53Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:53Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:54Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:54Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:55Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:55Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:56Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:56Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:57Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:57Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:58Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:58Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:07:59Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:07:59Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:00Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:00Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:01Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:01Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:02Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:02Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:03Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:03Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:04Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:04Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:05Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:05Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:06Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:06Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:07Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:07Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:08Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:08Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:09Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:09Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:10Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:10Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:11Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:11Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:12Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:12Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:13Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:13Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:14Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:14Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:15Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:15Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:16Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:16Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:17Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:17Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:18Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:18Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:19Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:19Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:20Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:20Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:21Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:21Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:22Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:22Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:23Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:23Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:24Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:24Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:25Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:25Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:26Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:26Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:27Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:27Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:28Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:28Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:29Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:29Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:30Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:30Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:31Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:31Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:32Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:32Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:33Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:33Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:34Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:34Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:35Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:35Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:36Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:36Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:37Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:37Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:38Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:38Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:39Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:39Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:40Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:40Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:41Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:41Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:42Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:42Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:43Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:43Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:44Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:44Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:45Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:45Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:46Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:46Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:47Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:47Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:48Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:48Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:49Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:49Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:50Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:50Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:51Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:51Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:52Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:52Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:53Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:53Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:54Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:54Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:55Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:55Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:56Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:56Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:57Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:57Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:58Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:58Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:08:59Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:08:59Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:00Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:00Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:01Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:01Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:02Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:02Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:03Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:03Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:04Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:04Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:05Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:05Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:06Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:06Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:07Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:07Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:08Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:08Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:09Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:09Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:10Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:10Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:11Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:11Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:12Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:12Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:13Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:13Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:14Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:14Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:15Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:15Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:16Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:16Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:17Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:17Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:18Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:18Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:19Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:19Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:20Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:20Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:21Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:21Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:22Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:22Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:23Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:23Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:24Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:24Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:25Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:25Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:26Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:26Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:27Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:27Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:28Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:28Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:29Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:29Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:30Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:30Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:31Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:31Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:32Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:32Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:33Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:33Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:34Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:34Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:35Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:36Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:37Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:37Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:38Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:38Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:39Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:39Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:40Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:40Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:41Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:41Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:42Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:42Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:43Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:43Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:44Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:44Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:45Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:45Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:46Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:46Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:47Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:47Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:48Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:48Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:49Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:49Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:50Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:50Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:51Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:51Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:52Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:52Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:53Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:53Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:54Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:54Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:55Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:55Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:56Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:56Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:57Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:57Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:58Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:58Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:09:59Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:09:59Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:00Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:00Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:01Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:01Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:02Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:02Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:03Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:03Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:04Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:04Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:05Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:05Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:06Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:06Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:07Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:07Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:08Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:08Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:09Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:09Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:10Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:10Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:11Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:11Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:12Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:12Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:13Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:13Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:14Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:14Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:15Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:15Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:16Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:16Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:17Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:17Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:18Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:18Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:19Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:19Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:20Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:20Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:21Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:21Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:22Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:22Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:23Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:23Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:24Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:24Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:25Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:25Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:26Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:26Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:27Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:27Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:28Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:28Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:29Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:29Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:30Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:30Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:31Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:31Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:32Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:32Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:33Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:33Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:34Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:34Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:35Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:35Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:36Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:36Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:37Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:37Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:38Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:38Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:39Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:39Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:40Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:40Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:41Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:41Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:42Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:42Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:43Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:43Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:44Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:44Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:45Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:45Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:46Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:46Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:47Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:47Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:48Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:48Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:49Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:49Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:50Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:50Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:51Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:51Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:52Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:52Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:53Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:53Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:54Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:54Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:55Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:55Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:56Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:56Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:57Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:57Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:58Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:58Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:10:59Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:10:59Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:00Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:00Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:01Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:01Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:02Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:02Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:03Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:03Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:04Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:04Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:05Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:05Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:06Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:06Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:07Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:07Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:08Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:08Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:09Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:09Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:10Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:10Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:11Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:11Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:12Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:12Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:13Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:13Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:14Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:14Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:15Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:15Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:16Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:16Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:17Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:17Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:18Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:18Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:19Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:19Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:20Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:20Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:21Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:21Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:22Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:22Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:23Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:23Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:24Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:24Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:25Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:25Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:26Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:26Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:27Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:27Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:28Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:28Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:29Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:29Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:30Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:30Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:31Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:31Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:32Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:32Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:33Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:33Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:34Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:34Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:35Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:35Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:36Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:36Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:37Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:37Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:38Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:38Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:39Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:39Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:40Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:40Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:41Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:41Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:42Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:42Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:43Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:43Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:44Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:44Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:45Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:45Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:46Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:46Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:47Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:47Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:48Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:48Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:49Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:49Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:50Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:50Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:51Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:51Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:52Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:52Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:53Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:53Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:54Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:54Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:55Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:55Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:56Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:56Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:57Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:57Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:58Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:58Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:11:59Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:11:59Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:00Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:00Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:01Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:01Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:02Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:02Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:03Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:03Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:04Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:04Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:05Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:05Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:06Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:06Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:07Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:07Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:08Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:08Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:09Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:09Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:10Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:10Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:11Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:11Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:12Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:12Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:13Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:13Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:14Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:14Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:15Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:15Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:16Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:16Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:17Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:17Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:18Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:18Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:19Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:19Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:20Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:20Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:21Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:21Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:22Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:22Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:23Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:23Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:24Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:24Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:25Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:25Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:26Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:26Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:27Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:27Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:28Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:28Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:29Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:29Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:30Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:30Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:31Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:31Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:32Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:32Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:33Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:33Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:34Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:34Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:35Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:35Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:36Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:36Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:37Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:37Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:38Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:38Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:39Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:39Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:40Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:40Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:41Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:41Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:42Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:42Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:43Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:43Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:44Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:44Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:45Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:45Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:46Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:46Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:47Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:47Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:48Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:48Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:49Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:49Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:50Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:50Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:51Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:51Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:52Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:52Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:53Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:53Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:54Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:54Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:55Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:55Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:56Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:56Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:57Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:57Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:58Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:58Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:12:59Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:12:59Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:00Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:00Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:01Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:01Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:02Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:02Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:03Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:03Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:04Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:04Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:05Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:05Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:06Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:06Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:07Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:07Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:08Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:08Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:09Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:09Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:10Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:10Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:11Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:11Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:12Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:12Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:13Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:13Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:14Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:14Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:15Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:15Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:16Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:16Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:17Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:17Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:18Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:18Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:19Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:19Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:20Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:20Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:21Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:21Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:22Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:22Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:23Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:23Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:24Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:24Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:25Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:25Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:26Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:26Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:27Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:27Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:28Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:28Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:29Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:29Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:30Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:30Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:31Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:31Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:32Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:32Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:33Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:33Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:34Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:34Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:35Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:35Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:36Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:36Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:37Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:37Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:38Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:38Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:39Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:39Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:40Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:40Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:41Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:41Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:42Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:42Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:43Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:43Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:44Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:44Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:45Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:45Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:46Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:46Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:47Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:47Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:48Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:48Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:49Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:49Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:50Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:50Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:51Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:51Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:52Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:52Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:53Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:53Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:54Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:54Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:55Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:55Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:56Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:56Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:57Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:57Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:58Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:58Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:13:59Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:13:59Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:00Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:00Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:01Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:01Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:02Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:02Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:03Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:03Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:04Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:04Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:05Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:05Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:06Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:06Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:07Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:07Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:08Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:08Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:09Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:09Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:10Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:10Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:11Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:11Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:12Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:12Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:13Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:13Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:14Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:14Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:15Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:15Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:16Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:16Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:17Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:17Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:18Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:18Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:19Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:19Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:20Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:20Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:21Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:21Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:22Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:22Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:23Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:23Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:24Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:24Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:25Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:25Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:26Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:26Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:27Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:27Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:28Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:28Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:29Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:29Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:30Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:30Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:31Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:31Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:32Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:32Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:33Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:33Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:34Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:34Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:35Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:35Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:36Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:36Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:37Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:37Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:38Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:38Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:39Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:39Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:40Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:40Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:41Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:41Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:42Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:42Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:43Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:43Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:44Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:44Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:45Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:45Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:46Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:46Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:47Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:47Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:48Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:48Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:49Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:49Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:50Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:50Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:51Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:51Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:52Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:52Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:53Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:53Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:54Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:54Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:55Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:55Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:56Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:56Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:57Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:57Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:58Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:58Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:14:59Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:14:59Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:00Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:00Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:01Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:01Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:02Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:02Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:03Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:03Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:04Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:04Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:05Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:05Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:06Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:06Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:07Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:07Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:08Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:08Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:09Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:09Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:10Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:10Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:11Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:11Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:12Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:12Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:13Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:13Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:14Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:14Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:15Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:15Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:16Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:16Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:17Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:17Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:18Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:18Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:19Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:19Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:20Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:20Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:21Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:21Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:22Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:22Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:23Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:23Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:24Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:24Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:25Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:25Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:26Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:26Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:27Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:27Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[INFO] [stderr] [2026-07-09T10:15:28Z INFO  really_notify] reading updated config './test.yaml'
[INFO] [stderr] [2026-07-09T10:15:28Z ERROR really_notify] failed to read initial config: No such file or directory (os error 2) @ './test.yaml', retrying in 1.0 second(s)
[ERROR] error running command: command timed out after 900 seconds
[INFO] running `Command { std: "docker" "inspect" "f9a608f763bd5467b3e40f765e9409bf4adb5574f1b27201116fca9e2ce95033", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f9a608f763bd5467b3e40f765e9409bf4adb5574f1b27201116fca9e2ce95033", kill_on_drop: false }`
[INFO] [stdout] f9a608f763bd5467b3e40f765e9409bf4adb5574f1b27201116fca9e2ce95033
