[INFO] fetching crate timelord 3.0.2...
[INFO] testing timelord-3.0.2 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate timelord 3.0.2 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate timelord 3.0.2
[INFO] finished tweaking crates.io crate timelord 3.0.2
[INFO] tweaked toml for crates.io crate timelord 3.0.2 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate timelord 3.0.2 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate timelord 3.0.2 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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded hostname v0.4.0
[INFO] [stderr]   Downloaded owo-colors v4.2.0
[INFO] [stderr]   Downloaded env_logger v0.11.7
[INFO] [stderr]   Downloaded jiff-tzdb-platform v0.1.2
[INFO] [stderr]   Downloaded bincode_derive v2.0.1
[INFO] [stderr]   Downloaded human_bytes v0.4.3
[INFO] [stderr]   Downloaded virtue v0.0.18
[INFO] [stderr]   Downloaded unty v0.0.4
[INFO] [stderr]   Downloaded bincode v2.0.1
[INFO] [stderr]   Downloaded jiff-static v0.2.4
[INFO] [stderr]   Downloaded jiff-tzdb v0.1.3
[INFO] [stderr]   Downloaded rustix v1.0.3
[INFO] [stderr]   Downloaded jiff v0.2.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 984da8c8a2d12a40a4256361f1a7e6eaab21bb7a6bffd7d5d5d01742ea9e3df6
[INFO] running `Command { std: "docker" "start" "-a" "984da8c8a2d12a40a4256361f1a7e6eaab21bb7a6bffd7d5d5d01742ea9e3df6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "984da8c8a2d12a40a4256361f1a7e6eaab21bb7a6bffd7d5d5d01742ea9e3df6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "984da8c8a2d12a40a4256361f1a7e6eaab21bb7a6bffd7d5d5d01742ea9e3df6", kill_on_drop: false }`
[INFO] [stdout] 984da8c8a2d12a40a4256361f1a7e6eaab21bb7a6bffd7d5d5d01742ea9e3df6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7528cf45d3399bb2bcd028fa7e920c354483809de7493194c04c1412e2d97405
[INFO] running `Command { std: "docker" "start" "-a" "7528cf45d3399bb2bcd028fa7e920c354483809de7493194c04c1412e2d97405", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling virtue v0.0.18
[INFO] [stderr]    Compiling owo-colors v4.2.0
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling unty v0.0.4
[INFO] [stderr]    Compiling humantime v2.2.0
[INFO] [stderr]    Compiling jiff v0.2.4
[INFO] [stderr]    Compiling human_bytes v0.4.3
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling seahash v4.1.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling bincode_derive v2.0.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling hostname v0.4.0
[INFO] [stderr]    Compiling globset v0.4.16
[INFO] [stderr]    Compiling ignore v0.4.23
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling bincode v2.0.1
[INFO] [stderr]    Compiling timelord v3.0.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
[INFO] running `Command { std: "docker" "inspect" "7528cf45d3399bb2bcd028fa7e920c354483809de7493194c04c1412e2d97405", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7528cf45d3399bb2bcd028fa7e920c354483809de7493194c04c1412e2d97405", kill_on_drop: false }`
[INFO] [stdout] 7528cf45d3399bb2bcd028fa7e920c354483809de7493194c04c1412e2d97405
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1c510f6de1ebac279819625cdb80fcb7a4a5353ea14ced21e22d9487839d0271
[INFO] running `Command { std: "docker" "start" "-a" "1c510f6de1ebac279819625cdb80fcb7a4a5353ea14ced21e22d9487839d0271", kill_on_drop: false }`
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling rustix v1.0.3
[INFO] [stderr]    Compiling linux-raw-sys v0.9.3
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling once_cell v1.21.1
[INFO] [stderr]    Compiling globset v0.4.16
[INFO] [stderr]    Compiling ignore v0.4.23
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling env_logger v0.11.7
[INFO] [stderr]    Compiling timelord v3.0.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tempfile v3.19.1
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 23.88s
[INFO] running `Command { std: "docker" "inspect" "1c510f6de1ebac279819625cdb80fcb7a4a5353ea14ced21e22d9487839d0271", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c510f6de1ebac279819625cdb80fcb7a4a5353ea14ced21e22d9487839d0271", kill_on_drop: false }`
[INFO] [stdout] 1c510f6de1ebac279819625cdb80fcb7a4a5353ea14ced21e22d9487839d0271
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0240d42e9fad77795fe7195bd44aeeea361a9aeb777e9faeaf4e583b96bbe0e9
[INFO] running `Command { std: "docker" "start" "-a" "0240d42e9fad77795fe7195bd44aeeea361a9aeb777e9faeaf4e583b96bbe0e9", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/timelord-4e873549fe66309f)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-10-14T22:55:01Z INFO  timelord::tests] Starting Timelord Self-Test
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-10-14T22:55:01Z INFO  timelord::tests] Created temporary directories: 
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests]   Source: /tmp/.tmpYRwY8a/source
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests]   Cache: /tmp/.tmpYRwY8a/cache
[INFO] [stderr] [2025-10-14T22:55:01Z INFO  timelord::tests] Created test files: 
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests]   /tmp/.tmpYRwY8a/source/src/main.rs: 'Hello, World!'
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests]   /tmp/.tmpYRwY8a/source/tests/integration-test.rs: 'Timelord test'
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests]   /tmp/.tmpYRwY8a/source/README.md: 'README content'
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-10-14T22:55:01Z INFO  timelord::tests] Scenario 1: First Run - Creating Cache
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 🔍 Scanning source directory: /tmp/.tmpYRwY8a/source
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 🆕 No cache file found at /tmp/.tmpYRwY8a/cache/timelord.db, starting fresh!
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⚠️ Falling back to empty cache
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⏰ Deserialization took: 196.34µs
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] Cache not created yet
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⏰ Directory scan took: 1.6125ms
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⏰ Updating file timestamps...
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]   [dirty] README.md (58592ae3c2a51540, 14 B) - New
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]   [dirty] src/main.rs (2ec2572966d006fd, 13 B) - New
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]   [dirty] tests/integration-test.rs (651151155661595f, 13 B) - New
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⏰ Spent 3.75151ms syncing (0 fresh, 3 dirty)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 💾 Saving new cache to /tmp/.tmpYRwY8a/cache/timelord.db
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⏰ Cache serialization took: 243.08µs
[INFO] [stderr] [2025-10-14T22:55:01Z INFO  timelord] 🎉 All done! Restored 3 files in 8.5101ms
[INFO] [stderr] [2025-10-14T22:55:01Z INFO  timelord::tests] Cache file created successfully: /tmp/.tmpYRwY8a/cache/timelord.db
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests] Running cache-info command: 
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 🔍 Reading cache file: /tmp/.tmpYRwY8a/cache/timelord.db
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]    Cache is 204 B, tracking 3 entries (version 3)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]    Crawled 6ms 688us 760ns ago (2025-10-14 22:55:01) on 0240d42e9fad from source dir /tmp/.tmpYRwY8a/source
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 📁 Directory Structure:
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]   ./  (1 files, 14 B)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]     src/  (1 files, 13 B)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]     tests/  (1 files, 13 B)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-10-14T22:55:01Z INFO  timelord::tests] Scenario 2: Modifying Timestamps
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-10-14T22:55:01Z INFO  timelord::tests] Modified timestamps of src/main.rs and tests/integration-test.rs to 1 hour ago
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests] Running Timelord to restore timestamps: 
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 🔍 Scanning source directory: /tmp/.tmpYRwY8a/source
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⏰ Directory scan took: 1.37447ms
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 🔍 Reading cache file: /tmp/.tmpYRwY8a/cache/timelord.db
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⏰ Deserialization took: 110.52µs
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]    Cache is 204 B, tracking 3 entries (version 3)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]    Crawled 15ms 936us 509ns ago (2025-10-14 22:55:01) on 0240d42e9fad from source dir /tmp/.tmpYRwY8a/source
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 📁 Directory Structure:
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]   ./  (1 files, 14 B)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]     src/  (1 files, 13 B)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]     tests/  (1 files, 13 B)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⏰ Updating file timestamps...
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]   [fresh] README.md (58592ae3c2a51540, 14 B, 2025-10-14 22:55:01 => 2025-10-14 22:55:01)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]   [fresh] src/main.rs (2ec2572966d006fd, 13 B, 2025-10-14 22:55:01 => 2025-10-14 22:55:01)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]   [fresh] tests/integration-test.rs (651151155661595f, 13 B, 2025-10-14 22:55:01 => 2025-10-14 22:55:01)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⏰ Spent 70.353039ms syncing (3 fresh, 0 dirty)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 💾 Saving new cache to /tmp/.tmpYRwY8a/cache/timelord.db
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⏰ Cache serialization took: 106.2µs
[INFO] [stderr] [2025-10-14T22:55:01Z INFO  timelord] 🎉 All done! Restored 3 files in 91.367588ms
[INFO] [stderr] [2025-10-14T22:55:01Z INFO  timelord::tests] Timestamps successfully restored for both files
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests] Running cache-info command: 
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 🔍 Reading cache file: /tmp/.tmpYRwY8a/cache/timelord.db
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]    Cache is 204 B, tracking 3 entries (version 3)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]    Crawled 89ms 861us 358ns ago (2025-10-14 22:55:01) on 0240d42e9fad from source dir /tmp/.tmpYRwY8a/source
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 📁 Directory Structure:
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]   ./  (1 files, 14 B)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]     src/  (1 files, 13 B)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]     tests/  (1 files, 13 B)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-10-14T22:55:01Z INFO  timelord::tests] Scenario 3: Modifying Content and Timestamps
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-10-14T22:55:01Z INFO  timelord::tests] Modified timestamps of src/main.rs and tests/integration-test.rs to 2 hours ago
[INFO] [stderr] [2025-10-14T22:55:01Z INFO  timelord::tests] Changed content of tests/integration-test.rs to 'Modified content'
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests] Running Timelord to selectively restore timestamps: 
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 🔍 Reading cache file: /tmp/.tmpYRwY8a/cache/timelord.db
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⏰ Deserialization took: 44.94µs
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]    Cache is 204 B, tracking 3 entries (version 3)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]    Crawled 90ms 183us 778ns ago (2025-10-14 22:55:01) on 0240d42e9fad from source dir /tmp/.tmpYRwY8a/source
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 📁 Directory Structure:
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]   ./  (1 files, 14 B)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]     src/  (1 files, 13 B)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]     tests/  (1 files, 13 B)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 🔍 Scanning source directory: /tmp/.tmpYRwY8a/source
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⏰ Directory scan took: 4.60096ms
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⏰ Updating file timestamps...
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]   [fresh] README.md (58592ae3c2a51540, 14 B, 2025-10-14 22:55:01 => 2025-10-14 22:55:01)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]   [dirty] tests/integration-test.rs (a28688a5f056b970, 16 B) - HashChanged
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]   [fresh] src/main.rs (2ec2572966d006fd, 13 B, 2025-10-14 22:55:01 => 2025-10-14 22:55:01)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⏰ Spent 313.09µs syncing (2 fresh, 1 dirty)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 💾 Saving new cache to /tmp/.tmpYRwY8a/cache/timelord.db
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⏰ Cache serialization took: 114.19µs
[INFO] [stderr] [2025-10-14T22:55:01Z INFO  timelord] 🎉 All done! Restored 3 files in 8.82916ms
[INFO] [stderr] [2025-10-14T22:55:01Z INFO  timelord::tests] src/main.rs timestamp restored (content unchanged)
[INFO] [stderr] [2025-10-14T22:55:01Z INFO  timelord::tests] tests/integration-test.rs timestamp not restored (content changed)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests] Running cache-info command: 
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 🔍 Reading cache file: /tmp/.tmpYRwY8a/cache/timelord.db
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]    Cache is 204 B, tracking 3 entries (version 3)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]    Crawled 847us 130ns ago (2025-10-14 22:55:01) on 0240d42e9fad from source dir /tmp/.tmpYRwY8a/source
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 📁 Directory Structure:
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]   ./  (1 files, 14 B)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]     src/  (1 files, 13 B)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]     tests/  (1 files, 16 B)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-10-14T22:55:01Z INFO  timelord::tests] Scenario 4: Different Source Directory Base
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-10-14T22:55:01Z INFO  timelord::tests] Created new source directory with same files
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests]   New Source: /tmp/.tmpYRwY8a/new_source
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests] Running Timelord with new source directory: 
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 🔍 Reading cache file: /tmp/.tmpYRwY8a/cache/timelord.db
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 🔍 Scanning source directory: /tmp/.tmpYRwY8a/new_source
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⏰ Deserialization took: 88.13µs
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]    Cache is 204 B, tracking 3 entries (version 3)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]    Crawled 1ms 721us 330ns ago (2025-10-14 22:55:01) on 0240d42e9fad from source dir /tmp/.tmpYRwY8a/source
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 📁 Directory Structure:
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]   ./  (1 files, 14 B)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]     src/  (1 files, 13 B)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]     tests/  (1 files, 16 B)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⏰ Directory scan took: 3.02903ms
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⏰ Updating file timestamps...
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]   [fresh] README.md (58592ae3c2a51540, 14 B, 2025-10-14 22:55:01 => 2025-10-14 22:55:01)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]   [fresh] src/main.rs (2ec2572966d006fd, 13 B, 2025-10-14 22:55:01 => 2025-10-14 22:55:01)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]   [fresh] tests/integration-test.rs (a28688a5f056b970, 16 B, 2025-10-14 20:55:01 => 2025-10-14 20:55:01)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⏰ Spent 2.69716ms syncing (3 fresh, 0 dirty)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 💾 Saving new cache to /tmp/.tmpYRwY8a/cache/timelord.db
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⏰ Cache serialization took: 100.43µs
[INFO] [stderr] [2025-10-14T22:55:01Z INFO  timelord] 🎉 All done! Restored 3 files in 6.18691ms
[INFO] [stderr] [2025-10-14T22:55:01Z INFO  timelord::tests] Timestamps successfully restored in new location
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests] Running cache-info command: 
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 🔍 Reading cache file: /tmp/.tmpYRwY8a/cache/timelord.db
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]    Cache is 208 B, tracking 3 entries (version 3)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]    Crawled 3ms 50us 940ns ago (2025-10-14 22:55:01) on 0240d42e9fad from source dir /tmp/.tmpYRwY8a/new_source
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 📁 Directory Structure:
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]   ./  (1 files, 14 B)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]     src/  (1 files, 13 B)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]     tests/  (1 files, 16 B)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-10-14T22:55:01Z INFO  timelord::tests] Scenario 5: Corrupted Cache File
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-10-14T22:55:01Z WARN  timelord::tests] Corrupted cache file with 0xBADBADFF
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests] Running Timelord with corrupted cache: 
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 🔍 Reading cache file: /tmp/.tmpYRwY8a/cache/timelord.db
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 🔍 Scanning source directory: /tmp/.tmpYRwY8a/source
[INFO] [stderr] [2025-10-14T22:55:01Z WARN  timelord] ================================================================================
[INFO] [stderr] [2025-10-14T22:55:01Z WARN  timelord] ⚠️  Failed to deserialize cache: UnexpectedEnd { additional: 13 } ⚠️
[INFO] [stderr] [2025-10-14T22:55:01Z WARN  timelord] ================================================================================
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⚠️ Falling back to empty cache
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⏰ Deserialization took: 82.12µs
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]    Cache is 208 B, tracking 0 entries (version 3)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]    Crawled 17us 580ns ago (2025-10-14 22:55:01) on 0240d42e9fad from source dir 
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 📁 Directory Structure:
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]   ./ (empty)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⏰ Directory scan took: 10.20069ms
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⏰ Updating file timestamps...
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]   [dirty] README.md (58592ae3c2a51540, 14 B) - New
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]   [dirty] src/main.rs (2ec2572966d006fd, 13 B) - New
[INFO] [stdout] test tests::self_test ... ok
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]   [dirty] tests/integration-test.rs (a28688a5f056b970, 16 B) - New
[INFO] [stdout] 
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⏰ Spent 167.51µs syncing (0 fresh, 3 dirty)
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 💾 Saving new cache to /tmp/.tmpYRwY8a/cache/timelord.db
[INFO] [stdout] 
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] ⏰ Cache serialization took: 90.63µs
[INFO] [stderr] [2025-10-14T22:55:01Z INFO  timelord] 🎉 All done! Restored 3 files in 10.79488ms
[INFO] [stderr] [2025-10-14T22:55:01Z INFO  timelord::tests] Timelord handled corrupted cache and created a new one
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests] Running cache-info command: 
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 🔍 Reading cache file: /tmp/.tmpYRwY8a/cache/timelord.db
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]    Cache is 204 B, tracking 3 entries (version 3)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]    Crawled 518us 380ns ago (2025-10-14 22:55:01) on 0240d42e9fad from source dir /tmp/.tmpYRwY8a/source
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord] 📁 Directory Structure:
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]   ./  (1 files, 14 B)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]     src/  (1 files, 13 B)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord]     tests/  (1 files, 16 B)
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-10-14T22:55:01Z INFO  timelord::tests] All scenarios completed successfully!
[INFO] [stderr] [2025-10-14T22:55:01Z DEBUG timelord::tests] ===============================================
[INFO] [stderr]    Doc-tests timelord
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/../README.md - (line 13) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/../README.md - (line 13) stdout ----
[INFO] [stdout] error[E0308]: arguments to this function are incorrect
[INFO] [stdout]    --> src/../README.md:18:5
[INFO] [stdout]     |
[INFO] [stdout] 7   |     sync("path/to/source", "path/to/cache")?;
[INFO] [stdout]     |     ^^^^ ----------------  --------------- expected `Utf8PathBuf`, found `&str`
[INFO] [stdout]     |          |
[INFO] [stdout]     |          expected `Utf8PathBuf`, found `&str`
[INFO] [stdout]     |
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:314:8
[INFO] [stdout]     |
[INFO] [stdout] 314 | pub fn sync(source_dir: Utf8PathBuf, cache_dir: Utf8PathBuf) {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] help: call `Into::into` on this expression to convert `&'static str` into `camino::Utf8PathBuf`
[INFO] [stdout]     |
[INFO] [stdout] 7   |     sync("path/to/source".into(), "path/to/cache")?;
[INFO] [stdout]     |                          +++++++
[INFO] [stdout] help: call `Into::into` on this expression to convert `&'static str` into `camino::Utf8PathBuf`
[INFO] [stdout]     |
[INFO] [stdout] 7   |     sync("path/to/source", "path/to/cache".into())?;
[INFO] [stdout]     |                                           +++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be applied to values that implement `Try`
[INFO] [stdout]  --> src/../README.md:18:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     sync("path/to/source", "path/to/cache")?;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `?` operator cannot be applied to type `()`
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `Try` is not implemented for `()`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308.
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/../README.md - (line 13)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "0240d42e9fad77795fe7195bd44aeeea361a9aeb777e9faeaf4e583b96bbe0e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0240d42e9fad77795fe7195bd44aeeea361a9aeb777e9faeaf4e583b96bbe0e9", kill_on_drop: false }`
[INFO] [stdout] 0240d42e9fad77795fe7195bd44aeeea361a9aeb777e9faeaf4e583b96bbe0e9
