[INFO] cloning repository https://github.com/fasterthanlime/timelord
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fasterthanlime/timelord" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffasterthanlime%2Ftimelord", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffasterthanlime%2Ftimelord'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7aed4df12da428427ff977720f7b7f12163ee016
[INFO] testing fasterthanlime/timelord against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffasterthanlime%2Ftimelord" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/fasterthanlime/timelord
[INFO] finished tweaking git repo https://github.com/fasterthanlime/timelord
[INFO] tweaked toml for git repo https://github.com/fasterthanlime/timelord written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/fasterthanlime/timelord on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/fasterthanlime/timelord 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d4e88c894b7e68e2b81670cb505264fcf25becc11a2d0e5f91a303b2747aefd7
[INFO] running `Command { std: "docker" "start" "-a" "d4e88c894b7e68e2b81670cb505264fcf25becc11a2d0e5f91a303b2747aefd7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d4e88c894b7e68e2b81670cb505264fcf25becc11a2d0e5f91a303b2747aefd7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4e88c894b7e68e2b81670cb505264fcf25becc11a2d0e5f91a303b2747aefd7", kill_on_drop: false }`
[INFO] [stdout] d4e88c894b7e68e2b81670cb505264fcf25becc11a2d0e5f91a303b2747aefd7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 435ac65330f83faaf36b1c8b33e0cfdf72c88d40ad241d675162f23896d84d3b
[INFO] running `Command { std: "docker" "start" "-a" "435ac65330f83faaf36b1c8b33e0cfdf72c88d40ad241d675162f23896d84d3b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling owo-colors v4.2.0
[INFO] [stderr]    Compiling virtue v0.0.18
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling unty v0.0.4
[INFO] [stderr]    Compiling jiff v0.2.4
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling bstr v1.11.3
[INFO] [stderr]    Compiling bincode_derive v2.0.1
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling clap_builder v4.5.32
[INFO] [stderr]    Compiling hostname v0.4.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling humantime v2.2.0
[INFO] [stderr]    Compiling seahash v4.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling human_bytes v0.4.3
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling globset v0.4.16
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling clap_derive v4.5.32
[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 clap v4.5.32
[INFO] [stderr]    Compiling bincode v2.0.1
[INFO] [stderr]    Compiling timelord v3.0.2 (/opt/rustwide/workdir/crates/timelord)
[INFO] [stderr]    Compiling timelord-cli v3.0.1 (/opt/rustwide/workdir/crates/timelord-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.77s
[INFO] running `Command { std: "docker" "inspect" "435ac65330f83faaf36b1c8b33e0cfdf72c88d40ad241d675162f23896d84d3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "435ac65330f83faaf36b1c8b33e0cfdf72c88d40ad241d675162f23896d84d3b", kill_on_drop: false }`
[INFO] [stdout] 435ac65330f83faaf36b1c8b33e0cfdf72c88d40ad241d675162f23896d84d3b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0a272e4b4530813eef687045e68807c4ef9bc76af331d4a314ccded5562ee269
[INFO] running `Command { std: "docker" "start" "-a" "0a272e4b4530813eef687045e68807c4ef9bc76af331d4a314ccded5562ee269", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.0.3
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling linux-raw-sys v0.9.3
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling once_cell v1.21.1
[INFO] [stderr]    Compiling timelord-cli v3.0.1 (/opt/rustwide/workdir/crates/timelord-cli)
[INFO] [stderr]    Compiling tempfile v3.19.1
[INFO] [stderr]    Compiling timelord v3.0.2 (/opt/rustwide/workdir/crates/timelord)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.06s
[INFO] running `Command { std: "docker" "inspect" "0a272e4b4530813eef687045e68807c4ef9bc76af331d4a314ccded5562ee269", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a272e4b4530813eef687045e68807c4ef9bc76af331d4a314ccded5562ee269", kill_on_drop: false }`
[INFO] [stdout] 0a272e4b4530813eef687045e68807c4ef9bc76af331d4a314ccded5562ee269
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d9ccfbe87613ba3c1a0b0906ce11c65caea74d620eaa889ad7222f61442b4446
[INFO] running `Command { std: "docker" "start" "-a" "d9ccfbe87613ba3c1a0b0906ce11c65caea74d620eaa889ad7222f61442b4446", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/timelord-d3ab580976a1ac05)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-09-25T08:19:39Z INFO  timelord::tests] Starting Timelord Self-Test
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-09-25T08:19:39Z INFO  timelord::tests] Created temporary directories: 
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests]   Source: /tmp/.tmpx7dARm/source
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests]   Cache: /tmp/.tmpx7dARm/cache
[INFO] [stderr] [2025-09-25T08:19:39Z INFO  timelord::tests] Created test files: 
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests]   /tmp/.tmpx7dARm/source/src/main.rs: 'Hello, World!'
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests]   /tmp/.tmpx7dARm/source/tests/integration-test.rs: 'Timelord test'
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests]   /tmp/.tmpx7dARm/source/README.md: 'README content'
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-09-25T08:19:39Z INFO  timelord::tests] Scenario 1: First Run - Creating Cache
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 🆕 No cache file found at /tmp/.tmpx7dARm/cache/timelord.db, starting fresh!
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 🔍 Scanning source directory: /tmp/.tmpx7dARm/source
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⚠️ Falling back to empty cache
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⏰ Deserialization took: 5.962079ms
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] Cache not created yet
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⏰ Directory scan took: 71.353433ms
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⏰ Updating file timestamps...
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]   [dirty] README.md (58592ae3c2a51540, 14 B) - New
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]   [dirty] src/main.rs (2ec2572966d006fd, 13 B) - New
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]   [dirty] tests/integration-test.rs (651151155661595f, 13 B) - New
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⏰ Spent 775.36µs syncing (0 fresh, 3 dirty)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 💾 Saving new cache to /tmp/.tmpx7dARm/cache/timelord.db
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⏰ Cache serialization took: 159.89µs
[INFO] [stderr] [2025-09-25T08:19:39Z INFO  timelord] 🎉 All done! Restored 3 files in 77.738502ms
[INFO] [stderr] [2025-09-25T08:19:39Z INFO  timelord::tests] Cache file created successfully: /tmp/.tmpx7dARm/cache/timelord.db
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests] Running cache-info command: 
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 🔍 Reading cache file: /tmp/.tmpx7dARm/cache/timelord.db
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]    Cache is 204 B, tracking 3 entries (version 3)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]    Crawled 1ms 518us 150ns ago (2025-09-25 08:19:39) on d9ccfbe87613 from source dir /tmp/.tmpx7dARm/source
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 📁 Directory Structure:
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]   ./  (1 files, 14 B)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]     src/  (1 files, 13 B)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]     tests/  (1 files, 13 B)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-09-25T08:19:39Z INFO  timelord::tests] Scenario 2: Modifying Timestamps
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-09-25T08:19:39Z INFO  timelord::tests] Modified timestamps of src/main.rs and tests/integration-test.rs to 1 hour ago
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests] Running Timelord to restore timestamps: 
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 🔍 Scanning source directory: /tmp/.tmpx7dARm/source
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 🔍 Reading cache file: /tmp/.tmpx7dARm/cache/timelord.db
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⏰ Deserialization took: 114.47µs
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]    Cache is 204 B, tracking 3 entries (version 3)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]    Crawled 5ms 56us 290ns ago (2025-09-25 08:19:39) on d9ccfbe87613 from source dir /tmp/.tmpx7dARm/source
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 📁 Directory Structure:
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]   ./  (1 files, 14 B)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]     src/  (1 files, 13 B)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]     tests/  (1 files, 13 B)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⏰ Directory scan took: 1.41944ms
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⏰ Updating file timestamps...
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]   [fresh] README.md (58592ae3c2a51540, 14 B, 2025-09-25 08:19:39 => 2025-09-25 08:19:39)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]   [fresh] src/main.rs (2ec2572966d006fd, 13 B, 2025-09-25 08:19:39 => 2025-09-25 08:19:39)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]   [fresh] tests/integration-test.rs (651151155661595f, 13 B, 2025-09-25 08:19:39 => 2025-09-25 08:19:39)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⏰ Spent 779.62µs syncing (3 fresh, 0 dirty)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 💾 Saving new cache to /tmp/.tmpx7dARm/cache/timelord.db
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⏰ Cache serialization took: 77.32µs
[INFO] [stderr] [2025-09-25T08:19:39Z INFO  timelord] 🎉 All done! Restored 3 files in 5.234259ms
[INFO] [stderr] [2025-09-25T08:19:39Z INFO  timelord::tests] Timestamps successfully restored for both files
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests] Running cache-info command: 
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 🔍 Reading cache file: /tmp/.tmpx7dARm/cache/timelord.db
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]    Cache is 204 B, tracking 3 entries (version 3)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]    Crawled 1ms 515us 670ns ago (2025-09-25 08:19:39) on d9ccfbe87613 from source dir /tmp/.tmpx7dARm/source
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 📁 Directory Structure:
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]   ./  (1 files, 14 B)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]     src/  (1 files, 13 B)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]     tests/  (1 files, 13 B)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-09-25T08:19:39Z INFO  timelord::tests] Scenario 3: Modifying Content and Timestamps
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-09-25T08:19:39Z INFO  timelord::tests] Modified timestamps of src/main.rs and tests/integration-test.rs to 2 hours ago
[INFO] [stderr] [2025-09-25T08:19:39Z INFO  timelord::tests] Changed content of tests/integration-test.rs to 'Modified content'
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests] Running Timelord to selectively restore timestamps: 
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 🔍 Reading cache file: /tmp/.tmpx7dARm/cache/timelord.db
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⏰ Deserialization took: 107.34µs
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]    Cache is 204 B, tracking 3 entries (version 3)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 🔍 Scanning source directory: /tmp/.tmpx7dARm/source
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]    Crawled 2ms 882us 620ns ago (2025-09-25 08:19:39) on d9ccfbe87613 from source dir /tmp/.tmpx7dARm/source
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 📁 Directory Structure:
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]   ./  (1 files, 14 B)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]     src/  (1 files, 13 B)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]     tests/  (1 files, 13 B)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⏰ Directory scan took: 1.59801ms
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⏰ Updating file timestamps...
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]   [fresh] README.md (58592ae3c2a51540, 14 B, 2025-09-25 08:19:39 => 2025-09-25 08:19:39)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]   [fresh] src/main.rs (2ec2572966d006fd, 13 B, 2025-09-25 08:19:39 => 2025-09-25 08:19:39)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]   [dirty] tests/integration-test.rs (a28688a5f056b970, 16 B) - HashChanged
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⏰ Spent 1.8991ms syncing (2 fresh, 1 dirty)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 💾 Saving new cache to /tmp/.tmpx7dARm/cache/timelord.db
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⏰ Cache serialization took: 77.55µs
[INFO] [stderr] [2025-09-25T08:19:39Z INFO  timelord] 🎉 All done! Restored 3 files in 4.32979ms
[INFO] [stderr] [2025-09-25T08:19:39Z INFO  timelord::tests] src/main.rs timestamp restored (content unchanged)
[INFO] [stderr] [2025-09-25T08:19:39Z INFO  timelord::tests] tests/integration-test.rs timestamp not restored (content changed)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests] Running cache-info command: 
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 🔍 Reading cache file: /tmp/.tmpx7dARm/cache/timelord.db
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]    Cache is 204 B, tracking 3 entries (version 3)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]    Crawled 2ms 686us 880ns ago (2025-09-25 08:19:39) on d9ccfbe87613 from source dir /tmp/.tmpx7dARm/source
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 📁 Directory Structure:
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]   ./  (1 files, 14 B)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]     src/  (1 files, 13 B)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]     tests/  (1 files, 16 B)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-09-25T08:19:39Z INFO  timelord::tests] Scenario 4: Different Source Directory Base
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-09-25T08:19:39Z INFO  timelord::tests] Created new source directory with same files
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests]   New Source: /tmp/.tmpx7dARm/new_source
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests] Running Timelord with new source directory: 
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 🔍 Reading cache file: /tmp/.tmpx7dARm/cache/timelord.db
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⏰ Deserialization took: 112.16µs
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]    Cache is 204 B, tracking 3 entries (version 3)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]    Crawled 6ms 596us 60ns ago (2025-09-25 08:19:39) on d9ccfbe87613 from source dir /tmp/.tmpx7dARm/source
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 📁 Directory Structure:
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]   ./  (1 files, 14 B)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]     src/  (1 files, 13 B)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]     tests/  (1 files, 16 B)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 🔍 Scanning source directory: /tmp/.tmpx7dARm/new_source
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⏰ Directory scan took: 1.81957ms
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⏰ Updating file timestamps...
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]   [fresh] README.md (58592ae3c2a51540, 14 B, 2025-09-25 08:19:39 => 2025-09-25 08:19:39)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]   [fresh] src/main.rs (2ec2572966d006fd, 13 B, 2025-09-25 08:19:39 => 2025-09-25 08:19:39)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]   [fresh] tests/integration-test.rs (a28688a5f056b970, 16 B, 2025-09-25 06:19:39 => 2025-09-25 06:19:39)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⏰ Spent 4.878469ms syncing (3 fresh, 0 dirty)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 💾 Saving new cache to /tmp/.tmpx7dARm/cache/timelord.db
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⏰ Cache serialization took: 101.789µs
[INFO] [stderr] [2025-09-25T08:19:39Z INFO  timelord] 🎉 All done! Restored 3 files in 70.198832ms
[INFO] [stderr] [2025-09-25T08:19:39Z INFO  timelord::tests] Timestamps successfully restored in new location
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests] Running cache-info command: 
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 🔍 Reading cache file: /tmp/.tmpx7dARm/cache/timelord.db
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]    Cache is 208 B, tracking 3 entries (version 3)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]    Crawled 6ms 62us 619ns ago (2025-09-25 08:19:39) on d9ccfbe87613 from source dir /tmp/.tmpx7dARm/new_source
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 📁 Directory Structure:
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]   ./  (1 files, 14 B)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]     src/  (1 files, 13 B)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]     tests/  (1 files, 16 B)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-09-25T08:19:39Z INFO  timelord::tests] Scenario 5: Corrupted Cache File
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-09-25T08:19:39Z WARN  timelord::tests] Corrupted cache file with 0xBADBADFF
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests] Running Timelord with corrupted cache: 
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 🔍 Reading cache file: /tmp/.tmpx7dARm/cache/timelord.db
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 🔍 Scanning source directory: /tmp/.tmpx7dARm/source
[INFO] [stderr] [2025-09-25T08:19:39Z WARN  timelord] ================================================================================
[INFO] [stderr] [2025-09-25T08:19:39Z WARN  timelord] ⚠️  Failed to deserialize cache: UnexpectedEnd { additional: 13 } ⚠️
[INFO] [stderr] [2025-09-25T08:19:39Z WARN  timelord] ================================================================================
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⚠️ Falling back to empty cache
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⏰ Deserialization took: 288.89µs
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]    Cache is 208 B, tracking 0 entries (version 3)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]    Crawled 84us 520ns ago (2025-09-25 08:19:39) on d9ccfbe87613 from source dir 
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 📁 Directory Structure:
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]   ./ (empty)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⏰ Directory scan took: 5.43086ms
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⏰ Updating file timestamps...
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]   [dirty] README.md (58592ae3c2a51540, 14 B) - New
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]   [dirty] src/main.rs (2ec2572966d006fd, 13 B) - New
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]   [dirty] tests/integration-test.rs (a28688a5f056b970, 16 B) - New
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⏰ Spent 508.151µs syncing (0 fresh, 3 dirty)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 💾 Saving new cache to /tmp/.tmpx7dARm/cache/timelord.db
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] ⏰ Cache serialization took: 124.111µs
[INFO] [stderr] [2025-09-25T08:19:39Z INFO  timelord] 🎉 All done! Restored 3 files in 6.66925ms
[INFO] [stderr] [2025-09-25T08:19:39Z INFO  timelord::tests] Timelord handled corrupted cache and created a new one
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests] Running cache-info command: 
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 🔍 Reading cache file: /tmp/.tmpx7dARm/cache/timelord.db
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]    Cache is 204 B, tracking 3 entries (version 3)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]    Crawled 1ms 367us 440ns ago (2025-09-25 08:19:39) on d9ccfbe87613 from source dir /tmp/.tmpx7dARm/source
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord] 📁 Directory Structure:
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]   ./  (1 files, 14 B)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]     src/  (1 files, 13 B)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord]     tests/  (1 files, 16 B)
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests] ===============================================
[INFO] [stderr] [2025-09-25T08:19:39Z INFO  timelord::tests] All scenarios completed successfully!
[INFO] [stderr] [2025-09-25T08:19:39Z DEBUG timelord::tests] ===============================================
[INFO] [stdout] test tests::self_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/timelord-ae0f6056fb2a4b67)
[INFO] [stderr]    Doc-tests timelord
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test crates/timelord/src/../README.md - (line 13) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- crates/timelord/src/../README.md - (line 13) stdout ----
[INFO] [stdout] error[E0308]: arguments to this function are incorrect
[INFO] [stdout]    --> crates/timelord/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/crates/timelord/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]  --> crates/timelord/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]     crates/timelord/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.16s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.26s; merged doctests compilation took 0.09s
[INFO] [stderr] error: doctest failed, to rerun pass `-p timelord --doc`
[INFO] running `Command { std: "docker" "inspect" "d9ccfbe87613ba3c1a0b0906ce11c65caea74d620eaa889ad7222f61442b4446", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d9ccfbe87613ba3c1a0b0906ce11c65caea74d620eaa889ad7222f61442b4446", kill_on_drop: false }`
[INFO] [stdout] d9ccfbe87613ba3c1a0b0906ce11c65caea74d620eaa889ad7222f61442b4446
