"./operations.test -test.v -test.timeout 1h0m0s -remote TestCache: -verbose" - Starting (try 1/5) 2026/07/14 01:40:35 DEBUG : Creating backend with remote "TestCache:rclone-test-tenazam1ziha" 2026/07/14 01:40:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/14 01:40:35 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:35 DEBUG : TestCache: detected overridden config - adding "{VDL3R}" suffix to name 2026/07/14 01:40:35 NOTICE: WARNING: Cache backend is deprecated and may be removed in future. Please use VFS instead. 2026/07/14 01:40:35 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:35 DEBUG : Creating backend with remote "/tmp/rclone_cache_test/rclone-test-tenazam1ziha" 2026/07/14 01:40:35 DEBUG : TestCache{VDL3R}: wrapped local:/tmp/rclone_cache_test/rclone-test-tenazam1ziha at root rclone-test-tenazam1ziha 2026/07/14 01:40:35 INFO : TestCache{VDL3R}: Cache DB path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R}.db 2026/07/14 01:40:35 INFO : TestCache{VDL3R}: Cache chunk path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R} 2026/07/14 01:40:35 INFO : TestCache{VDL3R}: Chunk Memory: true 2026/07/14 01:40:35 INFO : TestCache{VDL3R}: Chunk Size: 5Mi 2026/07/14 01:40:35 INFO : TestCache{VDL3R}: Chunk Total Size: 10Gi 2026/07/14 01:40:35 INFO : TestCache{VDL3R}: Chunk Clean Interval: 1m0s 2026/07/14 01:40:35 INFO : TestCache{VDL3R}: Workers: 4 2026/07/14 01:40:35 INFO : TestCache{VDL3R}: File Age: 6h0m0s 2026/07/14 01:40:35 DEBUG : Creating backend with remote "/tmp/rclone102410171" === RUN TestDoMultiThreadCopy --- PASS: TestDoMultiThreadCopy (0.00s) === RUN TestMultithreadCalculateNumChunks === RUN TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} === RUN TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} === RUN TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} --- PASS: TestMultithreadCalculateNumChunks (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} (0.00s) === RUN TestMultithreadCopy run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" multithread_test.go:119: multithread writing not supported 2026/07/14 01:40:35 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:35 DEBUG : list: error: couldn't open bucket (rclone-test-tenazam1ziha) 2026/07/14 01:40:35 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.00s) === RUN TestMultithreadCopyAbort run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" multithread_test.go:119: multithread writing not supported 2026/07/14 01:40:35 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:35 DEBUG : list: error: couldn't open bucket (rclone-test-tenazam1ziha) 2026/07/14 01:40:35 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.00s) === RUN TestSizeDiffers 2026/07/14 01:40:35 DEBUG : a: size = 0 OK 2026/07/14 01:40:35 DEBUG : a: size = 1 (memory) 2026/07/14 01:40:35 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/07/14 01:40:35 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/07/14 01:40:35 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/14 01:40:35 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/14 01:40:35 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/07/14 01:40:35 DEBUG : potato: Seek from 10 to 0 2026/07/14 01:40:35 DEBUG : potato: Seek from 10 to 0 2026/07/14 01:40:35 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/07/14 01:40:35 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/07/14 01:40:35 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/14 01:40:35 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/14 01:40:35 DEBUG : potato: Seek from 5 to 2 2026/07/14 01:40:35 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/07/14 01:40:35 DEBUG : potato: Seek from 7 to 0 2026/07/14 01:40:35 DEBUG : potato: Seek from 7 to 0 2026/07/14 01:40:35 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/07/14 01:40:35 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/07/14 01:40:35 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/14 01:40:35 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/14 01:40:35 DEBUG : potato: Seek from 5 to 2 2026/07/14 01:40:35 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/07/14 01:40:35 DEBUG : potato: Seek from 8 to 0 2026/07/14 01:40:35 DEBUG : potato: Seek from 8 to 0 2026/07/14 01:40:35 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/07/14 01:40:35 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/07/14 01:40:35 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/14 01:40:35 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/14 01:40:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/14 01:40:35 DEBUG : potato: Seek from 5 to 2 2026/07/14 01:40:35 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/07/14 01:40:35 DEBUG : potato: Seek from 9 to 0 2026/07/14 01:40:35 DEBUG : potato: Seek from 9 to 0 2026/07/14 01:40:35 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/ReadAt (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/ReadAt (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/ReadAt (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/ReadAt (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:35 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir '' 2026/07/14 01:40:35 DEBUG : mkdir: created dir in source fs 2026/07/14 01:40:35 DEBUG : mkdir: added to cache 2026/07/14 01:40:35 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:35 DEBUG : cache: expired 2026/07/14 01:40:35 INFO : mkdir: cache expired 2026/07/14 01:40:35 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'rutabaga' 2026/07/14 01:40:35 DEBUG : rutabaga: put: uploaded to remote fs 2026/07/14 01:40:35 DEBUG : rutabaga: put: added to cache 2026/07/14 01:40:35 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:35 DEBUG : cache: expired 2026/07/14 01:40:35 INFO : put: cache expired 2026/07/14 01:40:35 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:35 DEBUG : list: cold listing: 2026-07-13 19:40:35.030632506 +0000 UTC 2026/07/14 01:40:35 DEBUG : list: read 1 from source 2026/07/14 01:40:35 DEBUG : list: source entries: [rutabaga] 2026/07/14 01:40:35 DEBUG : list: cached object: rutabaga 2026/07/14 01:40:35 DEBUG : list: cached directories: 0 2026/07/14 01:40:35 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:35.032765744 +0000 UTC m=+0.044703323 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: a49405dcd1c6a545eace9d6825af944b 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 784f3ec7c7e77589aef82675e02b1dad2856770e8823ec3d3e76324e9ddf54f31cfe87b5f1938c88000c174dd6fd5d1e4f6339c126b23e3a59d0bd5f85c69171 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: cb5fde73 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 4d5d01ea427b10dd483e8fce5b5149fb5a9814e9ee614176b756ca4a65c8f154 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 8b6264a1409d1d3991d546c84e369e3151cc21e2ac2b935a581f53b77e76041e58768ffcce348019f22cce18a78ce626e23f1ea7aad1b9b8ca4c9c3dd3af84ed 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 820dab5f6a10bf7a0f23769cb89710b38d54cf8582e929cbe61bf61d56cd21b3 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: fb4d15f666e35c12 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 07744a7c009a53513d50646f5c140eb4 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 5de9bf08d394faba455909459b7ab2b7174d4846821f22753957308fce85b357 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 8f1d3587f3188683ee12e01a4e8df3d464eb7b30 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 6973207461737479000000000000000000000000 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 69980308e8108639d0210f000800000000000000 === RUN TestCheck/1 === RUN TestCheck/2 2026/07/14 01:40:35 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'empty space' 2026/07/14 01:40:35 DEBUG : empty space: put: uploaded to remote fs 2026/07/14 01:40:35 DEBUG : empty space: put: added to cache 2026/07/14 01:40:35 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:35 DEBUG : cache: expired 2026/07/14 01:40:35 INFO : put: cache expired 2026/07/14 01:40:35 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:35 DEBUG : list: cold listing: 2026-07-13 19:40:35.048758538 +0000 UTC 2026/07/14 01:40:35 DEBUG : list: read 2 from source 2026/07/14 01:40:35 DEBUG : list: source entries: [empty space rutabaga] 2026/07/14 01:40:35 DEBUG : list: cached object: empty space 2026/07/14 01:40:35 DEBUG : list: cached object: rutabaga 2026/07/14 01:40:35 DEBUG : list: cached directories: 0 2026/07/14 01:40:35 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:35.051288052 +0000 UTC m=+0.063225650 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 336d5ebc5436534e61d16e63ddfca327 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 32e264b553808c529f676bf052d9a384e2beecf4ace2e8b34eac48f9cf198b1f882c2402c908c6478e4ca61298b69f7a798620f9750a132848150e2dceb3237a 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 97ddb3f8 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 3973e022e93220f9212c18d0d0c543ae7c309e46640da93a4a0314de999f5112 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 7c0b0d99a6e4c33cda0f6f63547f878f4dd9f486dfe5d0446ce004b1c0ff28f191ff86f5d5933d3614cceee6fbbdc17e658881d3a164dfa5d6f4c699b2126e3d 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 2df97271b4d74d0bae1ca692ebeb097875dcb7a5531b54014582b8de37d17ec0 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: de2fb8d1c1a20f76 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: eb7df54fc0abac3fde2fb8d1c1a20f76 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: fc62b10ec59efa8041f5a6c924d7c91572c1bbda280d9e01312b660804df1d47 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 32c7118eccdbd269efbd226666dcd16d13fc2f89 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 2d00000000000000000000000000000000000000 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 2d00000000000000000000000100000000000000 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: a49405dcd1c6a545eace9d6825af944b 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 784f3ec7c7e77589aef82675e02b1dad2856770e8823ec3d3e76324e9ddf54f31cfe87b5f1938c88000c174dd6fd5d1e4f6339c126b23e3a59d0bd5f85c69171 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: cb5fde73 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 4d5d01ea427b10dd483e8fce5b5149fb5a9814e9ee614176b756ca4a65c8f154 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 8b6264a1409d1d3991d546c84e369e3151cc21e2ac2b935a581f53b77e76041e58768ffcce348019f22cce18a78ce626e23f1ea7aad1b9b8ca4c9c3dd3af84ed 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 820dab5f6a10bf7a0f23769cb89710b38d54cf8582e929cbe61bf61d56cd21b3 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: fb4d15f666e35c12 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 07744a7c009a53513d50646f5c140eb4 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 5de9bf08d394faba455909459b7ab2b7174d4846821f22753957308fce85b357 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 8f1d3587f3188683ee12e01a4e8df3d464eb7b30 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 6973207461737479000000000000000000000000 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 69980308e8108639d0210f000800000000000000 === RUN TestCheck/3 2026/07/14 01:40:35 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'potato2' 2026/07/14 01:40:35 DEBUG : potato2: put: uploaded to remote fs 2026/07/14 01:40:35 DEBUG : potato2: put: added to cache 2026/07/14 01:40:35 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:35 DEBUG : cache: expired 2026/07/14 01:40:35 INFO : put: cache expired 2026/07/14 01:40:35 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:35 DEBUG : list: cold listing: 2026-07-13 19:40:35.076766973 +0000 UTC 2026/07/14 01:40:35 DEBUG : list: read 3 from source 2026/07/14 01:40:35 DEBUG : list: source entries: [empty space potato2 rutabaga] 2026/07/14 01:40:35 DEBUG : list: cached object: empty space 2026/07/14 01:40:35 DEBUG : list: cached object: potato2 2026/07/14 01:40:35 DEBUG : list: cached object: rutabaga 2026/07/14 01:40:35 DEBUG : list: cached directories: 0 2026/07/14 01:40:35 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:35.079899464 +0000 UTC m=+0.091837052 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 336d5ebc5436534e61d16e63ddfca327 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 32e264b553808c529f676bf052d9a384e2beecf4ace2e8b34eac48f9cf198b1f882c2402c908c6478e4ca61298b69f7a798620f9750a132848150e2dceb3237a 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 97ddb3f8 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 3973e022e93220f9212c18d0d0c543ae7c309e46640da93a4a0314de999f5112 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 7c0b0d99a6e4c33cda0f6f63547f878f4dd9f486dfe5d0446ce004b1c0ff28f191ff86f5d5933d3614cceee6fbbdc17e658881d3a164dfa5d6f4c699b2126e3d 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 2df97271b4d74d0bae1ca692ebeb097875dcb7a5531b54014582b8de37d17ec0 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: de2fb8d1c1a20f76 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: eb7df54fc0abac3fde2fb8d1c1a20f76 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: fc62b10ec59efa8041f5a6c924d7c91572c1bbda280d9e01312b660804df1d47 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 32c7118eccdbd269efbd226666dcd16d13fc2f89 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 2d00000000000000000000000000000000000000 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 2d00000000000000000000000100000000000000 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: d6548b156ea68a4e003e786df99eee76 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: ec7eaaf02cf077f832496f4fe90669255b474cf7fa867e350793146305c21977ddeb3127a999e0736bc21ccaef97fbfd11fb8193c8d01d9c32621dd84284871d 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: d423bfba 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: d398f81cd00b370b116d049d2f3b73a3a7ed35446486effb789791a7e0b98e9c 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: 25871b848fa8b94488365731615ccd3d6d79d3f3ed33cdfdeeb038c85476051c861cadd18b981e46950cbae1ffd0cea2056b53c73622be157a04041796069783 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: cfc7f2b07f1920cb15426df876595e51e7de6e47d35768c852e8df9c07d8b2f1 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: 737dd54d2d9da560 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: 454e72d5f8e75c9586b9531216c0e01b 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: a979481df794fed9c3990a6a422e0b1044ac802c15fab13af9c687f8bdbee01a 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: bce3cb268703fff742fa2271e8c7fad9c26b0104 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: bd261602de5fe00b7f413ca31a48857417d86654 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: 4001dad296b6b4a52d6d694b67dad296b6b4a52d 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: a49405dcd1c6a545eace9d6825af944b 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 784f3ec7c7e77589aef82675e02b1dad2856770e8823ec3d3e76324e9ddf54f31cfe87b5f1938c88000c174dd6fd5d1e4f6339c126b23e3a59d0bd5f85c69171 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: cb5fde73 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 4d5d01ea427b10dd483e8fce5b5149fb5a9814e9ee614176b756ca4a65c8f154 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 8b6264a1409d1d3991d546c84e369e3151cc21e2ac2b935a581f53b77e76041e58768ffcce348019f22cce18a78ce626e23f1ea7aad1b9b8ca4c9c3dd3af84ed 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 820dab5f6a10bf7a0f23769cb89710b38d54cf8582e929cbe61bf61d56cd21b3 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: fb4d15f666e35c12 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 07744a7c009a53513d50646f5c140eb4 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 5de9bf08d394faba455909459b7ab2b7174d4846821f22753957308fce85b357 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 8f1d3587f3188683ee12e01a4e8df3d464eb7b30 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 6973207461737479000000000000000000000000 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 69980308e8108639d0210f000800000000000000 === RUN TestCheck/4 === RUN TestCheck/5 2026/07/14 01:40:35 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'remotepotato' 2026/07/14 01:40:35 DEBUG : remotepotato: put: uploaded to remote fs 2026/07/14 01:40:35 DEBUG : remotepotato: put: added to cache 2026/07/14 01:40:35 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:35 DEBUG : cache: expired 2026/07/14 01:40:35 INFO : put: cache expired 2026/07/14 01:40:35 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:35 DEBUG : list: cold listing: 2026-07-13 19:40:35.121853857 +0000 UTC 2026/07/14 01:40:35 DEBUG : list: read 4 from source 2026/07/14 01:40:35 DEBUG : list: source entries: [remotepotato empty space potato2 rutabaga] 2026/07/14 01:40:35 DEBUG : list: cached object: empty space 2026/07/14 01:40:35 DEBUG : list: cached object: potato2 2026/07/14 01:40:35 DEBUG : list: cached object: remotepotato 2026/07/14 01:40:35 DEBUG : list: cached object: rutabaga 2026/07/14 01:40:35 DEBUG : list: cached directories: 0 2026/07/14 01:40:35 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:35.125622365 +0000 UTC m=+0.137559943 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 336d5ebc5436534e61d16e63ddfca327 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 32e264b553808c529f676bf052d9a384e2beecf4ace2e8b34eac48f9cf198b1f882c2402c908c6478e4ca61298b69f7a798620f9750a132848150e2dceb3237a 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 97ddb3f8 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 3973e022e93220f9212c18d0d0c543ae7c309e46640da93a4a0314de999f5112 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 7c0b0d99a6e4c33cda0f6f63547f878f4dd9f486dfe5d0446ce004b1c0ff28f191ff86f5d5933d3614cceee6fbbdc17e658881d3a164dfa5d6f4c699b2126e3d 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 2df97271b4d74d0bae1ca692ebeb097875dcb7a5531b54014582b8de37d17ec0 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: de2fb8d1c1a20f76 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: eb7df54fc0abac3fde2fb8d1c1a20f76 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: fc62b10ec59efa8041f5a6c924d7c91572c1bbda280d9e01312b660804df1d47 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 32c7118eccdbd269efbd226666dcd16d13fc2f89 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 2d00000000000000000000000000000000000000 2026/07/14 01:40:35 DEBUG : empty space: object hash cached: 2d00000000000000000000000100000000000000 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: d6548b156ea68a4e003e786df99eee76 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: ec7eaaf02cf077f832496f4fe90669255b474cf7fa867e350793146305c21977ddeb3127a999e0736bc21ccaef97fbfd11fb8193c8d01d9c32621dd84284871d 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: d423bfba 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: d398f81cd00b370b116d049d2f3b73a3a7ed35446486effb789791a7e0b98e9c 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: 25871b848fa8b94488365731615ccd3d6d79d3f3ed33cdfdeeb038c85476051c861cadd18b981e46950cbae1ffd0cea2056b53c73622be157a04041796069783 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: cfc7f2b07f1920cb15426df876595e51e7de6e47d35768c852e8df9c07d8b2f1 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: 737dd54d2d9da560 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: 454e72d5f8e75c9586b9531216c0e01b 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: a979481df794fed9c3990a6a422e0b1044ac802c15fab13af9c687f8bdbee01a 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: bce3cb268703fff742fa2271e8c7fad9c26b0104 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: bd261602de5fe00b7f413ca31a48857417d86654 2026/07/14 01:40:35 DEBUG : potato2: object hash cached: 4001dad296b6b4a52d6d694b67dad296b6b4a52d 2026/07/14 01:40:35 DEBUG : remotepotato: object hash cached: d6548b156ea68a4e003e786df99eee76 2026/07/14 01:40:35 DEBUG : remotepotato: object hash cached: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2026/07/14 01:40:35 DEBUG : remotepotato: object hash cached: ec7eaaf02cf077f832496f4fe90669255b474cf7fa867e350793146305c21977ddeb3127a999e0736bc21ccaef97fbfd11fb8193c8d01d9c32621dd84284871d 2026/07/14 01:40:35 DEBUG : remotepotato: object hash cached: d423bfba 2026/07/14 01:40:35 DEBUG : remotepotato: object hash cached: d398f81cd00b370b116d049d2f3b73a3a7ed35446486effb789791a7e0b98e9c 2026/07/14 01:40:35 DEBUG : remotepotato: object hash cached: 25871b848fa8b94488365731615ccd3d6d79d3f3ed33cdfdeeb038c85476051c861cadd18b981e46950cbae1ffd0cea2056b53c73622be157a04041796069783 2026/07/14 01:40:35 DEBUG : remotepotato: object hash cached: cfc7f2b07f1920cb15426df876595e51e7de6e47d35768c852e8df9c07d8b2f1 2026/07/14 01:40:35 DEBUG : remotepotato: object hash cached: 737dd54d2d9da560 2026/07/14 01:40:35 DEBUG : remotepotato: object hash cached: 454e72d5f8e75c9586b9531216c0e01b 2026/07/14 01:40:35 DEBUG : remotepotato: object hash cached: a979481df794fed9c3990a6a422e0b1044ac802c15fab13af9c687f8bdbee01a 2026/07/14 01:40:35 DEBUG : remotepotato: object hash cached: bce3cb268703fff742fa2271e8c7fad9c26b0104 2026/07/14 01:40:35 DEBUG : remotepotato: object hash cached: bd261602de5fe00b7f413ca31a48857417d86654 2026/07/14 01:40:35 DEBUG : remotepotato: object hash cached: 4001dad296b6b4a52d6d694b67dad296b6b4a52d 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: a49405dcd1c6a545eace9d6825af944b 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 784f3ec7c7e77589aef82675e02b1dad2856770e8823ec3d3e76324e9ddf54f31cfe87b5f1938c88000c174dd6fd5d1e4f6339c126b23e3a59d0bd5f85c69171 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: cb5fde73 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 4d5d01ea427b10dd483e8fce5b5149fb5a9814e9ee614176b756ca4a65c8f154 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 8b6264a1409d1d3991d546c84e369e3151cc21e2ac2b935a581f53b77e76041e58768ffcce348019f22cce18a78ce626e23f1ea7aad1b9b8ca4c9c3dd3af84ed 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 820dab5f6a10bf7a0f23769cb89710b38d54cf8582e929cbe61bf61d56cd21b3 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: fb4d15f666e35c12 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 07744a7c009a53513d50646f5c140eb4 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 5de9bf08d394faba455909459b7ab2b7174d4846821f22753957308fce85b357 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 8f1d3587f3188683ee12e01a4e8df3d464eb7b30 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 6973207461737479000000000000000000000000 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 69980308e8108639d0210f000800000000000000 === RUN TestCheck/6 === RUN TestCheck/7 2026/07/14 01:40:35 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:35 DEBUG : list: warm 4 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:35.125622365 +0000 UTC 2026/07/14 01:40:35 DEBUG : list: cached entries: [empty space potato2 remotepotato rutabaga] 2026/07/14 01:40:35 DEBUG : empty space: removing object 2026/07/14 01:40:35 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:35 DEBUG : cache: expired 2026/07/14 01:40:35 DEBUG : potato2: removing object 2026/07/14 01:40:35 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:35 DEBUG : cache: expired 2026/07/14 01:40:35 DEBUG : remotepotato: removing object 2026/07/14 01:40:35 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:35 DEBUG : cache: expired 2026/07/14 01:40:35 DEBUG : rutabaga: removing object 2026/07/14 01:40:35 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:35 DEBUG : cache: expired 2026/07/14 01:40:35 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:35 DEBUG : list: cold listing: 2026-07-13 19:40:35.186810036 +0000 UTC 2026/07/14 01:40:35 DEBUG : list: read 0 from source 2026/07/14 01:40:35 DEBUG : list: source entries: [] 2026/07/14 01:40:35 DEBUG : list: cached directories: 0 2026/07/14 01:40:35 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:35.187775473 +0000 UTC m=+0.199713062 --- PASS: TestCheck (0.16s) --- PASS: TestCheck/1 (0.00s) --- PASS: TestCheck/2 (0.00s) --- PASS: TestCheck/3 (0.00s) --- PASS: TestCheck/4 (0.00s) --- PASS: TestCheck/5 (0.00s) --- PASS: TestCheck/6 (0.00s) --- PASS: TestCheck/7 (0.00s) === RUN TestCheckFsError 2026/07/14 01:40:35 DEBUG : Creating backend with remote "nonexistent" 2026/07/14 01:40:35 DEBUG : Creating backend with remote "nonexistent" 2026/07/14 01:40:35 DEBUG : Local file system at nonexistent: Waiting for checks to finish 2026/07/14 01:40:35 ERROR : Local file system at nonexistent: error reading source root directory: directory not found 2026/07/14 01:40:35 NOTICE: Local file system at nonexistent: 0 differences found 2026/07/14 01:40:35 NOTICE: Local file system at nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:35 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'rutabaga' 2026/07/14 01:40:35 DEBUG : rutabaga: put: uploaded to remote fs 2026/07/14 01:40:35 DEBUG : rutabaga: put: added to cache 2026/07/14 01:40:35 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:35 DEBUG : cache: expired 2026/07/14 01:40:35 INFO : put: cache expired 2026/07/14 01:40:35 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:35 DEBUG : list: cold listing: 2026-07-13 19:40:35.193304589 +0000 UTC 2026/07/14 01:40:35 DEBUG : list: read 1 from source 2026/07/14 01:40:35 DEBUG : list: source entries: [rutabaga] 2026/07/14 01:40:35 DEBUG : list: cached object: rutabaga 2026/07/14 01:40:35 DEBUG : list: cached directories: 0 2026/07/14 01:40:35 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:35.195155425 +0000 UTC m=+0.207093013 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: a49405dcd1c6a545eace9d6825af944b 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 784f3ec7c7e77589aef82675e02b1dad2856770e8823ec3d3e76324e9ddf54f31cfe87b5f1938c88000c174dd6fd5d1e4f6339c126b23e3a59d0bd5f85c69171 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: cb5fde73 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 4d5d01ea427b10dd483e8fce5b5149fb5a9814e9ee614176b756ca4a65c8f154 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 8b6264a1409d1d3991d546c84e369e3151cc21e2ac2b935a581f53b77e76041e58768ffcce348019f22cce18a78ce626e23f1ea7aad1b9b8ca4c9c3dd3af84ed 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 820dab5f6a10bf7a0f23769cb89710b38d54cf8582e929cbe61bf61d56cd21b3 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: fb4d15f666e35c12 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 07744a7c009a53513d50646f5c140eb4 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 5de9bf08d394faba455909459b7ab2b7174d4846821f22753957308fce85b357 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 8f1d3587f3188683ee12e01a4e8df3d464eb7b30 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 6973207461737479000000000000000000000000 2026/07/14 01:40:35 DEBUG : rutabaga: object hash cached: 69980308e8108639d0210f000800000000000000 === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/07/14 01:40:37 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'empty space' 2026/07/14 01:40:37 DEBUG : empty space: put: uploaded to remote fs 2026/07/14 01:40:37 DEBUG : empty space: put: added to cache 2026/07/14 01:40:37 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:37 DEBUG : cache: expired 2026/07/14 01:40:37 INFO : put: cache expired 2026/07/14 01:40:37 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:37 DEBUG : list: cold listing: 2026-07-13 19:40:37.130202858 +0000 UTC 2026/07/14 01:40:37 DEBUG : list: read 2 from source 2026/07/14 01:40:37 DEBUG : list: source entries: [empty space rutabaga] 2026/07/14 01:40:37 DEBUG : list: cached object: empty space 2026/07/14 01:40:37 DEBUG : list: cached object: rutabaga 2026/07/14 01:40:37 DEBUG : list: cached directories: 0 2026/07/14 01:40:37 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:37.132803396 +0000 UTC m=+2.144740974 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 336d5ebc5436534e61d16e63ddfca327 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 32e264b553808c529f676bf052d9a384e2beecf4ace2e8b34eac48f9cf198b1f882c2402c908c6478e4ca61298b69f7a798620f9750a132848150e2dceb3237a 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 97ddb3f8 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 3973e022e93220f9212c18d0d0c543ae7c309e46640da93a4a0314de999f5112 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 7c0b0d99a6e4c33cda0f6f63547f878f4dd9f486dfe5d0446ce004b1c0ff28f191ff86f5d5933d3614cceee6fbbdc17e658881d3a164dfa5d6f4c699b2126e3d 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 2df97271b4d74d0bae1ca692ebeb097875dcb7a5531b54014582b8de37d17ec0 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: de2fb8d1c1a20f76 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: eb7df54fc0abac3fde2fb8d1c1a20f76 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: fc62b10ec59efa8041f5a6c924d7c91572c1bbda280d9e01312b660804df1d47 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 32c7118eccdbd269efbd226666dcd16d13fc2f89 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 2d00000000000000000000000000000000000000 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 2d00000000000000000000000100000000000000 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: a49405dcd1c6a545eace9d6825af944b 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 784f3ec7c7e77589aef82675e02b1dad2856770e8823ec3d3e76324e9ddf54f31cfe87b5f1938c88000c174dd6fd5d1e4f6339c126b23e3a59d0bd5f85c69171 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: cb5fde73 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 4d5d01ea427b10dd483e8fce5b5149fb5a9814e9ee614176b756ca4a65c8f154 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 8b6264a1409d1d3991d546c84e369e3151cc21e2ac2b935a581f53b77e76041e58768ffcce348019f22cce18a78ce626e23f1ea7aad1b9b8ca4c9c3dd3af84ed 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 820dab5f6a10bf7a0f23769cb89710b38d54cf8582e929cbe61bf61d56cd21b3 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: fb4d15f666e35c12 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 07744a7c009a53513d50646f5c140eb4 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 5de9bf08d394faba455909459b7ab2b7174d4846821f22753957308fce85b357 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 8f1d3587f3188683ee12e01a4e8df3d464eb7b30 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 6973207461737479000000000000000000000000 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 69980308e8108639d0210f000800000000000000 === RUN TestCheckDownload/3 2026/07/14 01:40:37 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'potato2' 2026/07/14 01:40:37 DEBUG : potato2: put: uploaded to remote fs 2026/07/14 01:40:37 DEBUG : potato2: put: added to cache 2026/07/14 01:40:37 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:37 DEBUG : cache: expired 2026/07/14 01:40:37 INFO : put: cache expired 2026/07/14 01:40:37 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:37 DEBUG : list: cold listing: 2026-07-13 19:40:37.177010853 +0000 UTC 2026/07/14 01:40:37 DEBUG : list: read 3 from source 2026/07/14 01:40:37 DEBUG : list: source entries: [empty space potato2 rutabaga] 2026/07/14 01:40:37 DEBUG : list: cached object: empty space 2026/07/14 01:40:37 DEBUG : list: cached object: potato2 2026/07/14 01:40:37 DEBUG : list: cached object: rutabaga 2026/07/14 01:40:37 DEBUG : list: cached directories: 0 2026/07/14 01:40:37 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:37.183478205 +0000 UTC m=+2.195415783 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 336d5ebc5436534e61d16e63ddfca327 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 32e264b553808c529f676bf052d9a384e2beecf4ace2e8b34eac48f9cf198b1f882c2402c908c6478e4ca61298b69f7a798620f9750a132848150e2dceb3237a 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 97ddb3f8 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 3973e022e93220f9212c18d0d0c543ae7c309e46640da93a4a0314de999f5112 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 7c0b0d99a6e4c33cda0f6f63547f878f4dd9f486dfe5d0446ce004b1c0ff28f191ff86f5d5933d3614cceee6fbbdc17e658881d3a164dfa5d6f4c699b2126e3d 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 2df97271b4d74d0bae1ca692ebeb097875dcb7a5531b54014582b8de37d17ec0 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: de2fb8d1c1a20f76 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: eb7df54fc0abac3fde2fb8d1c1a20f76 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: fc62b10ec59efa8041f5a6c924d7c91572c1bbda280d9e01312b660804df1d47 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 32c7118eccdbd269efbd226666dcd16d13fc2f89 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 2d00000000000000000000000000000000000000 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 2d00000000000000000000000100000000000000 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: d6548b156ea68a4e003e786df99eee76 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: ec7eaaf02cf077f832496f4fe90669255b474cf7fa867e350793146305c21977ddeb3127a999e0736bc21ccaef97fbfd11fb8193c8d01d9c32621dd84284871d 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: d423bfba 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: d398f81cd00b370b116d049d2f3b73a3a7ed35446486effb789791a7e0b98e9c 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 25871b848fa8b94488365731615ccd3d6d79d3f3ed33cdfdeeb038c85476051c861cadd18b981e46950cbae1ffd0cea2056b53c73622be157a04041796069783 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: cfc7f2b07f1920cb15426df876595e51e7de6e47d35768c852e8df9c07d8b2f1 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 737dd54d2d9da560 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 454e72d5f8e75c9586b9531216c0e01b 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: a979481df794fed9c3990a6a422e0b1044ac802c15fab13af9c687f8bdbee01a 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: bce3cb268703fff742fa2271e8c7fad9c26b0104 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: bd261602de5fe00b7f413ca31a48857417d86654 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 4001dad296b6b4a52d6d694b67dad296b6b4a52d 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: a49405dcd1c6a545eace9d6825af944b 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 784f3ec7c7e77589aef82675e02b1dad2856770e8823ec3d3e76324e9ddf54f31cfe87b5f1938c88000c174dd6fd5d1e4f6339c126b23e3a59d0bd5f85c69171 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: cb5fde73 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 4d5d01ea427b10dd483e8fce5b5149fb5a9814e9ee614176b756ca4a65c8f154 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 8b6264a1409d1d3991d546c84e369e3151cc21e2ac2b935a581f53b77e76041e58768ffcce348019f22cce18a78ce626e23f1ea7aad1b9b8ca4c9c3dd3af84ed 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 820dab5f6a10bf7a0f23769cb89710b38d54cf8582e929cbe61bf61d56cd21b3 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: fb4d15f666e35c12 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 07744a7c009a53513d50646f5c140eb4 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 5de9bf08d394faba455909459b7ab2b7174d4846821f22753957308fce85b357 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 8f1d3587f3188683ee12e01a4e8df3d464eb7b30 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 6973207461737479000000000000000000000000 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 69980308e8108639d0210f000800000000000000 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/07/14 01:40:37 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'remotepotato' 2026/07/14 01:40:37 DEBUG : remotepotato: put: uploaded to remote fs 2026/07/14 01:40:37 DEBUG : remotepotato: put: added to cache 2026/07/14 01:40:37 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:37 DEBUG : cache: expired 2026/07/14 01:40:37 INFO : put: cache expired 2026/07/14 01:40:37 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:37 DEBUG : list: cold listing: 2026-07-13 19:40:37.754902415 +0000 UTC 2026/07/14 01:40:37 DEBUG : list: read 4 from source 2026/07/14 01:40:37 DEBUG : list: source entries: [remotepotato empty space potato2 rutabaga] 2026/07/14 01:40:37 DEBUG : list: cached object: empty space 2026/07/14 01:40:37 DEBUG : list: cached object: potato2 2026/07/14 01:40:37 DEBUG : list: cached object: remotepotato 2026/07/14 01:40:37 DEBUG : list: cached object: rutabaga 2026/07/14 01:40:37 DEBUG : list: cached directories: 0 2026/07/14 01:40:37 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:37.759307943 +0000 UTC m=+2.771245531 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 336d5ebc5436534e61d16e63ddfca327 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 32e264b553808c529f676bf052d9a384e2beecf4ace2e8b34eac48f9cf198b1f882c2402c908c6478e4ca61298b69f7a798620f9750a132848150e2dceb3237a 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 97ddb3f8 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 3973e022e93220f9212c18d0d0c543ae7c309e46640da93a4a0314de999f5112 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 7c0b0d99a6e4c33cda0f6f63547f878f4dd9f486dfe5d0446ce004b1c0ff28f191ff86f5d5933d3614cceee6fbbdc17e658881d3a164dfa5d6f4c699b2126e3d 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 2df97271b4d74d0bae1ca692ebeb097875dcb7a5531b54014582b8de37d17ec0 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: de2fb8d1c1a20f76 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: eb7df54fc0abac3fde2fb8d1c1a20f76 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: fc62b10ec59efa8041f5a6c924d7c91572c1bbda280d9e01312b660804df1d47 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 32c7118eccdbd269efbd226666dcd16d13fc2f89 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 2d00000000000000000000000000000000000000 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 2d00000000000000000000000100000000000000 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: d6548b156ea68a4e003e786df99eee76 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: ec7eaaf02cf077f832496f4fe90669255b474cf7fa867e350793146305c21977ddeb3127a999e0736bc21ccaef97fbfd11fb8193c8d01d9c32621dd84284871d 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: d423bfba 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: d398f81cd00b370b116d049d2f3b73a3a7ed35446486effb789791a7e0b98e9c 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 25871b848fa8b94488365731615ccd3d6d79d3f3ed33cdfdeeb038c85476051c861cadd18b981e46950cbae1ffd0cea2056b53c73622be157a04041796069783 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: cfc7f2b07f1920cb15426df876595e51e7de6e47d35768c852e8df9c07d8b2f1 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 737dd54d2d9da560 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 454e72d5f8e75c9586b9531216c0e01b 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: a979481df794fed9c3990a6a422e0b1044ac802c15fab13af9c687f8bdbee01a 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: bce3cb268703fff742fa2271e8c7fad9c26b0104 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: bd261602de5fe00b7f413ca31a48857417d86654 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 4001dad296b6b4a52d6d694b67dad296b6b4a52d 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: d6548b156ea68a4e003e786df99eee76 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: ec7eaaf02cf077f832496f4fe90669255b474cf7fa867e350793146305c21977ddeb3127a999e0736bc21ccaef97fbfd11fb8193c8d01d9c32621dd84284871d 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: d423bfba 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: d398f81cd00b370b116d049d2f3b73a3a7ed35446486effb789791a7e0b98e9c 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: 25871b848fa8b94488365731615ccd3d6d79d3f3ed33cdfdeeb038c85476051c861cadd18b981e46950cbae1ffd0cea2056b53c73622be157a04041796069783 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: cfc7f2b07f1920cb15426df876595e51e7de6e47d35768c852e8df9c07d8b2f1 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: 737dd54d2d9da560 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: 454e72d5f8e75c9586b9531216c0e01b 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: a979481df794fed9c3990a6a422e0b1044ac802c15fab13af9c687f8bdbee01a 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: bce3cb268703fff742fa2271e8c7fad9c26b0104 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: bd261602de5fe00b7f413ca31a48857417d86654 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: 4001dad296b6b4a52d6d694b67dad296b6b4a52d 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: a49405dcd1c6a545eace9d6825af944b 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 784f3ec7c7e77589aef82675e02b1dad2856770e8823ec3d3e76324e9ddf54f31cfe87b5f1938c88000c174dd6fd5d1e4f6339c126b23e3a59d0bd5f85c69171 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: cb5fde73 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 4d5d01ea427b10dd483e8fce5b5149fb5a9814e9ee614176b756ca4a65c8f154 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 8b6264a1409d1d3991d546c84e369e3151cc21e2ac2b935a581f53b77e76041e58768ffcce348019f22cce18a78ce626e23f1ea7aad1b9b8ca4c9c3dd3af84ed 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 820dab5f6a10bf7a0f23769cb89710b38d54cf8582e929cbe61bf61d56cd21b3 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: fb4d15f666e35c12 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 07744a7c009a53513d50646f5c140eb4 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 5de9bf08d394faba455909459b7ab2b7174d4846821f22753957308fce85b357 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 8f1d3587f3188683ee12e01a4e8df3d464eb7b30 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 6973207461737479000000000000000000000000 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 69980308e8108639d0210f000800000000000000 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 2026/07/14 01:40:37 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:37 DEBUG : list: warm 4 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:37.759307943 +0000 UTC 2026/07/14 01:40:37 DEBUG : list: cached entries: [empty space potato2 remotepotato rutabaga] 2026/07/14 01:40:37 DEBUG : empty space: removing object 2026/07/14 01:40:37 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:37 DEBUG : cache: expired 2026/07/14 01:40:37 DEBUG : potato2: removing object 2026/07/14 01:40:37 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:37 DEBUG : cache: expired 2026/07/14 01:40:37 DEBUG : remotepotato: removing object 2026/07/14 01:40:37 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:37 DEBUG : cache: expired 2026/07/14 01:40:37 DEBUG : rutabaga: removing object 2026/07/14 01:40:37 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:37 DEBUG : cache: expired 2026/07/14 01:40:37 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:37 DEBUG : list: cold listing: 2026-07-13 19:40:37.819210944 +0000 UTC 2026/07/14 01:40:37 DEBUG : list: read 0 from source 2026/07/14 01:40:37 DEBUG : list: source entries: [] 2026/07/14 01:40:37 DEBUG : list: cached directories: 0 2026/07/14 01:40:37 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:37.820282802 +0000 UTC m=+2.832220380 --- PASS: TestCheckDownload (2.63s) --- PASS: TestCheckDownload/1 (1.92s) --- PASS: TestCheckDownload/2 (0.00s) --- PASS: TestCheckDownload/3 (0.00s) --- PASS: TestCheckDownload/4 (0.50s) --- PASS: TestCheckDownload/5 (0.00s) --- PASS: TestCheckDownload/6 (0.00s) --- PASS: TestCheckDownload/7 (0.00s) === RUN TestCheckSizeOnly run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:37 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'rutabaga' 2026/07/14 01:40:37 DEBUG : rutabaga: put: uploaded to remote fs 2026/07/14 01:40:37 DEBUG : rutabaga: put: added to cache 2026/07/14 01:40:37 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:37 DEBUG : cache: expired 2026/07/14 01:40:37 INFO : put: cache expired 2026/07/14 01:40:37 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:37 DEBUG : list: cold listing: 2026-07-13 19:40:37.823644193 +0000 UTC 2026/07/14 01:40:37 DEBUG : list: read 1 from source 2026/07/14 01:40:37 DEBUG : list: source entries: [rutabaga] 2026/07/14 01:40:37 DEBUG : list: cached object: rutabaga 2026/07/14 01:40:37 DEBUG : list: cached directories: 0 2026/07/14 01:40:37 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:37.825653208 +0000 UTC m=+2.837590797 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: a49405dcd1c6a545eace9d6825af944b 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 784f3ec7c7e77589aef82675e02b1dad2856770e8823ec3d3e76324e9ddf54f31cfe87b5f1938c88000c174dd6fd5d1e4f6339c126b23e3a59d0bd5f85c69171 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: cb5fde73 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 4d5d01ea427b10dd483e8fce5b5149fb5a9814e9ee614176b756ca4a65c8f154 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 8b6264a1409d1d3991d546c84e369e3151cc21e2ac2b935a581f53b77e76041e58768ffcce348019f22cce18a78ce626e23f1ea7aad1b9b8ca4c9c3dd3af84ed 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 820dab5f6a10bf7a0f23769cb89710b38d54cf8582e929cbe61bf61d56cd21b3 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: fb4d15f666e35c12 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 07744a7c009a53513d50646f5c140eb4 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 5de9bf08d394faba455909459b7ab2b7174d4846821f22753957308fce85b357 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 8f1d3587f3188683ee12e01a4e8df3d464eb7b30 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 6973207461737479000000000000000000000000 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 69980308e8108639d0210f000800000000000000 === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/07/14 01:40:37 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'empty space' 2026/07/14 01:40:37 DEBUG : empty space: put: uploaded to remote fs 2026/07/14 01:40:37 DEBUG : empty space: put: added to cache 2026/07/14 01:40:37 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:37 DEBUG : cache: expired 2026/07/14 01:40:37 INFO : put: cache expired 2026/07/14 01:40:37 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:37 DEBUG : list: cold listing: 2026-07-13 19:40:37.841664937 +0000 UTC 2026/07/14 01:40:37 DEBUG : list: read 2 from source 2026/07/14 01:40:37 DEBUG : list: source entries: [empty space rutabaga] 2026/07/14 01:40:37 DEBUG : list: cached object: empty space 2026/07/14 01:40:37 DEBUG : list: cached object: rutabaga 2026/07/14 01:40:37 DEBUG : list: cached directories: 0 2026/07/14 01:40:37 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:37.844380032 +0000 UTC m=+2.856317620 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 336d5ebc5436534e61d16e63ddfca327 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 32e264b553808c529f676bf052d9a384e2beecf4ace2e8b34eac48f9cf198b1f882c2402c908c6478e4ca61298b69f7a798620f9750a132848150e2dceb3237a 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 97ddb3f8 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 3973e022e93220f9212c18d0d0c543ae7c309e46640da93a4a0314de999f5112 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 7c0b0d99a6e4c33cda0f6f63547f878f4dd9f486dfe5d0446ce004b1c0ff28f191ff86f5d5933d3614cceee6fbbdc17e658881d3a164dfa5d6f4c699b2126e3d 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 2df97271b4d74d0bae1ca692ebeb097875dcb7a5531b54014582b8de37d17ec0 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: de2fb8d1c1a20f76 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: eb7df54fc0abac3fde2fb8d1c1a20f76 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: fc62b10ec59efa8041f5a6c924d7c91572c1bbda280d9e01312b660804df1d47 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 32c7118eccdbd269efbd226666dcd16d13fc2f89 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 2d00000000000000000000000000000000000000 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 2d00000000000000000000000100000000000000 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: a49405dcd1c6a545eace9d6825af944b 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 784f3ec7c7e77589aef82675e02b1dad2856770e8823ec3d3e76324e9ddf54f31cfe87b5f1938c88000c174dd6fd5d1e4f6339c126b23e3a59d0bd5f85c69171 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: cb5fde73 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 4d5d01ea427b10dd483e8fce5b5149fb5a9814e9ee614176b756ca4a65c8f154 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 8b6264a1409d1d3991d546c84e369e3151cc21e2ac2b935a581f53b77e76041e58768ffcce348019f22cce18a78ce626e23f1ea7aad1b9b8ca4c9c3dd3af84ed 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 820dab5f6a10bf7a0f23769cb89710b38d54cf8582e929cbe61bf61d56cd21b3 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: fb4d15f666e35c12 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 07744a7c009a53513d50646f5c140eb4 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 5de9bf08d394faba455909459b7ab2b7174d4846821f22753957308fce85b357 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 8f1d3587f3188683ee12e01a4e8df3d464eb7b30 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 6973207461737479000000000000000000000000 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 69980308e8108639d0210f000800000000000000 === RUN TestCheckSizeOnly/3 2026/07/14 01:40:37 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'potato2' 2026/07/14 01:40:37 DEBUG : potato2: put: uploaded to remote fs 2026/07/14 01:40:37 DEBUG : potato2: put: added to cache 2026/07/14 01:40:37 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:37 DEBUG : cache: expired 2026/07/14 01:40:37 INFO : put: cache expired 2026/07/14 01:40:37 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:37 DEBUG : list: cold listing: 2026-07-13 19:40:37.869193329 +0000 UTC 2026/07/14 01:40:37 DEBUG : list: read 3 from source 2026/07/14 01:40:37 DEBUG : list: source entries: [empty space potato2 rutabaga] 2026/07/14 01:40:37 DEBUG : list: cached object: empty space 2026/07/14 01:40:37 DEBUG : list: cached object: potato2 2026/07/14 01:40:37 DEBUG : list: cached object: rutabaga 2026/07/14 01:40:37 DEBUG : list: cached directories: 0 2026/07/14 01:40:37 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:37.87277292 +0000 UTC m=+2.884710508 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 336d5ebc5436534e61d16e63ddfca327 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 32e264b553808c529f676bf052d9a384e2beecf4ace2e8b34eac48f9cf198b1f882c2402c908c6478e4ca61298b69f7a798620f9750a132848150e2dceb3237a 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 97ddb3f8 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 3973e022e93220f9212c18d0d0c543ae7c309e46640da93a4a0314de999f5112 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 7c0b0d99a6e4c33cda0f6f63547f878f4dd9f486dfe5d0446ce004b1c0ff28f191ff86f5d5933d3614cceee6fbbdc17e658881d3a164dfa5d6f4c699b2126e3d 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 2df97271b4d74d0bae1ca692ebeb097875dcb7a5531b54014582b8de37d17ec0 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: de2fb8d1c1a20f76 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: eb7df54fc0abac3fde2fb8d1c1a20f76 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: fc62b10ec59efa8041f5a6c924d7c91572c1bbda280d9e01312b660804df1d47 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 32c7118eccdbd269efbd226666dcd16d13fc2f89 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 2d00000000000000000000000000000000000000 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 2d00000000000000000000000100000000000000 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 2ff4ef815de0b426b7da66694360a4c4 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: e115e7e50dac0673c74cd7d01399dc706bd96500 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 03248b19442163644cf8c131fb42e33a0e36ff11f4448c5b2c0778cb342aee959cffbdfe17f4a69840b49a28dec73a92679e9c633c41535461edeab3687c30a1 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 05cf6d36 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: a4d19f45407306afcd896ae7968854c3ccc3ae5f2a95bcb49b4c6044be66d431 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: a61533b598054f40c8198c9e428fed0fa5d9e19c2b2f963e2f05fac691db92c9c952d4811363c2e2405296608c91a343d05fb4c337edd374ad9bd701dc132cdb 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 2d509cf1608f91041d0b2c61cc52bcebfac0eb53696fb19c8e4638279119ff5a 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 6fff27982a9fb787 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 25ba4df18585f045d56a2ace07fc7725 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: a4d92311839dbda4baa82cfe9bce9fc948933f72aa7ef2888c69a243fc5e1185 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 995dceaedda8124db1c6d164cf35bc8af408a2c7 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 7d354077a6618fd64334e11cad4896b68a10c14c 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: a00c93371096ed16a8e1e2ee00bd714514f3b3a7 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: a49405dcd1c6a545eace9d6825af944b 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 784f3ec7c7e77589aef82675e02b1dad2856770e8823ec3d3e76324e9ddf54f31cfe87b5f1938c88000c174dd6fd5d1e4f6339c126b23e3a59d0bd5f85c69171 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: cb5fde73 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 4d5d01ea427b10dd483e8fce5b5149fb5a9814e9ee614176b756ca4a65c8f154 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 8b6264a1409d1d3991d546c84e369e3151cc21e2ac2b935a581f53b77e76041e58768ffcce348019f22cce18a78ce626e23f1ea7aad1b9b8ca4c9c3dd3af84ed 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 820dab5f6a10bf7a0f23769cb89710b38d54cf8582e929cbe61bf61d56cd21b3 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: fb4d15f666e35c12 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 07744a7c009a53513d50646f5c140eb4 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 5de9bf08d394faba455909459b7ab2b7174d4846821f22753957308fce85b357 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 8f1d3587f3188683ee12e01a4e8df3d464eb7b30 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 6973207461737479000000000000000000000000 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 69980308e8108639d0210f000800000000000000 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/07/14 01:40:37 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'remotepotato' 2026/07/14 01:40:37 DEBUG : remotepotato: put: uploaded to remote fs 2026/07/14 01:40:37 DEBUG : remotepotato: put: added to cache 2026/07/14 01:40:37 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:37 DEBUG : cache: expired 2026/07/14 01:40:37 INFO : put: cache expired 2026/07/14 01:40:37 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:37 DEBUG : list: cold listing: 2026-07-13 19:40:37.913929371 +0000 UTC 2026/07/14 01:40:37 DEBUG : list: read 4 from source 2026/07/14 01:40:37 DEBUG : list: source entries: [remotepotato empty space potato2 rutabaga] 2026/07/14 01:40:37 DEBUG : list: cached object: empty space 2026/07/14 01:40:37 DEBUG : list: cached object: potato2 2026/07/14 01:40:37 DEBUG : list: cached object: remotepotato 2026/07/14 01:40:37 DEBUG : list: cached object: rutabaga 2026/07/14 01:40:37 DEBUG : list: cached directories: 0 2026/07/14 01:40:37 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:37.91831932 +0000 UTC m=+2.930256908 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 336d5ebc5436534e61d16e63ddfca327 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 32e264b553808c529f676bf052d9a384e2beecf4ace2e8b34eac48f9cf198b1f882c2402c908c6478e4ca61298b69f7a798620f9750a132848150e2dceb3237a 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 97ddb3f8 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 3973e022e93220f9212c18d0d0c543ae7c309e46640da93a4a0314de999f5112 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 7c0b0d99a6e4c33cda0f6f63547f878f4dd9f486dfe5d0446ce004b1c0ff28f191ff86f5d5933d3614cceee6fbbdc17e658881d3a164dfa5d6f4c699b2126e3d 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 2df97271b4d74d0bae1ca692ebeb097875dcb7a5531b54014582b8de37d17ec0 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: de2fb8d1c1a20f76 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: eb7df54fc0abac3fde2fb8d1c1a20f76 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: fc62b10ec59efa8041f5a6c924d7c91572c1bbda280d9e01312b660804df1d47 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 32c7118eccdbd269efbd226666dcd16d13fc2f89 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 2d00000000000000000000000000000000000000 2026/07/14 01:40:37 DEBUG : empty space: object hash cached: 2d00000000000000000000000100000000000000 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 2ff4ef815de0b426b7da66694360a4c4 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: e115e7e50dac0673c74cd7d01399dc706bd96500 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 03248b19442163644cf8c131fb42e33a0e36ff11f4448c5b2c0778cb342aee959cffbdfe17f4a69840b49a28dec73a92679e9c633c41535461edeab3687c30a1 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 05cf6d36 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: a4d19f45407306afcd896ae7968854c3ccc3ae5f2a95bcb49b4c6044be66d431 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: a61533b598054f40c8198c9e428fed0fa5d9e19c2b2f963e2f05fac691db92c9c952d4811363c2e2405296608c91a343d05fb4c337edd374ad9bd701dc132cdb 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 2d509cf1608f91041d0b2c61cc52bcebfac0eb53696fb19c8e4638279119ff5a 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 6fff27982a9fb787 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 25ba4df18585f045d56a2ace07fc7725 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: a4d92311839dbda4baa82cfe9bce9fc948933f72aa7ef2888c69a243fc5e1185 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 995dceaedda8124db1c6d164cf35bc8af408a2c7 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: 7d354077a6618fd64334e11cad4896b68a10c14c 2026/07/14 01:40:37 DEBUG : potato2: object hash cached: a00c93371096ed16a8e1e2ee00bd714514f3b3a7 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: d6548b156ea68a4e003e786df99eee76 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: ec7eaaf02cf077f832496f4fe90669255b474cf7fa867e350793146305c21977ddeb3127a999e0736bc21ccaef97fbfd11fb8193c8d01d9c32621dd84284871d 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: d423bfba 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: d398f81cd00b370b116d049d2f3b73a3a7ed35446486effb789791a7e0b98e9c 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: 25871b848fa8b94488365731615ccd3d6d79d3f3ed33cdfdeeb038c85476051c861cadd18b981e46950cbae1ffd0cea2056b53c73622be157a04041796069783 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: cfc7f2b07f1920cb15426df876595e51e7de6e47d35768c852e8df9c07d8b2f1 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: 737dd54d2d9da560 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: 454e72d5f8e75c9586b9531216c0e01b 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: a979481df794fed9c3990a6a422e0b1044ac802c15fab13af9c687f8bdbee01a 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: bce3cb268703fff742fa2271e8c7fad9c26b0104 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: bd261602de5fe00b7f413ca31a48857417d86654 2026/07/14 01:40:37 DEBUG : remotepotato: object hash cached: 4001dad296b6b4a52d6d694b67dad296b6b4a52d 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: a49405dcd1c6a545eace9d6825af944b 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 784f3ec7c7e77589aef82675e02b1dad2856770e8823ec3d3e76324e9ddf54f31cfe87b5f1938c88000c174dd6fd5d1e4f6339c126b23e3a59d0bd5f85c69171 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: cb5fde73 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 4d5d01ea427b10dd483e8fce5b5149fb5a9814e9ee614176b756ca4a65c8f154 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 8b6264a1409d1d3991d546c84e369e3151cc21e2ac2b935a581f53b77e76041e58768ffcce348019f22cce18a78ce626e23f1ea7aad1b9b8ca4c9c3dd3af84ed 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 820dab5f6a10bf7a0f23769cb89710b38d54cf8582e929cbe61bf61d56cd21b3 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: fb4d15f666e35c12 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 07744a7c009a53513d50646f5c140eb4 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 5de9bf08d394faba455909459b7ab2b7174d4846821f22753957308fce85b357 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 8f1d3587f3188683ee12e01a4e8df3d464eb7b30 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 6973207461737479000000000000000000000000 2026/07/14 01:40:37 DEBUG : rutabaga: object hash cached: 69980308e8108639d0210f000800000000000000 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 2026/07/14 01:40:37 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:37 DEBUG : list: warm 4 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:37.91831932 +0000 UTC 2026/07/14 01:40:37 DEBUG : list: cached entries: [empty space potato2 remotepotato rutabaga] 2026/07/14 01:40:37 DEBUG : empty space: removing object 2026/07/14 01:40:37 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:37 DEBUG : cache: expired 2026/07/14 01:40:37 DEBUG : potato2: removing object 2026/07/14 01:40:37 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:37 DEBUG : cache: expired 2026/07/14 01:40:37 DEBUG : remotepotato: removing object 2026/07/14 01:40:37 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:37 DEBUG : cache: expired 2026/07/14 01:40:37 DEBUG : rutabaga: removing object 2026/07/14 01:40:37 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:37 DEBUG : cache: expired 2026/07/14 01:40:37 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:37 DEBUG : list: cold listing: 2026-07-13 19:40:37.979796265 +0000 UTC 2026/07/14 01:40:37 DEBUG : list: read 0 from source 2026/07/14 01:40:37 DEBUG : list: source entries: [] 2026/07/14 01:40:37 DEBUG : list: cached directories: 0 2026/07/14 01:40:37 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:37.980806758 +0000 UTC m=+2.992744346 --- PASS: TestCheckSizeOnly (0.16s) --- PASS: TestCheckSizeOnly/1 (0.00s) --- PASS: TestCheckSizeOnly/2 (0.00s) --- PASS: TestCheckSizeOnly/3 (0.00s) --- PASS: TestCheckSizeOnly/4 (0.00s) --- PASS: TestCheckSizeOnly/5 (0.00s) --- PASS: TestCheckSizeOnly/6 (0.00s) --- PASS: TestCheckSizeOnly/7 (0.00s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:37 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'test.sum' 2026/07/14 01:40:37 DEBUG : test.sum: put: uploaded to remote fs 2026/07/14 01:40:37 DEBUG : test.sum: put: added to cache 2026/07/14 01:40:37 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:37 DEBUG : cache: expired 2026/07/14 01:40:37 INFO : put: cache expired 2026/07/14 01:40:37 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'test.sum' 2026/07/14 01:40:37 DEBUG : test.sum: find: warm object: test.sum, expiring on: 2026-07-14 07:40:37.983625037 +0000 UTC 2026/07/14 01:40:37 DEBUG : rclone-test-tenazam1ziha/test.sum: 0: chunk retry storage: 0 2026/07/14 01:40:37 DEBUG : worker-1 : partial downloaded chunk 0 2026/07/14 01:40:38 NOTICE: test.sum: improperly formatted checksum line 4 2026/07/14 01:40:38 NOTICE: test.sum: improperly formatted checksum line 5 2026/07/14 01:40:38 NOTICE: test.sum: improperly formatted checksum line 6 2026/07/14 01:40:38 NOTICE: test.sum: 2 warning(s) suppressed... 2026/07/14 01:40:38 DEBUG : rclone-test-tenazam1ziha/test.sum: cache reader closed 81 2026/07/14 01:40:38 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'test.sum' 2026/07/14 01:40:38 DEBUG : test.sum: put: uploaded to remote fs 2026/07/14 01:40:38 DEBUG : test.sum: put: added to cache 2026/07/14 01:40:38 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:38 DEBUG : cache: expired 2026/07/14 01:40:38 INFO : put: cache expired 2026/07/14 01:40:38 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'test.sum' 2026/07/14 01:40:38 DEBUG : test.sum: find: warm object: test.sum, expiring on: 2026-07-14 07:40:38.487668681 +0000 UTC 2026/07/14 01:40:38 DEBUG : rclone-test-tenazam1ziha/test.sum: 0: chunk retry storage: 0 2026/07/14 01:40:38 DEBUG : worker-1 : partial downloaded chunk 0 2026/07/14 01:40:38 NOTICE: test.sum: improperly formatted checksum line 4 2026/07/14 01:40:38 NOTICE: test.sum: improperly formatted checksum line 5 2026/07/14 01:40:38 NOTICE: test.sum: improperly formatted checksum line 6 2026/07/14 01:40:38 NOTICE: test.sum: 2 warning(s) suppressed... 2026/07/14 01:40:38 DEBUG : rclone-test-tenazam1ziha/test.sum: cache reader closed 90 2026/07/14 01:40:38 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:38 DEBUG : list: cold listing: 2026-07-13 19:40:38.490001515 +0000 UTC 2026/07/14 01:40:38 DEBUG : list: read 1 from source 2026/07/14 01:40:38 DEBUG : list: source entries: [test.sum] 2026/07/14 01:40:38 DEBUG : list: cached object: test.sum 2026/07/14 01:40:38 DEBUG : list: cached directories: 0 2026/07/14 01:40:38 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:38.994046402 +0000 UTC m=+4.005983980 2026/07/14 01:40:38 DEBUG : test.sum: removing object 2026/07/14 01:40:38 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:38 DEBUG : cache: expired 2026/07/14 01:40:39 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:39 DEBUG : list: cold listing: 2026-07-13 19:40:38.997990251 +0000 UTC 2026/07/14 01:40:39 DEBUG : list: read 0 from source 2026/07/14 01:40:39 DEBUG : list: source entries: [] 2026/07/14 01:40:39 DEBUG : list: cached directories: 0 2026/07/14 01:40:39 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:39.003878812 +0000 UTC m=+4.015816389 --- PASS: TestParseSumFile (1.03s) === RUN TestCheckSum run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:39 DEBUG : Creating backend with remote "TestCache:rclone-test-tenazam1ziha/data" 2026/07/14 01:40:39 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:39 DEBUG : TestCache: detected overridden config - adding "{VDL3R}" suffix to name 2026/07/14 01:40:39 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:39 DEBUG : Creating backend with remote "/tmp/rclone_cache_test/rclone-test-tenazam1ziha/data" 2026/07/14 01:40:39 DEBUG : TestCache{VDL3R}: wrapped local:/tmp/rclone_cache_test/rclone-test-tenazam1ziha/data at root rclone-test-tenazam1ziha/data 2026/07/14 01:40:39 INFO : TestCache{VDL3R}: Cache DB path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R}.db 2026/07/14 01:40:39 INFO : TestCache{VDL3R}: Cache chunk path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R} 2026/07/14 01:40:39 INFO : TestCache{VDL3R}: Chunk Memory: true 2026/07/14 01:40:39 INFO : TestCache{VDL3R}: Chunk Size: 5Mi 2026/07/14 01:40:39 INFO : TestCache{VDL3R}: Chunk Total Size: 10Gi 2026/07/14 01:40:39 INFO : TestCache{VDL3R}: Chunk Clean Interval: 1m0s 2026/07/14 01:40:39 INFO : TestCache{VDL3R}: Workers: 4 2026/07/14 01:40:39 INFO : TestCache{VDL3R}: File Age: 6h0m0s 2026/07/14 01:40:39 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'data/banana' 2026/07/14 01:40:39 DEBUG : data/banana: put: uploaded to remote fs 2026/07/14 01:40:39 DEBUG : data/banana: put: added to cache 2026/07/14 01:40:39 DEBUG : data: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:39 DEBUG : data: cache: expired 2026/07/14 01:40:39 INFO : data: put: cache expired 2026/07/14 01:40:39 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'test.sum' 2026/07/14 01:40:39 DEBUG : test.sum: put: uploaded to remote fs 2026/07/14 01:40:39 DEBUG : test.sum: put: added to cache 2026/07/14 01:40:39 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:39 DEBUG : cache: expired 2026/07/14 01:40:39 INFO : put: cache expired 2026/07/14 01:40:39 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:39 DEBUG : list: cold listing: 2026-07-13 19:40:39.020482305 +0000 UTC 2026/07/14 01:40:39 DEBUG : list: read 2 from source 2026/07/14 01:40:39 DEBUG : list: source entries: [data test.sum] 2026/07/14 01:40:39 DEBUG : list: cached object: test.sum 2026/07/14 01:40:39 DEBUG : list: cached directories: 1 2026/07/14 01:40:39 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:39.024925976 +0000 UTC m=+4.036863553 2026/07/14 01:40:39 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'data' 2026/07/14 01:40:39 DEBUG : data: list: warm 1 from cache for: rclone-test-tenazam1ziha/data, expiring on: 2026-07-14 07:40:39.023403037 +0000 UTC 2026/07/14 01:40:39 DEBUG : data: list: cached entries: [data/banana] 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: a466e167cb278a07bb8a055a36371a12 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: 9973c0a35d422c0e63cb58cca823568f1b70e229 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: db3b92e78a6091d9f6e97b373e43fc5ee10ce2a547fc273c7dceaccea3cd23f599012bd3c9a3041a8d0e736b0cd0d3fea14c67bdca5a833e69aa9bb160cb6363 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: e731c710 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: e57bd7db872ee75718b896900281271ac13d541841f919c9e07cb6dec2592dea 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: 1ce874a77c62b4f0175013d88710fba2ee90309f6bf423bf4f702f73356ebd1f3fb695848d65961390a7c13f8dd993ad00e0ec7fa11172eb60f258834f7970d7 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: 336828686741a5da73e83e07acbd02d858439174b542d41c41d572b258ff3811 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: c88e7719a6b7071d 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: 08c424409349852dc22d964f8a04fd25 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: 99618c3be22f0f97590f912e669e5b50d6dc9c61676c3ce95d9fec2093db46da 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: 9e30dbc52fca89130db1b57009d4c7d6a2e934b3 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: 6efaf8bebb644f54fb62a923ac1b8cc91015c039 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: 063ff396d148eb611d7a02895dd811bb2dcf1c4f 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: 65a8e27d8879283831b664bd8b7f0ad4 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: 0a0a9f2a6772942557ab5355d76af442f8f65e01 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: 3d837c9ef7bb291bd1dcfc05d3004af2eeb8c631dd6a6c4ba35159b8889de4b1ec44076ce7a8f7bfa497e4d9dcb7c29337173f78d06791f3c3d9e00cc6017f0b 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: ec4ac3d0 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: dffd6021bb2bd5b0af676290809ec3a53191dd81c7f70a4b28688a362182986f 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: 374d794a95cdcfd8b35993185fef9ba368f160d8daf432d08ba9f1ed1e5abe6cc69291e0fa2fe0006a52570ef18c19def4e617c33ce52ef0a6e5fbe318cb0387 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: 288a86a79f20a3d6dccdca7713beaed178798296bdfa7913fa2a62d9727bf8f8 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: 60415d5f616602aa 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: 531df2844447dd5077db03842cd75395 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: 042a7d64a581ef2ee983f21058801cc35663b705e6c55f62fa8e0f18ecc70989 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: 44705bc25f070a702d1e3a68b35ad4a8b7c14e1e 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: 48656c6c6f2c20576f726c642100000000000000 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: 4828031bd8f0061680e00a6f9d031bc810020000 === RUN TestCheckSum/subtest1 2026/07/14 01:40:39 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'data/potato' 2026/07/14 01:40:39 DEBUG : data/potato: put: uploaded to remote fs 2026/07/14 01:40:39 DEBUG : data/potato: put: added to cache 2026/07/14 01:40:39 DEBUG : data: cache: expired rclone-test-tenazam1ziha/data 2026/07/14 01:40:39 DEBUG : data: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:39 DEBUG : data: cache: expired 2026/07/14 01:40:39 INFO : data: put: cache expired 2026/07/14 01:40:39 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'test.sum' 2026/07/14 01:40:39 DEBUG : test.sum: put: uploaded to remote fs 2026/07/14 01:40:39 DEBUG : test.sum: put: added to cache 2026/07/14 01:40:39 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:39 DEBUG : cache: expired 2026/07/14 01:40:39 INFO : put: cache expired 2026/07/14 01:40:39 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:39 DEBUG : list: cold listing: 2026-07-13 19:40:39.557342542 +0000 UTC 2026/07/14 01:40:39 DEBUG : list: read 2 from source 2026/07/14 01:40:39 DEBUG : list: source entries: [data test.sum] 2026/07/14 01:40:39 DEBUG : list: cached object: test.sum 2026/07/14 01:40:39 DEBUG : list: cached directories: 0 2026/07/14 01:40:39 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:39.559044257 +0000 UTC m=+4.570981845 2026/07/14 01:40:39 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'data' 2026/07/14 01:40:39 DEBUG : data: list: cold listing: 2026-07-13 19:40:39.554781308 +0000 UTC 2026/07/14 01:40:39 DEBUG : data: list: read 2 from source 2026/07/14 01:40:39 DEBUG : data: list: source entries: [data/potato data/banana] 2026/07/14 01:40:39 DEBUG : data: list: cached object: data/banana 2026/07/14 01:40:39 DEBUG : data: list: cached object: data/potato 2026/07/14 01:40:39 DEBUG : data: list: cached directories: 0 2026/07/14 01:40:39 DEBUG : data: list: cached dir: 'rclone-test-tenazam1ziha/data', cache ts: 2026-07-14 01:40:39.561229213 +0000 UTC m=+4.573166790 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: a466e167cb278a07bb8a055a36371a12 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: 9973c0a35d422c0e63cb58cca823568f1b70e229 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: db3b92e78a6091d9f6e97b373e43fc5ee10ce2a547fc273c7dceaccea3cd23f599012bd3c9a3041a8d0e736b0cd0d3fea14c67bdca5a833e69aa9bb160cb6363 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: e731c710 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: e57bd7db872ee75718b896900281271ac13d541841f919c9e07cb6dec2592dea 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: 1ce874a77c62b4f0175013d88710fba2ee90309f6bf423bf4f702f73356ebd1f3fb695848d65961390a7c13f8dd993ad00e0ec7fa11172eb60f258834f7970d7 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: 336828686741a5da73e83e07acbd02d858439174b542d41c41d572b258ff3811 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: c88e7719a6b7071d 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: 08c424409349852dc22d964f8a04fd25 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: 99618c3be22f0f97590f912e669e5b50d6dc9c61676c3ce95d9fec2093db46da 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: 9e30dbc52fca89130db1b57009d4c7d6a2e934b3 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: 6efaf8bebb644f54fb62a923ac1b8cc91015c039 2026/07/14 01:40:39 DEBUG : test.sum: object hash cached: 063ff396d148eb611d7a02895dd811bb2dcf1c4f 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: 65a8e27d8879283831b664bd8b7f0ad4 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: 0a0a9f2a6772942557ab5355d76af442f8f65e01 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: 3d837c9ef7bb291bd1dcfc05d3004af2eeb8c631dd6a6c4ba35159b8889de4b1ec44076ce7a8f7bfa497e4d9dcb7c29337173f78d06791f3c3d9e00cc6017f0b 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: ec4ac3d0 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: dffd6021bb2bd5b0af676290809ec3a53191dd81c7f70a4b28688a362182986f 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: 374d794a95cdcfd8b35993185fef9ba368f160d8daf432d08ba9f1ed1e5abe6cc69291e0fa2fe0006a52570ef18c19def4e617c33ce52ef0a6e5fbe318cb0387 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: 288a86a79f20a3d6dccdca7713beaed178798296bdfa7913fa2a62d9727bf8f8 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: 60415d5f616602aa 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: 531df2844447dd5077db03842cd75395 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: 042a7d64a581ef2ee983f21058801cc35663b705e6c55f62fa8e0f18ecc70989 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: 44705bc25f070a702d1e3a68b35ad4a8b7c14e1e 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: 48656c6c6f2c20576f726c642100000000000000 2026/07/14 01:40:39 DEBUG : data/banana: object hash cached: 4828031bd8f0061680e00a6f9d031bc810020000 2026/07/14 01:40:39 DEBUG : data/potato: object hash cached: 87396e030ef3f5b35bbf85c0a09a4fb3 2026/07/14 01:40:39 DEBUG : data/potato: object hash cached: 257cb4b154368a392ebe9338782e013cef25356f 2026/07/14 01:40:39 DEBUG : data/potato: object hash cached: 62f1fcb311c92a086a6b84460b486d5c385da7fb888ac828e11474aeb7d032771f240a7ef701f6bcef98586178f7aa899d88d8f664e7301912acc23ac4573b0b 2026/07/14 01:40:39 DEBUG : data/potato: object hash cached: 05215dee 2026/07/14 01:40:39 DEBUG : data/potato: object hash cached: e11efdba883a02011b5bfdd28ceef0d0a57834d9162123f88f8b8b5595f3a17b 2026/07/14 01:40:39 DEBUG : data/potato: object hash cached: 12f8d7954f8f571699c3d8435c25ab795add0d7349b5a971b0269259c088cfb558a89a2ed1084f3818f3302aab35a9fdfee1f6aa9532592a8a0315c2fe519ab7 2026/07/14 01:40:39 DEBUG : data/potato: object hash cached: 804fb281d69da1a3fe1b56e6957a4490242bcaa7d4ba44734b674382b6ca61fc 2026/07/14 01:40:39 DEBUG : data/potato: object hash cached: a018ca0ddb8cce83 2026/07/14 01:40:39 DEBUG : data/potato: object hash cached: d256b9f2dc758bc0b907d36c2a9f4dd2 2026/07/14 01:40:39 DEBUG : data/potato: object hash cached: 0122545fe08397719d6e8f560f9d6603b1ec76c5c9a53d1a8b8041dae1f72508 2026/07/14 01:40:39 DEBUG : data/potato: object hash cached: 92bb134cc1522f8b322d71105e6944b426faec87 2026/07/14 01:40:39 DEBUG : data/potato: object hash cached: 4920616d207468652077616c7275730000000000 2026/07/14 01:40:39 DEBUG : data/potato: object hash cached: 48004118da00023aa0a10c20b74318d820873acc === RUN TestCheckSum/subtest2 2026/07/14 01:40:40 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'test.sum' 2026/07/14 01:40:40 DEBUG : test.sum: put: uploaded to remote fs 2026/07/14 01:40:40 DEBUG : test.sum: put: added to cache 2026/07/14 01:40:40 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:40 DEBUG : cache: expired 2026/07/14 01:40:40 INFO : put: cache expired 2026/07/14 01:40:40 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:40 DEBUG : list: cold listing: 2026-07-13 19:40:40.098685031 +0000 UTC 2026/07/14 01:40:40 DEBUG : list: read 2 from source 2026/07/14 01:40:40 DEBUG : list: source entries: [data test.sum] 2026/07/14 01:40:40 DEBUG : list: cached object: test.sum 2026/07/14 01:40:40 DEBUG : list: cached directories: 1 2026/07/14 01:40:40 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:40.101616262 +0000 UTC m=+5.113553850 2026/07/14 01:40:40 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'data' 2026/07/14 01:40:40 DEBUG : data: list: warm 2 from cache for: rclone-test-tenazam1ziha/data, expiring on: 2026-07-14 07:40:40.099829005 +0000 UTC 2026/07/14 01:40:40 DEBUG : data: list: cached entries: [data/banana data/potato] 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: 8b285896bf09dbe9c259309cb73ee53d 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: 260da9f0f50ac1c2adf43dfa9f364b0877bbf880 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: e5adb009252e050686345b7406ce7cdf42b71aec81ca8e27e00f2a70f4ffff34c2e076d8fd45f751836ed31274183bb68d32152a72dacdcf892a1aeaacefc974 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: 2ada9030 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: 2e2a94355dc6e414a7e99480748ef337cf3ab4cbf694c23d3e83ab09048e800b 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: a2dc990f6df0bab69d1f8b95dff1d92cbbe5ad3f9b2ab006ff7bd6c42984c9134ae9a194db4b900360eb82d055332082c76d3ba76fb6babfe9990ced799f67e3 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: 506dada9b30f4f1dd54b9f0c7d36a96d4918a4034b490e17fe0becf01abe96f3 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: aa3ac2128bc0dea5 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: 68ec6b38759c61ae9c670a59f0dd6f23 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: 5f84f82adb64c09f7c5227316eaccff45d9f6ad1dd3cc9ce341886bf1741770b 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: 1f03ad6a91cd4fd4f20b166f298522624c891ccc 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: 8d286a952dff9e64f6ef5d0b09f879084fefd60b 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: 8ef980e43c9c8269ed65a2e557fbc3e1797cb59b === RUN TestCheckSum/subtest3 2026/07/14 01:40:40 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'test.sum' 2026/07/14 01:40:40 DEBUG : test.sum: put: uploaded to remote fs 2026/07/14 01:40:40 DEBUG : test.sum: put: added to cache 2026/07/14 01:40:40 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:40 DEBUG : cache: expired 2026/07/14 01:40:40 INFO : put: cache expired 2026/07/14 01:40:40 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:40 DEBUG : list: cold listing: 2026-07-13 19:40:40.625557715 +0000 UTC 2026/07/14 01:40:40 DEBUG : list: read 2 from source 2026/07/14 01:40:40 DEBUG : list: source entries: [data test.sum] 2026/07/14 01:40:40 DEBUG : list: cached object: test.sum 2026/07/14 01:40:40 DEBUG : list: cached directories: 1 2026/07/14 01:40:40 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:40.628703331 +0000 UTC m=+5.640640919 2026/07/14 01:40:40 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'data' 2026/07/14 01:40:40 DEBUG : data: list: warm 2 from cache for: rclone-test-tenazam1ziha/data, expiring on: 2026-07-14 07:40:40.626990485 +0000 UTC 2026/07/14 01:40:40 DEBUG : data: list: cached entries: [data/banana data/potato] 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: bc4c5fd365a3f676f5336d71b7149fd7 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: fa9a9f8a6425766dd8daaf18ff3bf1d33cc3263c 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: c9d51006a0a8504252a875928d8367221c885d79b7f6f6d4f29c51addfa64f568d70a20c3c2c687052e9b807a6ff01a793c4f03a4348560814616609d31277f4 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: aee8645b 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: 3c7c697b53204da02173af661cff321d04862b6efd0dc1bec2563973beb0f5f6 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: db88ad9b7fb9f4a9ad01bb9f7ed9b741d5759f04a9ff66aaae85f37a3df2dfa2dbda45d9fd065a75d15f9a378de9d7afa66efa864484973b345b1051bc19c94a 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: 8f289f780d496fbc588cf6915d396a6021265013bb52f4352ce16c662eec99dc 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: 01853ed6f01d4207 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: b66d90c4c9b53d2ed0eaa8a8435b6f53 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: 93ded2b0469362f442b12d92f7d6f899bd3027fe6c61987db743e3620100aa5e 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: bb58aa4e0b2afa89752f5cf7f4dde7d7ff1619a6 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: e5dfb6400e4c869aa95c6bcae91eab24591410f3 2026/07/14 01:40:40 DEBUG : test.sum: object hash cached: e2f0e6683caca7a27185ac6db5e047773af7f35f === RUN TestCheckSum/subtest4 2026/07/14 01:40:41 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'test.sum' 2026/07/14 01:40:41 DEBUG : test.sum: put: uploaded to remote fs 2026/07/14 01:40:41 DEBUG : test.sum: put: added to cache 2026/07/14 01:40:41 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:41 DEBUG : cache: expired 2026/07/14 01:40:41 INFO : put: cache expired 2026/07/14 01:40:41 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:41 DEBUG : list: cold listing: 2026-07-13 19:40:41.14989235 +0000 UTC 2026/07/14 01:40:41 DEBUG : list: read 2 from source 2026/07/14 01:40:41 DEBUG : list: source entries: [data test.sum] 2026/07/14 01:40:41 DEBUG : list: cached object: test.sum 2026/07/14 01:40:41 DEBUG : list: cached directories: 1 2026/07/14 01:40:41 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:41.152558421 +0000 UTC m=+6.164495999 2026/07/14 01:40:41 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'data' 2026/07/14 01:40:41 DEBUG : data: list: warm 2 from cache for: rclone-test-tenazam1ziha/data, expiring on: 2026-07-14 07:40:41.150896 +0000 UTC 2026/07/14 01:40:41 DEBUG : data: list: cached entries: [data/banana data/potato] 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: 4b34b061f9d75ae495fb99d247dc697e 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: 5e4d1d62eb4cdb050b3effaa1ba3d8837f92788c 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: e9ba1e1f55f03ee24ec96d19ef5bd445896bb192bfefdc810cbfd8b80c7626951fda67ede91091e9509ebb1f1ff6366af5f97bceb418bbb075765ee1cf06b515 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: e6fccbfa 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: dfbb876ea93cfe7b8ff15de00f8a1a2968b23f79951e676cf94095205c8fdb2d 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: 738bfffa41bfaab1bc34372a67c811bda1c798f470e63a704ad4500a7efb333bc2d47865a8a7a57b89264281d98b304619602ce70c31de14aac1ad1e433acc08 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: d4b356ff11842524d5c53dc6c6fb98d8fbd1e12128df1438721cc135964c2e8a 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: 7d74c0158fb603c7 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: 75f1e6e9ec6af56f3cd46a6498fcb34b 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: fc0a031abee53fe392bfb1475c40165beb2706812b2e80745c4df06fb38a7f64 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: f3b0a52f659d36b6e63163241da12929353cd3e3 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: 7873ecad20b4dd38ad865693168642710e379d0f 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: e55ece996ce28830067c3933dc618e443f482b08 === RUN TestCheckSum/subtest5 2026/07/14 01:40:41 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'test.sum' 2026/07/14 01:40:41 DEBUG : test.sum: put: uploaded to remote fs 2026/07/14 01:40:41 DEBUG : test.sum: put: added to cache 2026/07/14 01:40:41 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:41 DEBUG : cache: expired 2026/07/14 01:40:41 INFO : put: cache expired 2026/07/14 01:40:41 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:41 DEBUG : list: cold listing: 2026-07-13 19:40:41.670628154 +0000 UTC 2026/07/14 01:40:41 DEBUG : list: read 2 from source 2026/07/14 01:40:41 DEBUG : list: source entries: [data test.sum] 2026/07/14 01:40:41 DEBUG : list: cached object: test.sum 2026/07/14 01:40:41 DEBUG : list: cached directories: 1 2026/07/14 01:40:41 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:41.673804206 +0000 UTC m=+6.685741823 2026/07/14 01:40:41 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'data' 2026/07/14 01:40:41 DEBUG : data: list: warm 2 from cache for: rclone-test-tenazam1ziha/data, expiring on: 2026-07-14 07:40:41.671937931 +0000 UTC 2026/07/14 01:40:41 DEBUG : data: list: cached entries: [data/banana data/potato] 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: 2c79f55ba5d16d7967c510a0e4414333 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: 5a3d554231a1f1f61f74fe4020d32031b7c89511 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: 5ded3c1b17e751b2b484ccd3e33aabda1208ef0fa05d8b9567ba34198cacbb8c51a79d425ae74ab709227cdee77a2c590c8601ca763257233460e706a1c62dce 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: e1f6927b 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: d4012c1e49b233ea6a19162796100ec12b04f44ae71df7aaafdc98a4edf004db 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: 8030f1d49bfc573622947ab4e603290aa00dc99c4cfd06d67de04b32d4fd383d8918f03b2cb71cff768a86be8f9311a289200e9d433efe51b5d6ffb340784def 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: 3299ae65a590056182a9aacf163046e43cf9f22d03a1a565b3283f15235ec2a6 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: 6325adb6768f0022 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: a6ef398de31d4780ec705f0c4f2418c5 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: c23d643a05ffdf04f72d6f7ed18235c18482ae84334271ce4daeea403d6c05ef 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: eae4856ad4f86043eb4fa2771c6ffd181180e8e7 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: 5bcdb1c623768c226d54753a6d394cf9047d6ab9 2026/07/14 01:40:41 DEBUG : test.sum: object hash cached: d779769ace1a8e91e3ac9b22ed3a0c5d1c4867c1 === RUN TestCheckSum/subtest6 2026/07/14 01:40:42 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'data/banana' 2026/07/14 01:40:42 DEBUG : data/banana: put: uploaded to remote fs 2026/07/14 01:40:42 DEBUG : data/banana: put: added to cache 2026/07/14 01:40:42 DEBUG : data: cache: expired rclone-test-tenazam1ziha/data 2026/07/14 01:40:42 DEBUG : data: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:42 DEBUG : data: cache: expired 2026/07/14 01:40:42 INFO : data: put: cache expired 2026/07/14 01:40:42 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'data/potato' 2026/07/14 01:40:42 DEBUG : data/potato: put: uploaded to remote fs 2026/07/14 01:40:42 DEBUG : data/potato: put: added to cache 2026/07/14 01:40:42 DEBUG : data: cache: expired rclone-test-tenazam1ziha/data 2026/07/14 01:40:42 DEBUG : data: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:42 DEBUG : data: cache: expired 2026/07/14 01:40:42 INFO : data: put: cache expired 2026/07/14 01:40:42 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'test.sum' 2026/07/14 01:40:42 DEBUG : test.sum: put: uploaded to remote fs 2026/07/14 01:40:42 DEBUG : test.sum: put: added to cache 2026/07/14 01:40:42 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:42 DEBUG : cache: expired 2026/07/14 01:40:42 INFO : put: cache expired 2026/07/14 01:40:42 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:42 DEBUG : list: cold listing: 2026-07-13 19:40:42.19957311 +0000 UTC 2026/07/14 01:40:42 DEBUG : list: read 2 from source 2026/07/14 01:40:42 DEBUG : list: source entries: [data test.sum] 2026/07/14 01:40:42 DEBUG : list: cached object: test.sum 2026/07/14 01:40:42 DEBUG : list: cached directories: 0 2026/07/14 01:40:42 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:42.201445116 +0000 UTC m=+7.213382704 2026/07/14 01:40:42 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'data' 2026/07/14 01:40:42 DEBUG : data: list: cold listing: 2026-07-13 19:40:42.196420643 +0000 UTC 2026/07/14 01:40:42 DEBUG : data: list: read 2 from source 2026/07/14 01:40:42 DEBUG : data: list: source entries: [data/potato data/banana] 2026/07/14 01:40:42 DEBUG : data: list: cached object: data/banana 2026/07/14 01:40:42 DEBUG : data: list: cached object: data/potato 2026/07/14 01:40:42 DEBUG : data: list: cached directories: 0 2026/07/14 01:40:42 DEBUG : data: list: cached dir: 'rclone-test-tenazam1ziha/data', cache ts: 2026-07-14 01:40:42.204000009 +0000 UTC m=+7.215937627 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: b016be839d91d18cfaa786ab2a641504 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: e31190422ca8f45d44e5b5807695dba3493720a5 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: cd94ea3b0a723aab04e53783c70216b14616a7f6acab38d0bc9951e6e1ec771e04d2c731876a05a027f54b2a739a9b85a881ee22fcfca64a07294d5608eb5a6a 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: 5a20b40c 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: 68e7ebb6427b2f295d7868b54dbd15c7776904fe2b957a2bd96d013e672aa2c0 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: 1746b2656c17d2b44c0dae435d878dbc87389553d9cf70687bb6130b4c391e15da2a0fde95d02a30417fd732e1dc778a8fb82a94c1b747030b42599b4be2b8e6 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: 44e97aa5eba9bf92589c5ac84e55f808313ce79e5bf30ec8aa6f435a59a36b02 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: 49486211a7d7dd42 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: b577929e5bf6fd91a978fc20cbd307d8 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: 23e4ca3efe85092c86579a1397bfcabee8e01660aa82182ff7f0416bef049930 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: 782265cccce9d1962e65ed7fa8db6561eb244a39 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: dca74c5f61d95789d310bc580764668d367eb493 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: 963980ec3c948069ed6d66e553fbc3e0f93cb19b 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: 65a8e27d8879283831b664bd8b7f0ad4 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: 0a0a9f2a6772942557ab5355d76af442f8f65e01 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: 3d837c9ef7bb291bd1dcfc05d3004af2eeb8c631dd6a6c4ba35159b8889de4b1ec44076ce7a8f7bfa497e4d9dcb7c29337173f78d06791f3c3d9e00cc6017f0b 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: ec4ac3d0 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: dffd6021bb2bd5b0af676290809ec3a53191dd81c7f70a4b28688a362182986f 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: 374d794a95cdcfd8b35993185fef9ba368f160d8daf432d08ba9f1ed1e5abe6cc69291e0fa2fe0006a52570ef18c19def4e617c33ce52ef0a6e5fbe318cb0387 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: 288a86a79f20a3d6dccdca7713beaed178798296bdfa7913fa2a62d9727bf8f8 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: 60415d5f616602aa 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: 531df2844447dd5077db03842cd75395 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: 042a7d64a581ef2ee983f21058801cc35663b705e6c55f62fa8e0f18ecc70989 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: 44705bc25f070a702d1e3a68b35ad4a8b7c14e1e 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: 48656c6c6f2c20576f726c642100000000000000 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: 4828031bd8f0061680e00a6f9d031bc810020000 2026/07/14 01:40:42 DEBUG : data/potato: object hash cached: 87396e030ef3f5b35bbf85c0a09a4fb3 2026/07/14 01:40:42 DEBUG : data/potato: object hash cached: 257cb4b154368a392ebe9338782e013cef25356f 2026/07/14 01:40:42 DEBUG : data/potato: object hash cached: 62f1fcb311c92a086a6b84460b486d5c385da7fb888ac828e11474aeb7d032771f240a7ef701f6bcef98586178f7aa899d88d8f664e7301912acc23ac4573b0b 2026/07/14 01:40:42 DEBUG : data/potato: object hash cached: 05215dee 2026/07/14 01:40:42 DEBUG : data/potato: object hash cached: e11efdba883a02011b5bfdd28ceef0d0a57834d9162123f88f8b8b5595f3a17b 2026/07/14 01:40:42 DEBUG : data/potato: object hash cached: 12f8d7954f8f571699c3d8435c25ab795add0d7349b5a971b0269259c088cfb558a89a2ed1084f3818f3302aab35a9fdfee1f6aa9532592a8a0315c2fe519ab7 2026/07/14 01:40:42 DEBUG : data/potato: object hash cached: 804fb281d69da1a3fe1b56e6957a4490242bcaa7d4ba44734b674382b6ca61fc 2026/07/14 01:40:42 DEBUG : data/potato: object hash cached: a018ca0ddb8cce83 2026/07/14 01:40:42 DEBUG : data/potato: object hash cached: d256b9f2dc758bc0b907d36c2a9f4dd2 2026/07/14 01:40:42 DEBUG : data/potato: object hash cached: 0122545fe08397719d6e8f560f9d6603b1ec76c5c9a53d1a8b8041dae1f72508 2026/07/14 01:40:42 DEBUG : data/potato: object hash cached: 92bb134cc1522f8b322d71105e6944b426faec87 2026/07/14 01:40:42 DEBUG : data/potato: object hash cached: 4920616d207468652077616c7275730000000000 2026/07/14 01:40:42 DEBUG : data/potato: object hash cached: 48004118da00023aa0a10c20b74318d820873acc === RUN TestCheckSum/subtest7 2026/07/14 01:40:42 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:42 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:42.201445116 +0000 UTC 2026/07/14 01:40:42 DEBUG : list: cached entries: [data test.sum] 2026/07/14 01:40:42 DEBUG : test.sum: removing object 2026/07/14 01:40:42 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:42 DEBUG : cache: expired 2026/07/14 01:40:42 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'data' 2026/07/14 01:40:42 DEBUG : data: list: warm 2 from cache for: rclone-test-tenazam1ziha/data, expiring on: 2026-07-14 07:40:42.204000009 +0000 UTC 2026/07/14 01:40:42 DEBUG : data: list: cached entries: [data/banana data/potato] 2026/07/14 01:40:42 DEBUG : data/banana: removing object 2026/07/14 01:40:42 DEBUG : data: cache: expired rclone-test-tenazam1ziha/data 2026/07/14 01:40:42 DEBUG : data: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:42 DEBUG : data: cache: expired 2026/07/14 01:40:42 DEBUG : data/potato: removing object 2026/07/14 01:40:42 DEBUG : data: cache: expired rclone-test-tenazam1ziha/data 2026/07/14 01:40:42 DEBUG : data: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:42 DEBUG : data: cache: expired 2026/07/14 01:40:42 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'data' 2026/07/14 01:40:42 DEBUG : data: rmdir: removed dir in source fs 2026/07/14 01:40:42 DEBUG : data: rmdir: removed from cache 2026/07/14 01:40:42 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:42 DEBUG : cache: expired 2026/07/14 01:40:42 INFO : rmdir: cache expired 2026/07/14 01:40:42 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:42 DEBUG : list: cold listing: 2026-07-13 19:40:42.75414671 +0000 UTC 2026/07/14 01:40:42 DEBUG : list: read 0 from source 2026/07/14 01:40:42 DEBUG : list: source entries: [] 2026/07/14 01:40:42 DEBUG : list: cached directories: 0 2026/07/14 01:40:42 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:42.755065681 +0000 UTC m=+7.767003269 --- PASS: TestCheckSum (3.75s) --- PASS: TestCheckSum/subtest1 (0.50s) --- PASS: TestCheckSum/subtest2 (0.50s) --- PASS: TestCheckSum/subtest3 (0.50s) --- PASS: TestCheckSum/subtest4 (0.50s) --- PASS: TestCheckSum/subtest5 (0.50s) --- PASS: TestCheckSum/subtest6 (0.50s) --- PASS: TestCheckSum/subtest7 (0.50s) === RUN TestCheckSumDownload run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:42 DEBUG : Creating backend with remote "TestCache:rclone-test-tenazam1ziha/data" 2026/07/14 01:40:42 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:42 DEBUG : TestCache: detected overridden config - adding "{VDL3R}" suffix to name 2026/07/14 01:40:42 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:42 DEBUG : Creating backend with remote "/tmp/rclone_cache_test/rclone-test-tenazam1ziha/data" 2026/07/14 01:40:42 DEBUG : TestCache{VDL3R}: wrapped local:/tmp/rclone_cache_test/rclone-test-tenazam1ziha/data at root rclone-test-tenazam1ziha/data 2026/07/14 01:40:42 INFO : TestCache{VDL3R}: Cache DB path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R}.db 2026/07/14 01:40:42 INFO : TestCache{VDL3R}: Cache chunk path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R} 2026/07/14 01:40:42 INFO : TestCache{VDL3R}: Chunk Memory: true 2026/07/14 01:40:42 INFO : TestCache{VDL3R}: Chunk Size: 5Mi 2026/07/14 01:40:42 INFO : TestCache{VDL3R}: Chunk Total Size: 10Gi 2026/07/14 01:40:42 INFO : TestCache{VDL3R}: Chunk Clean Interval: 1m0s 2026/07/14 01:40:42 INFO : TestCache{VDL3R}: Workers: 4 2026/07/14 01:40:42 INFO : TestCache{VDL3R}: File Age: 6h0m0s 2026/07/14 01:40:42 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'data/banana' 2026/07/14 01:40:42 DEBUG : data/banana: put: uploaded to remote fs 2026/07/14 01:40:42 DEBUG : data/banana: put: added to cache 2026/07/14 01:40:42 DEBUG : data: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:42 DEBUG : data: cache: expired 2026/07/14 01:40:42 INFO : data: put: cache expired 2026/07/14 01:40:42 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'test.sum' 2026/07/14 01:40:42 DEBUG : test.sum: put: uploaded to remote fs 2026/07/14 01:40:42 DEBUG : test.sum: put: added to cache 2026/07/14 01:40:42 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:42 DEBUG : cache: expired 2026/07/14 01:40:42 INFO : put: cache expired 2026/07/14 01:40:42 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:42 DEBUG : list: cold listing: 2026-07-13 19:40:42.76156302 +0000 UTC 2026/07/14 01:40:42 DEBUG : list: read 2 from source 2026/07/14 01:40:42 DEBUG : list: source entries: [data test.sum] 2026/07/14 01:40:42 DEBUG : list: cached object: test.sum 2026/07/14 01:40:42 DEBUG : list: cached directories: 1 2026/07/14 01:40:42 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:42.764131136 +0000 UTC m=+7.776068714 2026/07/14 01:40:42 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'data' 2026/07/14 01:40:42 DEBUG : data: list: warm 1 from cache for: rclone-test-tenazam1ziha/data, expiring on: 2026-07-14 07:40:42.762499994 +0000 UTC 2026/07/14 01:40:42 DEBUG : data: list: cached entries: [data/banana] 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: a466e167cb278a07bb8a055a36371a12 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: 9973c0a35d422c0e63cb58cca823568f1b70e229 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: db3b92e78a6091d9f6e97b373e43fc5ee10ce2a547fc273c7dceaccea3cd23f599012bd3c9a3041a8d0e736b0cd0d3fea14c67bdca5a833e69aa9bb160cb6363 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: e731c710 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: e57bd7db872ee75718b896900281271ac13d541841f919c9e07cb6dec2592dea 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: 1ce874a77c62b4f0175013d88710fba2ee90309f6bf423bf4f702f73356ebd1f3fb695848d65961390a7c13f8dd993ad00e0ec7fa11172eb60f258834f7970d7 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: 336828686741a5da73e83e07acbd02d858439174b542d41c41d572b258ff3811 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: c88e7719a6b7071d 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: 08c424409349852dc22d964f8a04fd25 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: 99618c3be22f0f97590f912e669e5b50d6dc9c61676c3ce95d9fec2093db46da 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: 9e30dbc52fca89130db1b57009d4c7d6a2e934b3 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: 6efaf8bebb644f54fb62a923ac1b8cc91015c039 2026/07/14 01:40:42 DEBUG : test.sum: object hash cached: 063ff396d148eb611d7a02895dd811bb2dcf1c4f 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: 65a8e27d8879283831b664bd8b7f0ad4 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: 0a0a9f2a6772942557ab5355d76af442f8f65e01 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: 3d837c9ef7bb291bd1dcfc05d3004af2eeb8c631dd6a6c4ba35159b8889de4b1ec44076ce7a8f7bfa497e4d9dcb7c29337173f78d06791f3c3d9e00cc6017f0b 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: ec4ac3d0 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: dffd6021bb2bd5b0af676290809ec3a53191dd81c7f70a4b28688a362182986f 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: 374d794a95cdcfd8b35993185fef9ba368f160d8daf432d08ba9f1ed1e5abe6cc69291e0fa2fe0006a52570ef18c19def4e617c33ce52ef0a6e5fbe318cb0387 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: 288a86a79f20a3d6dccdca7713beaed178798296bdfa7913fa2a62d9727bf8f8 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: 60415d5f616602aa 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: 531df2844447dd5077db03842cd75395 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: 042a7d64a581ef2ee983f21058801cc35663b705e6c55f62fa8e0f18ecc70989 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: 44705bc25f070a702d1e3a68b35ad4a8b7c14e1e 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: 48656c6c6f2c20576f726c642100000000000000 2026/07/14 01:40:42 DEBUG : data/banana: object hash cached: 4828031bd8f0061680e00a6f9d031bc810020000 === RUN TestCheckSumDownload/subtest1 2026/07/14 01:40:43 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'data/potato' 2026/07/14 01:40:43 DEBUG : data/potato: put: uploaded to remote fs 2026/07/14 01:40:43 DEBUG : data/potato: put: added to cache 2026/07/14 01:40:43 DEBUG : data: cache: expired rclone-test-tenazam1ziha/data 2026/07/14 01:40:43 DEBUG : data: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:43 DEBUG : data: cache: expired 2026/07/14 01:40:43 INFO : data: put: cache expired 2026/07/14 01:40:43 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'test.sum' 2026/07/14 01:40:43 DEBUG : test.sum: put: uploaded to remote fs 2026/07/14 01:40:43 DEBUG : test.sum: put: added to cache 2026/07/14 01:40:43 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:43 DEBUG : cache: expired 2026/07/14 01:40:43 INFO : put: cache expired 2026/07/14 01:40:43 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:43 DEBUG : list: cold listing: 2026-07-13 19:40:43.798155678 +0000 UTC 2026/07/14 01:40:43 DEBUG : list: read 2 from source 2026/07/14 01:40:43 DEBUG : list: source entries: [data test.sum] 2026/07/14 01:40:43 DEBUG : list: cached object: test.sum 2026/07/14 01:40:43 DEBUG : list: cached directories: 0 2026/07/14 01:40:43 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:43.800043255 +0000 UTC m=+8.811980843 2026/07/14 01:40:43 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'data' 2026/07/14 01:40:43 DEBUG : data: list: cold listing: 2026-07-13 19:40:43.795111555 +0000 UTC 2026/07/14 01:40:43 DEBUG : data: list: read 2 from source 2026/07/14 01:40:43 DEBUG : data: list: source entries: [data/potato data/banana] 2026/07/14 01:40:43 DEBUG : data: list: cached object: data/banana 2026/07/14 01:40:43 DEBUG : data: list: cached object: data/potato 2026/07/14 01:40:43 DEBUG : data: list: cached directories: 0 2026/07/14 01:40:43 DEBUG : data: list: cached dir: 'rclone-test-tenazam1ziha/data', cache ts: 2026-07-14 01:40:43.802692594 +0000 UTC m=+8.814630182 2026/07/14 01:40:43 DEBUG : test.sum: object hash cached: a466e167cb278a07bb8a055a36371a12 2026/07/14 01:40:43 DEBUG : test.sum: object hash cached: 9973c0a35d422c0e63cb58cca823568f1b70e229 2026/07/14 01:40:43 DEBUG : test.sum: object hash cached: db3b92e78a6091d9f6e97b373e43fc5ee10ce2a547fc273c7dceaccea3cd23f599012bd3c9a3041a8d0e736b0cd0d3fea14c67bdca5a833e69aa9bb160cb6363 2026/07/14 01:40:43 DEBUG : test.sum: object hash cached: e731c710 2026/07/14 01:40:43 DEBUG : test.sum: object hash cached: e57bd7db872ee75718b896900281271ac13d541841f919c9e07cb6dec2592dea 2026/07/14 01:40:43 DEBUG : test.sum: object hash cached: 1ce874a77c62b4f0175013d88710fba2ee90309f6bf423bf4f702f73356ebd1f3fb695848d65961390a7c13f8dd993ad00e0ec7fa11172eb60f258834f7970d7 2026/07/14 01:40:43 DEBUG : test.sum: object hash cached: 336828686741a5da73e83e07acbd02d858439174b542d41c41d572b258ff3811 2026/07/14 01:40:43 DEBUG : test.sum: object hash cached: c88e7719a6b7071d 2026/07/14 01:40:43 DEBUG : test.sum: object hash cached: 08c424409349852dc22d964f8a04fd25 2026/07/14 01:40:43 DEBUG : test.sum: object hash cached: 99618c3be22f0f97590f912e669e5b50d6dc9c61676c3ce95d9fec2093db46da 2026/07/14 01:40:43 DEBUG : test.sum: object hash cached: 9e30dbc52fca89130db1b57009d4c7d6a2e934b3 2026/07/14 01:40:43 DEBUG : test.sum: object hash cached: 6efaf8bebb644f54fb62a923ac1b8cc91015c039 2026/07/14 01:40:43 DEBUG : test.sum: object hash cached: 063ff396d148eb611d7a02895dd811bb2dcf1c4f 2026/07/14 01:40:43 DEBUG : data/banana: object hash cached: 65a8e27d8879283831b664bd8b7f0ad4 2026/07/14 01:40:43 DEBUG : data/banana: object hash cached: 0a0a9f2a6772942557ab5355d76af442f8f65e01 2026/07/14 01:40:43 DEBUG : data/banana: object hash cached: 3d837c9ef7bb291bd1dcfc05d3004af2eeb8c631dd6a6c4ba35159b8889de4b1ec44076ce7a8f7bfa497e4d9dcb7c29337173f78d06791f3c3d9e00cc6017f0b 2026/07/14 01:40:43 DEBUG : data/banana: object hash cached: ec4ac3d0 2026/07/14 01:40:43 DEBUG : data/banana: object hash cached: dffd6021bb2bd5b0af676290809ec3a53191dd81c7f70a4b28688a362182986f 2026/07/14 01:40:43 DEBUG : data/banana: object hash cached: 374d794a95cdcfd8b35993185fef9ba368f160d8daf432d08ba9f1ed1e5abe6cc69291e0fa2fe0006a52570ef18c19def4e617c33ce52ef0a6e5fbe318cb0387 2026/07/14 01:40:43 DEBUG : data/banana: object hash cached: 288a86a79f20a3d6dccdca7713beaed178798296bdfa7913fa2a62d9727bf8f8 2026/07/14 01:40:43 DEBUG : data/banana: object hash cached: 60415d5f616602aa 2026/07/14 01:40:43 DEBUG : data/banana: object hash cached: 531df2844447dd5077db03842cd75395 2026/07/14 01:40:43 DEBUG : data/banana: object hash cached: 042a7d64a581ef2ee983f21058801cc35663b705e6c55f62fa8e0f18ecc70989 2026/07/14 01:40:43 DEBUG : data/banana: object hash cached: 44705bc25f070a702d1e3a68b35ad4a8b7c14e1e 2026/07/14 01:40:43 DEBUG : data/banana: object hash cached: 48656c6c6f2c20576f726c642100000000000000 2026/07/14 01:40:43 DEBUG : data/banana: object hash cached: 4828031bd8f0061680e00a6f9d031bc810020000 2026/07/14 01:40:43 DEBUG : data/potato: object hash cached: 87396e030ef3f5b35bbf85c0a09a4fb3 2026/07/14 01:40:43 DEBUG : data/potato: object hash cached: 257cb4b154368a392ebe9338782e013cef25356f 2026/07/14 01:40:43 DEBUG : data/potato: object hash cached: 62f1fcb311c92a086a6b84460b486d5c385da7fb888ac828e11474aeb7d032771f240a7ef701f6bcef98586178f7aa899d88d8f664e7301912acc23ac4573b0b 2026/07/14 01:40:43 DEBUG : data/potato: object hash cached: 05215dee 2026/07/14 01:40:43 DEBUG : data/potato: object hash cached: e11efdba883a02011b5bfdd28ceef0d0a57834d9162123f88f8b8b5595f3a17b 2026/07/14 01:40:43 DEBUG : data/potato: object hash cached: 12f8d7954f8f571699c3d8435c25ab795add0d7349b5a971b0269259c088cfb558a89a2ed1084f3818f3302aab35a9fdfee1f6aa9532592a8a0315c2fe519ab7 2026/07/14 01:40:43 DEBUG : data/potato: object hash cached: 804fb281d69da1a3fe1b56e6957a4490242bcaa7d4ba44734b674382b6ca61fc 2026/07/14 01:40:43 DEBUG : data/potato: object hash cached: a018ca0ddb8cce83 2026/07/14 01:40:43 DEBUG : data/potato: object hash cached: d256b9f2dc758bc0b907d36c2a9f4dd2 2026/07/14 01:40:43 DEBUG : data/potato: object hash cached: 0122545fe08397719d6e8f560f9d6603b1ec76c5c9a53d1a8b8041dae1f72508 2026/07/14 01:40:43 DEBUG : data/potato: object hash cached: 92bb134cc1522f8b322d71105e6944b426faec87 2026/07/14 01:40:43 DEBUG : data/potato: object hash cached: 4920616d207468652077616c7275730000000000 2026/07/14 01:40:43 DEBUG : data/potato: object hash cached: 48004118da00023aa0a10c20b74318d820873acc === RUN TestCheckSumDownload/subtest2 2026/07/14 01:40:44 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'test.sum' 2026/07/14 01:40:44 DEBUG : test.sum: put: uploaded to remote fs 2026/07/14 01:40:44 DEBUG : test.sum: put: added to cache 2026/07/14 01:40:44 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:44 DEBUG : cache: expired 2026/07/14 01:40:44 INFO : put: cache expired 2026/07/14 01:40:44 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:44 DEBUG : list: cold listing: 2026-07-13 19:40:44.344862741 +0000 UTC 2026/07/14 01:40:44 DEBUG : list: read 2 from source 2026/07/14 01:40:44 DEBUG : list: source entries: [data test.sum] 2026/07/14 01:40:44 DEBUG : list: cached object: test.sum 2026/07/14 01:40:44 DEBUG : list: cached directories: 1 2026/07/14 01:40:44 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:44.34811672 +0000 UTC m=+9.360054308 2026/07/14 01:40:44 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'data' 2026/07/14 01:40:44 DEBUG : data: list: warm 2 from cache for: rclone-test-tenazam1ziha/data, expiring on: 2026-07-14 07:40:44.346187837 +0000 UTC 2026/07/14 01:40:44 DEBUG : data: list: cached entries: [data/banana data/potato] 2026/07/14 01:40:44 DEBUG : test.sum: object hash cached: 8b285896bf09dbe9c259309cb73ee53d 2026/07/14 01:40:44 DEBUG : test.sum: object hash cached: 260da9f0f50ac1c2adf43dfa9f364b0877bbf880 2026/07/14 01:40:44 DEBUG : test.sum: object hash cached: e5adb009252e050686345b7406ce7cdf42b71aec81ca8e27e00f2a70f4ffff34c2e076d8fd45f751836ed31274183bb68d32152a72dacdcf892a1aeaacefc974 2026/07/14 01:40:44 DEBUG : test.sum: object hash cached: 2ada9030 2026/07/14 01:40:44 DEBUG : test.sum: object hash cached: 2e2a94355dc6e414a7e99480748ef337cf3ab4cbf694c23d3e83ab09048e800b 2026/07/14 01:40:44 DEBUG : test.sum: object hash cached: a2dc990f6df0bab69d1f8b95dff1d92cbbe5ad3f9b2ab006ff7bd6c42984c9134ae9a194db4b900360eb82d055332082c76d3ba76fb6babfe9990ced799f67e3 2026/07/14 01:40:44 DEBUG : test.sum: object hash cached: 506dada9b30f4f1dd54b9f0c7d36a96d4918a4034b490e17fe0becf01abe96f3 2026/07/14 01:40:44 DEBUG : test.sum: object hash cached: aa3ac2128bc0dea5 2026/07/14 01:40:44 DEBUG : test.sum: object hash cached: 68ec6b38759c61ae9c670a59f0dd6f23 2026/07/14 01:40:44 DEBUG : test.sum: object hash cached: 5f84f82adb64c09f7c5227316eaccff45d9f6ad1dd3cc9ce341886bf1741770b 2026/07/14 01:40:44 DEBUG : test.sum: object hash cached: 1f03ad6a91cd4fd4f20b166f298522624c891ccc 2026/07/14 01:40:44 DEBUG : test.sum: object hash cached: 8d286a952dff9e64f6ef5d0b09f879084fefd60b 2026/07/14 01:40:44 DEBUG : test.sum: object hash cached: 8ef980e43c9c8269ed65a2e557fbc3e1797cb59b 2026/07/14 01:40:44 DEBUG : data/banana: object hash cached: 65a8e27d8879283831b664bd8b7f0ad4 2026/07/14 01:40:44 DEBUG : data/banana: object hash cached: 0a0a9f2a6772942557ab5355d76af442f8f65e01 2026/07/14 01:40:44 DEBUG : data/banana: object hash cached: 3d837c9ef7bb291bd1dcfc05d3004af2eeb8c631dd6a6c4ba35159b8889de4b1ec44076ce7a8f7bfa497e4d9dcb7c29337173f78d06791f3c3d9e00cc6017f0b 2026/07/14 01:40:44 DEBUG : data/banana: object hash cached: ec4ac3d0 2026/07/14 01:40:44 DEBUG : data/banana: object hash cached: dffd6021bb2bd5b0af676290809ec3a53191dd81c7f70a4b28688a362182986f 2026/07/14 01:40:44 DEBUG : data/banana: object hash cached: 374d794a95cdcfd8b35993185fef9ba368f160d8daf432d08ba9f1ed1e5abe6cc69291e0fa2fe0006a52570ef18c19def4e617c33ce52ef0a6e5fbe318cb0387 2026/07/14 01:40:44 DEBUG : data/banana: object hash cached: 288a86a79f20a3d6dccdca7713beaed178798296bdfa7913fa2a62d9727bf8f8 2026/07/14 01:40:44 DEBUG : data/banana: object hash cached: 60415d5f616602aa 2026/07/14 01:40:44 DEBUG : data/banana: object hash cached: 531df2844447dd5077db03842cd75395 2026/07/14 01:40:44 DEBUG : data/banana: object hash cached: 042a7d64a581ef2ee983f21058801cc35663b705e6c55f62fa8e0f18ecc70989 2026/07/14 01:40:44 DEBUG : data/banana: object hash cached: 44705bc25f070a702d1e3a68b35ad4a8b7c14e1e 2026/07/14 01:40:44 DEBUG : data/banana: object hash cached: 48656c6c6f2c20576f726c642100000000000000 2026/07/14 01:40:44 DEBUG : data/banana: object hash cached: 4828031bd8f0061680e00a6f9d031bc810020000 === RUN TestCheckSumDownload/subtest3 2026/07/14 01:40:45 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'test.sum' 2026/07/14 01:40:45 DEBUG : test.sum: put: uploaded to remote fs 2026/07/14 01:40:45 DEBUG : test.sum: put: added to cache 2026/07/14 01:40:45 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:45 DEBUG : cache: expired 2026/07/14 01:40:45 INFO : put: cache expired 2026/07/14 01:40:45 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:45 DEBUG : list: cold listing: 2026-07-13 19:40:45.381984265 +0000 UTC 2026/07/14 01:40:45 DEBUG : list: read 2 from source 2026/07/14 01:40:45 DEBUG : list: source entries: [data test.sum] 2026/07/14 01:40:45 DEBUG : list: cached object: test.sum 2026/07/14 01:40:45 DEBUG : list: cached directories: 1 2026/07/14 01:40:45 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:45.384709007 +0000 UTC m=+10.396646585 2026/07/14 01:40:45 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'data' 2026/07/14 01:40:45 DEBUG : data: list: warm 2 from cache for: rclone-test-tenazam1ziha/data, expiring on: 2026-07-14 07:40:45.383164148 +0000 UTC 2026/07/14 01:40:45 DEBUG : data: list: cached entries: [data/banana data/potato] 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: bc4c5fd365a3f676f5336d71b7149fd7 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: fa9a9f8a6425766dd8daaf18ff3bf1d33cc3263c 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: c9d51006a0a8504252a875928d8367221c885d79b7f6f6d4f29c51addfa64f568d70a20c3c2c687052e9b807a6ff01a793c4f03a4348560814616609d31277f4 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: aee8645b 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: 3c7c697b53204da02173af661cff321d04862b6efd0dc1bec2563973beb0f5f6 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: db88ad9b7fb9f4a9ad01bb9f7ed9b741d5759f04a9ff66aaae85f37a3df2dfa2dbda45d9fd065a75d15f9a378de9d7afa66efa864484973b345b1051bc19c94a 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: 8f289f780d496fbc588cf6915d396a6021265013bb52f4352ce16c662eec99dc 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: 01853ed6f01d4207 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: b66d90c4c9b53d2ed0eaa8a8435b6f53 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: 93ded2b0469362f442b12d92f7d6f899bd3027fe6c61987db743e3620100aa5e 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: bb58aa4e0b2afa89752f5cf7f4dde7d7ff1619a6 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: e5dfb6400e4c869aa95c6bcae91eab24591410f3 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: e2f0e6683caca7a27185ac6db5e047773af7f35f 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: 65a8e27d8879283831b664bd8b7f0ad4 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: 0a0a9f2a6772942557ab5355d76af442f8f65e01 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: 3d837c9ef7bb291bd1dcfc05d3004af2eeb8c631dd6a6c4ba35159b8889de4b1ec44076ce7a8f7bfa497e4d9dcb7c29337173f78d06791f3c3d9e00cc6017f0b 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: ec4ac3d0 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: dffd6021bb2bd5b0af676290809ec3a53191dd81c7f70a4b28688a362182986f 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: 374d794a95cdcfd8b35993185fef9ba368f160d8daf432d08ba9f1ed1e5abe6cc69291e0fa2fe0006a52570ef18c19def4e617c33ce52ef0a6e5fbe318cb0387 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: 288a86a79f20a3d6dccdca7713beaed178798296bdfa7913fa2a62d9727bf8f8 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: 60415d5f616602aa 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: 531df2844447dd5077db03842cd75395 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: 042a7d64a581ef2ee983f21058801cc35663b705e6c55f62fa8e0f18ecc70989 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: 44705bc25f070a702d1e3a68b35ad4a8b7c14e1e 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: 48656c6c6f2c20576f726c642100000000000000 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: 4828031bd8f0061680e00a6f9d031bc810020000 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: 87396e030ef3f5b35bbf85c0a09a4fb3 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: 257cb4b154368a392ebe9338782e013cef25356f 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: 62f1fcb311c92a086a6b84460b486d5c385da7fb888ac828e11474aeb7d032771f240a7ef701f6bcef98586178f7aa899d88d8f664e7301912acc23ac4573b0b 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: 05215dee 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: e11efdba883a02011b5bfdd28ceef0d0a57834d9162123f88f8b8b5595f3a17b 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: 12f8d7954f8f571699c3d8435c25ab795add0d7349b5a971b0269259c088cfb558a89a2ed1084f3818f3302aab35a9fdfee1f6aa9532592a8a0315c2fe519ab7 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: 804fb281d69da1a3fe1b56e6957a4490242bcaa7d4ba44734b674382b6ca61fc 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: a018ca0ddb8cce83 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: d256b9f2dc758bc0b907d36c2a9f4dd2 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: 0122545fe08397719d6e8f560f9d6603b1ec76c5c9a53d1a8b8041dae1f72508 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: 92bb134cc1522f8b322d71105e6944b426faec87 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: 4920616d207468652077616c7275730000000000 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: 48004118da00023aa0a10c20b74318d820873acc === RUN TestCheckSumDownload/subtest4 2026/07/14 01:40:45 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'test.sum' 2026/07/14 01:40:45 DEBUG : test.sum: put: uploaded to remote fs 2026/07/14 01:40:45 DEBUG : test.sum: put: added to cache 2026/07/14 01:40:45 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:45 DEBUG : cache: expired 2026/07/14 01:40:45 INFO : put: cache expired 2026/07/14 01:40:45 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:45 DEBUG : list: cold listing: 2026-07-13 19:40:45.922627385 +0000 UTC 2026/07/14 01:40:45 DEBUG : list: read 2 from source 2026/07/14 01:40:45 DEBUG : list: source entries: [data test.sum] 2026/07/14 01:40:45 DEBUG : list: cached object: test.sum 2026/07/14 01:40:45 DEBUG : list: cached directories: 1 2026/07/14 01:40:45 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:45.925305889 +0000 UTC m=+10.937243477 2026/07/14 01:40:45 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'data' 2026/07/14 01:40:45 DEBUG : data: list: warm 2 from cache for: rclone-test-tenazam1ziha/data, expiring on: 2026-07-14 07:40:45.923725003 +0000 UTC 2026/07/14 01:40:45 DEBUG : data: list: cached entries: [data/banana data/potato] 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: 4b34b061f9d75ae495fb99d247dc697e 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: 5e4d1d62eb4cdb050b3effaa1ba3d8837f92788c 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: e9ba1e1f55f03ee24ec96d19ef5bd445896bb192bfefdc810cbfd8b80c7626951fda67ede91091e9509ebb1f1ff6366af5f97bceb418bbb075765ee1cf06b515 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: e6fccbfa 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: dfbb876ea93cfe7b8ff15de00f8a1a2968b23f79951e676cf94095205c8fdb2d 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: 738bfffa41bfaab1bc34372a67c811bda1c798f470e63a704ad4500a7efb333bc2d47865a8a7a57b89264281d98b304619602ce70c31de14aac1ad1e433acc08 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: d4b356ff11842524d5c53dc6c6fb98d8fbd1e12128df1438721cc135964c2e8a 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: 7d74c0158fb603c7 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: 75f1e6e9ec6af56f3cd46a6498fcb34b 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: fc0a031abee53fe392bfb1475c40165beb2706812b2e80745c4df06fb38a7f64 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: f3b0a52f659d36b6e63163241da12929353cd3e3 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: 7873ecad20b4dd38ad865693168642710e379d0f 2026/07/14 01:40:45 DEBUG : test.sum: object hash cached: e55ece996ce28830067c3933dc618e443f482b08 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: 65a8e27d8879283831b664bd8b7f0ad4 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: 0a0a9f2a6772942557ab5355d76af442f8f65e01 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: 3d837c9ef7bb291bd1dcfc05d3004af2eeb8c631dd6a6c4ba35159b8889de4b1ec44076ce7a8f7bfa497e4d9dcb7c29337173f78d06791f3c3d9e00cc6017f0b 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: ec4ac3d0 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: dffd6021bb2bd5b0af676290809ec3a53191dd81c7f70a4b28688a362182986f 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: 374d794a95cdcfd8b35993185fef9ba368f160d8daf432d08ba9f1ed1e5abe6cc69291e0fa2fe0006a52570ef18c19def4e617c33ce52ef0a6e5fbe318cb0387 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: 288a86a79f20a3d6dccdca7713beaed178798296bdfa7913fa2a62d9727bf8f8 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: 60415d5f616602aa 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: 531df2844447dd5077db03842cd75395 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: 042a7d64a581ef2ee983f21058801cc35663b705e6c55f62fa8e0f18ecc70989 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: 44705bc25f070a702d1e3a68b35ad4a8b7c14e1e 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: 48656c6c6f2c20576f726c642100000000000000 2026/07/14 01:40:45 DEBUG : data/banana: object hash cached: 4828031bd8f0061680e00a6f9d031bc810020000 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: 87396e030ef3f5b35bbf85c0a09a4fb3 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: 257cb4b154368a392ebe9338782e013cef25356f 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: 62f1fcb311c92a086a6b84460b486d5c385da7fb888ac828e11474aeb7d032771f240a7ef701f6bcef98586178f7aa899d88d8f664e7301912acc23ac4573b0b 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: 05215dee 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: e11efdba883a02011b5bfdd28ceef0d0a57834d9162123f88f8b8b5595f3a17b 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: 12f8d7954f8f571699c3d8435c25ab795add0d7349b5a971b0269259c088cfb558a89a2ed1084f3818f3302aab35a9fdfee1f6aa9532592a8a0315c2fe519ab7 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: 804fb281d69da1a3fe1b56e6957a4490242bcaa7d4ba44734b674382b6ca61fc 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: a018ca0ddb8cce83 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: d256b9f2dc758bc0b907d36c2a9f4dd2 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: 0122545fe08397719d6e8f560f9d6603b1ec76c5c9a53d1a8b8041dae1f72508 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: 92bb134cc1522f8b322d71105e6944b426faec87 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: 4920616d207468652077616c7275730000000000 2026/07/14 01:40:45 DEBUG : data/potato: object hash cached: 48004118da00023aa0a10c20b74318d820873acc === RUN TestCheckSumDownload/subtest5 2026/07/14 01:40:46 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'test.sum' 2026/07/14 01:40:46 DEBUG : test.sum: put: uploaded to remote fs 2026/07/14 01:40:46 DEBUG : test.sum: put: added to cache 2026/07/14 01:40:46 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:46 DEBUG : cache: expired 2026/07/14 01:40:46 INFO : put: cache expired 2026/07/14 01:40:46 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:46 DEBUG : list: cold listing: 2026-07-13 19:40:46.463882217 +0000 UTC 2026/07/14 01:40:46 DEBUG : list: read 2 from source 2026/07/14 01:40:46 DEBUG : list: source entries: [data test.sum] 2026/07/14 01:40:46 DEBUG : list: cached object: test.sum 2026/07/14 01:40:46 DEBUG : list: cached directories: 1 2026/07/14 01:40:46 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:46.466128819 +0000 UTC m=+11.478066397 2026/07/14 01:40:46 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'data' 2026/07/14 01:40:46 DEBUG : data: list: warm 2 from cache for: rclone-test-tenazam1ziha/data, expiring on: 2026-07-14 07:40:46.464833389 +0000 UTC 2026/07/14 01:40:46 DEBUG : data: list: cached entries: [data/banana data/potato] 2026/07/14 01:40:46 DEBUG : test.sum: object hash cached: 2c79f55ba5d16d7967c510a0e4414333 2026/07/14 01:40:46 DEBUG : test.sum: object hash cached: 5a3d554231a1f1f61f74fe4020d32031b7c89511 2026/07/14 01:40:46 DEBUG : test.sum: object hash cached: 5ded3c1b17e751b2b484ccd3e33aabda1208ef0fa05d8b9567ba34198cacbb8c51a79d425ae74ab709227cdee77a2c590c8601ca763257233460e706a1c62dce 2026/07/14 01:40:46 DEBUG : test.sum: object hash cached: e1f6927b 2026/07/14 01:40:46 DEBUG : test.sum: object hash cached: d4012c1e49b233ea6a19162796100ec12b04f44ae71df7aaafdc98a4edf004db 2026/07/14 01:40:46 DEBUG : test.sum: object hash cached: 8030f1d49bfc573622947ab4e603290aa00dc99c4cfd06d67de04b32d4fd383d8918f03b2cb71cff768a86be8f9311a289200e9d433efe51b5d6ffb340784def 2026/07/14 01:40:46 DEBUG : test.sum: object hash cached: 3299ae65a590056182a9aacf163046e43cf9f22d03a1a565b3283f15235ec2a6 2026/07/14 01:40:46 DEBUG : test.sum: object hash cached: 6325adb6768f0022 2026/07/14 01:40:46 DEBUG : test.sum: object hash cached: a6ef398de31d4780ec705f0c4f2418c5 2026/07/14 01:40:46 DEBUG : test.sum: object hash cached: c23d643a05ffdf04f72d6f7ed18235c18482ae84334271ce4daeea403d6c05ef 2026/07/14 01:40:46 DEBUG : test.sum: object hash cached: eae4856ad4f86043eb4fa2771c6ffd181180e8e7 2026/07/14 01:40:46 DEBUG : test.sum: object hash cached: 5bcdb1c623768c226d54753a6d394cf9047d6ab9 2026/07/14 01:40:46 DEBUG : test.sum: object hash cached: d779769ace1a8e91e3ac9b22ed3a0c5d1c4867c1 2026/07/14 01:40:46 DEBUG : data/banana: object hash cached: 65a8e27d8879283831b664bd8b7f0ad4 2026/07/14 01:40:46 DEBUG : data/banana: object hash cached: 0a0a9f2a6772942557ab5355d76af442f8f65e01 2026/07/14 01:40:46 DEBUG : data/banana: object hash cached: 3d837c9ef7bb291bd1dcfc05d3004af2eeb8c631dd6a6c4ba35159b8889de4b1ec44076ce7a8f7bfa497e4d9dcb7c29337173f78d06791f3c3d9e00cc6017f0b 2026/07/14 01:40:46 DEBUG : data/banana: object hash cached: ec4ac3d0 2026/07/14 01:40:46 DEBUG : data/banana: object hash cached: dffd6021bb2bd5b0af676290809ec3a53191dd81c7f70a4b28688a362182986f 2026/07/14 01:40:46 DEBUG : data/banana: object hash cached: 374d794a95cdcfd8b35993185fef9ba368f160d8daf432d08ba9f1ed1e5abe6cc69291e0fa2fe0006a52570ef18c19def4e617c33ce52ef0a6e5fbe318cb0387 2026/07/14 01:40:46 DEBUG : data/banana: object hash cached: 288a86a79f20a3d6dccdca7713beaed178798296bdfa7913fa2a62d9727bf8f8 2026/07/14 01:40:46 DEBUG : data/banana: object hash cached: 60415d5f616602aa 2026/07/14 01:40:46 DEBUG : data/banana: object hash cached: 531df2844447dd5077db03842cd75395 2026/07/14 01:40:46 DEBUG : data/banana: object hash cached: 042a7d64a581ef2ee983f21058801cc35663b705e6c55f62fa8e0f18ecc70989 2026/07/14 01:40:46 DEBUG : data/banana: object hash cached: 44705bc25f070a702d1e3a68b35ad4a8b7c14e1e 2026/07/14 01:40:46 DEBUG : data/banana: object hash cached: 48656c6c6f2c20576f726c642100000000000000 2026/07/14 01:40:46 DEBUG : data/banana: object hash cached: 4828031bd8f0061680e00a6f9d031bc810020000 2026/07/14 01:40:46 DEBUG : data/potato: object hash cached: 87396e030ef3f5b35bbf85c0a09a4fb3 2026/07/14 01:40:46 DEBUG : data/potato: object hash cached: 257cb4b154368a392ebe9338782e013cef25356f 2026/07/14 01:40:46 DEBUG : data/potato: object hash cached: 62f1fcb311c92a086a6b84460b486d5c385da7fb888ac828e11474aeb7d032771f240a7ef701f6bcef98586178f7aa899d88d8f664e7301912acc23ac4573b0b 2026/07/14 01:40:46 DEBUG : data/potato: object hash cached: 05215dee 2026/07/14 01:40:46 DEBUG : data/potato: object hash cached: e11efdba883a02011b5bfdd28ceef0d0a57834d9162123f88f8b8b5595f3a17b 2026/07/14 01:40:46 DEBUG : data/potato: object hash cached: 12f8d7954f8f571699c3d8435c25ab795add0d7349b5a971b0269259c088cfb558a89a2ed1084f3818f3302aab35a9fdfee1f6aa9532592a8a0315c2fe519ab7 2026/07/14 01:40:46 DEBUG : data/potato: object hash cached: 804fb281d69da1a3fe1b56e6957a4490242bcaa7d4ba44734b674382b6ca61fc 2026/07/14 01:40:46 DEBUG : data/potato: object hash cached: a018ca0ddb8cce83 2026/07/14 01:40:46 DEBUG : data/potato: object hash cached: d256b9f2dc758bc0b907d36c2a9f4dd2 2026/07/14 01:40:46 DEBUG : data/potato: object hash cached: 0122545fe08397719d6e8f560f9d6603b1ec76c5c9a53d1a8b8041dae1f72508 2026/07/14 01:40:46 DEBUG : data/potato: object hash cached: 92bb134cc1522f8b322d71105e6944b426faec87 2026/07/14 01:40:46 DEBUG : data/potato: object hash cached: 4920616d207468652077616c7275730000000000 2026/07/14 01:40:46 DEBUG : data/potato: object hash cached: 48004118da00023aa0a10c20b74318d820873acc === RUN TestCheckSumDownload/subtest6 2026/07/14 01:40:47 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'data/banana' 2026/07/14 01:40:47 DEBUG : data/banana: put: uploaded to remote fs 2026/07/14 01:40:47 DEBUG : data/banana: put: added to cache 2026/07/14 01:40:47 DEBUG : data: cache: expired rclone-test-tenazam1ziha/data 2026/07/14 01:40:47 DEBUG : data: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:47 DEBUG : data: cache: expired 2026/07/14 01:40:47 INFO : data: put: cache expired 2026/07/14 01:40:47 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'data/potato' 2026/07/14 01:40:47 DEBUG : data/potato: put: uploaded to remote fs 2026/07/14 01:40:47 DEBUG : data/potato: put: added to cache 2026/07/14 01:40:47 DEBUG : data: cache: expired rclone-test-tenazam1ziha/data 2026/07/14 01:40:47 DEBUG : data: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:47 DEBUG : data: cache: expired 2026/07/14 01:40:47 INFO : data: put: cache expired 2026/07/14 01:40:47 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'test.sum' 2026/07/14 01:40:47 DEBUG : test.sum: put: uploaded to remote fs 2026/07/14 01:40:47 DEBUG : test.sum: put: added to cache 2026/07/14 01:40:47 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:47 DEBUG : cache: expired 2026/07/14 01:40:47 INFO : put: cache expired 2026/07/14 01:40:47 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:47 DEBUG : list: cold listing: 2026-07-13 19:40:47.014639759 +0000 UTC 2026/07/14 01:40:47 DEBUG : list: read 2 from source 2026/07/14 01:40:47 DEBUG : list: source entries: [data test.sum] 2026/07/14 01:40:47 DEBUG : list: cached object: test.sum 2026/07/14 01:40:47 DEBUG : list: cached directories: 0 2026/07/14 01:40:47 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:47.016469024 +0000 UTC m=+12.028406612 2026/07/14 01:40:47 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'data' 2026/07/14 01:40:47 DEBUG : data: list: cold listing: 2026-07-13 19:40:47.011949131 +0000 UTC 2026/07/14 01:40:47 DEBUG : data: list: read 2 from source 2026/07/14 01:40:47 DEBUG : data: list: source entries: [data/potato data/banana] 2026/07/14 01:40:47 DEBUG : data: list: cached object: data/banana 2026/07/14 01:40:47 DEBUG : data: list: cached object: data/potato 2026/07/14 01:40:47 DEBUG : data: list: cached directories: 0 2026/07/14 01:40:47 DEBUG : data: list: cached dir: 'rclone-test-tenazam1ziha/data', cache ts: 2026-07-14 01:40:47.019097646 +0000 UTC m=+12.031035234 2026/07/14 01:40:47 DEBUG : test.sum: object hash cached: b016be839d91d18cfaa786ab2a641504 2026/07/14 01:40:47 DEBUG : test.sum: object hash cached: e31190422ca8f45d44e5b5807695dba3493720a5 2026/07/14 01:40:47 DEBUG : test.sum: object hash cached: cd94ea3b0a723aab04e53783c70216b14616a7f6acab38d0bc9951e6e1ec771e04d2c731876a05a027f54b2a739a9b85a881ee22fcfca64a07294d5608eb5a6a 2026/07/14 01:40:47 DEBUG : test.sum: object hash cached: 5a20b40c 2026/07/14 01:40:47 DEBUG : test.sum: object hash cached: 68e7ebb6427b2f295d7868b54dbd15c7776904fe2b957a2bd96d013e672aa2c0 2026/07/14 01:40:47 DEBUG : test.sum: object hash cached: 1746b2656c17d2b44c0dae435d878dbc87389553d9cf70687bb6130b4c391e15da2a0fde95d02a30417fd732e1dc778a8fb82a94c1b747030b42599b4be2b8e6 2026/07/14 01:40:47 DEBUG : test.sum: object hash cached: 44e97aa5eba9bf92589c5ac84e55f808313ce79e5bf30ec8aa6f435a59a36b02 2026/07/14 01:40:47 DEBUG : test.sum: object hash cached: 49486211a7d7dd42 2026/07/14 01:40:47 DEBUG : test.sum: object hash cached: b577929e5bf6fd91a978fc20cbd307d8 2026/07/14 01:40:47 DEBUG : test.sum: object hash cached: 23e4ca3efe85092c86579a1397bfcabee8e01660aa82182ff7f0416bef049930 2026/07/14 01:40:47 DEBUG : test.sum: object hash cached: 782265cccce9d1962e65ed7fa8db6561eb244a39 2026/07/14 01:40:47 DEBUG : test.sum: object hash cached: dca74c5f61d95789d310bc580764668d367eb493 2026/07/14 01:40:47 DEBUG : test.sum: object hash cached: 963980ec3c948069ed6d66e553fbc3e0f93cb19b 2026/07/14 01:40:47 DEBUG : data/banana: object hash cached: 65a8e27d8879283831b664bd8b7f0ad4 2026/07/14 01:40:47 DEBUG : data/banana: object hash cached: 0a0a9f2a6772942557ab5355d76af442f8f65e01 2026/07/14 01:40:47 DEBUG : data/banana: object hash cached: 3d837c9ef7bb291bd1dcfc05d3004af2eeb8c631dd6a6c4ba35159b8889de4b1ec44076ce7a8f7bfa497e4d9dcb7c29337173f78d06791f3c3d9e00cc6017f0b 2026/07/14 01:40:47 DEBUG : data/banana: object hash cached: ec4ac3d0 2026/07/14 01:40:47 DEBUG : data/banana: object hash cached: dffd6021bb2bd5b0af676290809ec3a53191dd81c7f70a4b28688a362182986f 2026/07/14 01:40:47 DEBUG : data/banana: object hash cached: 374d794a95cdcfd8b35993185fef9ba368f160d8daf432d08ba9f1ed1e5abe6cc69291e0fa2fe0006a52570ef18c19def4e617c33ce52ef0a6e5fbe318cb0387 2026/07/14 01:40:47 DEBUG : data/banana: object hash cached: 288a86a79f20a3d6dccdca7713beaed178798296bdfa7913fa2a62d9727bf8f8 2026/07/14 01:40:47 DEBUG : data/banana: object hash cached: 60415d5f616602aa 2026/07/14 01:40:47 DEBUG : data/banana: object hash cached: 531df2844447dd5077db03842cd75395 2026/07/14 01:40:47 DEBUG : data/banana: object hash cached: 042a7d64a581ef2ee983f21058801cc35663b705e6c55f62fa8e0f18ecc70989 2026/07/14 01:40:47 DEBUG : data/banana: object hash cached: 44705bc25f070a702d1e3a68b35ad4a8b7c14e1e 2026/07/14 01:40:47 DEBUG : data/banana: object hash cached: 48656c6c6f2c20576f726c642100000000000000 2026/07/14 01:40:47 DEBUG : data/banana: object hash cached: 4828031bd8f0061680e00a6f9d031bc810020000 2026/07/14 01:40:47 DEBUG : data/potato: object hash cached: 87396e030ef3f5b35bbf85c0a09a4fb3 2026/07/14 01:40:47 DEBUG : data/potato: object hash cached: 257cb4b154368a392ebe9338782e013cef25356f 2026/07/14 01:40:47 DEBUG : data/potato: object hash cached: 62f1fcb311c92a086a6b84460b486d5c385da7fb888ac828e11474aeb7d032771f240a7ef701f6bcef98586178f7aa899d88d8f664e7301912acc23ac4573b0b 2026/07/14 01:40:47 DEBUG : data/potato: object hash cached: 05215dee 2026/07/14 01:40:47 DEBUG : data/potato: object hash cached: e11efdba883a02011b5bfdd28ceef0d0a57834d9162123f88f8b8b5595f3a17b 2026/07/14 01:40:47 DEBUG : data/potato: object hash cached: 12f8d7954f8f571699c3d8435c25ab795add0d7349b5a971b0269259c088cfb558a89a2ed1084f3818f3302aab35a9fdfee1f6aa9532592a8a0315c2fe519ab7 2026/07/14 01:40:47 DEBUG : data/potato: object hash cached: 804fb281d69da1a3fe1b56e6957a4490242bcaa7d4ba44734b674382b6ca61fc 2026/07/14 01:40:47 DEBUG : data/potato: object hash cached: a018ca0ddb8cce83 2026/07/14 01:40:47 DEBUG : data/potato: object hash cached: d256b9f2dc758bc0b907d36c2a9f4dd2 2026/07/14 01:40:47 DEBUG : data/potato: object hash cached: 0122545fe08397719d6e8f560f9d6603b1ec76c5c9a53d1a8b8041dae1f72508 2026/07/14 01:40:47 DEBUG : data/potato: object hash cached: 92bb134cc1522f8b322d71105e6944b426faec87 2026/07/14 01:40:47 DEBUG : data/potato: object hash cached: 4920616d207468652077616c7275730000000000 2026/07/14 01:40:47 DEBUG : data/potato: object hash cached: 48004118da00023aa0a10c20b74318d820873acc === RUN TestCheckSumDownload/subtest7 2026/07/14 01:40:48 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:48 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:47.016469024 +0000 UTC 2026/07/14 01:40:48 DEBUG : list: cached entries: [data test.sum] 2026/07/14 01:40:48 DEBUG : test.sum: removing object 2026/07/14 01:40:48 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:48 DEBUG : cache: expired 2026/07/14 01:40:48 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'data' 2026/07/14 01:40:48 DEBUG : data: list: warm 2 from cache for: rclone-test-tenazam1ziha/data, expiring on: 2026-07-14 07:40:47.019097646 +0000 UTC 2026/07/14 01:40:48 DEBUG : data: list: cached entries: [data/banana data/potato] 2026/07/14 01:40:48 DEBUG : data/banana: removing object 2026/07/14 01:40:48 DEBUG : data: cache: expired rclone-test-tenazam1ziha/data 2026/07/14 01:40:48 DEBUG : data: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:48 DEBUG : data: cache: expired 2026/07/14 01:40:48 DEBUG : data/potato: removing object 2026/07/14 01:40:48 DEBUG : data: cache: expired rclone-test-tenazam1ziha/data 2026/07/14 01:40:48 DEBUG : data: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:48 DEBUG : data: cache: expired 2026/07/14 01:40:48 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'data' 2026/07/14 01:40:48 DEBUG : data: rmdir: removed dir in source fs 2026/07/14 01:40:48 DEBUG : data: rmdir: removed from cache 2026/07/14 01:40:48 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:48 DEBUG : cache: expired 2026/07/14 01:40:48 INFO : rmdir: cache expired 2026/07/14 01:40:48 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:48 DEBUG : list: cold listing: 2026-07-13 19:40:48.069039034 +0000 UTC 2026/07/14 01:40:48 DEBUG : list: read 0 from source 2026/07/14 01:40:48 DEBUG : list: source entries: [] 2026/07/14 01:40:48 DEBUG : list: cached directories: 0 2026/07/14 01:40:48 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:48.069870261 +0000 UTC m=+13.081807838 --- PASS: TestCheckSumDownload (5.31s) --- PASS: TestCheckSumDownload/subtest1 (1.00s) --- PASS: TestCheckSumDownload/subtest2 (0.50s) --- PASS: TestCheckSumDownload/subtest3 (1.00s) --- PASS: TestCheckSumDownload/subtest4 (0.50s) --- PASS: TestCheckSumDownload/subtest5 (0.50s) --- PASS: TestCheckSumDownload/subtest6 (0.50s) --- PASS: TestCheckSumDownload/subtest7 (1.00s) === RUN TestApplyTransforms 2026/07/14 01:40:48 DEBUG : Creating backend with remote "TestCache:rclone-test-fuqofuj3hene" 2026/07/14 01:40:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/14 01:40:48 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:48 DEBUG : TestCache: detected overridden config - adding "{VDL3R}" suffix to name 2026/07/14 01:40:48 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:48 DEBUG : Creating backend with remote "/tmp/rclone_cache_test/rclone-test-fuqofuj3hene" 2026/07/14 01:40:48 DEBUG : TestCache{VDL3R}: wrapped local:/tmp/rclone_cache_test/rclone-test-fuqofuj3hene at root rclone-test-fuqofuj3hene 2026/07/14 01:40:48 INFO : TestCache{VDL3R}: Cache DB path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R}.db 2026/07/14 01:40:48 INFO : TestCache{VDL3R}: Cache chunk path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R} 2026/07/14 01:40:48 INFO : TestCache{VDL3R}: Chunk Memory: true 2026/07/14 01:40:48 INFO : TestCache{VDL3R}: Chunk Size: 5Mi 2026/07/14 01:40:48 INFO : TestCache{VDL3R}: Chunk Total Size: 10Gi 2026/07/14 01:40:48 INFO : TestCache{VDL3R}: Chunk Clean Interval: 1m0s 2026/07/14 01:40:48 INFO : TestCache{VDL3R}: Workers: 4 2026/07/14 01:40:48 INFO : TestCache{VDL3R}: File Age: 6h0m0s 2026/07/14 01:40:48 DEBUG : Creating backend with remote "/tmp/rclone1806289899" run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-fuqofuj3hene", Local "Local file system at /tmp/rclone1806289899", Modify Window "1ns" 2026/07/14 01:40:48 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-fuqofuj3hene: mkdir '' 2026/07/14 01:40:48 DEBUG : mkdir: created dir in source fs 2026/07/14 01:40:48 DEBUG : mkdir: added to cache 2026/07/14 01:40:48 DEBUG : cache: expired rclone-test-fuqofuj3hene 2026/07/14 01:40:48 DEBUG : cache: expired 2026/07/14 01:40:48 INFO : mkdir: cache expired 2026/07/14 01:40:48 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-fuqofuj3hene: put data at 'hello, world!' 2026/07/14 01:40:48 DEBUG : hello, world!: put: uploaded to remote fs 2026/07/14 01:40:48 DEBUG : hello, world!: put: added to cache 2026/07/14 01:40:48 DEBUG : cache: expired rclone-test-fuqofuj3hene 2026/07/14 01:40:48 DEBUG : cache: expired 2026/07/14 01:40:48 INFO : put: cache expired 2026/07/14 01:40:48 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-fuqofuj3hene: list '' 2026/07/14 01:40:48 DEBUG : list: cold listing: 2026-07-13 19:40:48.076890392 +0000 UTC 2026/07/14 01:40:48 DEBUG : list: read 1 from source 2026/07/14 01:40:48 DEBUG : list: source entries: [hello, world!] 2026/07/14 01:40:48 DEBUG : list: cached object: hello, world! 2026/07/14 01:40:48 DEBUG : list: cached directories: 0 2026/07/14 01:40:48 DEBUG : list: cached dir: 'rclone-test-fuqofuj3hene', cache ts: 2026-07-14 01:40:48.078612256 +0000 UTC m=+13.090549844 upper checkfile vs. lower remote (without normalization) 2026/07/14 01:40:48 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-fuqofuj3hene: list '' 2026/07/14 01:40:48 DEBUG : list: warm 1 from cache for: rclone-test-fuqofuj3hene, expiring on: 2026-07-14 07:40:48.078612256 +0000 UTC 2026/07/14 01:40:48 DEBUG : list: cached entries: [hello, world!] 2026/07/14 01:40:48 ERROR : hello, world!: sum not found 2026/07/14 01:40:48 ERROR : HELLO, WORLD!: file not in Cache remote TestCache{VDL3R}:rclone-test-fuqofuj3hene 2026/07/14 01:40:48 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-fuqofuj3hene: 1 files missing 2026/07/14 01:40:48 NOTICE: 1 hashes missing 2026/07/14 01:40:48 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-fuqofuj3hene: 1 differences found 2026/07/14 01:40:48 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-fuqofuj3hene: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/07/14 01:40:48 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-fuqofuj3hene: list '' 2026/07/14 01:40:48 DEBUG : list: warm 1 from cache for: rclone-test-fuqofuj3hene, expiring on: 2026-07-14 07:40:48.078612256 +0000 UTC 2026/07/14 01:40:48 DEBUG : list: cached entries: [hello, world!] 2026/07/14 01:40:48 DEBUG : rclone-test-fuqofuj3hene/hello, world!: 0: chunk retry storage: 0 2026/07/14 01:40:48 DEBUG : worker-2 : partial downloaded chunk 0 2026/07/14 01:40:48 DEBUG : rclone-test-fuqofuj3hene/hello, world!: cache reader closed 13 2026/07/14 01:40:48 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/14 01:40:48 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-fuqofuj3hene: 0 differences found 2026/07/14 01:40:48 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-fuqofuj3hene: 1 matching files 2026/07/14 01:40:48 DEBUG : Creating backend with remote "TestCache:rclone-test-dukaqam4filo" 2026/07/14 01:40:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/14 01:40:48 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:48 DEBUG : TestCache: detected overridden config - adding "{VDL3R}" suffix to name 2026/07/14 01:40:48 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:48 DEBUG : Creating backend with remote "/tmp/rclone_cache_test/rclone-test-dukaqam4filo" 2026/07/14 01:40:48 DEBUG : TestCache{VDL3R}: wrapped local:/tmp/rclone_cache_test/rclone-test-dukaqam4filo at root rclone-test-dukaqam4filo 2026/07/14 01:40:48 INFO : TestCache{VDL3R}: Cache DB path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R}.db 2026/07/14 01:40:48 INFO : TestCache{VDL3R}: Cache chunk path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R} 2026/07/14 01:40:48 INFO : TestCache{VDL3R}: Chunk Memory: true 2026/07/14 01:40:48 INFO : TestCache{VDL3R}: Chunk Size: 5Mi 2026/07/14 01:40:48 INFO : TestCache{VDL3R}: Chunk Total Size: 10Gi 2026/07/14 01:40:48 INFO : TestCache{VDL3R}: Chunk Clean Interval: 1m0s 2026/07/14 01:40:48 INFO : TestCache{VDL3R}: Workers: 4 2026/07/14 01:40:48 INFO : TestCache{VDL3R}: File Age: 6h0m0s 2026/07/14 01:40:48 DEBUG : Creating backend with remote "/tmp/rclone3446070242" run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-dukaqam4filo", Local "Local file system at /tmp/rclone3446070242", Modify Window "1ns" 2026/07/14 01:40:48 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-dukaqam4filo: mkdir '' 2026/07/14 01:40:48 DEBUG : mkdir: created dir in source fs 2026/07/14 01:40:48 DEBUG : mkdir: added to cache 2026/07/14 01:40:48 DEBUG : cache: expired rclone-test-dukaqam4filo 2026/07/14 01:40:48 DEBUG : cache: expired 2026/07/14 01:40:48 INFO : mkdir: cache expired 2026/07/14 01:40:48 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-dukaqam4filo: put data at 'HELLO, WORLD!' 2026/07/14 01:40:48 DEBUG : HELLO, WORLD!: put: uploaded to remote fs 2026/07/14 01:40:48 DEBUG : HELLO, WORLD!: put: added to cache 2026/07/14 01:40:48 DEBUG : cache: expired rclone-test-dukaqam4filo 2026/07/14 01:40:48 DEBUG : cache: expired 2026/07/14 01:40:48 INFO : put: cache expired 2026/07/14 01:40:48 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-dukaqam4filo: list '' 2026/07/14 01:40:48 DEBUG : list: cold listing: 2026-07-13 19:40:48.589475072 +0000 UTC 2026/07/14 01:40:48 DEBUG : list: read 1 from source 2026/07/14 01:40:48 DEBUG : list: source entries: [HELLO, WORLD!] 2026/07/14 01:40:48 DEBUG : list: cached object: HELLO, WORLD! 2026/07/14 01:40:48 DEBUG : list: cached directories: 0 2026/07/14 01:40:48 DEBUG : list: cached dir: 'rclone-test-dukaqam4filo', cache ts: 2026-07-14 01:40:48.591225942 +0000 UTC m=+13.603163519 lower checkfile vs. upper remote (without normalization) 2026/07/14 01:40:48 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-dukaqam4filo: list '' 2026/07/14 01:40:48 DEBUG : list: warm 1 from cache for: rclone-test-dukaqam4filo, expiring on: 2026-07-14 07:40:48.591225942 +0000 UTC 2026/07/14 01:40:48 DEBUG : list: cached entries: [HELLO, WORLD!] 2026/07/14 01:40:48 ERROR : HELLO, WORLD!: sum not found 2026/07/14 01:40:48 ERROR : hello, world!: file not in Cache remote TestCache{VDL3R}:rclone-test-dukaqam4filo 2026/07/14 01:40:48 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-dukaqam4filo: 1 files missing 2026/07/14 01:40:48 NOTICE: 1 hashes missing 2026/07/14 01:40:48 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-dukaqam4filo: 1 differences found 2026/07/14 01:40:48 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-dukaqam4filo: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/07/14 01:40:48 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-dukaqam4filo: list '' 2026/07/14 01:40:48 DEBUG : list: warm 1 from cache for: rclone-test-dukaqam4filo, expiring on: 2026-07-14 07:40:48.591225942 +0000 UTC 2026/07/14 01:40:48 DEBUG : list: cached entries: [HELLO, WORLD!] 2026/07/14 01:40:48 DEBUG : rclone-test-dukaqam4filo/HELLO, WORLD!: 0: chunk retry storage: 0 2026/07/14 01:40:48 DEBUG : worker-2 : partial downloaded chunk 0 2026/07/14 01:40:49 DEBUG : rclone-test-dukaqam4filo/HELLO, WORLD!: cache reader closed 13 2026/07/14 01:40:49 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/14 01:40:49 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-dukaqam4filo: 0 differences found 2026/07/14 01:40:49 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-dukaqam4filo: 1 matching files 2026/07/14 01:40:49 DEBUG : Creating backend with remote "TestCache:rclone-test-gologeb2miqa" 2026/07/14 01:40:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/14 01:40:49 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:49 DEBUG : TestCache: detected overridden config - adding "{VDL3R}" suffix to name 2026/07/14 01:40:49 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:49 DEBUG : Creating backend with remote "/tmp/rclone_cache_test/rclone-test-gologeb2miqa" 2026/07/14 01:40:49 DEBUG : TestCache{VDL3R}: wrapped local:/tmp/rclone_cache_test/rclone-test-gologeb2miqa at root rclone-test-gologeb2miqa 2026/07/14 01:40:49 INFO : TestCache{VDL3R}: Cache DB path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R}.db 2026/07/14 01:40:49 INFO : TestCache{VDL3R}: Cache chunk path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R} 2026/07/14 01:40:49 INFO : TestCache{VDL3R}: Chunk Memory: true 2026/07/14 01:40:49 INFO : TestCache{VDL3R}: Chunk Size: 5Mi 2026/07/14 01:40:49 INFO : TestCache{VDL3R}: Chunk Total Size: 10Gi 2026/07/14 01:40:49 INFO : TestCache{VDL3R}: Chunk Clean Interval: 1m0s 2026/07/14 01:40:49 INFO : TestCache{VDL3R}: Workers: 4 2026/07/14 01:40:49 INFO : TestCache{VDL3R}: File Age: 6h0m0s 2026/07/14 01:40:49 DEBUG : Creating backend with remote "/tmp/rclone3136407872" run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-gologeb2miqa", Local "Local file system at /tmp/rclone3136407872", Modify Window "1ns" 2026/07/14 01:40:49 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-gologeb2miqa: mkdir '' 2026/07/14 01:40:49 DEBUG : mkdir: created dir in source fs 2026/07/14 01:40:49 DEBUG : mkdir: added to cache 2026/07/14 01:40:49 DEBUG : cache: expired rclone-test-gologeb2miqa 2026/07/14 01:40:49 DEBUG : cache: expired 2026/07/14 01:40:49 INFO : mkdir: cache expired 2026/07/14 01:40:49 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-gologeb2miqa: put data at 'HeLlO, wOrLd!' 2026/07/14 01:40:49 DEBUG : HeLlO, wOrLd!: put: uploaded to remote fs 2026/07/14 01:40:49 DEBUG : HeLlO, wOrLd!: put: added to cache 2026/07/14 01:40:49 DEBUG : cache: expired rclone-test-gologeb2miqa 2026/07/14 01:40:49 DEBUG : cache: expired 2026/07/14 01:40:49 INFO : put: cache expired 2026/07/14 01:40:49 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-gologeb2miqa: list '' 2026/07/14 01:40:49 DEBUG : list: cold listing: 2026-07-13 19:40:49.103879531 +0000 UTC 2026/07/14 01:40:49 DEBUG : list: read 1 from source 2026/07/14 01:40:49 DEBUG : list: source entries: [HeLlO, wOrLd!] 2026/07/14 01:40:49 DEBUG : list: cached object: HeLlO, wOrLd! 2026/07/14 01:40:49 DEBUG : list: cached directories: 0 2026/07/14 01:40:49 DEBUG : list: cached dir: 'rclone-test-gologeb2miqa', cache ts: 2026-07-14 01:40:49.106815742 +0000 UTC m=+14.118753320 lower checkfile vs. upperlowermixed remote (without normalization) 2026/07/14 01:40:49 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-gologeb2miqa: list '' 2026/07/14 01:40:49 DEBUG : list: warm 1 from cache for: rclone-test-gologeb2miqa, expiring on: 2026-07-14 07:40:49.106815742 +0000 UTC 2026/07/14 01:40:49 DEBUG : list: cached entries: [HeLlO, wOrLd!] 2026/07/14 01:40:49 ERROR : HeLlO, wOrLd!: sum not found 2026/07/14 01:40:49 ERROR : hello, world!: file not in Cache remote TestCache{VDL3R}:rclone-test-gologeb2miqa 2026/07/14 01:40:49 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-gologeb2miqa: 1 files missing 2026/07/14 01:40:49 NOTICE: 1 hashes missing 2026/07/14 01:40:49 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-gologeb2miqa: 1 differences found 2026/07/14 01:40:49 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-gologeb2miqa: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/07/14 01:40:49 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-gologeb2miqa: list '' 2026/07/14 01:40:49 DEBUG : list: warm 1 from cache for: rclone-test-gologeb2miqa, expiring on: 2026-07-14 07:40:49.106815742 +0000 UTC 2026/07/14 01:40:49 DEBUG : list: cached entries: [HeLlO, wOrLd!] 2026/07/14 01:40:49 DEBUG : rclone-test-gologeb2miqa/HeLlO, wOrLd!: 0: chunk retry storage: 0 2026/07/14 01:40:49 DEBUG : worker-1 : partial downloaded chunk 0 2026/07/14 01:40:49 DEBUG : rclone-test-gologeb2miqa/HeLlO, wOrLd!: cache reader closed 13 2026/07/14 01:40:49 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/14 01:40:49 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-gologeb2miqa: 0 differences found 2026/07/14 01:40:49 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-gologeb2miqa: 1 matching files 2026/07/14 01:40:49 DEBUG : Creating backend with remote "TestCache:rclone-test-gomuxor5regi" 2026/07/14 01:40:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/14 01:40:49 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:49 DEBUG : TestCache: detected overridden config - adding "{VDL3R}" suffix to name 2026/07/14 01:40:49 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:49 DEBUG : Creating backend with remote "/tmp/rclone_cache_test/rclone-test-gomuxor5regi" 2026/07/14 01:40:49 DEBUG : TestCache{VDL3R}: wrapped local:/tmp/rclone_cache_test/rclone-test-gomuxor5regi at root rclone-test-gomuxor5regi 2026/07/14 01:40:49 INFO : TestCache{VDL3R}: Cache DB path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R}.db 2026/07/14 01:40:49 INFO : TestCache{VDL3R}: Cache chunk path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R} 2026/07/14 01:40:49 INFO : TestCache{VDL3R}: Chunk Memory: true 2026/07/14 01:40:49 INFO : TestCache{VDL3R}: Chunk Size: 5Mi 2026/07/14 01:40:49 INFO : TestCache{VDL3R}: Chunk Total Size: 10Gi 2026/07/14 01:40:49 INFO : TestCache{VDL3R}: Chunk Clean Interval: 1m0s 2026/07/14 01:40:49 INFO : TestCache{VDL3R}: Workers: 4 2026/07/14 01:40:49 INFO : TestCache{VDL3R}: File Age: 6h0m0s 2026/07/14 01:40:49 DEBUG : Creating backend with remote "/tmp/rclone3547114844" run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-gomuxor5regi", Local "Local file system at /tmp/rclone3547114844", Modify Window "1ns" 2026/07/14 01:40:49 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-gomuxor5regi: mkdir '' 2026/07/14 01:40:49 DEBUG : mkdir: created dir in source fs 2026/07/14 01:40:49 DEBUG : mkdir: added to cache 2026/07/14 01:40:49 DEBUG : cache: expired rclone-test-gomuxor5regi 2026/07/14 01:40:49 DEBUG : cache: expired 2026/07/14 01:40:49 INFO : mkdir: cache expired 2026/07/14 01:40:49 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-gomuxor5regi: put data at 'HELLO, WORLD!' 2026/07/14 01:40:49 DEBUG : HELLO, WORLD!: put: uploaded to remote fs 2026/07/14 01:40:49 DEBUG : HELLO, WORLD!: put: added to cache 2026/07/14 01:40:49 DEBUG : cache: expired rclone-test-gomuxor5regi 2026/07/14 01:40:49 DEBUG : cache: expired 2026/07/14 01:40:49 INFO : put: cache expired 2026/07/14 01:40:49 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-gomuxor5regi: list '' 2026/07/14 01:40:49 DEBUG : list: cold listing: 2026-07-13 19:40:49.616757162 +0000 UTC 2026/07/14 01:40:49 DEBUG : list: read 1 from source 2026/07/14 01:40:49 DEBUG : list: source entries: [HELLO, WORLD!] 2026/07/14 01:40:49 DEBUG : list: cached object: HELLO, WORLD! 2026/07/14 01:40:49 DEBUG : list: cached directories: 0 2026/07/14 01:40:49 DEBUG : list: cached dir: 'rclone-test-gomuxor5regi', cache ts: 2026-07-14 01:40:49.618640239 +0000 UTC m=+14.630577827 upperlowermixed checkfile vs. upper remote (without normalization) 2026/07/14 01:40:49 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-gomuxor5regi: list '' 2026/07/14 01:40:49 DEBUG : list: warm 1 from cache for: rclone-test-gomuxor5regi, expiring on: 2026-07-14 07:40:49.618640239 +0000 UTC 2026/07/14 01:40:49 DEBUG : list: cached entries: [HELLO, WORLD!] 2026/07/14 01:40:49 ERROR : HELLO, WORLD!: sum not found 2026/07/14 01:40:49 ERROR : HeLlO, wOrLd!: file not in Cache remote TestCache{VDL3R}:rclone-test-gomuxor5regi 2026/07/14 01:40:49 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-gomuxor5regi: 1 files missing 2026/07/14 01:40:49 NOTICE: 1 hashes missing 2026/07/14 01:40:49 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-gomuxor5regi: 1 differences found 2026/07/14 01:40:49 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-gomuxor5regi: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/07/14 01:40:49 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-gomuxor5regi: list '' 2026/07/14 01:40:49 DEBUG : list: warm 1 from cache for: rclone-test-gomuxor5regi, expiring on: 2026-07-14 07:40:49.618640239 +0000 UTC 2026/07/14 01:40:49 DEBUG : list: cached entries: [HELLO, WORLD!] 2026/07/14 01:40:49 DEBUG : rclone-test-gomuxor5regi/HELLO, WORLD!: 0: chunk retry storage: 0 2026/07/14 01:40:49 DEBUG : worker-2 : partial downloaded chunk 0 2026/07/14 01:40:50 DEBUG : rclone-test-gomuxor5regi/HELLO, WORLD!: cache reader closed 13 2026/07/14 01:40:50 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/14 01:40:50 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-gomuxor5regi: 0 differences found 2026/07/14 01:40:50 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-gomuxor5regi: 1 matching files 2026/07/14 01:40:50 DEBUG : Creating backend with remote "TestCache:rclone-test-hebuquc5dowi" 2026/07/14 01:40:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/14 01:40:50 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:50 DEBUG : TestCache: detected overridden config - adding "{VDL3R}" suffix to name 2026/07/14 01:40:50 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:50 DEBUG : Creating backend with remote "/tmp/rclone_cache_test/rclone-test-hebuquc5dowi" 2026/07/14 01:40:50 DEBUG : TestCache{VDL3R}: wrapped local:/tmp/rclone_cache_test/rclone-test-hebuquc5dowi at root rclone-test-hebuquc5dowi 2026/07/14 01:40:50 INFO : TestCache{VDL3R}: Cache DB path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R}.db 2026/07/14 01:40:50 INFO : TestCache{VDL3R}: Cache chunk path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R} 2026/07/14 01:40:50 INFO : TestCache{VDL3R}: Chunk Memory: true 2026/07/14 01:40:50 INFO : TestCache{VDL3R}: Chunk Size: 5Mi 2026/07/14 01:40:50 INFO : TestCache{VDL3R}: Chunk Total Size: 10Gi 2026/07/14 01:40:50 INFO : TestCache{VDL3R}: Chunk Clean Interval: 1m0s 2026/07/14 01:40:50 INFO : TestCache{VDL3R}: Workers: 4 2026/07/14 01:40:50 INFO : TestCache{VDL3R}: File Age: 6h0m0s 2026/07/14 01:40:50 DEBUG : Creating backend with remote "/tmp/rclone2699163210" run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-hebuquc5dowi", Local "Local file system at /tmp/rclone2699163210", Modify Window "1ns" 2026/07/14 01:40:50 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-hebuquc5dowi: mkdir '' 2026/07/14 01:40:50 DEBUG : mkdir: created dir in source fs 2026/07/14 01:40:50 DEBUG : mkdir: added to cache 2026/07/14 01:40:50 DEBUG : cache: expired rclone-test-hebuquc5dowi 2026/07/14 01:40:50 DEBUG : cache: expired 2026/07/14 01:40:50 INFO : mkdir: cache expired 2026/07/14 01:40:50 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-hebuquc5dowi: put data at '測試_Русский___ě_áñ' 2026/07/14 01:40:50 DEBUG : 測試_Русский___ě_áñ: put: uploaded to remote fs 2026/07/14 01:40:50 DEBUG : 測試_Русский___ě_áñ: put: added to cache 2026/07/14 01:40:50 DEBUG : cache: expired rclone-test-hebuquc5dowi 2026/07/14 01:40:50 DEBUG : cache: expired 2026/07/14 01:40:50 INFO : put: cache expired 2026/07/14 01:40:50 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-hebuquc5dowi: list '' 2026/07/14 01:40:50 DEBUG : list: cold listing: 2026-07-13 19:40:50.130148582 +0000 UTC 2026/07/14 01:40:50 DEBUG : list: read 1 from source 2026/07/14 01:40:50 DEBUG : list: source entries: [測試_Русский___ě_áñ] 2026/07/14 01:40:50 DEBUG : list: cached object: 測試_Русский___ě_áñ 2026/07/14 01:40:50 DEBUG : list: cached directories: 0 2026/07/14 01:40:50 DEBUG : list: cached dir: 'rclone-test-hebuquc5dowi', cache ts: 2026-07-14 01:40:50.132236645 +0000 UTC m=+15.144174233 NFD checkfile vs. NFC remote (without normalization) 2026/07/14 01:40:50 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-hebuquc5dowi: list '' 2026/07/14 01:40:50 DEBUG : list: warm 1 from cache for: rclone-test-hebuquc5dowi, expiring on: 2026-07-14 07:40:50.132236645 +0000 UTC 2026/07/14 01:40:50 DEBUG : list: cached entries: [測試_Русский___ě_áñ] 2026/07/14 01:40:50 ERROR : 測試_Русский___ě_áñ: sum not found 2026/07/14 01:40:50 ERROR : 測試_Русский___ě_áñ: file not in Cache remote TestCache{VDL3R}:rclone-test-hebuquc5dowi 2026/07/14 01:40:50 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-hebuquc5dowi: 1 files missing 2026/07/14 01:40:50 NOTICE: 1 hashes missing 2026/07/14 01:40:50 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-hebuquc5dowi: 1 differences found 2026/07/14 01:40:50 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-hebuquc5dowi: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/07/14 01:40:50 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-hebuquc5dowi: list '' 2026/07/14 01:40:50 DEBUG : list: warm 1 from cache for: rclone-test-hebuquc5dowi, expiring on: 2026-07-14 07:40:50.132236645 +0000 UTC 2026/07/14 01:40:50 DEBUG : list: cached entries: [測試_Русский___ě_áñ] 2026/07/14 01:40:50 DEBUG : rclone-test-hebuquc5dowi/測試_Русский___ě_áñ: 0: chunk retry storage: 0 2026/07/14 01:40:50 DEBUG : worker-2 <測試_Русский___ě_áñ>: partial downloaded chunk 0 2026/07/14 01:40:50 DEBUG : rclone-test-hebuquc5dowi/測試_Русский___ě_áñ: cache reader closed 13 2026/07/14 01:40:50 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/14 01:40:50 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-hebuquc5dowi: 0 differences found 2026/07/14 01:40:50 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-hebuquc5dowi: 1 matching files 2026/07/14 01:40:50 DEBUG : Creating backend with remote "TestCache:rclone-test-ginoxev5nici" 2026/07/14 01:40:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/14 01:40:50 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:50 DEBUG : TestCache: detected overridden config - adding "{VDL3R}" suffix to name 2026/07/14 01:40:50 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:50 DEBUG : Creating backend with remote "/tmp/rclone_cache_test/rclone-test-ginoxev5nici" 2026/07/14 01:40:50 DEBUG : TestCache{VDL3R}: wrapped local:/tmp/rclone_cache_test/rclone-test-ginoxev5nici at root rclone-test-ginoxev5nici 2026/07/14 01:40:50 INFO : TestCache{VDL3R}: Cache DB path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R}.db 2026/07/14 01:40:50 INFO : TestCache{VDL3R}: Cache chunk path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R} 2026/07/14 01:40:50 INFO : TestCache{VDL3R}: Chunk Memory: true 2026/07/14 01:40:50 INFO : TestCache{VDL3R}: Chunk Size: 5Mi 2026/07/14 01:40:50 INFO : TestCache{VDL3R}: Chunk Total Size: 10Gi 2026/07/14 01:40:50 INFO : TestCache{VDL3R}: Chunk Clean Interval: 1m0s 2026/07/14 01:40:50 INFO : TestCache{VDL3R}: Workers: 4 2026/07/14 01:40:50 INFO : TestCache{VDL3R}: File Age: 6h0m0s 2026/07/14 01:40:50 DEBUG : Creating backend with remote "/tmp/rclone2711678667" run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-ginoxev5nici", Local "Local file system at /tmp/rclone2711678667", Modify Window "1ns" 2026/07/14 01:40:50 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-ginoxev5nici: mkdir '' 2026/07/14 01:40:50 DEBUG : mkdir: created dir in source fs 2026/07/14 01:40:50 DEBUG : mkdir: added to cache 2026/07/14 01:40:50 DEBUG : cache: expired rclone-test-ginoxev5nici 2026/07/14 01:40:50 DEBUG : cache: expired 2026/07/14 01:40:50 INFO : mkdir: cache expired 2026/07/14 01:40:50 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-ginoxev5nici: put data at '測試_Русский___ě_áñ' 2026/07/14 01:40:50 DEBUG : 測試_Русский___ě_áñ: put: uploaded to remote fs 2026/07/14 01:40:50 DEBUG : 測試_Русский___ě_áñ: put: added to cache 2026/07/14 01:40:50 DEBUG : cache: expired rclone-test-ginoxev5nici 2026/07/14 01:40:50 DEBUG : cache: expired 2026/07/14 01:40:50 INFO : put: cache expired 2026/07/14 01:40:50 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-ginoxev5nici: list '' 2026/07/14 01:40:50 DEBUG : list: cold listing: 2026-07-13 19:40:50.642342446 +0000 UTC 2026/07/14 01:40:50 DEBUG : list: read 1 from source 2026/07/14 01:40:50 DEBUG : list: source entries: [測試_Русский___ě_áñ] 2026/07/14 01:40:50 DEBUG : list: cached object: 測試_Русский___ě_áñ 2026/07/14 01:40:50 DEBUG : list: cached directories: 0 2026/07/14 01:40:50 DEBUG : list: cached dir: 'rclone-test-ginoxev5nici', cache ts: 2026-07-14 01:40:50.644196848 +0000 UTC m=+15.656134426 NFC checkfile vs. NFD remote (without normalization) 2026/07/14 01:40:50 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-ginoxev5nici: list '' 2026/07/14 01:40:50 DEBUG : list: warm 1 from cache for: rclone-test-ginoxev5nici, expiring on: 2026-07-14 07:40:50.644196848 +0000 UTC 2026/07/14 01:40:50 DEBUG : list: cached entries: [測試_Русский___ě_áñ] 2026/07/14 01:40:50 ERROR : 測試_Русский___ě_áñ: sum not found 2026/07/14 01:40:50 ERROR : 測試_Русский___ě_áñ: file not in Cache remote TestCache{VDL3R}:rclone-test-ginoxev5nici 2026/07/14 01:40:50 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-ginoxev5nici: 1 files missing 2026/07/14 01:40:50 NOTICE: 1 hashes missing 2026/07/14 01:40:50 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-ginoxev5nici: 1 differences found 2026/07/14 01:40:50 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-ginoxev5nici: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/07/14 01:40:50 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-ginoxev5nici: list '' 2026/07/14 01:40:50 DEBUG : list: warm 1 from cache for: rclone-test-ginoxev5nici, expiring on: 2026-07-14 07:40:50.644196848 +0000 UTC 2026/07/14 01:40:50 DEBUG : list: cached entries: [測試_Русский___ě_áñ] 2026/07/14 01:40:50 DEBUG : rclone-test-ginoxev5nici/測試_Русский___ě_áñ: 0: chunk retry storage: 0 2026/07/14 01:40:50 DEBUG : worker-2 <測試_Русский___ě_áñ>: partial downloaded chunk 0 2026/07/14 01:40:51 DEBUG : rclone-test-ginoxev5nici/測試_Русский___ě_áñ: cache reader closed 13 2026/07/14 01:40:51 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/14 01:40:51 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-ginoxev5nici: 0 differences found 2026/07/14 01:40:51 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-ginoxev5nici: 1 matching files 2026/07/14 01:40:51 DEBUG : Creating backend with remote "TestCache:rclone-test-fovedex4vepa" 2026/07/14 01:40:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/14 01:40:51 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:51 DEBUG : TestCache: detected overridden config - adding "{VDL3R}" suffix to name 2026/07/14 01:40:51 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:51 DEBUG : Creating backend with remote "/tmp/rclone_cache_test/rclone-test-fovedex4vepa" 2026/07/14 01:40:51 DEBUG : TestCache{VDL3R}: wrapped local:/tmp/rclone_cache_test/rclone-test-fovedex4vepa at root rclone-test-fovedex4vepa 2026/07/14 01:40:51 INFO : TestCache{VDL3R}: Cache DB path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R}.db 2026/07/14 01:40:51 INFO : TestCache{VDL3R}: Cache chunk path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R} 2026/07/14 01:40:51 INFO : TestCache{VDL3R}: Chunk Memory: true 2026/07/14 01:40:51 INFO : TestCache{VDL3R}: Chunk Size: 5Mi 2026/07/14 01:40:51 INFO : TestCache{VDL3R}: Chunk Total Size: 10Gi 2026/07/14 01:40:51 INFO : TestCache{VDL3R}: Chunk Clean Interval: 1m0s 2026/07/14 01:40:51 INFO : TestCache{VDL3R}: Workers: 4 2026/07/14 01:40:51 INFO : TestCache{VDL3R}: File Age: 6h0m0s 2026/07/14 01:40:51 DEBUG : Creating backend with remote "/tmp/rclone2797942116" run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-fovedex4vepa", Local "Local file system at /tmp/rclone2797942116", Modify Window "1ns" 2026/07/14 01:40:51 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-fovedex4vepa: mkdir '' 2026/07/14 01:40:51 DEBUG : mkdir: created dir in source fs 2026/07/14 01:40:51 DEBUG : mkdir: added to cache 2026/07/14 01:40:51 DEBUG : cache: expired rclone-test-fovedex4vepa 2026/07/14 01:40:51 DEBUG : cache: expired 2026/07/14 01:40:51 INFO : mkdir: cache expired 2026/07/14 01:40:51 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-fovedex4vepa: put data at '測試_Русский___ě_áñ測試_Русский___ě_áñ' 2026/07/14 01:40:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: put: uploaded to remote fs 2026/07/14 01:40:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: put: added to cache 2026/07/14 01:40:51 DEBUG : cache: expired rclone-test-fovedex4vepa 2026/07/14 01:40:51 DEBUG : cache: expired 2026/07/14 01:40:51 INFO : put: cache expired 2026/07/14 01:40:51 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-fovedex4vepa: list '' 2026/07/14 01:40:51 DEBUG : list: cold listing: 2026-07-13 19:40:51.155509041 +0000 UTC 2026/07/14 01:40:51 DEBUG : list: read 1 from source 2026/07/14 01:40:51 DEBUG : list: source entries: [測試_Русский___ě_áñ測試_Русский___ě_áñ] 2026/07/14 01:40:51 DEBUG : list: cached object: 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/07/14 01:40:51 DEBUG : list: cached directories: 0 2026/07/14 01:40:51 DEBUG : list: cached dir: 'rclone-test-fovedex4vepa', cache ts: 2026-07-14 01:40:51.157487237 +0000 UTC m=+16.169424825 NFDx2 checkfile vs. both remote (without normalization) 2026/07/14 01:40:51 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-fovedex4vepa: list '' 2026/07/14 01:40:51 DEBUG : list: warm 1 from cache for: rclone-test-fovedex4vepa, expiring on: 2026-07-14 07:40:51.157487237 +0000 UTC 2026/07/14 01:40:51 DEBUG : list: cached entries: [測試_Русский___ě_áñ測試_Русский___ě_áñ] 2026/07/14 01:40:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/07/14 01:40:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Cache remote TestCache{VDL3R}:rclone-test-fovedex4vepa 2026/07/14 01:40:51 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-fovedex4vepa: 1 files missing 2026/07/14 01:40:51 NOTICE: 1 hashes missing 2026/07/14 01:40:51 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-fovedex4vepa: 1 differences found 2026/07/14 01:40:51 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-fovedex4vepa: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/07/14 01:40:51 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-fovedex4vepa: list '' 2026/07/14 01:40:51 DEBUG : list: warm 1 from cache for: rclone-test-fovedex4vepa, expiring on: 2026-07-14 07:40:51.157487237 +0000 UTC 2026/07/14 01:40:51 DEBUG : list: cached entries: [測試_Русский___ě_áñ測試_Русский___ě_áñ] 2026/07/14 01:40:51 DEBUG : rclone-test-fovedex4vepa/測試_Русский___ě_áñ測試_Русский___ě_áñ: 0: chunk retry storage: 0 2026/07/14 01:40:51 DEBUG : worker-2 <測試_Русский___ě_áñ測試_Русский___ě_áñ>: partial downloaded chunk 0 2026/07/14 01:40:51 DEBUG : rclone-test-fovedex4vepa/測試_Русский___ě_áñ測試_Русский___ě_áñ: cache reader closed 13 2026/07/14 01:40:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/14 01:40:51 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-fovedex4vepa: 0 differences found 2026/07/14 01:40:51 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-fovedex4vepa: 1 matching files 2026/07/14 01:40:51 DEBUG : Creating backend with remote "TestCache:rclone-test-lufaban7kiji" 2026/07/14 01:40:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/14 01:40:51 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:51 DEBUG : TestCache: detected overridden config - adding "{VDL3R}" suffix to name 2026/07/14 01:40:51 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:51 DEBUG : Creating backend with remote "/tmp/rclone_cache_test/rclone-test-lufaban7kiji" 2026/07/14 01:40:51 DEBUG : TestCache{VDL3R}: wrapped local:/tmp/rclone_cache_test/rclone-test-lufaban7kiji at root rclone-test-lufaban7kiji 2026/07/14 01:40:51 INFO : TestCache{VDL3R}: Cache DB path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R}.db 2026/07/14 01:40:51 INFO : TestCache{VDL3R}: Cache chunk path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R} 2026/07/14 01:40:51 INFO : TestCache{VDL3R}: Chunk Memory: true 2026/07/14 01:40:51 INFO : TestCache{VDL3R}: Chunk Size: 5Mi 2026/07/14 01:40:51 INFO : TestCache{VDL3R}: Chunk Total Size: 10Gi 2026/07/14 01:40:51 INFO : TestCache{VDL3R}: Chunk Clean Interval: 1m0s 2026/07/14 01:40:51 INFO : TestCache{VDL3R}: Workers: 4 2026/07/14 01:40:51 INFO : TestCache{VDL3R}: File Age: 6h0m0s 2026/07/14 01:40:51 DEBUG : Creating backend with remote "/tmp/rclone855511453" run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-lufaban7kiji", Local "Local file system at /tmp/rclone855511453", Modify Window "1ns" 2026/07/14 01:40:51 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-lufaban7kiji: mkdir '' 2026/07/14 01:40:51 DEBUG : mkdir: created dir in source fs 2026/07/14 01:40:51 DEBUG : mkdir: added to cache 2026/07/14 01:40:51 DEBUG : cache: expired rclone-test-lufaban7kiji 2026/07/14 01:40:51 DEBUG : cache: expired 2026/07/14 01:40:51 INFO : mkdir: cache expired 2026/07/14 01:40:51 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-lufaban7kiji: put data at '測試_Русский___ě_áñ測試_Русский___ě_áñ' 2026/07/14 01:40:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: put: uploaded to remote fs 2026/07/14 01:40:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: put: added to cache 2026/07/14 01:40:51 DEBUG : cache: expired rclone-test-lufaban7kiji 2026/07/14 01:40:51 DEBUG : cache: expired 2026/07/14 01:40:51 INFO : put: cache expired 2026/07/14 01:40:51 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-lufaban7kiji: list '' 2026/07/14 01:40:51 DEBUG : list: cold listing: 2026-07-13 19:40:51.67041933 +0000 UTC 2026/07/14 01:40:51 DEBUG : list: read 1 from source 2026/07/14 01:40:51 DEBUG : list: source entries: [測試_Русский___ě_áñ測試_Русский___ě_áñ] 2026/07/14 01:40:51 DEBUG : list: cached object: 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/07/14 01:40:51 DEBUG : list: cached directories: 0 2026/07/14 01:40:51 DEBUG : list: cached dir: 'rclone-test-lufaban7kiji', cache ts: 2026-07-14 01:40:51.672411942 +0000 UTC m=+16.684349530 NFCx2 checkfile vs. both remote (without normalization) 2026/07/14 01:40:51 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-lufaban7kiji: list '' 2026/07/14 01:40:51 DEBUG : list: warm 1 from cache for: rclone-test-lufaban7kiji, expiring on: 2026-07-14 07:40:51.672411942 +0000 UTC 2026/07/14 01:40:51 DEBUG : list: cached entries: [測試_Русский___ě_áñ測試_Русский___ě_áñ] 2026/07/14 01:40:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/07/14 01:40:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Cache remote TestCache{VDL3R}:rclone-test-lufaban7kiji 2026/07/14 01:40:51 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-lufaban7kiji: 1 files missing 2026/07/14 01:40:51 NOTICE: 1 hashes missing 2026/07/14 01:40:51 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-lufaban7kiji: 1 differences found 2026/07/14 01:40:51 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-lufaban7kiji: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/07/14 01:40:51 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-lufaban7kiji: list '' 2026/07/14 01:40:51 DEBUG : list: warm 1 from cache for: rclone-test-lufaban7kiji, expiring on: 2026-07-14 07:40:51.672411942 +0000 UTC 2026/07/14 01:40:51 DEBUG : list: cached entries: [測試_Русский___ě_áñ測試_Русский___ě_áñ] 2026/07/14 01:40:51 DEBUG : rclone-test-lufaban7kiji/測試_Русский___ě_áñ測試_Русский___ě_áñ: 0: chunk retry storage: 0 2026/07/14 01:40:51 DEBUG : worker-2 <測試_Русский___ě_áñ測試_Русский___ě_áñ>: partial downloaded chunk 0 2026/07/14 01:40:52 DEBUG : rclone-test-lufaban7kiji/測試_Русский___ě_áñ測試_Русский___ě_áñ: cache reader closed 13 2026/07/14 01:40:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/14 01:40:52 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-lufaban7kiji: 0 differences found 2026/07/14 01:40:52 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-lufaban7kiji: 1 matching files 2026/07/14 01:40:52 DEBUG : Creating backend with remote "TestCache:rclone-test-pucihiw7nako" 2026/07/14 01:40:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/14 01:40:52 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:52 DEBUG : TestCache: detected overridden config - adding "{VDL3R}" suffix to name 2026/07/14 01:40:52 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:52 DEBUG : Creating backend with remote "/tmp/rclone_cache_test/rclone-test-pucihiw7nako" 2026/07/14 01:40:52 DEBUG : TestCache{VDL3R}: wrapped local:/tmp/rclone_cache_test/rclone-test-pucihiw7nako at root rclone-test-pucihiw7nako 2026/07/14 01:40:52 INFO : TestCache{VDL3R}: Cache DB path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R}.db 2026/07/14 01:40:52 INFO : TestCache{VDL3R}: Cache chunk path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R} 2026/07/14 01:40:52 INFO : TestCache{VDL3R}: Chunk Memory: true 2026/07/14 01:40:52 INFO : TestCache{VDL3R}: Chunk Size: 5Mi 2026/07/14 01:40:52 INFO : TestCache{VDL3R}: Chunk Total Size: 10Gi 2026/07/14 01:40:52 INFO : TestCache{VDL3R}: Chunk Clean Interval: 1m0s 2026/07/14 01:40:52 INFO : TestCache{VDL3R}: Workers: 4 2026/07/14 01:40:52 INFO : TestCache{VDL3R}: File Age: 6h0m0s 2026/07/14 01:40:52 DEBUG : Creating backend with remote "/tmp/rclone4264543627" run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-pucihiw7nako", Local "Local file system at /tmp/rclone4264543627", Modify Window "1ns" 2026/07/14 01:40:52 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-pucihiw7nako: mkdir '' 2026/07/14 01:40:52 DEBUG : mkdir: created dir in source fs 2026/07/14 01:40:52 DEBUG : mkdir: added to cache 2026/07/14 01:40:52 DEBUG : cache: expired rclone-test-pucihiw7nako 2026/07/14 01:40:52 DEBUG : cache: expired 2026/07/14 01:40:52 INFO : mkdir: cache expired 2026/07/14 01:40:52 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-pucihiw7nako: put data at '測試_Русский___ě_áñ測試_Русский___ě_áñ' 2026/07/14 01:40:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: put: uploaded to remote fs 2026/07/14 01:40:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: put: added to cache 2026/07/14 01:40:52 DEBUG : cache: expired rclone-test-pucihiw7nako 2026/07/14 01:40:52 DEBUG : cache: expired 2026/07/14 01:40:52 INFO : put: cache expired 2026/07/14 01:40:52 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-pucihiw7nako: list '' 2026/07/14 01:40:52 DEBUG : list: cold listing: 2026-07-13 19:40:52.188365858 +0000 UTC 2026/07/14 01:40:52 DEBUG : list: read 1 from source 2026/07/14 01:40:52 DEBUG : list: source entries: [測試_Русский___ě_áñ測試_Русский___ě_áñ] 2026/07/14 01:40:52 DEBUG : list: cached object: 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/07/14 01:40:52 DEBUG : list: cached directories: 0 2026/07/14 01:40:52 DEBUG : list: cached dir: 'rclone-test-pucihiw7nako', cache ts: 2026-07-14 01:40:52.190595788 +0000 UTC m=+17.202533366 both checkfile vs. NFDx2 remote (without normalization) 2026/07/14 01:40:52 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-pucihiw7nako: list '' 2026/07/14 01:40:52 DEBUG : list: warm 1 from cache for: rclone-test-pucihiw7nako, expiring on: 2026-07-14 07:40:52.190595788 +0000 UTC 2026/07/14 01:40:52 DEBUG : list: cached entries: [測試_Русский___ě_áñ測試_Русский___ě_áñ] 2026/07/14 01:40:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/07/14 01:40:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Cache remote TestCache{VDL3R}:rclone-test-pucihiw7nako 2026/07/14 01:40:52 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-pucihiw7nako: 1 files missing 2026/07/14 01:40:52 NOTICE: 1 hashes missing 2026/07/14 01:40:52 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-pucihiw7nako: 1 differences found 2026/07/14 01:40:52 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-pucihiw7nako: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/07/14 01:40:52 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-pucihiw7nako: list '' 2026/07/14 01:40:52 DEBUG : list: warm 1 from cache for: rclone-test-pucihiw7nako, expiring on: 2026-07-14 07:40:52.190595788 +0000 UTC 2026/07/14 01:40:52 DEBUG : list: cached entries: [測試_Русский___ě_áñ測試_Русский___ě_áñ] 2026/07/14 01:40:52 DEBUG : rclone-test-pucihiw7nako/測試_Русский___ě_áñ測試_Русский___ě_áñ: 0: chunk retry storage: 0 2026/07/14 01:40:52 DEBUG : worker-2 <測試_Русский___ě_áñ測試_Русский___ě_áñ>: partial downloaded chunk 0 2026/07/14 01:40:52 DEBUG : rclone-test-pucihiw7nako/測試_Русский___ě_áñ測試_Русский___ě_áñ: cache reader closed 13 2026/07/14 01:40:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/14 01:40:52 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-pucihiw7nako: 0 differences found 2026/07/14 01:40:52 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-pucihiw7nako: 1 matching files 2026/07/14 01:40:52 DEBUG : Creating backend with remote "TestCache:rclone-test-jeyuvek4yuri" 2026/07/14 01:40:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/14 01:40:52 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:52 DEBUG : TestCache: detected overridden config - adding "{VDL3R}" suffix to name 2026/07/14 01:40:52 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:52 DEBUG : Creating backend with remote "/tmp/rclone_cache_test/rclone-test-jeyuvek4yuri" 2026/07/14 01:40:52 DEBUG : TestCache{VDL3R}: wrapped local:/tmp/rclone_cache_test/rclone-test-jeyuvek4yuri at root rclone-test-jeyuvek4yuri 2026/07/14 01:40:52 INFO : TestCache{VDL3R}: Cache DB path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R}.db 2026/07/14 01:40:52 INFO : TestCache{VDL3R}: Cache chunk path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R} 2026/07/14 01:40:52 INFO : TestCache{VDL3R}: Chunk Memory: true 2026/07/14 01:40:52 INFO : TestCache{VDL3R}: Chunk Size: 5Mi 2026/07/14 01:40:52 INFO : TestCache{VDL3R}: Chunk Total Size: 10Gi 2026/07/14 01:40:52 INFO : TestCache{VDL3R}: Chunk Clean Interval: 1m0s 2026/07/14 01:40:52 INFO : TestCache{VDL3R}: Workers: 4 2026/07/14 01:40:52 INFO : TestCache{VDL3R}: File Age: 6h0m0s 2026/07/14 01:40:52 DEBUG : Creating backend with remote "/tmp/rclone132882608" run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-jeyuvek4yuri", Local "Local file system at /tmp/rclone132882608", Modify Window "1ns" 2026/07/14 01:40:52 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-jeyuvek4yuri: mkdir '' 2026/07/14 01:40:52 DEBUG : mkdir: created dir in source fs 2026/07/14 01:40:52 DEBUG : mkdir: added to cache 2026/07/14 01:40:52 DEBUG : cache: expired rclone-test-jeyuvek4yuri 2026/07/14 01:40:52 DEBUG : cache: expired 2026/07/14 01:40:52 INFO : mkdir: cache expired 2026/07/14 01:40:52 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-jeyuvek4yuri: put data at '測試_Русский___ě_áñ測試_Русский___ě_áñ' 2026/07/14 01:40:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: put: uploaded to remote fs 2026/07/14 01:40:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: put: added to cache 2026/07/14 01:40:52 DEBUG : cache: expired rclone-test-jeyuvek4yuri 2026/07/14 01:40:52 DEBUG : cache: expired 2026/07/14 01:40:52 INFO : put: cache expired 2026/07/14 01:40:52 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-jeyuvek4yuri: list '' 2026/07/14 01:40:52 DEBUG : list: cold listing: 2026-07-13 19:40:52.706753798 +0000 UTC 2026/07/14 01:40:52 DEBUG : list: read 1 from source 2026/07/14 01:40:52 DEBUG : list: source entries: [測試_Русский___ě_áñ測試_Русский___ě_áñ] 2026/07/14 01:40:52 DEBUG : list: cached object: 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/07/14 01:40:52 DEBUG : list: cached directories: 0 2026/07/14 01:40:52 DEBUG : list: cached dir: 'rclone-test-jeyuvek4yuri', cache ts: 2026-07-14 01:40:52.708987114 +0000 UTC m=+17.720924703 both checkfile vs. NFCx2 remote (without normalization) 2026/07/14 01:40:52 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-jeyuvek4yuri: list '' 2026/07/14 01:40:52 DEBUG : list: warm 1 from cache for: rclone-test-jeyuvek4yuri, expiring on: 2026-07-14 07:40:52.708987114 +0000 UTC 2026/07/14 01:40:52 DEBUG : list: cached entries: [測試_Русский___ě_áñ測試_Русский___ě_áñ] 2026/07/14 01:40:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/07/14 01:40:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Cache remote TestCache{VDL3R}:rclone-test-jeyuvek4yuri 2026/07/14 01:40:52 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-jeyuvek4yuri: 1 files missing 2026/07/14 01:40:52 NOTICE: 1 hashes missing 2026/07/14 01:40:52 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-jeyuvek4yuri: 1 differences found 2026/07/14 01:40:52 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-jeyuvek4yuri: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/07/14 01:40:52 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-jeyuvek4yuri: list '' 2026/07/14 01:40:52 DEBUG : list: warm 1 from cache for: rclone-test-jeyuvek4yuri, expiring on: 2026-07-14 07:40:52.708987114 +0000 UTC 2026/07/14 01:40:52 DEBUG : list: cached entries: [測試_Русский___ě_áñ測試_Русский___ě_áñ] 2026/07/14 01:40:52 DEBUG : rclone-test-jeyuvek4yuri/測試_Русский___ě_áñ測試_Русский___ě_áñ: 0: chunk retry storage: 0 2026/07/14 01:40:52 DEBUG : worker-2 <測試_Русский___ě_áñ測試_Русский___ě_áñ>: partial downloaded chunk 0 2026/07/14 01:40:53 DEBUG : rclone-test-jeyuvek4yuri/測試_Русский___ě_áñ測試_Русский___ě_áñ: cache reader closed 13 2026/07/14 01:40:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/14 01:40:53 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-jeyuvek4yuri: 0 differences found 2026/07/14 01:40:53 NOTICE: Cache remote TestCache{VDL3R}:rclone-test-jeyuvek4yuri: 1 matching files 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-jeyuvek4yuri: list '' 2026/07/14 01:40:53 DEBUG : list: warm 1 from cache for: rclone-test-jeyuvek4yuri, expiring on: 2026-07-14 07:40:52.708987114 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [測試_Русский___ě_áñ測試_Русский___ě_áñ] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-jeyuvek4yuri: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2026/07/14 01:40:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: removing object 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-jeyuvek4yuri 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-jeyuvek4yuri: Purge dir "" 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-jeyuvek4yuri: rmdir '' 2026/07/14 01:40:53 DEBUG : rmdir: removed dir in source fs 2026/07/14 01:40:53 DEBUG : rmdir: removed from cache 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : rmdir: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-pucihiw7nako: list '' 2026/07/14 01:40:53 DEBUG : list: warm 1 from cache for: rclone-test-pucihiw7nako, expiring on: 2026-07-14 07:40:52.190595788 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [測試_Русский___ě_áñ測試_Русский___ě_áñ] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-pucihiw7nako: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2026/07/14 01:40:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: removing object 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-pucihiw7nako 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-pucihiw7nako: Purge dir "" 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-pucihiw7nako: rmdir '' 2026/07/14 01:40:53 DEBUG : rmdir: removed dir in source fs 2026/07/14 01:40:53 DEBUG : rmdir: removed from cache 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : rmdir: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-lufaban7kiji: list '' 2026/07/14 01:40:53 DEBUG : list: warm 1 from cache for: rclone-test-lufaban7kiji, expiring on: 2026-07-14 07:40:51.672411942 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [測試_Русский___ě_áñ測試_Русский___ě_áñ] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-lufaban7kiji: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2026/07/14 01:40:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: removing object 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-lufaban7kiji 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-lufaban7kiji: Purge dir "" 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-lufaban7kiji: rmdir '' 2026/07/14 01:40:53 DEBUG : rmdir: removed dir in source fs 2026/07/14 01:40:53 DEBUG : rmdir: removed from cache 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : rmdir: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-fovedex4vepa: list '' 2026/07/14 01:40:53 DEBUG : list: warm 1 from cache for: rclone-test-fovedex4vepa, expiring on: 2026-07-14 07:40:51.157487237 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [測試_Русский___ě_áñ測試_Русский___ě_áñ] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-fovedex4vepa: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2026/07/14 01:40:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: removing object 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-fovedex4vepa 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-fovedex4vepa: Purge dir "" 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-fovedex4vepa: rmdir '' 2026/07/14 01:40:53 DEBUG : rmdir: removed dir in source fs 2026/07/14 01:40:53 DEBUG : rmdir: removed from cache 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : rmdir: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-ginoxev5nici: list '' 2026/07/14 01:40:53 DEBUG : list: warm 1 from cache for: rclone-test-ginoxev5nici, expiring on: 2026-07-14 07:40:50.644196848 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [測試_Русский___ě_áñ] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-ginoxev5nici: Purge object "測試_Русский___ě_áñ" 2026/07/14 01:40:53 DEBUG : 測試_Русский___ě_áñ: removing object 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-ginoxev5nici 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-ginoxev5nici: Purge dir "" 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-ginoxev5nici: rmdir '' 2026/07/14 01:40:53 DEBUG : rmdir: removed dir in source fs 2026/07/14 01:40:53 DEBUG : rmdir: removed from cache 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : rmdir: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-hebuquc5dowi: list '' 2026/07/14 01:40:53 DEBUG : list: warm 1 from cache for: rclone-test-hebuquc5dowi, expiring on: 2026-07-14 07:40:50.132236645 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [測試_Русский___ě_áñ] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-hebuquc5dowi: Purge object "測試_Русский___ě_áñ" 2026/07/14 01:40:53 DEBUG : 測試_Русский___ě_áñ: removing object 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-hebuquc5dowi 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-hebuquc5dowi: Purge dir "" 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-hebuquc5dowi: rmdir '' 2026/07/14 01:40:53 DEBUG : rmdir: removed dir in source fs 2026/07/14 01:40:53 DEBUG : rmdir: removed from cache 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : rmdir: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-gomuxor5regi: list '' 2026/07/14 01:40:53 DEBUG : list: warm 1 from cache for: rclone-test-gomuxor5regi, expiring on: 2026-07-14 07:40:49.618640239 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [HELLO, WORLD!] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-gomuxor5regi: Purge object "HELLO, WORLD!" 2026/07/14 01:40:53 DEBUG : HELLO, WORLD!: removing object 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-gomuxor5regi 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-gomuxor5regi: Purge dir "" 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-gomuxor5regi: rmdir '' 2026/07/14 01:40:53 DEBUG : rmdir: removed dir in source fs 2026/07/14 01:40:53 DEBUG : rmdir: removed from cache 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : rmdir: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-gologeb2miqa: list '' 2026/07/14 01:40:53 DEBUG : list: warm 1 from cache for: rclone-test-gologeb2miqa, expiring on: 2026-07-14 07:40:49.106815742 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [HeLlO, wOrLd!] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-gologeb2miqa: Purge object "HeLlO, wOrLd!" 2026/07/14 01:40:53 DEBUG : HeLlO, wOrLd!: removing object 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-gologeb2miqa 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-gologeb2miqa: Purge dir "" 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-gologeb2miqa: rmdir '' 2026/07/14 01:40:53 DEBUG : rmdir: removed dir in source fs 2026/07/14 01:40:53 DEBUG : rmdir: removed from cache 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : rmdir: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-dukaqam4filo: list '' 2026/07/14 01:40:53 DEBUG : list: warm 1 from cache for: rclone-test-dukaqam4filo, expiring on: 2026-07-14 07:40:48.591225942 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [HELLO, WORLD!] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-dukaqam4filo: Purge object "HELLO, WORLD!" 2026/07/14 01:40:53 DEBUG : HELLO, WORLD!: removing object 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-dukaqam4filo 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-dukaqam4filo: Purge dir "" 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-dukaqam4filo: rmdir '' 2026/07/14 01:40:53 DEBUG : rmdir: removed dir in source fs 2026/07/14 01:40:53 DEBUG : rmdir: removed from cache 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : rmdir: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-fuqofuj3hene: list '' 2026/07/14 01:40:53 DEBUG : list: warm 1 from cache for: rclone-test-fuqofuj3hene, expiring on: 2026-07-14 07:40:48.078612256 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [hello, world!] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-fuqofuj3hene: Purge object "hello, world!" 2026/07/14 01:40:53 DEBUG : hello, world!: removing object 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-fuqofuj3hene 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-fuqofuj3hene: Purge dir "" 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-fuqofuj3hene: rmdir '' 2026/07/14 01:40:53 DEBUG : rmdir: removed dir in source fs 2026/07/14 01:40:53 DEBUG : rmdir: removed from cache 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : rmdir: cache expired --- PASS: TestApplyTransforms (5.19s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'sub/file2' 2026/07/14 01:40:53 DEBUG : sub/file2: find: error: couldn't open parent bucket for rclone-test-tenazam1ziha/sub 2026/07/14 01:40:53 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:53 DEBUG : file1: Need to transfer - File not found at Destination 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'sub/file2' 2026/07/14 01:40:53 DEBUG : sub/file2: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : sub/file2: put: added to cache 2026/07/14 01:40:53 DEBUG : sub: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : sub: cache: expired 2026/07/14 01:40:53 INFO : sub: put: cache expired 2026/07/14 01:40:53 DEBUG : sub/file2: size = 14 OK 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 01:40:53 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/14 01:40:53 INFO : file1: Copied (new) to: sub/file2 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: cold listing: 2026-07-13 19:40:53.265504151 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: read 1 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [sub] 2026/07/14 01:40:53 DEBUG : list: cached directories: 1 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.268923452 +0000 UTC m=+18.280861040 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub' 2026/07/14 01:40:53 DEBUG : sub: list: warm 1 from cache for: rclone-test-tenazam1ziha/sub, expiring on: 2026-07-14 07:40:53.268069463 +0000 UTC 2026/07/14 01:40:53 DEBUG : sub: list: cached entries: [sub/file2] 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: 91aee57ad1d095bdded6f312b2e49431989f288d32f6b9a0dd0066b0350ffcf6a42c98605a2a58a80f1ee0ce11820da6617a8538f9b057a3721b3a9783d22e1c 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: f401d3a6 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: 226e7cfa701fb8ba542d42e0f8bd3090cbbcc9f54d834f361c0ab8c3f4846b72 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: a4b1d14ff0861c692abb6789d38c92d118a5febd000248d3b1002357ce0633d23ab12034bb1efd8d884058cec99da31cf646fb6179979b2fb231ba80e0bbc495 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: c7a6c106a2e629bbd123ec0814852c67c53153d47a8a5c3abf2866e0156d58f6 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: 816390424257dd76 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: 688523f07c4523d48bebf07f760ea6fa 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: d4b8d7e13c592e454a060a60b4606d5e5c5a03b023d97e24bf4682e9535a8778 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: aaeba82ca64452b89313b42f6621fe418e9847cc 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: 66696c653120636f6e74656e7473000000000000 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: 6648031bca1003108ce10d6eae4319dc40873900 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'sub/file2' 2026/07/14 01:40:53 DEBUG : sub/file2: find: warm object: sub/file2, expiring on: 2026-07-14 07:40:53.269788832 +0000 UTC 2026/07/14 01:40:53 DEBUG : sub/file2: size = 14 OK 2026/07/14 01:40:53 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/07/14 01:40:53 DEBUG : file1: Unchanged skipping 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:53.268923452 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [sub] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub' 2026/07/14 01:40:53 DEBUG : sub: list: warm 1 from cache for: rclone-test-tenazam1ziha/sub, expiring on: 2026-07-14 07:40:53.268069463 +0000 UTC 2026/07/14 01:40:53 DEBUG : sub: list: cached entries: [sub/file2] 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: 91aee57ad1d095bdded6f312b2e49431989f288d32f6b9a0dd0066b0350ffcf6a42c98605a2a58a80f1ee0ce11820da6617a8538f9b057a3721b3a9783d22e1c 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: f401d3a6 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: 226e7cfa701fb8ba542d42e0f8bd3090cbbcc9f54d834f361c0ab8c3f4846b72 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: a4b1d14ff0861c692abb6789d38c92d118a5febd000248d3b1002357ce0633d23ab12034bb1efd8d884058cec99da31cf646fb6179979b2fb231ba80e0bbc495 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: c7a6c106a2e629bbd123ec0814852c67c53153d47a8a5c3abf2866e0156d58f6 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: 816390424257dd76 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: 688523f07c4523d48bebf07f760ea6fa 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: d4b8d7e13c592e454a060a60b4606d5e5c5a03b023d97e24bf4682e9535a8778 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: aaeba82ca64452b89313b42f6621fe418e9847cc 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: 66696c653120636f6e74656e7473000000000000 2026/07/14 01:40:53 DEBUG : sub/file2: object hash cached: 6648031bca1003108ce10d6eae4319dc40873900 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: don't need to copy/move sub/file2, it is already at target location 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:53.268923452 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [sub] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub' 2026/07/14 01:40:53 DEBUG : sub: list: warm 1 from cache for: rclone-test-tenazam1ziha/sub, expiring on: 2026-07-14 07:40:53.268069463 +0000 UTC 2026/07/14 01:40:53 DEBUG : sub: list: cached entries: [sub/file2] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:53.268923452 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [sub] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub' 2026/07/14 01:40:53 DEBUG : sub: list: warm 1 from cache for: rclone-test-tenazam1ziha/sub, expiring on: 2026-07-14 07:40:53.268069463 +0000 UTC 2026/07/14 01:40:53 DEBUG : sub: list: cached entries: [sub/file2] 2026/07/14 01:40:53 DEBUG : sub/file2: removing object 2026/07/14 01:40:53 DEBUG : sub: cache: expired rclone-test-tenazam1ziha/sub 2026/07/14 01:40:53 DEBUG : sub: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : sub: cache: expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'sub' 2026/07/14 01:40:53 DEBUG : sub: rmdir: removed dir in source fs 2026/07/14 01:40:53 DEBUG : sub: rmdir: removed from cache 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : rmdir: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: cold listing: 2026-07-13 19:40:53.300792548 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.301621009 +0000 UTC m=+18.313558598 --- PASS: TestCopyFile (0.04s) === RUN TestCopyLongFile run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" copy_test.go:154: Test only runs on local 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.302737392 +0000 UTC m=+18.314674980 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.303708291 +0000 UTC m=+18.315645879 --- SKIP: TestCopyLongFile (0.00s) === RUN TestCopyFileBackupDir run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'dst/file1' 2026/07/14 01:40:53 DEBUG : dst/file1: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : dst/file1: put: added to cache 2026/07/14 01:40:53 DEBUG : dst: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : dst: cache: expired 2026/07/14 01:40:53 INFO : dst: put: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: cold listing: 2026-07-13 19:40:53.306563699 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: read 1 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [dst] 2026/07/14 01:40:53 DEBUG : list: cached directories: 1 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.309215875 +0000 UTC m=+18.321153463 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'dst' 2026/07/14 01:40:53 DEBUG : dst: list: warm 1 from cache for: rclone-test-tenazam1ziha/dst, expiring on: 2026-07-14 07:40:53.30795519 +0000 UTC 2026/07/14 01:40:53 DEBUG : dst: list: cached entries: [dst/file1] 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: 05164b153084ba910184c26e561a7c18 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: 22e0175be52049395b842339fedb74693adb359b9cf1ce30f128a78a62ab1d8439bf2e64fb0a8d59c98b9cbeab2a1a3c5a8b02891adb60ab55c92690ff28e2af 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: 056eb721 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: b247246cc3b83ab434697960aeedc39ddc3315b9280812229374c7e2c550ecc6 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: c768b7c0c81751d83216515ba60eb27ca34beb548274acea7a3add0ecbc2e35f80d597c5fced15e5b768a036840ad9fe5334a73ec4f0aaae097e422f70b17575 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: 3e1cbcdbfa417c6988dcf0c466d0198a184ba2c4e6f2aca349e7300937e72495 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: 7a0a5ecc943911ab 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: d772b6e055ac487fd825777c022df3df 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: b83330680e0ad60666064b07bfce00a3acb095d952c87c869f4934a6ebd829a2 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: 0c11ed506536324a7c315c8ab1a340ea9f1a2d54 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: 66696c653120636f6e74656e7473206f6c640000 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: 86456f3bc91003108ce10d6eb24319dc40873980 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'dst/file1' 2026/07/14 01:40:53 DEBUG : dst/file1: find: warm object: dst/file1, expiring on: 2026-07-14 07:40:53.310527174 +0000 UTC 2026/07/14 01:40:53 DEBUG : Creating backend with remote "TestCache:rclone-test-tenazam1ziha/backup" 2026/07/14 01:40:53 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:53 DEBUG : TestCache: detected overridden config - adding "{VDL3R}" suffix to name 2026/07/14 01:40:53 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:53 DEBUG : Creating backend with remote "/tmp/rclone_cache_test/rclone-test-tenazam1ziha/backup" 2026/07/14 01:40:53 DEBUG : TestCache{VDL3R}: wrapped local:/tmp/rclone_cache_test/rclone-test-tenazam1ziha/backup at root rclone-test-tenazam1ziha/backup 2026/07/14 01:40:53 INFO : TestCache{VDL3R}: Cache DB path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R}.db 2026/07/14 01:40:53 INFO : TestCache{VDL3R}: Cache chunk path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R} 2026/07/14 01:40:53 INFO : TestCache{VDL3R}: Chunk Memory: true 2026/07/14 01:40:53 INFO : TestCache{VDL3R}: Chunk Size: 5Mi 2026/07/14 01:40:53 INFO : TestCache{VDL3R}: Chunk Total Size: 10Gi 2026/07/14 01:40:53 INFO : TestCache{VDL3R}: Chunk Clean Interval: 1m0s 2026/07/14 01:40:53 INFO : TestCache{VDL3R}: Workers: 4 2026/07/14 01:40:53 INFO : TestCache{VDL3R}: File Age: 6h0m0s 2026/07/14 01:40:53 DEBUG : fs cache: renaming cache item "TestCache:rclone-test-tenazam1ziha/backup" to be canonical "TestCache{VDL3R}:rclone-test-tenazam1ziha/backup" 2026/07/14 01:40:53 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone102410171) 2026/07/14 01:40:53 DEBUG : dst/file1: size = 18 (Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha) 2026/07/14 01:40:53 DEBUG : dst/file1: Sizes differ 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha/backup: new object 'dst/file1' 2026/07/14 01:40:53 DEBUG : dst/file1: find: error: couldn't open parent bucket for rclone-test-tenazam1ziha/backup/dst 2026/07/14 01:40:53 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha/backup: moving obj 'dst/file1' -> dst/file1 2026/07/14 01:40:53 DEBUG : dst/file1: move: file moved 2026/07/14 01:40:53 DEBUG : dst/file1: move: removed from cache 2026/07/14 01:40:53 DEBUG : dst: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : dst: cache: expired 2026/07/14 01:40:53 INFO : dst: move: cache expired 2026/07/14 01:40:53 DEBUG : dst/file1: move: added to cache 2026/07/14 01:40:53 DEBUG : dst: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : dst: cache: expired 2026/07/14 01:40:53 INFO : dst: move: cache expired 2026/07/14 01:40:53 INFO : dst/file1: Moved (server-side) 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'dst/file1' 2026/07/14 01:40:53 DEBUG : dst/file1: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : dst/file1: put: added to cache 2026/07/14 01:40:53 DEBUG : dst: cache: expired rclone-test-tenazam1ziha/dst 2026/07/14 01:40:53 DEBUG : dst: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : dst: cache: expired 2026/07/14 01:40:53 INFO : dst: put: cache expired 2026/07/14 01:40:53 DEBUG : dst/file1: size = 14 OK 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 01:40:53 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/14 01:40:53 INFO : dst/file1: Copied (new) 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: cold listing: 2026-07-13 19:40:53.330699309 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: read 2 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [dst backup] 2026/07/14 01:40:53 DEBUG : list: cached directories: 1 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.334518864 +0000 UTC m=+18.346456442 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'dst' 2026/07/14 01:40:53 DEBUG : dst: list: cold listing: 2026-07-13 19:40:53.330699309 +0000 UTC 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'backup' 2026/07/14 01:40:53 DEBUG : dst: list: read 1 from source 2026/07/14 01:40:53 DEBUG : dst: list: source entries: [dst/file1] 2026/07/14 01:40:53 DEBUG : backup: list: warm 1 from cache for: rclone-test-tenazam1ziha/backup, expiring on: 2026-07-14 07:40:53.333645919 +0000 UTC 2026/07/14 01:40:53 DEBUG : backup: list: cached entries: [backup/dst] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'backup/dst' 2026/07/14 01:40:53 DEBUG : backup/dst: list: error: missing cached dir: backup/dst 2026/07/14 01:40:53 DEBUG : backup/dst: list: read 1 from source 2026/07/14 01:40:53 DEBUG : backup/dst: list: source entries: [backup/dst/file1] 2026/07/14 01:40:53 DEBUG : dst: list: cached object: dst/file1 2026/07/14 01:40:53 DEBUG : dst: list: cached directories: 0 2026/07/14 01:40:53 DEBUG : dst: list: cached dir: 'rclone-test-tenazam1ziha/dst', cache ts: 2026-07-14 01:40:53.336516827 +0000 UTC m=+18.348454415 2026/07/14 01:40:53 DEBUG : backup/dst: list: cached object: backup/dst/file1 2026/07/14 01:40:53 DEBUG : backup/dst: list: cached directories: 0 2026/07/14 01:40:53 DEBUG : backup/dst: list: cached dir: 'rclone-test-tenazam1ziha/backup/dst', cache ts: 2026-07-14 01:40:53.338114637 +0000 UTC m=+18.350052225 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: 91aee57ad1d095bdded6f312b2e49431989f288d32f6b9a0dd0066b0350ffcf6a42c98605a2a58a80f1ee0ce11820da6617a8538f9b057a3721b3a9783d22e1c 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: f401d3a6 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: 226e7cfa701fb8ba542d42e0f8bd3090cbbcc9f54d834f361c0ab8c3f4846b72 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: a4b1d14ff0861c692abb6789d38c92d118a5febd000248d3b1002357ce0633d23ab12034bb1efd8d884058cec99da31cf646fb6179979b2fb231ba80e0bbc495 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: c7a6c106a2e629bbd123ec0814852c67c53153d47a8a5c3abf2866e0156d58f6 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: 816390424257dd76 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: 688523f07c4523d48bebf07f760ea6fa 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: d4b8d7e13c592e454a060a60b4606d5e5c5a03b023d97e24bf4682e9535a8778 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: aaeba82ca64452b89313b42f6621fe418e9847cc 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: 66696c653120636f6e74656e7473000000000000 2026/07/14 01:40:53 DEBUG : dst/file1: object hash cached: 6648031bca1003108ce10d6eae4319dc40873900 2026/07/14 01:40:53 DEBUG : backup/dst/file1: object hash cached: 05164b153084ba910184c26e561a7c18 2026/07/14 01:40:53 DEBUG : backup/dst/file1: object hash cached: 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 2026/07/14 01:40:53 DEBUG : backup/dst/file1: object hash cached: 22e0175be52049395b842339fedb74693adb359b9cf1ce30f128a78a62ab1d8439bf2e64fb0a8d59c98b9cbeab2a1a3c5a8b02891adb60ab55c92690ff28e2af 2026/07/14 01:40:53 DEBUG : backup/dst/file1: object hash cached: 056eb721 2026/07/14 01:40:53 DEBUG : backup/dst/file1: object hash cached: b247246cc3b83ab434697960aeedc39ddc3315b9280812229374c7e2c550ecc6 2026/07/14 01:40:53 DEBUG : backup/dst/file1: object hash cached: c768b7c0c81751d83216515ba60eb27ca34beb548274acea7a3add0ecbc2e35f80d597c5fced15e5b768a036840ad9fe5334a73ec4f0aaae097e422f70b17575 2026/07/14 01:40:53 DEBUG : backup/dst/file1: object hash cached: 3e1cbcdbfa417c6988dcf0c466d0198a184ba2c4e6f2aca349e7300937e72495 2026/07/14 01:40:53 DEBUG : backup/dst/file1: object hash cached: 7a0a5ecc943911ab 2026/07/14 01:40:53 DEBUG : backup/dst/file1: object hash cached: d772b6e055ac487fd825777c022df3df 2026/07/14 01:40:53 DEBUG : backup/dst/file1: object hash cached: b83330680e0ad60666064b07bfce00a3acb095d952c87c869f4934a6ebd829a2 2026/07/14 01:40:53 DEBUG : backup/dst/file1: object hash cached: 0c11ed506536324a7c315c8ab1a340ea9f1a2d54 2026/07/14 01:40:53 DEBUG : backup/dst/file1: object hash cached: 66696c653120636f6e74656e7473206f6c640000 2026/07/14 01:40:53 DEBUG : backup/dst/file1: object hash cached: 86456f3bc91003108ce10d6eb24319dc40873980 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:53.334518864 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [backup dst] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'dst' 2026/07/14 01:40:53 DEBUG : dst: list: warm 1 from cache for: rclone-test-tenazam1ziha/dst, expiring on: 2026-07-14 07:40:53.336516827 +0000 UTC 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'backup' 2026/07/14 01:40:53 DEBUG : dst: list: cached entries: [dst/file1] 2026/07/14 01:40:53 DEBUG : backup: list: warm 1 from cache for: rclone-test-tenazam1ziha/backup, expiring on: 2026-07-14 07:40:53.333645919 +0000 UTC 2026/07/14 01:40:53 DEBUG : backup: list: cached entries: [backup/dst] 2026/07/14 01:40:53 DEBUG : dst/file1: removing object 2026/07/14 01:40:53 DEBUG : dst: cache: expired rclone-test-tenazam1ziha/dst 2026/07/14 01:40:53 DEBUG : dst: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : dst: cache: expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'backup/dst' 2026/07/14 01:40:53 DEBUG : backup/dst: list: warm 1 from cache for: rclone-test-tenazam1ziha/backup/dst, expiring on: 2026-07-14 07:40:53.338114637 +0000 UTC 2026/07/14 01:40:53 DEBUG : backup/dst: list: cached entries: [backup/dst/file1] 2026/07/14 01:40:53 DEBUG : backup/dst/file1: removing object 2026/07/14 01:40:53 DEBUG : backup/dst: cache: expired rclone-test-tenazam1ziha/backup/dst 2026/07/14 01:40:53 DEBUG : backup/dst: cache: expired rclone-test-tenazam1ziha/backup 2026/07/14 01:40:53 DEBUG : backup/dst: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : backup/dst: cache: expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'dst' 2026/07/14 01:40:53 DEBUG : dst: rmdir: removed dir in source fs 2026/07/14 01:40:53 DEBUG : dst: rmdir: removed from cache 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : rmdir: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'backup/dst' 2026/07/14 01:40:53 DEBUG : backup/dst: rmdir: removed dir in source fs 2026/07/14 01:40:53 DEBUG : backup/dst: rmdir: removed from cache 2026/07/14 01:40:53 DEBUG : backup: cache: expired rclone-test-tenazam1ziha/backup 2026/07/14 01:40:53 DEBUG : backup: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : backup: cache: expired 2026/07/14 01:40:53 INFO : backup: rmdir: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'backup' 2026/07/14 01:40:53 DEBUG : backup: rmdir: removed dir in source fs 2026/07/14 01:40:53 DEBUG : backup: rmdir: removed from cache 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : rmdir: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: cold listing: 2026-07-13 19:40:53.372496927 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.373275694 +0000 UTC m=+18.385213283 --- PASS: TestCopyFileBackupDir (0.07s) === RUN TestCopyFileCompareDest run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:53 DEBUG : Creating backend with remote "TestCache:rclone-test-tenazam1ziha/dst" 2026/07/14 01:40:53 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:53 DEBUG : TestCache: detected overridden config - adding "{VDL3R}" suffix to name 2026/07/14 01:40:53 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:53 DEBUG : Creating backend with remote "/tmp/rclone_cache_test/rclone-test-tenazam1ziha/dst" 2026/07/14 01:40:53 DEBUG : TestCache{VDL3R}: wrapped local:/tmp/rclone_cache_test/rclone-test-tenazam1ziha/dst at root rclone-test-tenazam1ziha/dst 2026/07/14 01:40:53 INFO : TestCache{VDL3R}: Cache DB path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R}.db 2026/07/14 01:40:53 INFO : TestCache{VDL3R}: Cache chunk path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R} 2026/07/14 01:40:53 INFO : TestCache{VDL3R}: Chunk Memory: true 2026/07/14 01:40:53 INFO : TestCache{VDL3R}: Chunk Size: 5Mi 2026/07/14 01:40:53 INFO : TestCache{VDL3R}: Chunk Total Size: 10Gi 2026/07/14 01:40:53 INFO : TestCache{VDL3R}: Chunk Clean Interval: 1m0s 2026/07/14 01:40:53 INFO : TestCache{VDL3R}: Workers: 4 2026/07/14 01:40:53 INFO : TestCache{VDL3R}: File Age: 6h0m0s 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha/dst: new object 'one' 2026/07/14 01:40:53 DEBUG : one: find: error: couldn't open parent bucket for rclone-test-tenazam1ziha/dst 2026/07/14 01:40:53 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:53 DEBUG : Creating backend with remote "TestCache:rclone-test-tenazam1ziha/CompareDest" 2026/07/14 01:40:53 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:53 DEBUG : TestCache: detected overridden config - adding "{VDL3R}" suffix to name 2026/07/14 01:40:53 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:53 DEBUG : Creating backend with remote "/tmp/rclone_cache_test/rclone-test-tenazam1ziha/CompareDest" 2026/07/14 01:40:53 DEBUG : TestCache{VDL3R}: wrapped local:/tmp/rclone_cache_test/rclone-test-tenazam1ziha/CompareDest at root rclone-test-tenazam1ziha/CompareDest 2026/07/14 01:40:53 INFO : TestCache{VDL3R}: Cache DB path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R}.db 2026/07/14 01:40:53 INFO : TestCache{VDL3R}: Cache chunk path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R} 2026/07/14 01:40:53 INFO : TestCache{VDL3R}: Chunk Memory: true 2026/07/14 01:40:53 INFO : TestCache{VDL3R}: Chunk Size: 5Mi 2026/07/14 01:40:53 INFO : TestCache{VDL3R}: Chunk Total Size: 10Gi 2026/07/14 01:40:53 INFO : TestCache{VDL3R}: Chunk Clean Interval: 1m0s 2026/07/14 01:40:53 INFO : TestCache{VDL3R}: Workers: 4 2026/07/14 01:40:53 INFO : TestCache{VDL3R}: File Age: 6h0m0s 2026/07/14 01:40:53 DEBUG : fs cache: renaming cache item "TestCache:rclone-test-tenazam1ziha/CompareDest" to be canonical "TestCache{VDL3R}:rclone-test-tenazam1ziha/CompareDest" 2026/07/14 01:40:53 DEBUG : one: Need to transfer - File not found at Destination 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha/CompareDest: new object 'one' 2026/07/14 01:40:53 DEBUG : one: find: error: couldn't open parent bucket for rclone-test-tenazam1ziha/CompareDest 2026/07/14 01:40:53 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha/dst: put data at 'one' 2026/07/14 01:40:53 DEBUG : one: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : one: put: added to cache 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : put: cache expired 2026/07/14 01:40:53 DEBUG : one: size = 3 OK 2026/07/14 01:40:53 DEBUG : one: object hash cached: f97c5d29941bfb1b2fdab0874906ab82 2026/07/14 01:40:53 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/07/14 01:40:53 INFO : one: Copied (new) 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: cold listing: 2026-07-13 19:40:53.379978539 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: read 1 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [dst] 2026/07/14 01:40:53 DEBUG : list: cached directories: 1 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.382871618 +0000 UTC m=+18.394809206 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'dst' 2026/07/14 01:40:53 DEBUG : dst: list: warm 1 from cache for: rclone-test-tenazam1ziha/dst, expiring on: 2026-07-14 07:40:53.381981532 +0000 UTC 2026/07/14 01:40:53 DEBUG : dst: list: cached entries: [dst/one] 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 8f619b7ad7e90328fc743f8326b9af6e6fae75aeebf375efc178289b90a7b608993953063f4b87617f8412f50cbab5f0a9e2317ca39294a3b75ce4b0517c9e66 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 7a6c86f1 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 7692c3ad3540bb803c020b3aee66cd8887123234ea0c6e7143c0add73ff431ed 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 05f70341078acf6a06d423d21720f9643d5f953626d88a02636dc3a9e79582aeb0c820857fd3f8dc502aa8360d2c8fa97a985fda5b629b809cad18ffb62d3899 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: d33fb48ab5adff269ae172b29a6913ff04f6f266207a7a8e976f2ecd571d4492 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 911faba7321fe1a0 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 0a1c6d4cf41eb499911faba7321fe1a0 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: fe8d7a873dc48961a6af334c996b2cb3ce37149d5ce9c9253952a54c6a92c1ad 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 4ae17179700e403a003b67e8771a3746b8fb7038 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 6f6e650000000000000000000000000000000000 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 6f70431900000000000000000300000000000000 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:53.382871618 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [dst] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'dst' 2026/07/14 01:40:53 DEBUG : dst: list: warm 1 from cache for: rclone-test-tenazam1ziha/dst, expiring on: 2026-07-14 07:40:53.381981532 +0000 UTC 2026/07/14 01:40:53 DEBUG : dst: list: cached entries: [dst/one] 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: f97c5d29941bfb1b2fdab0874906ab82 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 8f619b7ad7e90328fc743f8326b9af6e6fae75aeebf375efc178289b90a7b608993953063f4b87617f8412f50cbab5f0a9e2317ca39294a3b75ce4b0517c9e66 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 7a6c86f1 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 7692c3ad3540bb803c020b3aee66cd8887123234ea0c6e7143c0add73ff431ed 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 05f70341078acf6a06d423d21720f9643d5f953626d88a02636dc3a9e79582aeb0c820857fd3f8dc502aa8360d2c8fa97a985fda5b629b809cad18ffb62d3899 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: d33fb48ab5adff269ae172b29a6913ff04f6f266207a7a8e976f2ecd571d4492 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 911faba7321fe1a0 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 0a1c6d4cf41eb499911faba7321fe1a0 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: fe8d7a873dc48961a6af334c996b2cb3ce37149d5ce9c9253952a54c6a92c1ad 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 4ae17179700e403a003b67e8771a3746b8fb7038 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 6f6e650000000000000000000000000000000000 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 6f70431900000000000000000300000000000000 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha/dst: new object 'one' 2026/07/14 01:40:53 DEBUG : one: find: warm object: one, expiring on: 2026-07-14 07:40:53.39503025 +0000 UTC 2026/07/14 01:40:53 DEBUG : fs cache: switching user supplied name "TestCache:rclone-test-tenazam1ziha/CompareDest" for canonical name "TestCache{VDL3R}:rclone-test-tenazam1ziha/CompareDest" 2026/07/14 01:40:53 DEBUG : one: size = 5 (Local file system at /tmp/rclone102410171) 2026/07/14 01:40:53 DEBUG : one: size = 3 (Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha/dst) 2026/07/14 01:40:53 DEBUG : one: Sizes differ 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha/CompareDest: new object 'one' 2026/07/14 01:40:53 DEBUG : one: find: error: couldn't open parent bucket for rclone-test-tenazam1ziha/CompareDest 2026/07/14 01:40:53 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:53 DEBUG : one: updating object contents with size 5 2026/07/14 01:40:53 DEBUG : one: size = 5 OK 2026/07/14 01:40:53 DEBUG : one: object hash cached: 07912d142f5d63ee918b34796b5a2432 2026/07/14 01:40:53 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/07/14 01:40:53 INFO : one: Copied (replaced existing) 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:53.382871618 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [dst] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'dst' 2026/07/14 01:40:53 DEBUG : dst: list: warm 1 from cache for: rclone-test-tenazam1ziha/dst, expiring on: 2026-07-14 07:40:53.381981532 +0000 UTC 2026/07/14 01:40:53 DEBUG : dst: list: cached entries: [dst/one] 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 7f376fd65843a1267de8f986d40e164e5a321c13 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 61b8d9f5d7643b14c19abfc1a27bfdf7ed35b85c00c2bb67ce8994d3d25fc803e7ace0c5136eaa1ef9c038f7ca640925940302a80da17c752b27926446d418e8 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: cb217308 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 2b82f49cc03d076e84d5a393c42909b1fc2227c143ab8f84620f261fa795dec9 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 92c9ef6bf74e19fa2a3bd023d9f933a5bf19ea8bb219a8e991b8df7de2d7c4c5c94f4ed1c3a56250189c96883ffc3f3343b788db3078cf3139bb65459a7b72ad 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 80c0d70ac1e65ac7c3c67bcdb476c695fd953c9351dd15ded90b511dd03474f9 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: cf4bcfd2fa61fc46 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 4f31aa35ed8fd412c96bd570ca47e8bc 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 7da8d117f9fb226817d81adc15c72720c9879c8b7fb821d27f217d198bd79d0d 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: e5931477da5d36ab3f7d23b04caa81cb9e263847 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 6f6e657432000000000000000000000000000000 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 6f704319e8200300000000000500000000000000 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'dst/one' 2026/07/14 01:40:53 DEBUG : dst/one: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : dst/one: put: added to cache 2026/07/14 01:40:53 DEBUG : dst: cache: expired rclone-test-tenazam1ziha/dst 2026/07/14 01:40:53 DEBUG : dst: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : dst: cache: expired 2026/07/14 01:40:53 INFO : dst: put: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'CompareDest/one' 2026/07/14 01:40:53 DEBUG : CompareDest/one: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : CompareDest/one: put: added to cache 2026/07/14 01:40:53 DEBUG : CompareDest: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : CompareDest: cache: expired 2026/07/14 01:40:53 INFO : CompareDest: put: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: cold listing: 2026-07-13 19:40:53.425110258 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: read 2 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [CompareDest dst] 2026/07/14 01:40:53 DEBUG : list: cached directories: 1 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.427066471 +0000 UTC m=+18.439004059 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'dst' 2026/07/14 01:40:53 DEBUG : dst: list: cold listing: 2026-07-13 19:40:53.423261194 +0000 UTC 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'CompareDest' 2026/07/14 01:40:53 DEBUG : dst: list: read 1 from source 2026/07/14 01:40:53 DEBUG : CompareDest: list: warm 1 from cache for: rclone-test-tenazam1ziha/CompareDest, expiring on: 2026-07-14 07:40:53.426267848 +0000 UTC 2026/07/14 01:40:53 DEBUG : dst: list: source entries: [dst/one] 2026/07/14 01:40:53 DEBUG : CompareDest: list: cached entries: [CompareDest/one] 2026/07/14 01:40:53 DEBUG : dst: list: cached object: dst/one 2026/07/14 01:40:53 DEBUG : dst: list: cached directories: 0 2026/07/14 01:40:53 DEBUG : dst: list: cached dir: 'rclone-test-tenazam1ziha/dst', cache ts: 2026-07-14 01:40:53.428694858 +0000 UTC m=+18.440632446 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: 07912d142f5d63ee918b34796b5a2432 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: 7f376fd65843a1267de8f986d40e164e5a321c13 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: 61b8d9f5d7643b14c19abfc1a27bfdf7ed35b85c00c2bb67ce8994d3d25fc803e7ace0c5136eaa1ef9c038f7ca640925940302a80da17c752b27926446d418e8 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: cb217308 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: 2b82f49cc03d076e84d5a393c42909b1fc2227c143ab8f84620f261fa795dec9 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: 92c9ef6bf74e19fa2a3bd023d9f933a5bf19ea8bb219a8e991b8df7de2d7c4c5c94f4ed1c3a56250189c96883ffc3f3343b788db3078cf3139bb65459a7b72ad 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: 80c0d70ac1e65ac7c3c67bcdb476c695fd953c9351dd15ded90b511dd03474f9 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: cf4bcfd2fa61fc46 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: 4f31aa35ed8fd412c96bd570ca47e8bc 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: 7da8d117f9fb226817d81adc15c72720c9879c8b7fb821d27f217d198bd79d0d 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: e5931477da5d36ab3f7d23b04caa81cb9e263847 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: 6f6e657432000000000000000000000000000000 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: 6f704319e8200300000000000500000000000000 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: f97c5d29941bfb1b2fdab0874906ab82 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 8f619b7ad7e90328fc743f8326b9af6e6fae75aeebf375efc178289b90a7b608993953063f4b87617f8412f50cbab5f0a9e2317ca39294a3b75ce4b0517c9e66 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 7a6c86f1 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 7692c3ad3540bb803c020b3aee66cd8887123234ea0c6e7143c0add73ff431ed 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 05f70341078acf6a06d423d21720f9643d5f953626d88a02636dc3a9e79582aeb0c820857fd3f8dc502aa8360d2c8fa97a985fda5b629b809cad18ffb62d3899 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: d33fb48ab5adff269ae172b29a6913ff04f6f266207a7a8e976f2ecd571d4492 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 911faba7321fe1a0 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 0a1c6d4cf41eb499911faba7321fe1a0 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: fe8d7a873dc48961a6af334c996b2cb3ce37149d5ce9c9253952a54c6a92c1ad 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 4ae17179700e403a003b67e8771a3746b8fb7038 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 6f6e650000000000000000000000000000000000 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 6f70431900000000000000000300000000000000 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha/dst: new object 'one' 2026/07/14 01:40:53 DEBUG : one: find: warm object: one, expiring on: 2026-07-14 07:40:53.427989611 +0000 UTC 2026/07/14 01:40:53 DEBUG : fs cache: switching user supplied name "TestCache:rclone-test-tenazam1ziha/CompareDest" for canonical name "TestCache{VDL3R}:rclone-test-tenazam1ziha/CompareDest" 2026/07/14 01:40:53 DEBUG : one: size = 5 (Local file system at /tmp/rclone102410171) 2026/07/14 01:40:53 DEBUG : one: size = 3 (Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha/dst) 2026/07/14 01:40:53 DEBUG : one: Sizes differ 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha/CompareDest: new object 'one' 2026/07/14 01:40:53 DEBUG : one: find: warm object: one, expiring on: 2026-07-14 07:40:53.429482884 +0000 UTC 2026/07/14 01:40:53 DEBUG : one: size = 5 OK 2026/07/14 01:40:53 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/07/14 01:40:53 DEBUG : one: Destination found in --compare-dest, skipping 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:53.427066471 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [CompareDest dst] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'CompareDest' 2026/07/14 01:40:53 DEBUG : CompareDest: list: warm 1 from cache for: rclone-test-tenazam1ziha/CompareDest, expiring on: 2026-07-14 07:40:53.426267848 +0000 UTC 2026/07/14 01:40:53 DEBUG : CompareDest: list: cached entries: [CompareDest/one] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'dst' 2026/07/14 01:40:53 DEBUG : dst: list: warm 1 from cache for: rclone-test-tenazam1ziha/dst, expiring on: 2026-07-14 07:40:53.428694858 +0000 UTC 2026/07/14 01:40:53 DEBUG : dst: list: cached entries: [dst/one] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'CompareDest/two' 2026/07/14 01:40:53 DEBUG : CompareDest/two: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : CompareDest/two: put: added to cache 2026/07/14 01:40:53 DEBUG : CompareDest: cache: expired rclone-test-tenazam1ziha/CompareDest 2026/07/14 01:40:53 DEBUG : CompareDest: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : CompareDest: cache: expired 2026/07/14 01:40:53 INFO : CompareDest: put: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: cold listing: 2026-07-13 19:40:53.456155854 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: read 2 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [CompareDest dst] 2026/07/14 01:40:53 DEBUG : list: cached directories: 1 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.458335248 +0000 UTC m=+18.470272836 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'dst' 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'CompareDest' 2026/07/14 01:40:53 DEBUG : dst: list: warm 1 from cache for: rclone-test-tenazam1ziha/dst, expiring on: 2026-07-14 07:40:53.457454249 +0000 UTC 2026/07/14 01:40:53 DEBUG : dst: list: cached entries: [dst/one] 2026/07/14 01:40:53 DEBUG : CompareDest: list: cold listing: 2026-07-13 19:40:53.456155854 +0000 UTC 2026/07/14 01:40:53 DEBUG : CompareDest: list: read 2 from source 2026/07/14 01:40:53 DEBUG : CompareDest: list: source entries: [CompareDest/two CompareDest/one] 2026/07/14 01:40:53 DEBUG : CompareDest: list: cached object: CompareDest/one 2026/07/14 01:40:53 DEBUG : CompareDest: list: cached object: CompareDest/two 2026/07/14 01:40:53 DEBUG : CompareDest: list: cached directories: 0 2026/07/14 01:40:53 DEBUG : CompareDest: list: cached dir: 'rclone-test-tenazam1ziha/CompareDest', cache ts: 2026-07-14 01:40:53.461460675 +0000 UTC m=+18.473398263 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: 07912d142f5d63ee918b34796b5a2432 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: 7f376fd65843a1267de8f986d40e164e5a321c13 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: 61b8d9f5d7643b14c19abfc1a27bfdf7ed35b85c00c2bb67ce8994d3d25fc803e7ace0c5136eaa1ef9c038f7ca640925940302a80da17c752b27926446d418e8 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: cb217308 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: 2b82f49cc03d076e84d5a393c42909b1fc2227c143ab8f84620f261fa795dec9 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: 92c9ef6bf74e19fa2a3bd023d9f933a5bf19ea8bb219a8e991b8df7de2d7c4c5c94f4ed1c3a56250189c96883ffc3f3343b788db3078cf3139bb65459a7b72ad 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: 80c0d70ac1e65ac7c3c67bcdb476c695fd953c9351dd15ded90b511dd03474f9 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: cf4bcfd2fa61fc46 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: 4f31aa35ed8fd412c96bd570ca47e8bc 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: 7da8d117f9fb226817d81adc15c72720c9879c8b7fb821d27f217d198bd79d0d 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: e5931477da5d36ab3f7d23b04caa81cb9e263847 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: 6f6e657432000000000000000000000000000000 2026/07/14 01:40:53 DEBUG : CompareDest/one: object hash cached: 6f704319e8200300000000000500000000000000 2026/07/14 01:40:53 DEBUG : CompareDest/two: object hash cached: b8a9f715dbb64fd5c56e7783c6820a61 2026/07/14 01:40:53 DEBUG : CompareDest/two: object hash cached: ad782ecdac770fc6eb9a62e44f90873fb97fb26b 2026/07/14 01:40:53 DEBUG : CompareDest/two: object hash cached: 27040ba56a030418b64a5cfb3f7e3b5752374f5729d9aafff1c2dabe51e6dcb32b9604d7da6aa7040c3dbace38753ee1de8f8e38f7f0bf82f98a660fb3b294fe 2026/07/14 01:40:53 DEBUG : CompareDest/two: object hash cached: 11ca8a66 2026/07/14 01:40:53 DEBUG : CompareDest/two: object hash cached: 3fc4ccfe745870e2c0d99f71f30ff0656c8dedd41cc1d7d3d376b0dbe685e2f3 2026/07/14 01:40:53 DEBUG : CompareDest/two: object hash cached: 928d50d1e24dab7cca62cfe84fcdcf9fc695160a278f91b5c0af22b709d82f8aa3b4955b3de9ba6d0a0eb7d932dc64c4d5c63fc2de87441ad2e5b929f9b67c5e 2026/07/14 01:40:53 DEBUG : CompareDest/two: object hash cached: dc770fff53f50835f8cc957e01c0d5731d3c2ed544c375493a28c09be5e09763 2026/07/14 01:40:53 DEBUG : CompareDest/two: object hash cached: 6c0560bdcb29998b 2026/07/14 01:40:53 DEBUG : CompareDest/two: object hash cached: 35d5c8cc887e4da96c0560bdcb29998b 2026/07/14 01:40:53 DEBUG : CompareDest/two: object hash cached: 313db63e0283ab2a9bc72e9a0ac749da1d3acf708fcd1a7848767244dd2f17e8 2026/07/14 01:40:53 DEBUG : CompareDest/two: object hash cached: e582e2c9b94ae07f4109b7127ba3df5fe0209586 2026/07/14 01:40:53 DEBUG : CompareDest/two: object hash cached: 74776f0000000000000000000000000000000000 2026/07/14 01:40:53 DEBUG : CompareDest/two: object hash cached: 74b8c31b00000000000000000300000000000000 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha/dst: new object 'two' 2026/07/14 01:40:53 DEBUG : two: find: error: couldn't find object (two) 2026/07/14 01:40:53 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:53 DEBUG : fs cache: switching user supplied name "TestCache:rclone-test-tenazam1ziha/CompareDest" for canonical name "TestCache{VDL3R}:rclone-test-tenazam1ziha/CompareDest" 2026/07/14 01:40:53 DEBUG : two: Need to transfer - File not found at Destination 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha/CompareDest: new object 'two' 2026/07/14 01:40:53 DEBUG : two: find: warm object: two, expiring on: 2026-07-14 07:40:53.460532096 +0000 UTC 2026/07/14 01:40:53 DEBUG : two: size = 3 OK 2026/07/14 01:40:53 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/07/14 01:40:53 DEBUG : two: Destination found in --compare-dest, skipping 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:53.458335248 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [CompareDest dst] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'dst' 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'CompareDest' 2026/07/14 01:40:53 DEBUG : dst: list: warm 1 from cache for: rclone-test-tenazam1ziha/dst, expiring on: 2026-07-14 07:40:53.457454249 +0000 UTC 2026/07/14 01:40:53 DEBUG : dst: list: cached entries: [dst/one] 2026/07/14 01:40:53 DEBUG : CompareDest: list: warm 2 from cache for: rclone-test-tenazam1ziha/CompareDest, expiring on: 2026-07-14 07:40:53.461460675 +0000 UTC 2026/07/14 01:40:53 DEBUG : CompareDest: list: cached entries: [CompareDest/one CompareDest/two] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha/dst: new object 'two' 2026/07/14 01:40:53 DEBUG : two: find: error: couldn't find object (two) 2026/07/14 01:40:53 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:53 DEBUG : fs cache: switching user supplied name "TestCache:rclone-test-tenazam1ziha/CompareDest" for canonical name "TestCache{VDL3R}:rclone-test-tenazam1ziha/CompareDest" 2026/07/14 01:40:53 DEBUG : two: Need to transfer - File not found at Destination 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha/CompareDest: new object 'two' 2026/07/14 01:40:53 DEBUG : two: find: warm object: two, expiring on: 2026-07-14 07:40:53.460532096 +0000 UTC 2026/07/14 01:40:53 DEBUG : two: size = 3 OK 2026/07/14 01:40:53 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/07/14 01:40:53 DEBUG : two: Destination found in --compare-dest, skipping 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:53.458335248 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [CompareDest dst] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'CompareDest' 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'dst' 2026/07/14 01:40:53 DEBUG : CompareDest: list: warm 2 from cache for: rclone-test-tenazam1ziha/CompareDest, expiring on: 2026-07-14 07:40:53.461460675 +0000 UTC 2026/07/14 01:40:53 DEBUG : CompareDest: list: cached entries: [CompareDest/one CompareDest/two] 2026/07/14 01:40:53 DEBUG : dst: list: warm 1 from cache for: rclone-test-tenazam1ziha/dst, expiring on: 2026-07-14 07:40:53.457454249 +0000 UTC 2026/07/14 01:40:53 DEBUG : dst: list: cached entries: [dst/one] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:53.458335248 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [CompareDest dst] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'dst' 2026/07/14 01:40:53 DEBUG : dst: list: warm 1 from cache for: rclone-test-tenazam1ziha/dst, expiring on: 2026-07-14 07:40:53.457454249 +0000 UTC 2026/07/14 01:40:53 DEBUG : dst: list: cached entries: [dst/one] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'CompareDest' 2026/07/14 01:40:53 DEBUG : CompareDest: list: warm 2 from cache for: rclone-test-tenazam1ziha/CompareDest, expiring on: 2026-07-14 07:40:53.461460675 +0000 UTC 2026/07/14 01:40:53 DEBUG : CompareDest: list: cached entries: [CompareDest/one CompareDest/two] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha/dst: new object 'two' 2026/07/14 01:40:53 DEBUG : two: find: error: couldn't find object (two) 2026/07/14 01:40:53 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:53 DEBUG : fs cache: switching user supplied name "TestCache:rclone-test-tenazam1ziha/CompareDest" for canonical name "TestCache{VDL3R}:rclone-test-tenazam1ziha/CompareDest" 2026/07/14 01:40:53 DEBUG : two: Need to transfer - File not found at Destination 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha/CompareDest: new object 'two' 2026/07/14 01:40:53 DEBUG : two: find: warm object: two, expiring on: 2026-07-14 07:40:53.460532096 +0000 UTC 2026/07/14 01:40:53 DEBUG : two: size = 5 (Local file system at /tmp/rclone102410171) 2026/07/14 01:40:53 DEBUG : two: size = 3 (Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha/CompareDest) 2026/07/14 01:40:53 DEBUG : two: Sizes differ 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha/dst: put data at 'two' 2026/07/14 01:40:53 DEBUG : two: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : two: put: added to cache 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-tenazam1ziha/dst 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : put: cache expired 2026/07/14 01:40:53 DEBUG : two: size = 5 OK 2026/07/14 01:40:53 DEBUG : two: object hash cached: 2379e4ce8c3380e996ab0509f17069ad 2026/07/14 01:40:53 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2026/07/14 01:40:53 INFO : two: Copied (new) 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: cold listing: 2026-07-13 19:40:53.492338996 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: read 2 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [CompareDest dst] 2026/07/14 01:40:53 DEBUG : list: cached directories: 1 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.495488979 +0000 UTC m=+18.507426567 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'dst' 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'CompareDest' 2026/07/14 01:40:53 DEBUG : dst: list: cold listing: 2026-07-13 19:40:53.492338996 +0000 UTC 2026/07/14 01:40:53 DEBUG : CompareDest: list: warm 2 from cache for: rclone-test-tenazam1ziha/CompareDest, expiring on: 2026-07-14 07:40:53.49465086 +0000 UTC 2026/07/14 01:40:53 DEBUG : dst: list: read 2 from source 2026/07/14 01:40:53 DEBUG : CompareDest: list: cached entries: [CompareDest/one CompareDest/two] 2026/07/14 01:40:53 DEBUG : dst: list: source entries: [dst/two dst/one] 2026/07/14 01:40:53 DEBUG : dst: list: cached object: dst/one 2026/07/14 01:40:53 DEBUG : dst: list: cached object: dst/two 2026/07/14 01:40:53 DEBUG : dst: list: cached directories: 0 2026/07/14 01:40:53 DEBUG : dst: list: cached dir: 'rclone-test-tenazam1ziha/dst', cache ts: 2026-07-14 01:40:53.498142347 +0000 UTC m=+18.510079935 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: f97c5d29941bfb1b2fdab0874906ab82 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 8f619b7ad7e90328fc743f8326b9af6e6fae75aeebf375efc178289b90a7b608993953063f4b87617f8412f50cbab5f0a9e2317ca39294a3b75ce4b0517c9e66 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 7a6c86f1 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 7692c3ad3540bb803c020b3aee66cd8887123234ea0c6e7143c0add73ff431ed 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 05f70341078acf6a06d423d21720f9643d5f953626d88a02636dc3a9e79582aeb0c820857fd3f8dc502aa8360d2c8fa97a985fda5b629b809cad18ffb62d3899 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: d33fb48ab5adff269ae172b29a6913ff04f6f266207a7a8e976f2ecd571d4492 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 911faba7321fe1a0 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 0a1c6d4cf41eb499911faba7321fe1a0 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: fe8d7a873dc48961a6af334c996b2cb3ce37149d5ce9c9253952a54c6a92c1ad 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 4ae17179700e403a003b67e8771a3746b8fb7038 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 6f6e650000000000000000000000000000000000 2026/07/14 01:40:53 DEBUG : dst/one: object hash cached: 6f70431900000000000000000300000000000000 2026/07/14 01:40:53 DEBUG : dst/two: object hash cached: 2379e4ce8c3380e996ab0509f17069ad 2026/07/14 01:40:53 DEBUG : dst/two: object hash cached: a4be8877ad88f3109a6411985a1f359e10e2d930 2026/07/14 01:40:53 DEBUG : dst/two: object hash cached: 889a4f03a6d53505e71bc40d5f24b4cd9860f238000149151bf2bf2f01a0cce2ffefc7af04e8a5ada1386077c5fa19ef2aa90f0a8d05de4de6ba6840a1556e71 2026/07/14 01:40:53 DEBUG : dst/two: object hash cached: 8b9078ce 2026/07/14 01:40:53 DEBUG : dst/two: object hash cached: c271f9e8cacd6ad5a9c26bd5bc26c1eb91d7d64a00a417253a1abf88211bd96d 2026/07/14 01:40:53 DEBUG : dst/two: object hash cached: 0935d533cf82cb9d8793f00e337e513ddf0b01b8f5ed9f138ff1431af6ffd4d4860c101e9677e802856ce85a5a590aa7deac745e44ee3345e69dc2a96bf8a37f 2026/07/14 01:40:53 DEBUG : dst/two: object hash cached: dd2b7eea010566dfe0a748a4289e6d5fd9b8660a88fad3c539fc6be8ad5e5d04 2026/07/14 01:40:53 DEBUG : dst/two: object hash cached: 408ea9f059daaf8b 2026/07/14 01:40:53 DEBUG : dst/two: object hash cached: a9e2d873ee8775eb53429e9514b58083 2026/07/14 01:40:53 DEBUG : dst/two: object hash cached: 25e70b9a05696acbcc5bd6fa74ba6fa580c9a58960a02390ae1d2f71d21c0378 2026/07/14 01:40:53 DEBUG : dst/two: object hash cached: 3747661d4162de581180521796e1c340b69c2de3 2026/07/14 01:40:53 DEBUG : dst/two: object hash cached: 74776f7433000000000000000000000000000000 2026/07/14 01:40:53 DEBUG : dst/two: object hash cached: 74b8c31be8300300000000000500000000000000 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:53.495488979 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [CompareDest dst] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'dst' 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'CompareDest' 2026/07/14 01:40:53 DEBUG : dst: list: warm 2 from cache for: rclone-test-tenazam1ziha/dst, expiring on: 2026-07-14 07:40:53.498142347 +0000 UTC 2026/07/14 01:40:53 DEBUG : dst: list: cached entries: [dst/one dst/two] 2026/07/14 01:40:53 DEBUG : CompareDest: list: warm 2 from cache for: rclone-test-tenazam1ziha/CompareDest, expiring on: 2026-07-14 07:40:53.49465086 +0000 UTC 2026/07/14 01:40:53 DEBUG : CompareDest: list: cached entries: [CompareDest/one CompareDest/two] 2026/07/14 01:40:53 DEBUG : dst/one: removing object 2026/07/14 01:40:53 DEBUG : dst: cache: expired rclone-test-tenazam1ziha/dst 2026/07/14 01:40:53 DEBUG : dst: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : dst: cache: expired 2026/07/14 01:40:53 DEBUG : dst/two: removing object 2026/07/14 01:40:53 DEBUG : dst: cache: expired rclone-test-tenazam1ziha/dst 2026/07/14 01:40:53 DEBUG : dst: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : dst: cache: expired 2026/07/14 01:40:53 DEBUG : CompareDest/one: removing object 2026/07/14 01:40:53 DEBUG : CompareDest: cache: expired rclone-test-tenazam1ziha/CompareDest 2026/07/14 01:40:53 DEBUG : CompareDest: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : CompareDest: cache: expired 2026/07/14 01:40:53 DEBUG : CompareDest/two: removing object 2026/07/14 01:40:53 DEBUG : CompareDest: cache: expired rclone-test-tenazam1ziha/CompareDest 2026/07/14 01:40:53 DEBUG : CompareDest: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : CompareDest: cache: expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'dst' 2026/07/14 01:40:53 DEBUG : dst: rmdir: removed dir in source fs 2026/07/14 01:40:53 DEBUG : dst: rmdir: removed from cache 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : rmdir: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'CompareDest' 2026/07/14 01:40:53 DEBUG : CompareDest: rmdir: removed dir in source fs 2026/07/14 01:40:53 DEBUG : CompareDest: rmdir: removed from cache 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : rmdir: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: cold listing: 2026-07-13 19:40:53.538611403 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.539519503 +0000 UTC m=+18.551457111 --- PASS: TestCopyFileCompareDest (0.17s) === RUN TestCopyFileCopyDest run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" copy_test.go:277: Skipping test as remote does not support server-side copy 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.540732738 +0000 UTC m=+18.552670316 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.541620621 +0000 UTC m=+18.553558209 --- SKIP: TestCopyFileCopyDest (0.00s) === RUN TestCopyInplace run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" copy_test.go:371: Partial uploads not supported 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.542677481 +0000 UTC m=+18.554615069 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.543604938 +0000 UTC m=+18.555542526 --- SKIP: TestCopyInplace (0.00s) === RUN TestCopyLongFileName run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" copy_test.go:404: Partial uploads not supported 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.54452922 +0000 UTC m=+18.556466797 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.545298388 +0000 UTC m=+18.557235976 --- SKIP: TestCopyLongFileName (0.00s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" copy_test.go:437: Partial uploads not supported 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.546264427 +0000 UTC m=+18.558202015 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.547140598 +0000 UTC m=+18.559078186 --- SKIP: TestCopyLongFileNameCollision (0.00s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'TestCopyFileMaxTransfer/file1' 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: find: error: couldn't open parent bucket for rclone-test-tenazam1ziha/TestCopyFileMaxTransfer 2026/07/14 01:40:53 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'TestCopyFileMaxTransfer/file1' 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: put: added to cache 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: cache: expired 2026/07/14 01:40:53 INFO : TestCopyFileMaxTransfer: put: cache expired 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/14 01:40:53 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: cold listing: 2026-07-13 19:40:53.550467954 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: read 1 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [TestCopyFileMaxTransfer] 2026/07/14 01:40:53 DEBUG : list: cached directories: 1 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.555064873 +0000 UTC m=+18.567002451 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'TestCopyFileMaxTransfer' 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: list: warm 1 from cache for: rclone-test-tenazam1ziha/TestCopyFileMaxTransfer, expiring on: 2026-07-14 07:40:53.554189965 +0000 UTC 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: list: cached entries: [TestCopyFileMaxTransfer/file1] 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: 91aee57ad1d095bdded6f312b2e49431989f288d32f6b9a0dd0066b0350ffcf6a42c98605a2a58a80f1ee0ce11820da6617a8538f9b057a3721b3a9783d22e1c 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: f401d3a6 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: 226e7cfa701fb8ba542d42e0f8bd3090cbbcc9f54d834f361c0ab8c3f4846b72 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: a4b1d14ff0861c692abb6789d38c92d118a5febd000248d3b1002357ce0633d23ab12034bb1efd8d884058cec99da31cf646fb6179979b2fb231ba80e0bbc495 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: c7a6c106a2e629bbd123ec0814852c67c53153d47a8a5c3abf2866e0156d58f6 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: 816390424257dd76 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: 688523f07c4523d48bebf07f760ea6fa 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: d4b8d7e13c592e454a060a60b4606d5e5c5a03b023d97e24bf4682e9535a8778 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: aaeba82ca64452b89313b42f6621fe418e9847cc 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: 66696c653120636f6e74656e7473000000000000 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: 6648031bca1003108ce10d6eae4319dc40873900 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'TestCopyFileMaxTransfer/file2' 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file2: find: error: couldn't find object (file2) 2026/07/14 01:40:53 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'TestCopyFileMaxTransfer/file2' 2026/07/14 01:40:53 NOTICE: TestCopyFileMaxTransfer/file2: Removing partially written file on error: max transfer limit reached as set by --max-transfer 2026/07/14 01:40:53 ERROR : TestCopyFileMaxTransfer/file2: put: error uploading: max transfer limit reached as set by --max-transfer 2026/07/14 01:40:53 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: max transfer limit reached as set by --max-transfer 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:53.555064873 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [TestCopyFileMaxTransfer] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'TestCopyFileMaxTransfer' 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: list: warm 1 from cache for: rclone-test-tenazam1ziha/TestCopyFileMaxTransfer, expiring on: 2026-07-14 07:40:53.554189965 +0000 UTC 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: list: cached entries: [TestCopyFileMaxTransfer/file1] 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: 91aee57ad1d095bdded6f312b2e49431989f288d32f6b9a0dd0066b0350ffcf6a42c98605a2a58a80f1ee0ce11820da6617a8538f9b057a3721b3a9783d22e1c 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: f401d3a6 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: 226e7cfa701fb8ba542d42e0f8bd3090cbbcc9f54d834f361c0ab8c3f4846b72 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: a4b1d14ff0861c692abb6789d38c92d118a5febd000248d3b1002357ce0633d23ab12034bb1efd8d884058cec99da31cf646fb6179979b2fb231ba80e0bbc495 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: c7a6c106a2e629bbd123ec0814852c67c53153d47a8a5c3abf2866e0156d58f6 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: 816390424257dd76 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: 688523f07c4523d48bebf07f760ea6fa 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: d4b8d7e13c592e454a060a60b4606d5e5c5a03b023d97e24bf4682e9535a8778 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: aaeba82ca64452b89313b42f6621fe418e9847cc 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: 66696c653120636f6e74656e7473000000000000 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: 6648031bca1003108ce10d6eae4319dc40873900 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'TestCopyFileMaxTransfer/file3' 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file3: find: error: couldn't find object (file3) 2026/07/14 01:40:53 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:53.555064873 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [TestCopyFileMaxTransfer] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'TestCopyFileMaxTransfer' 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: list: warm 1 from cache for: rclone-test-tenazam1ziha/TestCopyFileMaxTransfer, expiring on: 2026-07-14 07:40:53.554189965 +0000 UTC 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: list: cached entries: [TestCopyFileMaxTransfer/file1] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'TestCopyFileMaxTransfer/file4' 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file4: find: error: couldn't find object (file4) 2026/07/14 01:40:53 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'TestCopyFileMaxTransfer/file4' 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file4: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file4: put: added to cache 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: cache: expired rclone-test-tenazam1ziha/TestCopyFileMaxTransfer 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: cache: expired 2026/07/14 01:40:53 INFO : TestCopyFileMaxTransfer: put: cache expired 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file4: object hash cached: 11c4df80a05de2488efdf26b907686b3 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 11c4df80a05de2488efdf26b907686b3 OK 2026/07/14 01:40:53 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: cold listing: 2026-07-13 19:40:53.585118821 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: read 1 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [TestCopyFileMaxTransfer] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.588597543 +0000 UTC m=+18.600535132 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'TestCopyFileMaxTransfer' 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: list: cold listing: 2026-07-13 19:40:53.585118821 +0000 UTC 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: list: read 2 from source 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: list: source entries: [TestCopyFileMaxTransfer/file1 TestCopyFileMaxTransfer/file4] 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: list: cached object: TestCopyFileMaxTransfer/file1 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: list: cached object: TestCopyFileMaxTransfer/file4 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: list: cached directories: 0 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: list: cached dir: 'rclone-test-tenazam1ziha/TestCopyFileMaxTransfer', cache ts: 2026-07-14 01:40:53.59114925 +0000 UTC m=+18.603086838 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: 91aee57ad1d095bdded6f312b2e49431989f288d32f6b9a0dd0066b0350ffcf6a42c98605a2a58a80f1ee0ce11820da6617a8538f9b057a3721b3a9783d22e1c 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: f401d3a6 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: 226e7cfa701fb8ba542d42e0f8bd3090cbbcc9f54d834f361c0ab8c3f4846b72 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: a4b1d14ff0861c692abb6789d38c92d118a5febd000248d3b1002357ce0633d23ab12034bb1efd8d884058cec99da31cf646fb6179979b2fb231ba80e0bbc495 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: c7a6c106a2e629bbd123ec0814852c67c53153d47a8a5c3abf2866e0156d58f6 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: 816390424257dd76 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: 688523f07c4523d48bebf07f760ea6fa 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: d4b8d7e13c592e454a060a60b4606d5e5c5a03b023d97e24bf4682e9535a8778 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: aaeba82ca64452b89313b42f6621fe418e9847cc 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: 66696c653120636f6e74656e7473000000000000 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: object hash cached: 6648031bca1003108ce10d6eae4319dc40873900 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file4: object hash cached: 11c4df80a05de2488efdf26b907686b3 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file4: object hash cached: 912ff11e701b7871e99eb26f81668a87d3e8f025 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file4: object hash cached: 3687f708f6e1a88c2d06a4ae8aad8ddeac5ad9d36ae3d5fe139253512ead9b8dfcd686d82a55c0a83d5973b7d3d8680fa9620910e2e0a4aa0b35abb39073a6a5 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file4: object hash cached: 16cdfa97 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file4: object hash cached: ebad6a4fb6e68e4cac41b48e7a2a23947d9d5d2ae838e38a03453ab7621b57c1 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file4: object hash cached: be92ebe99d6af52c86c6a7d3ff5bcc60dfb0aedc2a1f0bc66525ecabaa8e2db526f140a97d96a2eae4edd59e358d10f8ca76ffb8fa042220cd7ae35abb31c437 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file4: object hash cached: e46ce6354c05ccfd0997d255d6ebe7cb5158b70ecdfc13f90105831a8b0a58ae 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file4: object hash cached: 41a623f26f0f1956 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file4: object hash cached: 7c075554c53328c841a623f26f0f1956 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file4: object hash cached: e5f1b4509e864994b560a908a009cfb03e88e12c144d3c35177e1f65b8a916b4 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file4: object hash cached: 500b2deebba912026191e065b1c961698f537f96 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file4: object hash cached: b7d8fe06ecdb8526b470b0bd321edbf65d32be69 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file4: object hash cached: d09d8cf527c1bbf0823aef90fa3d8152d835c704 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:53.588597543 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [TestCopyFileMaxTransfer] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'TestCopyFileMaxTransfer' 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: list: warm 2 from cache for: rclone-test-tenazam1ziha/TestCopyFileMaxTransfer, expiring on: 2026-07-14 07:40:53.59114925 +0000 UTC 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: list: cached entries: [TestCopyFileMaxTransfer/file1 TestCopyFileMaxTransfer/file4] 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file1: removing object 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: cache: expired rclone-test-tenazam1ziha/TestCopyFileMaxTransfer 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: cache: expired 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer/file4: removing object 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: cache: expired rclone-test-tenazam1ziha/TestCopyFileMaxTransfer 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: cache: expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'TestCopyFileMaxTransfer' 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: rmdir: removed dir in source fs 2026/07/14 01:40:53 DEBUG : TestCopyFileMaxTransfer: rmdir: removed from cache 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : rmdir: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: cold listing: 2026-07-13 19:40:53.624928795 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.625944258 +0000 UTC m=+18.637881846 --- PASS: TestCopyFileMaxTransfer (0.08s) === RUN TestDeduplicateInteractive run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.62725669 +0000 UTC m=+18.639194278 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.628203683 +0000 UTC m=+18.640141271 --- SKIP: TestDeduplicateInteractive (0.00s) === RUN TestDeduplicateSkip run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.629715942 +0000 UTC m=+18.641653530 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.63076595 +0000 UTC m=+18.642703538 --- SKIP: TestDeduplicateSkip (0.00s) === RUN TestDeduplicateSizeOnly run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.632005505 +0000 UTC m=+18.643943093 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.632989127 +0000 UTC m=+18.644926716 --- SKIP: TestDeduplicateSizeOnly (0.00s) === RUN TestDeduplicateFirst run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.634017283 +0000 UTC m=+18.645954871 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.637576208 +0000 UTC m=+18.649513796 --- SKIP: TestDeduplicateFirst (0.01s) === RUN TestDeduplicateNewest run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.643968718 +0000 UTC m=+18.655906306 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.648102925 +0000 UTC m=+18.660040503 --- SKIP: TestDeduplicateNewest (0.01s) === RUN TestDeduplicateNewestByHash run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'one' 2026/07/14 01:40:53 DEBUG : one: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : one: put: added to cache 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : put: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'also/one' 2026/07/14 01:40:53 DEBUG : also/one: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : also/one: put: added to cache 2026/07/14 01:40:53 DEBUG : also: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : also: cache: expired 2026/07/14 01:40:53 INFO : also: put: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'another' 2026/07/14 01:40:53 DEBUG : another: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : another: put: added to cache 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : put: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'not-one' 2026/07/14 01:40:53 DEBUG : not-one: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : not-one: put: added to cache 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : put: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: cold listing: 2026-07-13 19:40:53.659691833 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: read 4 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [another not-one one also] 2026/07/14 01:40:53 DEBUG : list: cached object: another 2026/07/14 01:40:53 DEBUG : list: cached object: not-one 2026/07/14 01:40:53 DEBUG : list: cached object: one 2026/07/14 01:40:53 DEBUG : list: cached directories: 1 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.664118391 +0000 UTC m=+18.676055980 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'also' 2026/07/14 01:40:53 DEBUG : also: list: warm 1 from cache for: rclone-test-tenazam1ziha/also, expiring on: 2026-07-14 07:40:53.660810029 +0000 UTC 2026/07/14 01:40:53 DEBUG : also: list: cached entries: [also/one] 2026/07/14 01:40:53 DEBUG : another: object hash cached: d11ba4c2b2276c96b4c4fd9e14939e58 2026/07/14 01:40:53 DEBUG : another: object hash cached: 7189bbeeb7869267e15db8419f04154b6ed7b8eb 2026/07/14 01:40:53 DEBUG : another: object hash cached: cb293a2e043a2330e0bd73ad4817d688a46db66a2192914f412e639d6a2990983e87e8accea6cf6a83c31aacbfa9975038827033698a337e2a4ce5780aee70d5 2026/07/14 01:40:53 DEBUG : another: object hash cached: 4de4bcff 2026/07/14 01:40:53 DEBUG : another: object hash cached: 9cad57fd911d401a9b0905f2a4f6d789b3d4fd23c57a42a91167b62ccfce9549 2026/07/14 01:40:53 DEBUG : another: object hash cached: 9728114c360215a139eeff191b92fca52e2059e5c19fba8e11e017272e3802460618d2f6a898fe042bfb33ddbcba31f4e5d3eacbab9744b668748c25bfcda32a 2026/07/14 01:40:53 DEBUG : another: object hash cached: 64667aae567c5ba57a175b6242d8a9837eaab5a1787c051560f31c4ca9d69c8e 2026/07/14 01:40:53 DEBUG : another: object hash cached: ef740e0cf97085df 2026/07/14 01:40:53 DEBUG : another: object hash cached: 29f530138fd0311d1bae91e37349d896 2026/07/14 01:40:53 DEBUG : another: object hash cached: 3803565b2bd56276576a204034cbadc5d7a7a395682b62d573744f62b359b795 2026/07/14 01:40:53 DEBUG : another: object hash cached: 219b1d38b45f3b0d40cdd0e8f56073c89aeec126 2026/07/14 01:40:53 DEBUG : another: object hash cached: 5b2b99ed9c6edc32693028849d177841bab3f4cc 2026/07/14 01:40:53 DEBUG : another: object hash cached: eb7651823dd0954f13f0912910271782677b94c8 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: c13d88cb4cb02003daedb8a84e5d272a 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: 5eee38381388b6f30efdd5c5c6f067dbf32c0bb3 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: 2f82578558bd3d891179e0d30419d34342708458688c93485b24134bf0164c493824bfe3dba8a25b3e7f5285587182a8cf4f16c0c50d3010c4fb1daa65fe0815 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: 5941f83e 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: 35bafb1ce99aef3ab068afbaabae8f21fd9b9f02d3a9442e364fa92c0b3eeef0 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: 387d2878b983238fa405fd28288292d3afa3c5a351747659ba27c5797fb9fff44f8bdee1a0539514fce6b58dcedd8769313984e4986576647afef1d5f775816f 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: 23fb64a9f498d620430d3f5a996d1d64ea98bf6c29c640833d9afacc48889837 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: 2cde582349415d8d 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: 3f3c6e48815e3a4a74f7a3e36a23b318 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: 3c000bebf208507e0bf194f39ad36115977f3953c66c7c4691b4556187131cea 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: 4759126f26500ed0be3f04eb96a9be416de0b48e 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: 7374756666000000000000000000000000000000 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: 73a0431dcc600600000000000500000000000000 2026/07/14 01:40:53 DEBUG : one: object hash cached: d11ba4c2b2276c96b4c4fd9e14939e58 2026/07/14 01:40:53 DEBUG : one: object hash cached: 7189bbeeb7869267e15db8419f04154b6ed7b8eb 2026/07/14 01:40:53 DEBUG : one: object hash cached: cb293a2e043a2330e0bd73ad4817d688a46db66a2192914f412e639d6a2990983e87e8accea6cf6a83c31aacbfa9975038827033698a337e2a4ce5780aee70d5 2026/07/14 01:40:53 DEBUG : one: object hash cached: 4de4bcff 2026/07/14 01:40:53 DEBUG : one: object hash cached: 9cad57fd911d401a9b0905f2a4f6d789b3d4fd23c57a42a91167b62ccfce9549 2026/07/14 01:40:53 DEBUG : one: object hash cached: 9728114c360215a139eeff191b92fca52e2059e5c19fba8e11e017272e3802460618d2f6a898fe042bfb33ddbcba31f4e5d3eacbab9744b668748c25bfcda32a 2026/07/14 01:40:53 DEBUG : one: object hash cached: 64667aae567c5ba57a175b6242d8a9837eaab5a1787c051560f31c4ca9d69c8e 2026/07/14 01:40:53 DEBUG : one: object hash cached: ef740e0cf97085df 2026/07/14 01:40:53 DEBUG : one: object hash cached: 29f530138fd0311d1bae91e37349d896 2026/07/14 01:40:53 DEBUG : one: object hash cached: 3803565b2bd56276576a204034cbadc5d7a7a395682b62d573744f62b359b795 2026/07/14 01:40:53 DEBUG : one: object hash cached: 219b1d38b45f3b0d40cdd0e8f56073c89aeec126 2026/07/14 01:40:53 DEBUG : one: object hash cached: 5b2b99ed9c6edc32693028849d177841bab3f4cc 2026/07/14 01:40:53 DEBUG : one: object hash cached: eb7651823dd0954f13f0912910271782677b94c8 2026/07/14 01:40:53 DEBUG : also/one: object hash cached: d11ba4c2b2276c96b4c4fd9e14939e58 2026/07/14 01:40:53 DEBUG : also/one: object hash cached: 7189bbeeb7869267e15db8419f04154b6ed7b8eb 2026/07/14 01:40:53 DEBUG : also/one: object hash cached: cb293a2e043a2330e0bd73ad4817d688a46db66a2192914f412e639d6a2990983e87e8accea6cf6a83c31aacbfa9975038827033698a337e2a4ce5780aee70d5 2026/07/14 01:40:53 DEBUG : also/one: object hash cached: 4de4bcff 2026/07/14 01:40:53 DEBUG : also/one: object hash cached: 9cad57fd911d401a9b0905f2a4f6d789b3d4fd23c57a42a91167b62ccfce9549 2026/07/14 01:40:53 DEBUG : also/one: object hash cached: 9728114c360215a139eeff191b92fca52e2059e5c19fba8e11e017272e3802460618d2f6a898fe042bfb33ddbcba31f4e5d3eacbab9744b668748c25bfcda32a 2026/07/14 01:40:53 DEBUG : also/one: object hash cached: 64667aae567c5ba57a175b6242d8a9837eaab5a1787c051560f31c4ca9d69c8e 2026/07/14 01:40:53 DEBUG : also/one: object hash cached: ef740e0cf97085df 2026/07/14 01:40:53 DEBUG : also/one: object hash cached: 29f530138fd0311d1bae91e37349d896 2026/07/14 01:40:53 DEBUG : also/one: object hash cached: 3803565b2bd56276576a204034cbadc5d7a7a395682b62d573744f62b359b795 2026/07/14 01:40:53 DEBUG : also/one: object hash cached: 219b1d38b45f3b0d40cdd0e8f56073c89aeec126 2026/07/14 01:40:53 DEBUG : also/one: object hash cached: 5b2b99ed9c6edc32693028849d177841bab3f4cc 2026/07/14 01:40:53 DEBUG : also/one: object hash cached: eb7651823dd0954f13f0912910271782677b94c8 2026/07/14 01:40:53 INFO : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: Looking for duplicate md5 hashes using newest mode. 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: warm 4 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:53.664118391 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [also another not-one one] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'also' 2026/07/14 01:40:53 DEBUG : also: list: warm 1 from cache for: rclone-test-tenazam1ziha/also, expiring on: 2026-07-14 07:40:53.660810029 +0000 UTC 2026/07/14 01:40:53 DEBUG : also: list: cached entries: [also/one] 2026/07/14 01:40:53 NOTICE: d11ba4c2b2276c96b4c4fd9e14939e58: Found 3 files with duplicate md5 hashes 2026/07/14 01:40:53 DEBUG : one: removing object 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : one: Deleted 2026/07/14 01:40:53 DEBUG : also/one: removing object 2026/07/14 01:40:53 DEBUG : also: cache: expired rclone-test-tenazam1ziha/also 2026/07/14 01:40:53 DEBUG : also: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : also: cache: expired 2026/07/14 01:40:53 INFO : also/one: Deleted 2026/07/14 01:40:53 NOTICE: d11ba4c2b2276c96b4c4fd9e14939e58: Deleted 2 extra copies 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: cold listing: 2026-07-13 19:40:53.725696957 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: read 3 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [another not-one also] 2026/07/14 01:40:53 DEBUG : list: cached object: another 2026/07/14 01:40:53 DEBUG : list: cached object: not-one 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.728278821 +0000 UTC m=+18.740216399 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'also' 2026/07/14 01:40:53 DEBUG : also: list: cold listing: 2026-07-13 19:40:53.725696957 +0000 UTC 2026/07/14 01:40:53 DEBUG : also: list: read 0 from source 2026/07/14 01:40:53 DEBUG : also: list: source entries: [] 2026/07/14 01:40:53 DEBUG : also: list: cached directories: 0 2026/07/14 01:40:53 DEBUG : also: list: cached dir: 'rclone-test-tenazam1ziha/also', cache ts: 2026-07-14 01:40:53.729160772 +0000 UTC m=+18.741098360 2026/07/14 01:40:53 DEBUG : another: object hash cached: d11ba4c2b2276c96b4c4fd9e14939e58 2026/07/14 01:40:53 DEBUG : another: object hash cached: 7189bbeeb7869267e15db8419f04154b6ed7b8eb 2026/07/14 01:40:53 DEBUG : another: object hash cached: cb293a2e043a2330e0bd73ad4817d688a46db66a2192914f412e639d6a2990983e87e8accea6cf6a83c31aacbfa9975038827033698a337e2a4ce5780aee70d5 2026/07/14 01:40:53 DEBUG : another: object hash cached: 4de4bcff 2026/07/14 01:40:53 DEBUG : another: object hash cached: 9cad57fd911d401a9b0905f2a4f6d789b3d4fd23c57a42a91167b62ccfce9549 2026/07/14 01:40:53 DEBUG : another: object hash cached: 9728114c360215a139eeff191b92fca52e2059e5c19fba8e11e017272e3802460618d2f6a898fe042bfb33ddbcba31f4e5d3eacbab9744b668748c25bfcda32a 2026/07/14 01:40:53 DEBUG : another: object hash cached: 64667aae567c5ba57a175b6242d8a9837eaab5a1787c051560f31c4ca9d69c8e 2026/07/14 01:40:53 DEBUG : another: object hash cached: ef740e0cf97085df 2026/07/14 01:40:53 DEBUG : another: object hash cached: 29f530138fd0311d1bae91e37349d896 2026/07/14 01:40:53 DEBUG : another: object hash cached: 3803565b2bd56276576a204034cbadc5d7a7a395682b62d573744f62b359b795 2026/07/14 01:40:53 DEBUG : another: object hash cached: 219b1d38b45f3b0d40cdd0e8f56073c89aeec126 2026/07/14 01:40:53 DEBUG : another: object hash cached: 5b2b99ed9c6edc32693028849d177841bab3f4cc 2026/07/14 01:40:53 DEBUG : another: object hash cached: eb7651823dd0954f13f0912910271782677b94c8 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: c13d88cb4cb02003daedb8a84e5d272a 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: 5eee38381388b6f30efdd5c5c6f067dbf32c0bb3 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: 2f82578558bd3d891179e0d30419d34342708458688c93485b24134bf0164c493824bfe3dba8a25b3e7f5285587182a8cf4f16c0c50d3010c4fb1daa65fe0815 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: 5941f83e 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: 35bafb1ce99aef3ab068afbaabae8f21fd9b9f02d3a9442e364fa92c0b3eeef0 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: 387d2878b983238fa405fd28288292d3afa3c5a351747659ba27c5797fb9fff44f8bdee1a0539514fce6b58dcedd8769313984e4986576647afef1d5f775816f 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: 23fb64a9f498d620430d3f5a996d1d64ea98bf6c29c640833d9afacc48889837 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: 2cde582349415d8d 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: 3f3c6e48815e3a4a74f7a3e36a23b318 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: 3c000bebf208507e0bf194f39ad36115977f3953c66c7c4691b4556187131cea 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: 4759126f26500ed0be3f04eb96a9be416de0b48e 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: 7374756666000000000000000000000000000000 2026/07/14 01:40:53 DEBUG : not-one: object hash cached: 73a0431dcc600600000000000500000000000000 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: warm 3 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:53.728278821 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [also another not-one] 2026/07/14 01:40:53 DEBUG : another: removing object 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 DEBUG : not-one: removing object 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'also' 2026/07/14 01:40:53 DEBUG : also: list: empty listing 2026/07/14 01:40:53 DEBUG : also: list: read 0 from source 2026/07/14 01:40:53 DEBUG : also: list: source entries: [] 2026/07/14 01:40:53 DEBUG : also: list: cached directories: 0 2026/07/14 01:40:53 DEBUG : also: list: cached dir: 'rclone-test-tenazam1ziha/also', cache ts: 2026-07-14 01:40:53.759826001 +0000 UTC m=+18.771763579 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'also' 2026/07/14 01:40:53 DEBUG : also: rmdir: removed dir in source fs 2026/07/14 01:40:53 DEBUG : also: rmdir: removed from cache 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : rmdir: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: cold listing: 2026-07-13 19:40:53.761629127 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.76232579 +0000 UTC m=+18.774263368 --- PASS: TestDeduplicateNewestByHash (0.11s) === RUN TestDeduplicateOldest run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.763141716 +0000 UTC m=+18.775079294 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.764002778 +0000 UTC m=+18.775940356 --- SKIP: TestDeduplicateOldest (0.00s) === RUN TestDeduplicateLargest run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.76490097 +0000 UTC m=+18.776838548 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.765750169 +0000 UTC m=+18.777687747 --- SKIP: TestDeduplicateLargest (0.00s) === RUN TestDeduplicateSmallest run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.766640927 +0000 UTC m=+18.778578515 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.767479036 +0000 UTC m=+18.779416613 --- SKIP: TestDeduplicateSmallest (0.00s) === RUN TestDeduplicateRename run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.768375785 +0000 UTC m=+18.780313364 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.769191451 +0000 UTC m=+18.781129029 --- SKIP: TestDeduplicateRename (0.00s) === RUN TestMergeDirs run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" dedupe_test.go:256: Can't merge directories 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.770050389 +0000 UTC m=+18.781987967 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: empty listing 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.770913966 +0000 UTC m=+18.782851554 --- SKIP: TestMergeDirs (0.00s) === RUN TestListDirSorted run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'a.txt' 2026/07/14 01:40:53 DEBUG : a.txt: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : a.txt: put: added to cache 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : put: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'zend.txt' 2026/07/14 01:40:53 DEBUG : zend.txt: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : zend.txt: put: added to cache 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : put: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'sub dir/hello world' 2026/07/14 01:40:53 DEBUG : sub dir/hello world: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : sub dir/hello world: put: added to cache 2026/07/14 01:40:53 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : sub dir: cache: expired 2026/07/14 01:40:53 INFO : sub dir: put: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'sub dir/hello world2' 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: put: added to cache 2026/07/14 01:40:53 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : sub dir: cache: expired 2026/07/14 01:40:53 INFO : sub dir: put: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'sub dir/ignore dir/.ignore' 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: put: added to cache 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: cache: expired 2026/07/14 01:40:53 INFO : sub dir/ignore dir: put: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'sub dir/ignore dir/should be ignored' 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: put: added to cache 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: cache: expired 2026/07/14 01:40:53 INFO : sub dir/ignore dir: put: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'sub dir/sub sub dir/hello world3' 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: put: added to cache 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir: cache: expired 2026/07/14 01:40:53 INFO : sub dir/sub sub dir: put: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: cold listing: 2026-07-13 19:40:53.785492474 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: read 3 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [sub dir zend.txt a.txt] 2026/07/14 01:40:53 DEBUG : list: cached object: a.txt 2026/07/14 01:40:53 DEBUG : list: cached object: zend.txt 2026/07/14 01:40:53 DEBUG : list: cached directories: 1 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.788575973 +0000 UTC m=+18.800513550 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:53 DEBUG : sub dir: list: warm 4 from cache for: rclone-test-tenazam1ziha/sub dir, expiring on: 2026-07-14 07:40:53.78717245 +0000 UTC 2026/07/14 01:40:53 DEBUG : sub dir: list: cached entries: [sub dir/hello world sub dir/hello world2 sub dir/ignore dir sub dir/sub sub dir] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir/sub sub dir' 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir: list: error: missing cached dir: sub dir/sub sub dir 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir/ignore dir' 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: list: error: missing cached dir: sub dir/ignore dir 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir: list: read 1 from source 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: list: read 2 from source 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir: list: source entries: [sub dir/sub sub dir/hello world3] 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: list: source entries: [sub dir/ignore dir/should be ignored sub dir/ignore dir/.ignore] 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir: list: cached object: sub dir/sub sub dir/hello world3 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir: list: cached directories: 0 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir: list: cached dir: 'rclone-test-tenazam1ziha/sub dir/sub sub dir', cache ts: 2026-07-14 01:40:53.790485359 +0000 UTC m=+18.802422948 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: list: cached object: sub dir/ignore dir/.ignore 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: list: cached object: sub dir/ignore dir/should be ignored 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: list: cached directories: 0 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: list: cached dir: 'rclone-test-tenazam1ziha/sub dir/ignore dir', cache ts: 2026-07-14 01:40:53.793242984 +0000 UTC m=+18.805180622 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: 8d8309ca6af848095bcabaf9a53b1b6ce7f594c1434fd6e5177e7e5c20e76cd30936d8606e7f36acbef8978fea008e6400a975d51abe6ba4923178c7cf90c802 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: 0d4a1185 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: 309ecc489c12d6eb4cc40f50c902f2b4d0ed77ee511a7c7a9bcd3ca86d4cd86f989dd35bc5ff499670da34255b45b0cfd830e81f605dcf7dc5542e93ae9cd76f 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: d74981efa70a0c880b8d8c1985d075dbcbf679b99a5f9914e5aaf96b831a9e24 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: d447b1ea40e6988b 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: df8d09e93f874900a99b8775cc15b6c7 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: bc62d4b80d9e36da29c16c5d4d9f11731f36052c72401a76c23c0fb5a9b74423 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: 456dc90e1c9b8b010bdf5c02a7cb4b435173eb4b 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: 68656c6c6f20776f726c64000000000000000000 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: 6828031bd8f00610dce10d726b03190000000000 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: 5d41402abc4b2a76b9719d911017c592 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: 0a25f55d7308eca6b9567a7ed3bd1b46327f0f1ffdc804dd8bb5af40e88d78b88df0d002a89e2fdbd5876c523f1b67bc44e9f87047598e7548298ea1c81cfd73 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: 3610a686 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: 2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: 9b71d224bd62f3785d96d46ad3ea3d73319bfbc2890caadae2dff72519673ca72323c3d99ba5c11d7c7acc6e14b8c5da0c4663475c2e5c3adef46f73bcdec043 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: ea8f163db38682925e4491c5e58d4bb3506ef8c14eb78a86e908c5624a67200f 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: 9555e8555c62dcfd 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: b5e9c1ad071b3e7fc779cfaa5e523818 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: 9595c9df90075148eb06860365df33584b75bff782a510c6cd4883a419833d50 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: 44c6e36e32a5029692f2f32e7844d8f52832db8a 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: 68656c6c6f000000000000000000000000000000 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: 6828031bd8f00600000000000500000000000000 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: 8d8309ca6af848095bcabaf9a53b1b6ce7f594c1434fd6e5177e7e5c20e76cd30936d8606e7f36acbef8978fea008e6400a975d51abe6ba4923178c7cf90c802 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: 0d4a1185 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: 309ecc489c12d6eb4cc40f50c902f2b4d0ed77ee511a7c7a9bcd3ca86d4cd86f989dd35bc5ff499670da34255b45b0cfd830e81f605dcf7dc5542e93ae9cd76f 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: d74981efa70a0c880b8d8c1985d075dbcbf679b99a5f9914e5aaf96b831a9e24 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: d447b1ea40e6988b 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: df8d09e93f874900a99b8775cc15b6c7 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: bc62d4b80d9e36da29c16c5d4d9f11731f36052c72401a76c23c0fb5a9b74423 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: 456dc90e1c9b8b010bdf5c02a7cb4b435173eb4b 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: 68656c6c6f20776f726c64000000000000000000 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: 6828031bd8f00610dce10d726b03190000000000 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: 8d8309ca6af848095bcabaf9a53b1b6ce7f594c1434fd6e5177e7e5c20e76cd30936d8606e7f36acbef8978fea008e6400a975d51abe6ba4923178c7cf90c802 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: 0d4a1185 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: 309ecc489c12d6eb4cc40f50c902f2b4d0ed77ee511a7c7a9bcd3ca86d4cd86f989dd35bc5ff499670da34255b45b0cfd830e81f605dcf7dc5542e93ae9cd76f 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: d74981efa70a0c880b8d8c1985d075dbcbf679b99a5f9914e5aaf96b831a9e24 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: d447b1ea40e6988b 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: df8d09e93f874900a99b8775cc15b6c7 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: bc62d4b80d9e36da29c16c5d4d9f11731f36052c72401a76c23c0fb5a9b74423 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: 456dc90e1c9b8b010bdf5c02a7cb4b435173eb4b 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: 68656c6c6f20776f726c64000000000000000000 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: 6828031bd8f00610dce10d726b03190000000000 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: 8d8309ca6af848095bcabaf9a53b1b6ce7f594c1434fd6e5177e7e5c20e76cd30936d8606e7f36acbef8978fea008e6400a975d51abe6ba4923178c7cf90c802 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: 0d4a1185 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: 309ecc489c12d6eb4cc40f50c902f2b4d0ed77ee511a7c7a9bcd3ca86d4cd86f989dd35bc5ff499670da34255b45b0cfd830e81f605dcf7dc5542e93ae9cd76f 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: d74981efa70a0c880b8d8c1985d075dbcbf679b99a5f9914e5aaf96b831a9e24 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: d447b1ea40e6988b 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: df8d09e93f874900a99b8775cc15b6c7 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: bc62d4b80d9e36da29c16c5d4d9f11731f36052c72401a76c23c0fb5a9b74423 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: 456dc90e1c9b8b010bdf5c02a7cb4b435173eb4b 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: 68656c6c6f20776f726c64000000000000000000 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: 6828031bd8f00610dce10d726b03190000000000 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: 336d5ebc5436534e61d16e63ddfca327 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: 32e264b553808c529f676bf052d9a384e2beecf4ace2e8b34eac48f9cf198b1f882c2402c908c6478e4ca61298b69f7a798620f9750a132848150e2dceb3237a 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: 97ddb3f8 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: 3973e022e93220f9212c18d0d0c543ae7c309e46640da93a4a0314de999f5112 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: 7c0b0d99a6e4c33cda0f6f63547f878f4dd9f486dfe5d0446ce004b1c0ff28f191ff86f5d5933d3614cceee6fbbdc17e658881d3a164dfa5d6f4c699b2126e3d 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: 2df97271b4d74d0bae1ca692ebeb097875dcb7a5531b54014582b8de37d17ec0 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: de2fb8d1c1a20f76 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: eb7df54fc0abac3fde2fb8d1c1a20f76 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: fc62b10ec59efa8041f5a6c924d7c91572c1bbda280d9e01312b660804df1d47 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: 32c7118eccdbd269efbd226666dcd16d13fc2f89 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: 2d00000000000000000000000000000000000000 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: 2d00000000000000000000000100000000000000 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: 4b6adec83a97e5cb1ae5300b60fc8f80 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: 18df938e1d79132fe9b501635288f829d9eea985 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: 28a9a0a2f5155d55939d213caa4f65d88437c109bbdf928a0ad77d7c90dc962f054623211ef8acba0432d12d16a97ca979a214fd5f94520247a5630124492b16 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: 317a7abd 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: d74e5821e6022f4a543abc740b360257e79c2605ac82dadf9e155cf58e16cc66 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: 89b57637575b2da4c157add4f6d1a3e03791930849763bd9f1484a64a52d693baeacbe092e52c74e34b0c8eda4651707498ee92e1449510f4b894ec40c5eb9af 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: adfa54da63f886ac742fc69dbd2c94ad481d9976f4c480729ecb67899037fd68 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: 952b9ef32af6e020 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: 754834f460f0b7e38dee9261a0a8cd1b 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: 9e5f4a94c421866a499596acfe2e25b949be8d31835ff62e7be70b7830e38601 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: c2965fce69de4ae18a29eff0500e7497281bb760 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: 746f2069676e6f72650000000000000000000000 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: 74780308d2700637bc410e650900000000000000 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: warm 3 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:53.788575973 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [a.txt sub dir zend.txt] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: warm 3 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:53.788575973 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [a.txt sub dir zend.txt] 2026/07/14 01:40:53 DEBUG : a.txt: Excluded (Size Filter) 2026/07/14 01:40:53 DEBUG : a.txt: Excluded 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:53 DEBUG : sub dir: list: warm 4 from cache for: rclone-test-tenazam1ziha/sub dir, expiring on: 2026-07-14 07:40:53.78717245 +0000 UTC 2026/07/14 01:40:53 DEBUG : sub dir: list: cached entries: [sub dir/hello world sub dir/hello world2 sub dir/ignore dir sub dir/sub sub dir] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:53 DEBUG : sub dir: list: warm 4 from cache for: rclone-test-tenazam1ziha/sub dir, expiring on: 2026-07-14 07:40:53.78717245 +0000 UTC 2026/07/14 01:40:53 DEBUG : sub dir: list: cached entries: [sub dir/hello world sub dir/hello world2 sub dir/ignore dir sub dir/sub sub dir] 2026/07/14 01:40:53 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/07/14 01:40:53 DEBUG : sub dir/hello world: Excluded 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: Excluded 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:53 DEBUG : sub dir: list: warm 4 from cache for: rclone-test-tenazam1ziha/sub dir, expiring on: 2026-07-14 07:40:53.78717245 +0000 UTC 2026/07/14 01:40:53 DEBUG : sub dir: list: cached entries: [sub dir/hello world sub dir/hello world2 sub dir/ignore dir sub dir/sub sub dir] 2026/07/14 01:40:53 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/07/14 01:40:53 DEBUG : sub dir/hello world: Excluded 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: Excluded 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'sub dir/ignore dir/.ignore' 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: find: warm object: sub dir/ignore dir/.ignore, expiring on: 2026-07-14 07:40:53.789532825 +0000 UTC 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: Excluded 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'sub dir/sub sub dir/.ignore' 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/.ignore: find: error: couldn't find object (.ignore) 2026/07/14 01:40:53 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir/ignore dir' 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: list: warm 2 from cache for: rclone-test-tenazam1ziha/sub dir/ignore dir, expiring on: 2026-07-14 07:40:53.793242984 +0000 UTC 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: list: cached entries: [sub dir/ignore dir/.ignore sub dir/ignore dir/should be ignored] 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: Excluded 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir/ignore dir' 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: list: warm 2 from cache for: rclone-test-tenazam1ziha/sub dir/ignore dir, expiring on: 2026-07-14 07:40:53.793242984 +0000 UTC 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: list: cached entries: [sub dir/ignore dir/.ignore sub dir/ignore dir/should be ignored] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir/ignore dir' 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: list: warm 2 from cache for: rclone-test-tenazam1ziha/sub dir/ignore dir, expiring on: 2026-07-14 07:40:53.793242984 +0000 UTC 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: list: cached entries: [sub dir/ignore dir/.ignore sub dir/ignore dir/should be ignored] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: warm 3 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:53.788575973 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: cached entries: [a.txt sub dir zend.txt] 2026/07/14 01:40:53 DEBUG : a.txt: removing object 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 DEBUG : zend.txt: removing object 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:53 DEBUG : sub dir: list: warm 4 from cache for: rclone-test-tenazam1ziha/sub dir, expiring on: 2026-07-14 07:40:53.78717245 +0000 UTC 2026/07/14 01:40:53 DEBUG : sub dir: list: cached entries: [sub dir/hello world sub dir/hello world2 sub dir/ignore dir sub dir/sub sub dir] 2026/07/14 01:40:53 DEBUG : sub dir/hello world: removing object 2026/07/14 01:40:53 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:53 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : sub dir: cache: expired 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: removing object 2026/07/14 01:40:53 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:53 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : sub dir: cache: expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir/sub sub dir' 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir/ignore dir' 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir: list: warm 1 from cache for: rclone-test-tenazam1ziha/sub dir/sub sub dir, expiring on: 2026-07-14 07:40:53.790485359 +0000 UTC 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir: list: cached entries: [sub dir/sub sub dir/hello world3] 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: list: warm 2 from cache for: rclone-test-tenazam1ziha/sub dir/ignore dir, expiring on: 2026-07-14 07:40:53.793242984 +0000 UTC 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: list: cached entries: [sub dir/ignore dir/.ignore sub dir/ignore dir/should be ignored] 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: removing object 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir: cache: expired rclone-test-tenazam1ziha/sub dir/sub sub dir 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir: cache: expired 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: removing object 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: cache: expired rclone-test-tenazam1ziha/sub dir/ignore dir 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: cache: expired 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: removing object 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: cache: expired rclone-test-tenazam1ziha/sub dir/ignore dir 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: cache: expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'sub dir/sub sub dir' 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir: rmdir: removed dir in source fs 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir: rmdir: removed from cache 2026/07/14 01:40:53 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:53 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : sub dir: cache: expired 2026/07/14 01:40:53 INFO : sub dir: rmdir: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'sub dir/ignore dir' 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: rmdir: removed dir in source fs 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: rmdir: removed from cache 2026/07/14 01:40:53 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:53 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : sub dir: cache: expired 2026/07/14 01:40:53 INFO : sub dir: rmdir: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'sub dir' 2026/07/14 01:40:53 DEBUG : sub dir: rmdir: removed dir in source fs 2026/07/14 01:40:53 DEBUG : sub dir: rmdir: removed from cache 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : rmdir: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: cold listing: 2026-07-13 19:40:53.897188841 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: read 0 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [] 2026/07/14 01:40:53 DEBUG : list: cached directories: 0 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.898052728 +0000 UTC m=+18.909990316 --- PASS: TestListDirSorted (0.13s) === RUN TestListDirSortedFn run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'a.txt' 2026/07/14 01:40:53 DEBUG : a.txt: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : a.txt: put: added to cache 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : put: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'zend.txt' 2026/07/14 01:40:53 DEBUG : zend.txt: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : zend.txt: put: added to cache 2026/07/14 01:40:53 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : cache: expired 2026/07/14 01:40:53 INFO : put: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'sub dir/hello world' 2026/07/14 01:40:53 DEBUG : sub dir/hello world: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : sub dir/hello world: put: added to cache 2026/07/14 01:40:53 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : sub dir: cache: expired 2026/07/14 01:40:53 INFO : sub dir: put: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'sub dir/hello world2' 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: put: added to cache 2026/07/14 01:40:53 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : sub dir: cache: expired 2026/07/14 01:40:53 INFO : sub dir: put: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'sub dir/ignore dir/.ignore' 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: put: added to cache 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: cache: expired 2026/07/14 01:40:53 INFO : sub dir/ignore dir: put: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'sub dir/ignore dir/should be ignored' 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: put: added to cache 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: cache: expired 2026/07/14 01:40:53 INFO : sub dir/ignore dir: put: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'sub dir/sub sub dir/hello world3' 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: put: uploaded to remote fs 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: put: added to cache 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir: cache: expired 2026/07/14 01:40:53 INFO : sub dir/sub sub dir: put: cache expired 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:53 DEBUG : list: cold listing: 2026-07-13 19:40:53.915818811 +0000 UTC 2026/07/14 01:40:53 DEBUG : list: read 3 from source 2026/07/14 01:40:53 DEBUG : list: source entries: [sub dir zend.txt a.txt] 2026/07/14 01:40:53 DEBUG : list: cached object: a.txt 2026/07/14 01:40:53 DEBUG : list: cached object: zend.txt 2026/07/14 01:40:53 DEBUG : list: cached directories: 1 2026/07/14 01:40:53 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:53.918880949 +0000 UTC m=+18.930818527 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:53 DEBUG : sub dir: list: warm 4 from cache for: rclone-test-tenazam1ziha/sub dir, expiring on: 2026-07-14 07:40:53.917448681 +0000 UTC 2026/07/14 01:40:53 DEBUG : sub dir: list: cached entries: [sub dir/hello world sub dir/hello world2 sub dir/ignore dir sub dir/sub sub dir] 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir/sub sub dir' 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir: list: error: missing cached dir: sub dir/sub sub dir 2026/07/14 01:40:53 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir/ignore dir' 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: list: error: missing cached dir: sub dir/ignore dir 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir: list: read 1 from source 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir: list: source entries: [sub dir/sub sub dir/hello world3] 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: list: read 2 from source 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: list: source entries: [sub dir/ignore dir/should be ignored sub dir/ignore dir/.ignore] 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir: list: cached object: sub dir/sub sub dir/hello world3 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir: list: cached directories: 0 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir: list: cached dir: 'rclone-test-tenazam1ziha/sub dir/sub sub dir', cache ts: 2026-07-14 01:40:53.920484209 +0000 UTC m=+18.932421787 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: list: cached object: sub dir/ignore dir/.ignore 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: list: cached object: sub dir/ignore dir/should be ignored 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: list: cached directories: 0 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir: list: cached dir: 'rclone-test-tenazam1ziha/sub dir/ignore dir', cache ts: 2026-07-14 01:40:53.922767419 +0000 UTC m=+18.934704997 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: 8d8309ca6af848095bcabaf9a53b1b6ce7f594c1434fd6e5177e7e5c20e76cd30936d8606e7f36acbef8978fea008e6400a975d51abe6ba4923178c7cf90c802 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: 0d4a1185 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: 309ecc489c12d6eb4cc40f50c902f2b4d0ed77ee511a7c7a9bcd3ca86d4cd86f989dd35bc5ff499670da34255b45b0cfd830e81f605dcf7dc5542e93ae9cd76f 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: d74981efa70a0c880b8d8c1985d075dbcbf679b99a5f9914e5aaf96b831a9e24 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: d447b1ea40e6988b 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: df8d09e93f874900a99b8775cc15b6c7 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: bc62d4b80d9e36da29c16c5d4d9f11731f36052c72401a76c23c0fb5a9b74423 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: 456dc90e1c9b8b010bdf5c02a7cb4b435173eb4b 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: 68656c6c6f20776f726c64000000000000000000 2026/07/14 01:40:53 DEBUG : a.txt: object hash cached: 6828031bd8f00610dce10d726b03190000000000 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: 5d41402abc4b2a76b9719d911017c592 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: 0a25f55d7308eca6b9567a7ed3bd1b46327f0f1ffdc804dd8bb5af40e88d78b88df0d002a89e2fdbd5876c523f1b67bc44e9f87047598e7548298ea1c81cfd73 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: 3610a686 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: 2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: 9b71d224bd62f3785d96d46ad3ea3d73319bfbc2890caadae2dff72519673ca72323c3d99ba5c11d7c7acc6e14b8c5da0c4663475c2e5c3adef46f73bcdec043 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: ea8f163db38682925e4491c5e58d4bb3506ef8c14eb78a86e908c5624a67200f 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: 9555e8555c62dcfd 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: b5e9c1ad071b3e7fc779cfaa5e523818 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: 9595c9df90075148eb06860365df33584b75bff782a510c6cd4883a419833d50 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: 44c6e36e32a5029692f2f32e7844d8f52832db8a 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: 68656c6c6f000000000000000000000000000000 2026/07/14 01:40:53 DEBUG : zend.txt: object hash cached: 6828031bd8f00600000000000500000000000000 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: 8d8309ca6af848095bcabaf9a53b1b6ce7f594c1434fd6e5177e7e5c20e76cd30936d8606e7f36acbef8978fea008e6400a975d51abe6ba4923178c7cf90c802 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: 0d4a1185 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: 309ecc489c12d6eb4cc40f50c902f2b4d0ed77ee511a7c7a9bcd3ca86d4cd86f989dd35bc5ff499670da34255b45b0cfd830e81f605dcf7dc5542e93ae9cd76f 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: d74981efa70a0c880b8d8c1985d075dbcbf679b99a5f9914e5aaf96b831a9e24 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: d447b1ea40e6988b 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: df8d09e93f874900a99b8775cc15b6c7 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: bc62d4b80d9e36da29c16c5d4d9f11731f36052c72401a76c23c0fb5a9b74423 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: 456dc90e1c9b8b010bdf5c02a7cb4b435173eb4b 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: 68656c6c6f20776f726c64000000000000000000 2026/07/14 01:40:53 DEBUG : sub dir/hello world: object hash cached: 6828031bd8f00610dce10d726b03190000000000 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: 8d8309ca6af848095bcabaf9a53b1b6ce7f594c1434fd6e5177e7e5c20e76cd30936d8606e7f36acbef8978fea008e6400a975d51abe6ba4923178c7cf90c802 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: 0d4a1185 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: 309ecc489c12d6eb4cc40f50c902f2b4d0ed77ee511a7c7a9bcd3ca86d4cd86f989dd35bc5ff499670da34255b45b0cfd830e81f605dcf7dc5542e93ae9cd76f 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: d74981efa70a0c880b8d8c1985d075dbcbf679b99a5f9914e5aaf96b831a9e24 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: d447b1ea40e6988b 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: df8d09e93f874900a99b8775cc15b6c7 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: bc62d4b80d9e36da29c16c5d4d9f11731f36052c72401a76c23c0fb5a9b74423 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: 456dc90e1c9b8b010bdf5c02a7cb4b435173eb4b 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: 68656c6c6f20776f726c64000000000000000000 2026/07/14 01:40:53 DEBUG : sub dir/hello world2: object hash cached: 6828031bd8f00610dce10d726b03190000000000 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: 8d8309ca6af848095bcabaf9a53b1b6ce7f594c1434fd6e5177e7e5c20e76cd30936d8606e7f36acbef8978fea008e6400a975d51abe6ba4923178c7cf90c802 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: 0d4a1185 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: 309ecc489c12d6eb4cc40f50c902f2b4d0ed77ee511a7c7a9bcd3ca86d4cd86f989dd35bc5ff499670da34255b45b0cfd830e81f605dcf7dc5542e93ae9cd76f 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: d74981efa70a0c880b8d8c1985d075dbcbf679b99a5f9914e5aaf96b831a9e24 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: d447b1ea40e6988b 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: df8d09e93f874900a99b8775cc15b6c7 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: bc62d4b80d9e36da29c16c5d4d9f11731f36052c72401a76c23c0fb5a9b74423 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: 456dc90e1c9b8b010bdf5c02a7cb4b435173eb4b 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: 68656c6c6f20776f726c64000000000000000000 2026/07/14 01:40:53 DEBUG : sub dir/sub sub dir/hello world3: object hash cached: 6828031bd8f00610dce10d726b03190000000000 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: 336d5ebc5436534e61d16e63ddfca327 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: 32e264b553808c529f676bf052d9a384e2beecf4ace2e8b34eac48f9cf198b1f882c2402c908c6478e4ca61298b69f7a798620f9750a132848150e2dceb3237a 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: 97ddb3f8 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: 3973e022e93220f9212c18d0d0c543ae7c309e46640da93a4a0314de999f5112 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: 7c0b0d99a6e4c33cda0f6f63547f878f4dd9f486dfe5d0446ce004b1c0ff28f191ff86f5d5933d3614cceee6fbbdc17e658881d3a164dfa5d6f4c699b2126e3d 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: 2df97271b4d74d0bae1ca692ebeb097875dcb7a5531b54014582b8de37d17ec0 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: de2fb8d1c1a20f76 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: eb7df54fc0abac3fde2fb8d1c1a20f76 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: fc62b10ec59efa8041f5a6c924d7c91572c1bbda280d9e01312b660804df1d47 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: 32c7118eccdbd269efbd226666dcd16d13fc2f89 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: 2d00000000000000000000000000000000000000 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/.ignore: object hash cached: 2d00000000000000000000000100000000000000 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: 4b6adec83a97e5cb1ae5300b60fc8f80 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: 18df938e1d79132fe9b501635288f829d9eea985 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: 28a9a0a2f5155d55939d213caa4f65d88437c109bbdf928a0ad77d7c90dc962f054623211ef8acba0432d12d16a97ca979a214fd5f94520247a5630124492b16 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: 317a7abd 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: d74e5821e6022f4a543abc740b360257e79c2605ac82dadf9e155cf58e16cc66 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: 89b57637575b2da4c157add4f6d1a3e03791930849763bd9f1484a64a52d693baeacbe092e52c74e34b0c8eda4651707498ee92e1449510f4b894ec40c5eb9af 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: adfa54da63f886ac742fc69dbd2c94ad481d9976f4c480729ecb67899037fd68 2026/07/14 01:40:53 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: 952b9ef32af6e020 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: 754834f460f0b7e38dee9261a0a8cd1b 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: 9e5f4a94c421866a499596acfe2e25b949be8d31835ff62e7be70b7830e38601 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: c2965fce69de4ae18a29eff0500e7497281bb760 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: 746f2069676e6f72650000000000000000000000 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir/should be ignored: object hash cached: 74780308d2700637bc410e650900000000000000 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 3 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:53.918880949 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [a.txt sub dir zend.txt] 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 3 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:53.918880949 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [a.txt sub dir zend.txt] 2026/07/14 01:40:54 DEBUG : a.txt: Excluded (Size Filter) 2026/07/14 01:40:54 DEBUG : a.txt: Excluded 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:54 DEBUG : sub dir: list: warm 4 from cache for: rclone-test-tenazam1ziha/sub dir, expiring on: 2026-07-14 07:40:53.917448681 +0000 UTC 2026/07/14 01:40:54 DEBUG : sub dir: list: cached entries: [sub dir/hello world sub dir/hello world2 sub dir/ignore dir sub dir/sub sub dir] 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:54 DEBUG : sub dir: list: warm 4 from cache for: rclone-test-tenazam1ziha/sub dir, expiring on: 2026-07-14 07:40:53.917448681 +0000 UTC 2026/07/14 01:40:54 DEBUG : sub dir: list: cached entries: [sub dir/hello world sub dir/hello world2 sub dir/ignore dir sub dir/sub sub dir] 2026/07/14 01:40:54 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/07/14 01:40:54 DEBUG : sub dir/hello world: Excluded 2026/07/14 01:40:54 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/07/14 01:40:54 DEBUG : sub dir/hello world2: Excluded 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:54 DEBUG : sub dir: list: warm 4 from cache for: rclone-test-tenazam1ziha/sub dir, expiring on: 2026-07-14 07:40:53.917448681 +0000 UTC 2026/07/14 01:40:54 DEBUG : sub dir: list: cached entries: [sub dir/hello world sub dir/hello world2 sub dir/ignore dir sub dir/sub sub dir] 2026/07/14 01:40:54 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/07/14 01:40:54 DEBUG : sub dir/hello world: Excluded 2026/07/14 01:40:54 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/07/14 01:40:54 DEBUG : sub dir/hello world2: Excluded 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'sub dir/ignore dir/.ignore' 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir/.ignore: find: warm object: sub dir/ignore dir/.ignore, expiring on: 2026-07-14 07:40:53.919829605 +0000 UTC 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir: Excluded 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'sub dir/sub sub dir/.ignore' 2026/07/14 01:40:54 DEBUG : sub dir/sub sub dir/.ignore: find: error: couldn't find object (.ignore) 2026/07/14 01:40:54 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir/ignore dir' 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir: list: warm 2 from cache for: rclone-test-tenazam1ziha/sub dir/ignore dir, expiring on: 2026-07-14 07:40:53.922767419 +0000 UTC 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir: list: cached entries: [sub dir/ignore dir/.ignore sub dir/ignore dir/should be ignored] 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir: Excluded 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir/ignore dir' 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir: list: warm 2 from cache for: rclone-test-tenazam1ziha/sub dir/ignore dir, expiring on: 2026-07-14 07:40:53.922767419 +0000 UTC 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir: list: cached entries: [sub dir/ignore dir/.ignore sub dir/ignore dir/should be ignored] 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir/ignore dir' 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir: list: warm 2 from cache for: rclone-test-tenazam1ziha/sub dir/ignore dir, expiring on: 2026-07-14 07:40:53.922767419 +0000 UTC 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir: list: cached entries: [sub dir/ignore dir/.ignore sub dir/ignore dir/should be ignored] 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 3 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:53.918880949 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [a.txt sub dir zend.txt] 2026/07/14 01:40:54 DEBUG : a.txt: removing object 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 DEBUG : zend.txt: removing object 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:54 DEBUG : sub dir: list: warm 4 from cache for: rclone-test-tenazam1ziha/sub dir, expiring on: 2026-07-14 07:40:53.917448681 +0000 UTC 2026/07/14 01:40:54 DEBUG : sub dir: list: cached entries: [sub dir/hello world sub dir/hello world2 sub dir/ignore dir sub dir/sub sub dir] 2026/07/14 01:40:54 DEBUG : sub dir/hello world: removing object 2026/07/14 01:40:54 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:54 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : sub dir: cache: expired 2026/07/14 01:40:54 DEBUG : sub dir/hello world2: removing object 2026/07/14 01:40:54 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:54 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : sub dir: cache: expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir/sub sub dir' 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir/ignore dir' 2026/07/14 01:40:54 DEBUG : sub dir/sub sub dir: list: warm 1 from cache for: rclone-test-tenazam1ziha/sub dir/sub sub dir, expiring on: 2026-07-14 07:40:53.920484209 +0000 UTC 2026/07/14 01:40:54 DEBUG : sub dir/sub sub dir: list: cached entries: [sub dir/sub sub dir/hello world3] 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir: list: warm 2 from cache for: rclone-test-tenazam1ziha/sub dir/ignore dir, expiring on: 2026-07-14 07:40:53.922767419 +0000 UTC 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir: list: cached entries: [sub dir/ignore dir/.ignore sub dir/ignore dir/should be ignored] 2026/07/14 01:40:54 DEBUG : sub dir/sub sub dir/hello world3: removing object 2026/07/14 01:40:54 DEBUG : sub dir/sub sub dir: cache: expired rclone-test-tenazam1ziha/sub dir/sub sub dir 2026/07/14 01:40:54 DEBUG : sub dir/sub sub dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:54 DEBUG : sub dir/sub sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : sub dir/sub sub dir: cache: expired 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir/.ignore: removing object 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir: cache: expired rclone-test-tenazam1ziha/sub dir/ignore dir 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir: cache: expired 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir/should be ignored: removing object 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir: cache: expired rclone-test-tenazam1ziha/sub dir/ignore dir 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir: cache: expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'sub dir/sub sub dir' 2026/07/14 01:40:54 DEBUG : sub dir/sub sub dir: rmdir: removed dir in source fs 2026/07/14 01:40:54 DEBUG : sub dir/sub sub dir: rmdir: removed from cache 2026/07/14 01:40:54 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:54 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : sub dir: cache: expired 2026/07/14 01:40:54 INFO : sub dir: rmdir: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'sub dir/ignore dir' 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir: rmdir: removed dir in source fs 2026/07/14 01:40:54 DEBUG : sub dir/ignore dir: rmdir: removed from cache 2026/07/14 01:40:54 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:54 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : sub dir: cache: expired 2026/07/14 01:40:54 INFO : sub dir: rmdir: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'sub dir' 2026/07/14 01:40:54 DEBUG : sub dir: rmdir: removed dir in source fs 2026/07/14 01:40:54 DEBUG : sub dir: rmdir: removed from cache 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : rmdir: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: cold listing: 2026-07-13 19:40:54.03432837 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: read 0 from source 2026/07/14 01:40:54 DEBUG : list: source entries: [] 2026/07/14 01:40:54 DEBUG : list: cached directories: 0 2026/07/14 01:40:54 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:54.035241309 +0000 UTC m=+19.047178888 --- PASS: TestListDirSortedFn (0.14s) === RUN TestListJSON run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'file1' 2026/07/14 01:40:54 DEBUG : file1: put: uploaded to remote fs 2026/07/14 01:40:54 DEBUG : file1: put: added to cache 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : put: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'sub/file2' 2026/07/14 01:40:54 DEBUG : sub/file2: put: uploaded to remote fs 2026/07/14 01:40:54 DEBUG : sub/file2: put: added to cache 2026/07/14 01:40:54 DEBUG : sub: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : sub: cache: expired 2026/07/14 01:40:54 INFO : sub: put: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: cold listing: 2026-07-13 19:40:54.03976478 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: read 2 from source 2026/07/14 01:40:54 DEBUG : list: source entries: [sub file1] 2026/07/14 01:40:54 DEBUG : list: cached object: file1 2026/07/14 01:40:54 DEBUG : list: cached directories: 1 2026/07/14 01:40:54 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:54.042277613 +0000 UTC m=+19.054215201 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub' 2026/07/14 01:40:54 DEBUG : sub: list: warm 1 from cache for: rclone-test-tenazam1ziha/sub, expiring on: 2026-07-14 07:40:54.041464261 +0000 UTC 2026/07/14 01:40:54 DEBUG : sub: list: cached entries: [sub/file2] 2026/07/14 01:40:54 DEBUG : file1: object hash cached: 826e8142e6baabe8af779f5f490cf5f5 2026/07/14 01:40:54 DEBUG : file1: object hash cached: 60b27f004e454aca81b0480209cce5081ec52390 2026/07/14 01:40:54 DEBUG : file1: object hash cached: 02fa11755b6470bfc5aab6d94cde5cf2939474fb5b0ebbf8ddf3d32bf06aa438eb92eac097047c02017dc1c317ee83fa8a2717ca4d544b4ee75b3231d1c466b0 2026/07/14 01:40:54 DEBUG : file1: object hash cached: 9ee760e5 2026/07/14 01:40:54 DEBUG : file1: object hash cached: c147efcfc2d7ea666a9e4f5187b115c90903f0fc896a56df9a6ef5d8f3fc9f31 2026/07/14 01:40:54 DEBUG : file1: object hash cached: 119c19f868a33109852c09d66f6a5c73a7cd52f38325020a461cd94a74edef88709fcbc547d96d0ad9da671260fc42322d177378bad7a285f5df03f8e28f8565 2026/07/14 01:40:54 DEBUG : file1: object hash cached: ebfeae2a90df171912869c78dc767137bfafbcab6d54ca0fedaca4d2ba824010 2026/07/14 01:40:54 DEBUG : file1: object hash cached: eec4a2d35a12efe8 2026/07/14 01:40:54 DEBUG : file1: object hash cached: 9419b36d385775c69776ce7a76859fbe 2026/07/14 01:40:54 DEBUG : file1: object hash cached: f4d62afeaee6f35d3efdd8c66623360395165473bcc958f835343eb3f542f983 2026/07/14 01:40:54 DEBUG : file1: object hash cached: 34b0ee999182e757b7b7eb73a2ea500de0957414 2026/07/14 01:40:54 DEBUG : file1: object hash cached: 66696c6531000000000000000000000000000000 2026/07/14 01:40:54 DEBUG : file1: object hash cached: 6648031bca100300000000000500000000000000 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: 104d0f2e235ef69c15de04267c19f365 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: 86ddf97932e62aa10f2e656fabc95f9f94d6fbc3 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: 32eec6a58e9085f2c05a4f1ba95307aabebbc189c48a2d09c6027ae757176f92179b9ce44379a8fefb89a1bbc0a6b44ac091350ce1a53dc9c177b0a82bbb79e5 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: e0885827 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: 460096a4dff39c608e8f13f258927ca9adcb04954c448517495b061f52759e06 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: 9b0955b1b06a456f0609d48bc6ec88e9ada6bd21bf67b0101c62aa0cfafd0eb0aef93ef890dd605e7d49ccc46600cfe64f588fa9f330e46cbb799ad18fc87683 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: 1561ec84c35427eb1e9de1a2babef73cb74eb4269cceebbe0f26525f990046b9 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: b2d910bb505c3cf2 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: 4cce9eb6393908a59718a39990899677 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: 46b67520cf11286a7d6a3b98c2b67eb3f21ec246acfc3322174d71877212be68 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: 1348588b7b979fb08797bc0a13b65f13d1f58936 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: 7375622f66696c65320000000000000000000000 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: 73a883185e608634b0a10c320900000000000000 === RUN TestListJSON/Default 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.042277613 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [file1 sub] === RUN TestListJSON/FilesOnly 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.042277613 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [file1 sub] === RUN TestListJSON/DirsOnly 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.042277613 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [file1 sub] === RUN TestListJSON/Recurse 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.042277613 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [file1 sub] 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub' 2026/07/14 01:40:54 DEBUG : sub: list: warm 1 from cache for: rclone-test-tenazam1ziha/sub, expiring on: 2026-07-14 07:40:54.041464261 +0000 UTC 2026/07/14 01:40:54 DEBUG : sub: list: cached entries: [sub/file2] === RUN TestListJSON/SubDir 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub' 2026/07/14 01:40:54 DEBUG : sub: list: warm 1 from cache for: rclone-test-tenazam1ziha/sub, expiring on: 2026-07-14 07:40:54.041464261 +0000 UTC 2026/07/14 01:40:54 DEBUG : sub: list: cached entries: [sub/file2] === RUN TestListJSON/NoModTime 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.042277613 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [file1 sub] === RUN TestListJSON/NoMimeType 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.042277613 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [file1 sub] === RUN TestListJSON/ShowHash 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.042277613 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [file1 sub] === RUN TestListJSON/HashTypes 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.042277613 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [file1 sub] === RUN TestListJSON/Metadata 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.042277613 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [file1 sub] 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.042277613 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [file1 sub] 2026/07/14 01:40:54 DEBUG : file1: removing object 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub' 2026/07/14 01:40:54 DEBUG : sub: list: warm 1 from cache for: rclone-test-tenazam1ziha/sub, expiring on: 2026-07-14 07:40:54.041464261 +0000 UTC 2026/07/14 01:40:54 DEBUG : sub: list: cached entries: [sub/file2] 2026/07/14 01:40:54 DEBUG : sub/file2: removing object 2026/07/14 01:40:54 DEBUG : sub: cache: expired rclone-test-tenazam1ziha/sub 2026/07/14 01:40:54 DEBUG : sub: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : sub: cache: expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'sub' 2026/07/14 01:40:54 DEBUG : sub: rmdir: removed dir in source fs 2026/07/14 01:40:54 DEBUG : sub: rmdir: removed from cache 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : rmdir: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: cold listing: 2026-07-13 19:40:54.091612608 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: read 0 from source 2026/07/14 01:40:54 DEBUG : list: source entries: [] 2026/07/14 01:40:54 DEBUG : list: cached directories: 0 2026/07/14 01:40:54 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:54.095869907 +0000 UTC m=+19.107807485 --- PASS: TestListJSON (0.06s) --- PASS: TestListJSON/Default (0.00s) --- PASS: TestListJSON/FilesOnly (0.00s) --- PASS: TestListJSON/DirsOnly (0.00s) --- PASS: TestListJSON/Recurse (0.00s) --- PASS: TestListJSON/SubDir (0.00s) --- PASS: TestListJSON/NoModTime (0.00s) --- PASS: TestListJSON/NoMimeType (0.00s) --- PASS: TestListJSON/ShowHash (0.00s) --- PASS: TestListJSON/HashTypes (0.00s) --- PASS: TestListJSON/Metadata (0.00s) === RUN TestStatJSON run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'file1' 2026/07/14 01:40:54 DEBUG : file1: put: uploaded to remote fs 2026/07/14 01:40:54 DEBUG : file1: put: added to cache 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : put: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'sub/file2' 2026/07/14 01:40:54 DEBUG : sub/file2: put: uploaded to remote fs 2026/07/14 01:40:54 DEBUG : sub/file2: put: added to cache 2026/07/14 01:40:54 DEBUG : sub: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : sub: cache: expired 2026/07/14 01:40:54 INFO : sub: put: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: cold listing: 2026-07-13 19:40:54.101152035 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: read 2 from source 2026/07/14 01:40:54 DEBUG : list: source entries: [sub file1] 2026/07/14 01:40:54 DEBUG : list: cached object: file1 2026/07/14 01:40:54 DEBUG : list: cached directories: 1 2026/07/14 01:40:54 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:54.105996671 +0000 UTC m=+19.117934249 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub' 2026/07/14 01:40:54 DEBUG : sub: list: warm 1 from cache for: rclone-test-tenazam1ziha/sub, expiring on: 2026-07-14 07:40:54.105118987 +0000 UTC 2026/07/14 01:40:54 DEBUG : sub: list: cached entries: [sub/file2] 2026/07/14 01:40:54 DEBUG : file1: object hash cached: 826e8142e6baabe8af779f5f490cf5f5 2026/07/14 01:40:54 DEBUG : file1: object hash cached: 60b27f004e454aca81b0480209cce5081ec52390 2026/07/14 01:40:54 DEBUG : file1: object hash cached: 02fa11755b6470bfc5aab6d94cde5cf2939474fb5b0ebbf8ddf3d32bf06aa438eb92eac097047c02017dc1c317ee83fa8a2717ca4d544b4ee75b3231d1c466b0 2026/07/14 01:40:54 DEBUG : file1: object hash cached: 9ee760e5 2026/07/14 01:40:54 DEBUG : file1: object hash cached: c147efcfc2d7ea666a9e4f5187b115c90903f0fc896a56df9a6ef5d8f3fc9f31 2026/07/14 01:40:54 DEBUG : file1: object hash cached: 119c19f868a33109852c09d66f6a5c73a7cd52f38325020a461cd94a74edef88709fcbc547d96d0ad9da671260fc42322d177378bad7a285f5df03f8e28f8565 2026/07/14 01:40:54 DEBUG : file1: object hash cached: ebfeae2a90df171912869c78dc767137bfafbcab6d54ca0fedaca4d2ba824010 2026/07/14 01:40:54 DEBUG : file1: object hash cached: eec4a2d35a12efe8 2026/07/14 01:40:54 DEBUG : file1: object hash cached: 9419b36d385775c69776ce7a76859fbe 2026/07/14 01:40:54 DEBUG : file1: object hash cached: f4d62afeaee6f35d3efdd8c66623360395165473bcc958f835343eb3f542f983 2026/07/14 01:40:54 DEBUG : file1: object hash cached: 34b0ee999182e757b7b7eb73a2ea500de0957414 2026/07/14 01:40:54 DEBUG : file1: object hash cached: 66696c6531000000000000000000000000000000 2026/07/14 01:40:54 DEBUG : file1: object hash cached: 6648031bca100300000000000500000000000000 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: 104d0f2e235ef69c15de04267c19f365 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: 86ddf97932e62aa10f2e656fabc95f9f94d6fbc3 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: 32eec6a58e9085f2c05a4f1ba95307aabebbc189c48a2d09c6027ae757176f92179b9ce44379a8fefb89a1bbc0a6b44ac091350ce1a53dc9c177b0a82bbb79e5 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: e0885827 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: 460096a4dff39c608e8f13f258927ca9adcb04954c448517495b061f52759e06 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: 9b0955b1b06a456f0609d48bc6ec88e9ada6bd21bf67b0101c62aa0cfafd0eb0aef93ef890dd605e7d49ccc46600cfe64f588fa9f330e46cbb799ad18fc87683 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: 1561ec84c35427eb1e9de1a2babef73cb74eb4269cceebbe0f26525f990046b9 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: b2d910bb505c3cf2 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: 4cce9eb6393908a59718a39990899677 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: 46b67520cf11286a7d6a3b98c2b67eb3f21ec246acfc3322174d71877212be68 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: 1348588b7b979fb08797bc0a13b65f13d1f58936 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: 7375622f66696c65320000000000000000000000 2026/07/14 01:40:54 DEBUG : sub/file2: object hash cached: 73a883185e608634b0a10c320900000000000000 === RUN TestStatJSON/Root 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.105996671 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [file1 sub] === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.105996671 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [file1 sub] === RUN TestStatJSON/Dir 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'sub' 2026/07/14 01:40:54 DEBUG : sub: find: error: couldn't find object (sub) 2026/07/14 01:40:54 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.105996671 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [file1 sub] === RUN TestStatJSON/DirWithTrailingSlash 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.105996671 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [file1 sub] === RUN TestStatJSON/File 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'file1' 2026/07/14 01:40:54 DEBUG : file1: find: warm object: file1, expiring on: 2026-07-14 07:40:54.102378105 +0000 UTC === RUN TestStatJSON/NotFound 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'notfound' 2026/07/14 01:40:54 DEBUG : notfound: find: error: couldn't find object (notfound) 2026/07/14 01:40:54 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.105996671 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [file1 sub] === RUN TestStatJSON/DirFilesOnly 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'sub' 2026/07/14 01:40:54 DEBUG : sub: find: error: couldn't find object (sub) 2026/07/14 01:40:54 DEBUG : find failed: not found in either local or remote fs === RUN TestStatJSON/FileFilesOnly 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'file1' 2026/07/14 01:40:54 DEBUG : file1: find: warm object: file1, expiring on: 2026-07-14 07:40:54.102378105 +0000 UTC === RUN TestStatJSON/NotFoundFilesOnly 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'notfound' 2026/07/14 01:40:54 DEBUG : notfound: find: error: couldn't find object (notfound) 2026/07/14 01:40:54 DEBUG : find failed: not found in either local or remote fs === RUN TestStatJSON/DirDirsOnly 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.105996671 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [file1 sub] === RUN TestStatJSON/FileDirsOnly 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.105996671 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [file1 sub] === RUN TestStatJSON/NotFoundDirsOnly 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.105996671 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [file1 sub] === RUN TestStatJSON/RootNotFound 2026/07/14 01:40:54 DEBUG : Creating backend with remote "TestCache:rclone-test-tenazam1ziha/notfound" 2026/07/14 01:40:54 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:54 DEBUG : TestCache: detected overridden config - adding "{VDL3R}" suffix to name 2026/07/14 01:40:54 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:54 DEBUG : Creating backend with remote "/tmp/rclone_cache_test/rclone-test-tenazam1ziha/notfound" 2026/07/14 01:40:54 DEBUG : TestCache{VDL3R}: wrapped local:/tmp/rclone_cache_test/rclone-test-tenazam1ziha/notfound at root rclone-test-tenazam1ziha/notfound 2026/07/14 01:40:54 INFO : TestCache{VDL3R}: Cache DB path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R}.db 2026/07/14 01:40:54 INFO : TestCache{VDL3R}: Cache chunk path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R} 2026/07/14 01:40:54 INFO : TestCache{VDL3R}: Chunk Memory: true 2026/07/14 01:40:54 INFO : TestCache{VDL3R}: Chunk Size: 5Mi 2026/07/14 01:40:54 INFO : TestCache{VDL3R}: Chunk Total Size: 10Gi 2026/07/14 01:40:54 INFO : TestCache{VDL3R}: Chunk Clean Interval: 1m0s 2026/07/14 01:40:54 INFO : TestCache{VDL3R}: Workers: 4 2026/07/14 01:40:54 INFO : TestCache{VDL3R}: File Age: 6h0m0s 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha/notfound: list '' 2026/07/14 01:40:54 DEBUG : list: error: couldn't open bucket (rclone-test-tenazam1ziha/notfound) 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.105996671 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [file1 sub] 2026/07/14 01:40:54 DEBUG : file1: removing object 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub' 2026/07/14 01:40:54 DEBUG : sub: list: warm 1 from cache for: rclone-test-tenazam1ziha/sub, expiring on: 2026-07-14 07:40:54.105118987 +0000 UTC 2026/07/14 01:40:54 DEBUG : sub: list: cached entries: [sub/file2] 2026/07/14 01:40:54 DEBUG : sub/file2: removing object 2026/07/14 01:40:54 DEBUG : sub: cache: expired rclone-test-tenazam1ziha/sub 2026/07/14 01:40:54 DEBUG : sub: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : sub: cache: expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'sub' 2026/07/14 01:40:54 DEBUG : sub: rmdir: removed dir in source fs 2026/07/14 01:40:54 DEBUG : sub: rmdir: removed from cache 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : rmdir: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: cold listing: 2026-07-13 19:40:54.163729222 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: read 0 from source 2026/07/14 01:40:54 DEBUG : list: source entries: [] 2026/07/14 01:40:54 DEBUG : list: cached directories: 0 2026/07/14 01:40:54 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:54.164651741 +0000 UTC m=+19.176589319 --- PASS: TestStatJSON (0.07s) --- PASS: TestStatJSON/Root (0.00s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.00s) --- PASS: TestStatJSON/Dir (0.00s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.00s) --- PASS: TestStatJSON/File (0.00s) --- PASS: TestStatJSON/NotFound (0.00s) --- PASS: TestStatJSON/DirFilesOnly (0.00s) --- PASS: TestStatJSON/FileFilesOnly (0.00s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.00s) --- PASS: TestStatJSON/DirDirsOnly (0.00s) --- PASS: TestStatJSON/FileDirsOnly (0.00s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.00s) --- PASS: TestStatJSON/RootNotFound (0.00s) === RUN TestStatJSONMemory 2026/07/14 01:40:54 DEBUG : Creating backend with remote ":memory:" 2026/07/14 01:40:54 DEBUG : Memory root '': File to upload is small (5 bytes), uploading instead of streaming 2026/07/14 01:40:54 DEBUG : sub/file1: size = 5 OK 2026/07/14 01:40:54 DEBUG : sub/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/14 01:40:54 DEBUG : sub/file1: Size and md5 of src and dst objects identical === RUN TestStatJSONMemory/Dir === RUN TestStatJSONMemory/DirWithTrailingSlash === RUN TestStatJSONMemory/File === RUN TestStatJSONMemory/NotFound --- PASS: TestStatJSONMemory (0.00s) --- PASS: TestStatJSONMemory/Dir (0.00s) --- PASS: TestStatJSONMemory/DirWithTrailingSlash (0.00s) --- PASS: TestStatJSONMemory/File (0.00s) --- PASS: TestStatJSONMemory/NotFound (0.00s) === RUN TestMkdir run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:54 INFO : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: Making directory 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir '' 2026/07/14 01:40:54 DEBUG : mkdir: created dir in source fs 2026/07/14 01:40:54 DEBUG : mkdir: added to cache 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : mkdir: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: cold listing: 2026-07-13 19:40:54.167775595 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: read 0 from source 2026/07/14 01:40:54 DEBUG : list: source entries: [] 2026/07/14 01:40:54 DEBUG : list: cached directories: 0 2026/07/14 01:40:54 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:54.168807158 +0000 UTC m=+19.180744735 2026/07/14 01:40:54 INFO : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: Making directory 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir '' 2026/07/14 01:40:54 DEBUG : mkdir: created dir in source fs 2026/07/14 01:40:54 DEBUG : mkdir: added to cache 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : mkdir: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: cold listing: 2026-07-13 19:40:54.170368659 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: read 0 from source 2026/07/14 01:40:54 DEBUG : list: source entries: [] 2026/07/14 01:40:54 DEBUG : list: cached directories: 0 2026/07/14 01:40:54 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:54.171248647 +0000 UTC m=+19.183186235 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: empty listing 2026/07/14 01:40:54 DEBUG : list: read 0 from source 2026/07/14 01:40:54 DEBUG : list: source entries: [] 2026/07/14 01:40:54 DEBUG : list: cached directories: 0 2026/07/14 01:40:54 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:54.172112033 +0000 UTC m=+19.184049631 --- PASS: TestMkdir (0.01s) === RUN TestLsd run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'sub dir/hello world' 2026/07/14 01:40:54 DEBUG : sub dir/hello world: put: uploaded to remote fs 2026/07/14 01:40:54 DEBUG : sub dir/hello world: put: added to cache 2026/07/14 01:40:54 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : sub dir: cache: expired 2026/07/14 01:40:54 INFO : sub dir: put: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: cold listing: 2026-07-13 19:40:54.174012131 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: read 1 from source 2026/07/14 01:40:54 DEBUG : list: source entries: [sub dir] 2026/07/14 01:40:54 DEBUG : list: cached directories: 1 2026/07/14 01:40:54 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:54.175541211 +0000 UTC m=+19.187478799 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:54 DEBUG : sub dir: list: warm 1 from cache for: rclone-test-tenazam1ziha/sub dir, expiring on: 2026-07-14 07:40:54.174899032 +0000 UTC 2026/07/14 01:40:54 DEBUG : sub dir: list: cached entries: [sub dir/hello world] 2026/07/14 01:40:54 DEBUG : sub dir/hello world: object hash cached: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/14 01:40:54 DEBUG : sub dir/hello world: object hash cached: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/14 01:40:54 DEBUG : sub dir/hello world: object hash cached: 8d8309ca6af848095bcabaf9a53b1b6ce7f594c1434fd6e5177e7e5c20e76cd30936d8606e7f36acbef8978fea008e6400a975d51abe6ba4923178c7cf90c802 2026/07/14 01:40:54 DEBUG : sub dir/hello world: object hash cached: 0d4a1185 2026/07/14 01:40:54 DEBUG : sub dir/hello world: object hash cached: b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9 2026/07/14 01:40:54 DEBUG : sub dir/hello world: object hash cached: 309ecc489c12d6eb4cc40f50c902f2b4d0ed77ee511a7c7a9bcd3ca86d4cd86f989dd35bc5ff499670da34255b45b0cfd830e81f605dcf7dc5542e93ae9cd76f 2026/07/14 01:40:54 DEBUG : sub dir/hello world: object hash cached: d74981efa70a0c880b8d8c1985d075dbcbf679b99a5f9914e5aaf96b831a9e24 2026/07/14 01:40:54 DEBUG : sub dir/hello world: object hash cached: d447b1ea40e6988b 2026/07/14 01:40:54 DEBUG : sub dir/hello world: object hash cached: df8d09e93f874900a99b8775cc15b6c7 2026/07/14 01:40:54 DEBUG : sub dir/hello world: object hash cached: bc62d4b80d9e36da29c16c5d4d9f11731f36052c72401a76c23c0fb5a9b74423 2026/07/14 01:40:54 DEBUG : sub dir/hello world: object hash cached: 456dc90e1c9b8b010bdf5c02a7cb4b435173eb4b 2026/07/14 01:40:54 DEBUG : sub dir/hello world: object hash cached: 68656c6c6f20776f726c64000000000000000000 2026/07/14 01:40:54 DEBUG : sub dir/hello world: object hash cached: 6828031bd8f00610dce10d726b03190000000000 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.175541211 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [sub dir] 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.175541211 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [sub dir] 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:54 DEBUG : sub dir: list: warm 1 from cache for: rclone-test-tenazam1ziha/sub dir, expiring on: 2026-07-14 07:40:54.174899032 +0000 UTC 2026/07/14 01:40:54 DEBUG : sub dir: list: cached entries: [sub dir/hello world] 2026/07/14 01:40:54 DEBUG : sub dir/hello world: removing object 2026/07/14 01:40:54 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:54 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : sub dir: cache: expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'sub dir' 2026/07/14 01:40:54 DEBUG : sub dir: rmdir: removed dir in source fs 2026/07/14 01:40:54 DEBUG : sub dir: rmdir: removed from cache 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : rmdir: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: cold listing: 2026-07-13 19:40:54.190789903 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: read 0 from source 2026/07/14 01:40:54 DEBUG : list: source entries: [] 2026/07/14 01:40:54 DEBUG : list: cached directories: 0 2026/07/14 01:40:54 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:54.191532101 +0000 UTC m=+19.203469679 --- PASS: TestLsd (0.02s) === RUN TestLs run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'potato2' 2026/07/14 01:40:54 DEBUG : potato2: put: uploaded to remote fs 2026/07/14 01:40:54 DEBUG : potato2: put: added to cache 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : put: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'empty space' 2026/07/14 01:40:54 DEBUG : empty space: put: uploaded to remote fs 2026/07/14 01:40:54 DEBUG : empty space: put: added to cache 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : put: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: cold listing: 2026-07-13 19:40:54.196051324 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: read 2 from source 2026/07/14 01:40:54 DEBUG : list: source entries: [empty space potato2] 2026/07/14 01:40:54 DEBUG : list: cached object: empty space 2026/07/14 01:40:54 DEBUG : list: cached object: potato2 2026/07/14 01:40:54 DEBUG : list: cached directories: 0 2026/07/14 01:40:54 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:54.198617387 +0000 UTC m=+19.210554964 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 336d5ebc5436534e61d16e63ddfca327 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 32e264b553808c529f676bf052d9a384e2beecf4ace2e8b34eac48f9cf198b1f882c2402c908c6478e4ca61298b69f7a798620f9750a132848150e2dceb3237a 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 97ddb3f8 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 3973e022e93220f9212c18d0d0c543ae7c309e46640da93a4a0314de999f5112 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 7c0b0d99a6e4c33cda0f6f63547f878f4dd9f486dfe5d0446ce004b1c0ff28f191ff86f5d5933d3614cceee6fbbdc17e658881d3a164dfa5d6f4c699b2126e3d 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 2df97271b4d74d0bae1ca692ebeb097875dcb7a5531b54014582b8de37d17ec0 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: de2fb8d1c1a20f76 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: eb7df54fc0abac3fde2fb8d1c1a20f76 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: fc62b10ec59efa8041f5a6c924d7c91572c1bbda280d9e01312b660804df1d47 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 32c7118eccdbd269efbd226666dcd16d13fc2f89 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 2d00000000000000000000000000000000000000 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 2d00000000000000000000000100000000000000 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: d6548b156ea68a4e003e786df99eee76 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: ec7eaaf02cf077f832496f4fe90669255b474cf7fa867e350793146305c21977ddeb3127a999e0736bc21ccaef97fbfd11fb8193c8d01d9c32621dd84284871d 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: d423bfba 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: d398f81cd00b370b116d049d2f3b73a3a7ed35446486effb789791a7e0b98e9c 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 25871b848fa8b94488365731615ccd3d6d79d3f3ed33cdfdeeb038c85476051c861cadd18b981e46950cbae1ffd0cea2056b53c73622be157a04041796069783 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: cfc7f2b07f1920cb15426df876595e51e7de6e47d35768c852e8df9c07d8b2f1 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 737dd54d2d9da560 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 454e72d5f8e75c9586b9531216c0e01b 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: a979481df794fed9c3990a6a422e0b1044ac802c15fab13af9c687f8bdbee01a 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: bce3cb268703fff742fa2271e8c7fad9c26b0104 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: bd261602de5fe00b7f413ca31a48857417d86654 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 4001dad296b6b4a52d6d694b67dad296b6b4a52d 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.198617387 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [empty space potato2] 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.198617387 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [empty space potato2] 2026/07/14 01:40:54 DEBUG : empty space: removing object 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 DEBUG : potato2: removing object 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: cold listing: 2026-07-13 19:40:54.225937585 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: read 0 from source 2026/07/14 01:40:54 DEBUG : list: source entries: [] 2026/07/14 01:40:54 DEBUG : list: cached directories: 0 2026/07/14 01:40:54 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:54.226906691 +0000 UTC m=+19.238844279 --- PASS: TestLs (0.04s) === RUN TestLsWithFilesFrom run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'potato2' 2026/07/14 01:40:54 DEBUG : potato2: put: uploaded to remote fs 2026/07/14 01:40:54 DEBUG : potato2: put: added to cache 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : put: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'empty space' 2026/07/14 01:40:54 DEBUG : empty space: put: uploaded to remote fs 2026/07/14 01:40:54 DEBUG : empty space: put: added to cache 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : put: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: cold listing: 2026-07-13 19:40:54.232266195 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: read 2 from source 2026/07/14 01:40:54 DEBUG : list: source entries: [empty space potato2] 2026/07/14 01:40:54 DEBUG : list: cached object: empty space 2026/07/14 01:40:54 DEBUG : list: cached object: potato2 2026/07/14 01:40:54 DEBUG : list: cached directories: 0 2026/07/14 01:40:54 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:54.234970389 +0000 UTC m=+19.246907968 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 336d5ebc5436534e61d16e63ddfca327 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 32e264b553808c529f676bf052d9a384e2beecf4ace2e8b34eac48f9cf198b1f882c2402c908c6478e4ca61298b69f7a798620f9750a132848150e2dceb3237a 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 97ddb3f8 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 3973e022e93220f9212c18d0d0c543ae7c309e46640da93a4a0314de999f5112 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 7c0b0d99a6e4c33cda0f6f63547f878f4dd9f486dfe5d0446ce004b1c0ff28f191ff86f5d5933d3614cceee6fbbdc17e658881d3a164dfa5d6f4c699b2126e3d 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 2df97271b4d74d0bae1ca692ebeb097875dcb7a5531b54014582b8de37d17ec0 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: de2fb8d1c1a20f76 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: eb7df54fc0abac3fde2fb8d1c1a20f76 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: fc62b10ec59efa8041f5a6c924d7c91572c1bbda280d9e01312b660804df1d47 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 32c7118eccdbd269efbd226666dcd16d13fc2f89 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 2d00000000000000000000000000000000000000 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 2d00000000000000000000000100000000000000 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: d6548b156ea68a4e003e786df99eee76 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: ec7eaaf02cf077f832496f4fe90669255b474cf7fa867e350793146305c21977ddeb3127a999e0736bc21ccaef97fbfd11fb8193c8d01d9c32621dd84284871d 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: d423bfba 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: d398f81cd00b370b116d049d2f3b73a3a7ed35446486effb789791a7e0b98e9c 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 25871b848fa8b94488365731615ccd3d6d79d3f3ed33cdfdeeb038c85476051c861cadd18b981e46950cbae1ffd0cea2056b53c73622be157a04041796069783 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: cfc7f2b07f1920cb15426df876595e51e7de6e47d35768c852e8df9c07d8b2f1 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 737dd54d2d9da560 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 454e72d5f8e75c9586b9531216c0e01b 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: a979481df794fed9c3990a6a422e0b1044ac802c15fab13af9c687f8bdbee01a 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: bce3cb268703fff742fa2271e8c7fad9c26b0104 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: bd261602de5fe00b7f413ca31a48857417d86654 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 4001dad296b6b4a52d6d694b67dad296b6b4a52d 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.234970389 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [empty space potato2] 2026/07/14 01:40:54 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/07/14 01:40:54 DEBUG : empty space: Excluded 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'potato2' 2026/07/14 01:40:54 DEBUG : potato2: find: warm object: potato2, expiring on: 2026-07-14 07:40:54.233837215 +0000 UTC 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'notfound' 2026/07/14 01:40:54 DEBUG : notfound: find: error: couldn't find object (notfound) 2026/07/14 01:40:54 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.234970389 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [empty space potato2] 2026/07/14 01:40:54 DEBUG : empty space: removing object 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 DEBUG : potato2: removing object 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: cold listing: 2026-07-13 19:40:54.264336573 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: read 0 from source 2026/07/14 01:40:54 DEBUG : list: source entries: [] 2026/07/14 01:40:54 DEBUG : list: cached directories: 0 2026/07/14 01:40:54 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:54.265223633 +0000 UTC m=+19.277161221 --- PASS: TestLsWithFilesFrom (0.04s) === RUN TestLsLong run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'potato2' 2026/07/14 01:40:54 DEBUG : potato2: put: uploaded to remote fs 2026/07/14 01:40:54 DEBUG : potato2: put: added to cache 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : put: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'empty space' 2026/07/14 01:40:54 DEBUG : empty space: put: uploaded to remote fs 2026/07/14 01:40:54 DEBUG : empty space: put: added to cache 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : put: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: cold listing: 2026-07-13 19:40:54.270170201 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: read 2 from source 2026/07/14 01:40:54 DEBUG : list: source entries: [empty space potato2] 2026/07/14 01:40:54 DEBUG : list: cached object: empty space 2026/07/14 01:40:54 DEBUG : list: cached object: potato2 2026/07/14 01:40:54 DEBUG : list: cached directories: 0 2026/07/14 01:40:54 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:54.272507903 +0000 UTC m=+19.284445481 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 336d5ebc5436534e61d16e63ddfca327 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 32e264b553808c529f676bf052d9a384e2beecf4ace2e8b34eac48f9cf198b1f882c2402c908c6478e4ca61298b69f7a798620f9750a132848150e2dceb3237a 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 97ddb3f8 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 3973e022e93220f9212c18d0d0c543ae7c309e46640da93a4a0314de999f5112 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 7c0b0d99a6e4c33cda0f6f63547f878f4dd9f486dfe5d0446ce004b1c0ff28f191ff86f5d5933d3614cceee6fbbdc17e658881d3a164dfa5d6f4c699b2126e3d 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 2df97271b4d74d0bae1ca692ebeb097875dcb7a5531b54014582b8de37d17ec0 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: de2fb8d1c1a20f76 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: eb7df54fc0abac3fde2fb8d1c1a20f76 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: fc62b10ec59efa8041f5a6c924d7c91572c1bbda280d9e01312b660804df1d47 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 32c7118eccdbd269efbd226666dcd16d13fc2f89 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 2d00000000000000000000000000000000000000 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 2d00000000000000000000000100000000000000 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: d6548b156ea68a4e003e786df99eee76 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: ec7eaaf02cf077f832496f4fe90669255b474cf7fa867e350793146305c21977ddeb3127a999e0736bc21ccaef97fbfd11fb8193c8d01d9c32621dd84284871d 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: d423bfba 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: d398f81cd00b370b116d049d2f3b73a3a7ed35446486effb789791a7e0b98e9c 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 25871b848fa8b94488365731615ccd3d6d79d3f3ed33cdfdeeb038c85476051c861cadd18b981e46950cbae1ffd0cea2056b53c73622be157a04041796069783 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: cfc7f2b07f1920cb15426df876595e51e7de6e47d35768c852e8df9c07d8b2f1 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 737dd54d2d9da560 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 454e72d5f8e75c9586b9531216c0e01b 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: a979481df794fed9c3990a6a422e0b1044ac802c15fab13af9c687f8bdbee01a 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: bce3cb268703fff742fa2271e8c7fad9c26b0104 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: bd261602de5fe00b7f413ca31a48857417d86654 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 4001dad296b6b4a52d6d694b67dad296b6b4a52d 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.272507903 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [empty space potato2] 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.272507903 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [empty space potato2] 2026/07/14 01:40:54 DEBUG : empty space: removing object 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 DEBUG : potato2: removing object 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: cold listing: 2026-07-13 19:40:54.298756784 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: read 0 from source 2026/07/14 01:40:54 DEBUG : list: source entries: [] 2026/07/14 01:40:54 DEBUG : list: cached directories: 0 2026/07/14 01:40:54 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:54.299607156 +0000 UTC m=+19.311544744 --- PASS: TestLsLong (0.03s) === RUN TestHashSums run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'potato2' 2026/07/14 01:40:54 DEBUG : potato2: put: uploaded to remote fs 2026/07/14 01:40:54 DEBUG : potato2: put: added to cache 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : put: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'empty space' 2026/07/14 01:40:54 DEBUG : empty space: put: uploaded to remote fs 2026/07/14 01:40:54 DEBUG : empty space: put: added to cache 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : put: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: cold listing: 2026-07-13 19:40:54.30490818 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: read 2 from source 2026/07/14 01:40:54 DEBUG : list: source entries: [empty space potato2] 2026/07/14 01:40:54 DEBUG : list: cached object: empty space 2026/07/14 01:40:54 DEBUG : list: cached object: potato2 2026/07/14 01:40:54 DEBUG : list: cached directories: 0 2026/07/14 01:40:54 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:54.307500714 +0000 UTC m=+19.319438302 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 336d5ebc5436534e61d16e63ddfca327 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 32e264b553808c529f676bf052d9a384e2beecf4ace2e8b34eac48f9cf198b1f882c2402c908c6478e4ca61298b69f7a798620f9750a132848150e2dceb3237a 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 97ddb3f8 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 3973e022e93220f9212c18d0d0c543ae7c309e46640da93a4a0314de999f5112 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 7c0b0d99a6e4c33cda0f6f63547f878f4dd9f486dfe5d0446ce004b1c0ff28f191ff86f5d5933d3614cceee6fbbdc17e658881d3a164dfa5d6f4c699b2126e3d 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 2df97271b4d74d0bae1ca692ebeb097875dcb7a5531b54014582b8de37d17ec0 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: de2fb8d1c1a20f76 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: eb7df54fc0abac3fde2fb8d1c1a20f76 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: fc62b10ec59efa8041f5a6c924d7c91572c1bbda280d9e01312b660804df1d47 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 32c7118eccdbd269efbd226666dcd16d13fc2f89 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 2d00000000000000000000000000000000000000 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 2d00000000000000000000000100000000000000 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: d6548b156ea68a4e003e786df99eee76 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: ec7eaaf02cf077f832496f4fe90669255b474cf7fa867e350793146305c21977ddeb3127a999e0736bc21ccaef97fbfd11fb8193c8d01d9c32621dd84284871d 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: d423bfba 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: d398f81cd00b370b116d049d2f3b73a3a7ed35446486effb789791a7e0b98e9c 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 25871b848fa8b94488365731615ccd3d6d79d3f3ed33cdfdeeb038c85476051c861cadd18b981e46950cbae1ffd0cea2056b53c73622be157a04041796069783 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: cfc7f2b07f1920cb15426df876595e51e7de6e47d35768c852e8df9c07d8b2f1 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 737dd54d2d9da560 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 454e72d5f8e75c9586b9531216c0e01b 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: a979481df794fed9c3990a6a422e0b1044ac802c15fab13af9c687f8bdbee01a 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: bce3cb268703fff742fa2271e8c7fad9c26b0104 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: bd261602de5fe00b7f413ca31a48857417d86654 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 4001dad296b6b4a52d6d694b67dad296b6b4a52d === RUN TestHashSums/Md5 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.307500714 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [empty space potato2] === RUN TestHashSums/Md5Download 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.307500714 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [empty space potato2] 2026/07/14 01:40:54 DEBUG : rclone-test-tenazam1ziha/empty space: 0: chunk retry storage: 0 2026/07/14 01:40:54 DEBUG : worker-1 : partial downloaded chunk 0 2026/07/14 01:40:54 DEBUG : rclone-test-tenazam1ziha/potato2: 0: chunk retry storage: 0 2026/07/14 01:40:54 DEBUG : worker-1 : partial downloaded chunk 0 2026/07/14 01:40:54 DEBUG : rclone-test-tenazam1ziha/empty space: cache reader closed 1 2026/07/14 01:40:54 DEBUG : rclone-test-tenazam1ziha/potato2: cache reader closed 60 === RUN TestHashSums/Sha1 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.307500714 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [empty space potato2] 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 9dc7f7d3279715991a22853f5981df582b7f9f6d === RUN TestHashSums/Sha1Download 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.307500714 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [empty space potato2] 2026/07/14 01:40:54 DEBUG : rclone-test-tenazam1ziha/empty space: cache reader closed 1 2026/07/14 01:40:54 DEBUG : rclone-test-tenazam1ziha/potato2: cache reader closed 60 === RUN TestHashSums/Quickxor 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.307500714 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [empty space potato2] 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 2d00000000000000000000000100000000000000 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 4001dad296b6b4a52d6d694b67dad296b6b4a52d === RUN TestHashSums/QuickxorDownload 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.307500714 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [empty space potato2] 2026/07/14 01:40:54 DEBUG : rclone-test-tenazam1ziha/empty space: cache reader closed 1 2026/07/14 01:40:54 DEBUG : rclone-test-tenazam1ziha/potato2: cache reader closed 60 === RUN TestHashSums/QuickxorBase64 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.307500714 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [empty space potato2] 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 4001dad296b6b4a52d6d694b67dad296b6b4a52d 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 2d00000000000000000000000100000000000000 === RUN TestHashSums/QuickxorDownloadBase64 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.307500714 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [empty space potato2] 2026/07/14 01:40:54 DEBUG : rclone-test-tenazam1ziha/empty space: cache reader closed 1 2026/07/14 01:40:54 DEBUG : rclone-test-tenazam1ziha/potato2: cache reader closed 60 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.307500714 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [empty space potato2] 2026/07/14 01:40:54 DEBUG : empty space: removing object 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 DEBUG : potato2: removing object 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: cold listing: 2026-07-13 19:40:54.859871482 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: read 0 from source 2026/07/14 01:40:54 DEBUG : list: source entries: [] 2026/07/14 01:40:54 DEBUG : list: cached directories: 0 2026/07/14 01:40:54 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:54.860777017 +0000 UTC m=+19.872714596 --- PASS: TestHashSums (0.56s) --- PASS: TestHashSums/Md5 (0.00s) --- PASS: TestHashSums/Md5Download (0.50s) --- PASS: TestHashSums/Sha1 (0.00s) --- PASS: TestHashSums/Sha1Download (0.00s) --- PASS: TestHashSums/Quickxor (0.00s) --- PASS: TestHashSums/QuickxorDownload (0.00s) --- PASS: TestHashSums/QuickxorBase64 (0.00s) --- PASS: TestHashSums/QuickxorDownloadBase64 (0.00s) === RUN TestHashSumsWithErrors 2026/07/14 01:40:54 DEBUG : Creating backend with remote ":memory:" 2026/07/14 01:40:54 ERROR : file1: hash unsupported: hash type not supported 2026/07/14 01:40:54 ERROR : sub/file1: hash unsupported: hash type not supported 2026/07/14 01:40:54 ERROR : sub/file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/07/14 01:40:54 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/07/14 01:40:54 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/07/14 01:40:54 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/07/14 01:40:54 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/07/14 01:40:54 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/07/14 01:40:54 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/07/14 01:40:54 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/07/14 01:40:54 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'potato2' 2026/07/14 01:40:54 DEBUG : potato2: put: uploaded to remote fs 2026/07/14 01:40:54 DEBUG : potato2: put: added to cache 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : put: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'empty space' 2026/07/14 01:40:54 DEBUG : empty space: put: uploaded to remote fs 2026/07/14 01:40:54 DEBUG : empty space: put: added to cache 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : put: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'sub dir/potato3' 2026/07/14 01:40:54 DEBUG : sub dir/potato3: put: uploaded to remote fs 2026/07/14 01:40:54 DEBUG : sub dir/potato3: put: added to cache 2026/07/14 01:40:54 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : sub dir: cache: expired 2026/07/14 01:40:54 INFO : sub dir: put: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: cold listing: 2026-07-13 19:40:54.869747824 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: read 3 from source 2026/07/14 01:40:54 DEBUG : list: source entries: [empty space potato2 sub dir] 2026/07/14 01:40:54 DEBUG : list: cached object: empty space 2026/07/14 01:40:54 DEBUG : list: cached object: potato2 2026/07/14 01:40:54 DEBUG : list: cached directories: 1 2026/07/14 01:40:54 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:54.872768974 +0000 UTC m=+19.884706562 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:54 DEBUG : sub dir: list: warm 1 from cache for: rclone-test-tenazam1ziha/sub dir, expiring on: 2026-07-14 07:40:54.872128598 +0000 UTC 2026/07/14 01:40:54 DEBUG : sub dir: list: cached entries: [sub dir/potato3] 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 336d5ebc5436534e61d16e63ddfca327 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 32e264b553808c529f676bf052d9a384e2beecf4ace2e8b34eac48f9cf198b1f882c2402c908c6478e4ca61298b69f7a798620f9750a132848150e2dceb3237a 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 97ddb3f8 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 3973e022e93220f9212c18d0d0c543ae7c309e46640da93a4a0314de999f5112 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 7c0b0d99a6e4c33cda0f6f63547f878f4dd9f486dfe5d0446ce004b1c0ff28f191ff86f5d5933d3614cceee6fbbdc17e658881d3a164dfa5d6f4c699b2126e3d 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 2df97271b4d74d0bae1ca692ebeb097875dcb7a5531b54014582b8de37d17ec0 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: de2fb8d1c1a20f76 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: eb7df54fc0abac3fde2fb8d1c1a20f76 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: fc62b10ec59efa8041f5a6c924d7c91572c1bbda280d9e01312b660804df1d47 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 32c7118eccdbd269efbd226666dcd16d13fc2f89 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 2d00000000000000000000000000000000000000 2026/07/14 01:40:54 DEBUG : empty space: object hash cached: 2d00000000000000000000000100000000000000 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: d6548b156ea68a4e003e786df99eee76 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: ec7eaaf02cf077f832496f4fe90669255b474cf7fa867e350793146305c21977ddeb3127a999e0736bc21ccaef97fbfd11fb8193c8d01d9c32621dd84284871d 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: d423bfba 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: d398f81cd00b370b116d049d2f3b73a3a7ed35446486effb789791a7e0b98e9c 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 25871b848fa8b94488365731615ccd3d6d79d3f3ed33cdfdeeb038c85476051c861cadd18b981e46950cbae1ffd0cea2056b53c73622be157a04041796069783 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: cfc7f2b07f1920cb15426df876595e51e7de6e47d35768c852e8df9c07d8b2f1 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 737dd54d2d9da560 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 454e72d5f8e75c9586b9531216c0e01b 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: a979481df794fed9c3990a6a422e0b1044ac802c15fab13af9c687f8bdbee01a 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: bce3cb268703fff742fa2271e8c7fad9c26b0104 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: bd261602de5fe00b7f413ca31a48857417d86654 2026/07/14 01:40:54 DEBUG : potato2: object hash cached: 4001dad296b6b4a52d6d694b67dad296b6b4a52d 2026/07/14 01:40:54 DEBUG : sub dir/potato3: object hash cached: 5d41402abc4b2a76b9719d911017c592 2026/07/14 01:40:54 DEBUG : sub dir/potato3: object hash cached: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/14 01:40:54 DEBUG : sub dir/potato3: object hash cached: 0a25f55d7308eca6b9567a7ed3bd1b46327f0f1ffdc804dd8bb5af40e88d78b88df0d002a89e2fdbd5876c523f1b67bc44e9f87047598e7548298ea1c81cfd73 2026/07/14 01:40:54 DEBUG : sub dir/potato3: object hash cached: 3610a686 2026/07/14 01:40:54 DEBUG : sub dir/potato3: object hash cached: 2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824 2026/07/14 01:40:54 DEBUG : sub dir/potato3: object hash cached: 9b71d224bd62f3785d96d46ad3ea3d73319bfbc2890caadae2dff72519673ca72323c3d99ba5c11d7c7acc6e14b8c5da0c4663475c2e5c3adef46f73bcdec043 2026/07/14 01:40:54 DEBUG : sub dir/potato3: object hash cached: ea8f163db38682925e4491c5e58d4bb3506ef8c14eb78a86e908c5624a67200f 2026/07/14 01:40:54 DEBUG : sub dir/potato3: object hash cached: 9555e8555c62dcfd 2026/07/14 01:40:54 DEBUG : sub dir/potato3: object hash cached: b5e9c1ad071b3e7fc779cfaa5e523818 2026/07/14 01:40:54 DEBUG : sub dir/potato3: object hash cached: 9595c9df90075148eb06860365df33584b75bff782a510c6cd4883a419833d50 2026/07/14 01:40:54 DEBUG : sub dir/potato3: object hash cached: 44c6e36e32a5029692f2f32e7844d8f52832db8a 2026/07/14 01:40:54 DEBUG : sub dir/potato3: object hash cached: 68656c6c6f000000000000000000000000000000 2026/07/14 01:40:54 DEBUG : sub dir/potato3: object hash cached: 6828031bd8f00600000000000500000000000000 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 3 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.872768974 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [empty space potato2 sub dir] 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 3 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.872768974 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [empty space potato2 sub dir] 2026/07/14 01:40:54 DEBUG : empty space: removing object 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 DEBUG : potato2: removing object 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:54 DEBUG : sub dir: list: warm 1 from cache for: rclone-test-tenazam1ziha/sub dir, expiring on: 2026-07-14 07:40:54.872128598 +0000 UTC 2026/07/14 01:40:54 DEBUG : sub dir: list: cached entries: [sub dir/potato3] 2026/07/14 01:40:54 DEBUG : sub dir/potato3: removing object 2026/07/14 01:40:54 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:54 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : sub dir: cache: expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'sub dir' 2026/07/14 01:40:54 DEBUG : sub dir: rmdir: removed dir in source fs 2026/07/14 01:40:54 DEBUG : sub dir: rmdir: removed from cache 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : rmdir: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: cold listing: 2026-07-13 19:40:54.918722271 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: read 0 from source 2026/07/14 01:40:54 DEBUG : list: source entries: [] 2026/07/14 01:40:54 DEBUG : list: cached directories: 0 2026/07/14 01:40:54 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:54.919684562 +0000 UTC m=+19.931622141 --- PASS: TestCount (0.06s) === RUN TestDelete run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'small' 2026/07/14 01:40:54 DEBUG : small: put: uploaded to remote fs 2026/07/14 01:40:54 DEBUG : small: put: added to cache 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : put: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'medium' 2026/07/14 01:40:54 DEBUG : medium: put: uploaded to remote fs 2026/07/14 01:40:54 DEBUG : medium: put: added to cache 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : put: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'large' 2026/07/14 01:40:54 DEBUG : large: put: uploaded to remote fs 2026/07/14 01:40:54 DEBUG : large: put: added to cache 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : put: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: cold listing: 2026-07-13 19:40:54.926897859 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: read 3 from source 2026/07/14 01:40:54 DEBUG : list: source entries: [medium small large] 2026/07/14 01:40:54 DEBUG : list: cached object: large 2026/07/14 01:40:54 DEBUG : list: cached object: medium 2026/07/14 01:40:54 DEBUG : list: cached object: small 2026/07/14 01:40:54 DEBUG : list: cached directories: 0 2026/07/14 01:40:54 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:54.930160255 +0000 UTC m=+19.942097843 2026/07/14 01:40:54 DEBUG : large: object hash cached: 8adc5937e635f6c9af646f0b23560fae 2026/07/14 01:40:54 DEBUG : large: object hash cached: 7a4a9ae537ebbbb826b1060e704490ad0f365ead 2026/07/14 01:40:54 DEBUG : large: object hash cached: 383b5f516f470dd924bc7ca7623552e2783691302c379d9ce6181477cf828554fa5d0ec55360004e61daac249f5232b9ad1037739098385e5ba26a72dfec7370 2026/07/14 01:40:54 DEBUG : large: object hash cached: 9597bc8d 2026/07/14 01:40:54 DEBUG : large: object hash cached: d82c6aa133a0fc25b087f46ad7ed2a3042772e612e015571e61753ff55ba6da8 2026/07/14 01:40:54 DEBUG : large: object hash cached: 95c8a866272a76315b891c509e54ef3ebf652ad7e189465586c3021e2947da13275aee1893bf9d7e6c9d06284a6541a3c00e34d9a52c1412f85391d040466517 2026/07/14 01:40:54 DEBUG : large: object hash cached: 3495f7ff20bb0cfc080d3658207ad92c3b76e962ab0b80dc0aab35d3fa1552dc 2026/07/14 01:40:54 DEBUG : large: object hash cached: 26d878ac49610dac 2026/07/14 01:40:54 DEBUG : large: object hash cached: f0e0c0d228ab4c279eedd3b8c435d39c 2026/07/14 01:40:54 DEBUG : large: object hash cached: 9ce42c53062e65f2da286e94d0f5b68a9515931eaabd99787195d92a5a465365 2026/07/14 01:40:54 DEBUG : large: object hash cached: 85330ba2be639d08a7972568805163a29eaa5c36 2026/07/14 01:40:54 DEBUG : large: object hash cached: 944d09a976b34de8082f2e1e3a51a13c5d5930e0 2026/07/14 01:40:54 DEBUG : large: object hash cached: 40010a50800214a000052840650a508002042420 2026/07/14 01:40:54 DEBUG : medium: object hash cached: d6548b156ea68a4e003e786df99eee76 2026/07/14 01:40:54 DEBUG : medium: object hash cached: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2026/07/14 01:40:54 DEBUG : medium: object hash cached: ec7eaaf02cf077f832496f4fe90669255b474cf7fa867e350793146305c21977ddeb3127a999e0736bc21ccaef97fbfd11fb8193c8d01d9c32621dd84284871d 2026/07/14 01:40:54 DEBUG : medium: object hash cached: d423bfba 2026/07/14 01:40:54 DEBUG : medium: object hash cached: d398f81cd00b370b116d049d2f3b73a3a7ed35446486effb789791a7e0b98e9c 2026/07/14 01:40:54 DEBUG : medium: object hash cached: 25871b848fa8b94488365731615ccd3d6d79d3f3ed33cdfdeeb038c85476051c861cadd18b981e46950cbae1ffd0cea2056b53c73622be157a04041796069783 2026/07/14 01:40:54 DEBUG : medium: object hash cached: cfc7f2b07f1920cb15426df876595e51e7de6e47d35768c852e8df9c07d8b2f1 2026/07/14 01:40:54 DEBUG : medium: object hash cached: 737dd54d2d9da560 2026/07/14 01:40:54 DEBUG : medium: object hash cached: 454e72d5f8e75c9586b9531216c0e01b 2026/07/14 01:40:54 DEBUG : medium: object hash cached: a979481df794fed9c3990a6a422e0b1044ac802c15fab13af9c687f8bdbee01a 2026/07/14 01:40:54 DEBUG : medium: object hash cached: bce3cb268703fff742fa2271e8c7fad9c26b0104 2026/07/14 01:40:54 DEBUG : medium: object hash cached: bd261602de5fe00b7f413ca31a48857417d86654 2026/07/14 01:40:54 DEBUG : medium: object hash cached: 4001dad296b6b4a52d6d694b67dad296b6b4a52d 2026/07/14 01:40:54 DEBUG : small: object hash cached: e807f1fcf82d132f9bb018ca6738a19f 2026/07/14 01:40:54 DEBUG : small: object hash cached: 01b307acba4f54f55aafc33bb06bbbf6ca803e9a 2026/07/14 01:40:54 DEBUG : small: object hash cached: 899b76161701a4111b36cbadd0d168e896f1e97d22b4f470331293b9d9bce5fd6a338b64bfd640b8d78ef3a465047886527e1c250d587ca7693f46d27ae8721a 2026/07/14 01:40:54 DEBUG : small: object hash cached: 261daee5 2026/07/14 01:40:54 DEBUG : small: object hash cached: c775e7b757ede630cd0aa1113bd102661ab38829ca52a6422ab782862f268646 2026/07/14 01:40:54 DEBUG : small: object hash cached: 12b03226a6d8be9c6e8cd5e55dc6c7920caaa39df14aab92d5e3ea9340d1c8a4d3d0b8e4314f1f6ef131ba4bf1ceb9186ab87c801af0d5c95b1befb8cedae2b9 2026/07/14 01:40:54 DEBUG : small: object hash cached: d12e417e04494572b561ba2c12c3d7f9e5107c4747e27b9a8a54f8480c63e841 2026/07/14 01:40:54 DEBUG : small: object hash cached: 80048550fad2b420 2026/07/14 01:40:54 DEBUG : small: object hash cached: 82d9f70aeb974c48565e705734e91277 2026/07/14 01:40:54 DEBUG : small: object hash cached: 62c1f5b7b396dbaa9441dc6eed7a24fa5d8bdf392c6d5eae1fbbe9c4401e6eaa 2026/07/14 01:40:54 DEBUG : small: object hash cached: 7332919c99d23b67ee26cfb60cbd10cd175af613 2026/07/14 01:40:54 DEBUG : small: object hash cached: 3132333435363738393000000000000000000000 2026/07/14 01:40:54 DEBUG : small: object hash cached: 3190c10c6850031bdc0007398a01000000000000 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : Waiting for deletions to finish 2026/07/14 01:40:54 DEBUG : list: warm 3 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.930160255 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [large medium small] 2026/07/14 01:40:54 DEBUG : large: Excluded (Size Filter) 2026/07/14 01:40:54 DEBUG : large: Excluded 2026/07/14 01:40:54 DEBUG : medium: removing object 2026/07/14 01:40:54 DEBUG : small: removing object 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : medium: Deleted 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : small: Deleted 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: cold listing: 2026-07-13 19:40:54.970449751 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: read 1 from source 2026/07/14 01:40:54 DEBUG : list: source entries: [large] 2026/07/14 01:40:54 DEBUG : list: cached object: large 2026/07/14 01:40:54 DEBUG : list: cached directories: 0 2026/07/14 01:40:54 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:54.972032172 +0000 UTC m=+19.983969750 2026/07/14 01:40:54 DEBUG : large: object hash cached: 8adc5937e635f6c9af646f0b23560fae 2026/07/14 01:40:54 DEBUG : large: object hash cached: 7a4a9ae537ebbbb826b1060e704490ad0f365ead 2026/07/14 01:40:54 DEBUG : large: object hash cached: 383b5f516f470dd924bc7ca7623552e2783691302c379d9ce6181477cf828554fa5d0ec55360004e61daac249f5232b9ad1037739098385e5ba26a72dfec7370 2026/07/14 01:40:54 DEBUG : large: object hash cached: 9597bc8d 2026/07/14 01:40:54 DEBUG : large: object hash cached: d82c6aa133a0fc25b087f46ad7ed2a3042772e612e015571e61753ff55ba6da8 2026/07/14 01:40:54 DEBUG : large: object hash cached: 95c8a866272a76315b891c509e54ef3ebf652ad7e189465586c3021e2947da13275aee1893bf9d7e6c9d06284a6541a3c00e34d9a52c1412f85391d040466517 2026/07/14 01:40:54 DEBUG : large: object hash cached: 3495f7ff20bb0cfc080d3658207ad92c3b76e962ab0b80dc0aab35d3fa1552dc 2026/07/14 01:40:54 DEBUG : large: object hash cached: 26d878ac49610dac 2026/07/14 01:40:54 DEBUG : large: object hash cached: f0e0c0d228ab4c279eedd3b8c435d39c 2026/07/14 01:40:54 DEBUG : large: object hash cached: 9ce42c53062e65f2da286e94d0f5b68a9515931eaabd99787195d92a5a465365 2026/07/14 01:40:54 DEBUG : large: object hash cached: 85330ba2be639d08a7972568805163a29eaa5c36 2026/07/14 01:40:54 DEBUG : large: object hash cached: 944d09a976b34de8082f2e1e3a51a13c5d5930e0 2026/07/14 01:40:54 DEBUG : large: object hash cached: 40010a50800214a000052840650a508002042420 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.972032172 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: cached entries: [large] 2026/07/14 01:40:54 DEBUG : large: removing object 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: cold listing: 2026-07-13 19:40:54.985255418 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: read 0 from source 2026/07/14 01:40:54 DEBUG : list: source entries: [] 2026/07/14 01:40:54 DEBUG : list: cached directories: 0 2026/07/14 01:40:54 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:54.986098756 +0000 UTC m=+19.998036335 --- PASS: TestDelete (0.07s) === RUN TestMaxDelete run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'small' 2026/07/14 01:40:54 DEBUG : small: put: uploaded to remote fs 2026/07/14 01:40:54 DEBUG : small: put: added to cache 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : put: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'medium' 2026/07/14 01:40:54 DEBUG : medium: put: uploaded to remote fs 2026/07/14 01:40:54 DEBUG : medium: put: added to cache 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : put: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'large' 2026/07/14 01:40:54 DEBUG : large: put: uploaded to remote fs 2026/07/14 01:40:54 DEBUG : large: put: added to cache 2026/07/14 01:40:54 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:54 DEBUG : cache: expired 2026/07/14 01:40:54 INFO : put: cache expired 2026/07/14 01:40:54 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:54 DEBUG : list: cold listing: 2026-07-13 19:40:54.994162144 +0000 UTC 2026/07/14 01:40:54 DEBUG : list: read 3 from source 2026/07/14 01:40:54 DEBUG : list: source entries: [medium small large] 2026/07/14 01:40:54 DEBUG : list: cached object: large 2026/07/14 01:40:54 DEBUG : list: cached object: medium 2026/07/14 01:40:54 DEBUG : list: cached object: small 2026/07/14 01:40:54 DEBUG : list: cached directories: 0 2026/07/14 01:40:54 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:54.997444748 +0000 UTC m=+20.009382326 2026/07/14 01:40:54 DEBUG : large: object hash cached: 8adc5937e635f6c9af646f0b23560fae 2026/07/14 01:40:54 DEBUG : large: object hash cached: 7a4a9ae537ebbbb826b1060e704490ad0f365ead 2026/07/14 01:40:55 DEBUG : large: object hash cached: 383b5f516f470dd924bc7ca7623552e2783691302c379d9ce6181477cf828554fa5d0ec55360004e61daac249f5232b9ad1037739098385e5ba26a72dfec7370 2026/07/14 01:40:55 DEBUG : large: object hash cached: 9597bc8d 2026/07/14 01:40:55 DEBUG : large: object hash cached: d82c6aa133a0fc25b087f46ad7ed2a3042772e612e015571e61753ff55ba6da8 2026/07/14 01:40:55 DEBUG : large: object hash cached: 95c8a866272a76315b891c509e54ef3ebf652ad7e189465586c3021e2947da13275aee1893bf9d7e6c9d06284a6541a3c00e34d9a52c1412f85391d040466517 2026/07/14 01:40:55 DEBUG : large: object hash cached: 3495f7ff20bb0cfc080d3658207ad92c3b76e962ab0b80dc0aab35d3fa1552dc 2026/07/14 01:40:55 DEBUG : large: object hash cached: 26d878ac49610dac 2026/07/14 01:40:55 DEBUG : large: object hash cached: f0e0c0d228ab4c279eedd3b8c435d39c 2026/07/14 01:40:55 DEBUG : large: object hash cached: 9ce42c53062e65f2da286e94d0f5b68a9515931eaabd99787195d92a5a465365 2026/07/14 01:40:55 DEBUG : large: object hash cached: 85330ba2be639d08a7972568805163a29eaa5c36 2026/07/14 01:40:55 DEBUG : large: object hash cached: 944d09a976b34de8082f2e1e3a51a13c5d5930e0 2026/07/14 01:40:55 DEBUG : large: object hash cached: 40010a50800214a000052840650a508002042420 2026/07/14 01:40:55 DEBUG : medium: object hash cached: d6548b156ea68a4e003e786df99eee76 2026/07/14 01:40:55 DEBUG : medium: object hash cached: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2026/07/14 01:40:55 DEBUG : medium: object hash cached: ec7eaaf02cf077f832496f4fe90669255b474cf7fa867e350793146305c21977ddeb3127a999e0736bc21ccaef97fbfd11fb8193c8d01d9c32621dd84284871d 2026/07/14 01:40:55 DEBUG : medium: object hash cached: d423bfba 2026/07/14 01:40:55 DEBUG : medium: object hash cached: d398f81cd00b370b116d049d2f3b73a3a7ed35446486effb789791a7e0b98e9c 2026/07/14 01:40:55 DEBUG : medium: object hash cached: 25871b848fa8b94488365731615ccd3d6d79d3f3ed33cdfdeeb038c85476051c861cadd18b981e46950cbae1ffd0cea2056b53c73622be157a04041796069783 2026/07/14 01:40:55 DEBUG : medium: object hash cached: cfc7f2b07f1920cb15426df876595e51e7de6e47d35768c852e8df9c07d8b2f1 2026/07/14 01:40:55 DEBUG : medium: object hash cached: 737dd54d2d9da560 2026/07/14 01:40:55 DEBUG : medium: object hash cached: 454e72d5f8e75c9586b9531216c0e01b 2026/07/14 01:40:55 DEBUG : medium: object hash cached: a979481df794fed9c3990a6a422e0b1044ac802c15fab13af9c687f8bdbee01a 2026/07/14 01:40:55 DEBUG : medium: object hash cached: bce3cb268703fff742fa2271e8c7fad9c26b0104 2026/07/14 01:40:55 DEBUG : medium: object hash cached: bd261602de5fe00b7f413ca31a48857417d86654 2026/07/14 01:40:55 DEBUG : medium: object hash cached: 4001dad296b6b4a52d6d694b67dad296b6b4a52d 2026/07/14 01:40:55 DEBUG : small: object hash cached: e807f1fcf82d132f9bb018ca6738a19f 2026/07/14 01:40:55 DEBUG : small: object hash cached: 01b307acba4f54f55aafc33bb06bbbf6ca803e9a 2026/07/14 01:40:55 DEBUG : small: object hash cached: 899b76161701a4111b36cbadd0d168e896f1e97d22b4f470331293b9d9bce5fd6a338b64bfd640b8d78ef3a465047886527e1c250d587ca7693f46d27ae8721a 2026/07/14 01:40:55 DEBUG : small: object hash cached: 261daee5 2026/07/14 01:40:55 DEBUG : small: object hash cached: c775e7b757ede630cd0aa1113bd102661ab38829ca52a6422ab782862f268646 2026/07/14 01:40:55 DEBUG : small: object hash cached: 12b03226a6d8be9c6e8cd5e55dc6c7920caaa39df14aab92d5e3ea9340d1c8a4d3d0b8e4314f1f6ef131ba4bf1ceb9186ab87c801af0d5c95b1befb8cedae2b9 2026/07/14 01:40:55 DEBUG : small: object hash cached: d12e417e04494572b561ba2c12c3d7f9e5107c4747e27b9a8a54f8480c63e841 2026/07/14 01:40:55 DEBUG : small: object hash cached: 80048550fad2b420 2026/07/14 01:40:55 DEBUG : small: object hash cached: 82d9f70aeb974c48565e705734e91277 2026/07/14 01:40:55 DEBUG : small: object hash cached: 62c1f5b7b396dbaa9441dc6eed7a24fa5d8bdf392c6d5eae1fbbe9c4401e6eaa 2026/07/14 01:40:55 DEBUG : small: object hash cached: 7332919c99d23b67ee26cfb60cbd10cd175af613 2026/07/14 01:40:55 DEBUG : small: object hash cached: 3132333435363738393000000000000000000000 2026/07/14 01:40:55 DEBUG : small: object hash cached: 3190c10c6850031bdc0007398a01000000000000 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : Waiting for deletions to finish 2026/07/14 01:40:55 DEBUG : list: warm 3 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:54.997444748 +0000 UTC 2026/07/14 01:40:55 DEBUG : list: cached entries: [large medium small] 2026/07/14 01:40:55 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/07/14 01:40:55 DEBUG : large: removing object 2026/07/14 01:40:55 DEBUG : medium: removing object 2026/07/14 01:40:55 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:55 DEBUG : cache: expired 2026/07/14 01:40:55 INFO : large: Deleted 2026/07/14 01:40:55 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:55 DEBUG : cache: expired 2026/07/14 01:40:55 INFO : medium: Deleted 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : list: cold listing: 2026-07-13 19:40:55.038494827 +0000 UTC 2026/07/14 01:40:55 DEBUG : list: read 1 from source 2026/07/14 01:40:55 DEBUG : list: source entries: [small] 2026/07/14 01:40:55 DEBUG : list: cached object: small 2026/07/14 01:40:55 DEBUG : list: cached directories: 0 2026/07/14 01:40:55 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:55.040335995 +0000 UTC m=+20.052273573 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:55.040335995 +0000 UTC 2026/07/14 01:40:55 DEBUG : list: cached entries: [small] 2026/07/14 01:40:55 DEBUG : small: removing object 2026/07/14 01:40:55 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:55 DEBUG : cache: expired 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : list: cold listing: 2026-07-13 19:40:55.04310972 +0000 UTC 2026/07/14 01:40:55 DEBUG : list: read 0 from source 2026/07/14 01:40:55 DEBUG : list: source entries: [] 2026/07/14 01:40:55 DEBUG : list: cached directories: 0 2026/07/14 01:40:55 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:55.043892725 +0000 UTC m=+20.055830303 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : list: empty listing 2026/07/14 01:40:55 DEBUG : list: read 0 from source 2026/07/14 01:40:55 DEBUG : list: source entries: [] 2026/07/14 01:40:55 DEBUG : list: cached directories: 0 2026/07/14 01:40:55 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:55.044749028 +0000 UTC m=+20.056686616 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : list: empty listing 2026/07/14 01:40:55 DEBUG : list: read 0 from source 2026/07/14 01:40:55 DEBUG : list: source entries: [] 2026/07/14 01:40:55 DEBUG : list: cached directories: 0 2026/07/14 01:40:55 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:55.045467901 +0000 UTC m=+20.057405479 --- PASS: TestMaxDelete (0.06s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'small' 2026/07/14 01:40:55 DEBUG : small: put: uploaded to remote fs 2026/07/14 01:40:55 DEBUG : small: put: added to cache 2026/07/14 01:40:55 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:55 DEBUG : cache: expired 2026/07/14 01:40:55 INFO : put: cache expired 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'medium' 2026/07/14 01:40:55 DEBUG : medium: put: uploaded to remote fs 2026/07/14 01:40:55 DEBUG : medium: put: added to cache 2026/07/14 01:40:55 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:55 DEBUG : cache: expired 2026/07/14 01:40:55 INFO : put: cache expired 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'large' 2026/07/14 01:40:55 DEBUG : large: put: uploaded to remote fs 2026/07/14 01:40:55 DEBUG : large: put: added to cache 2026/07/14 01:40:55 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:55 DEBUG : cache: expired 2026/07/14 01:40:55 INFO : put: cache expired 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : list: cold listing: 2026-07-13 19:40:55.053454215 +0000 UTC 2026/07/14 01:40:55 DEBUG : list: read 3 from source 2026/07/14 01:40:55 DEBUG : list: source entries: [medium small large] 2026/07/14 01:40:55 DEBUG : list: cached object: large 2026/07/14 01:40:55 DEBUG : list: cached object: medium 2026/07/14 01:40:55 DEBUG : list: cached object: small 2026/07/14 01:40:55 DEBUG : list: cached directories: 0 2026/07/14 01:40:55 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:55.056718523 +0000 UTC m=+20.068656101 2026/07/14 01:40:55 DEBUG : large: object hash cached: 8adc5937e635f6c9af646f0b23560fae 2026/07/14 01:40:55 DEBUG : large: object hash cached: 7a4a9ae537ebbbb826b1060e704490ad0f365ead 2026/07/14 01:40:55 DEBUG : large: object hash cached: 383b5f516f470dd924bc7ca7623552e2783691302c379d9ce6181477cf828554fa5d0ec55360004e61daac249f5232b9ad1037739098385e5ba26a72dfec7370 2026/07/14 01:40:55 DEBUG : large: object hash cached: 9597bc8d 2026/07/14 01:40:55 DEBUG : large: object hash cached: d82c6aa133a0fc25b087f46ad7ed2a3042772e612e015571e61753ff55ba6da8 2026/07/14 01:40:55 DEBUG : large: object hash cached: 95c8a866272a76315b891c509e54ef3ebf652ad7e189465586c3021e2947da13275aee1893bf9d7e6c9d06284a6541a3c00e34d9a52c1412f85391d040466517 2026/07/14 01:40:55 DEBUG : large: object hash cached: 3495f7ff20bb0cfc080d3658207ad92c3b76e962ab0b80dc0aab35d3fa1552dc 2026/07/14 01:40:55 DEBUG : large: object hash cached: 26d878ac49610dac 2026/07/14 01:40:55 DEBUG : large: object hash cached: f0e0c0d228ab4c279eedd3b8c435d39c 2026/07/14 01:40:55 DEBUG : large: object hash cached: 9ce42c53062e65f2da286e94d0f5b68a9515931eaabd99787195d92a5a465365 2026/07/14 01:40:55 DEBUG : large: object hash cached: 85330ba2be639d08a7972568805163a29eaa5c36 2026/07/14 01:40:55 DEBUG : large: object hash cached: 944d09a976b34de8082f2e1e3a51a13c5d5930e0 2026/07/14 01:40:55 DEBUG : large: object hash cached: 40010a50800214a000052840650a508002042420 2026/07/14 01:40:55 DEBUG : medium: object hash cached: d6548b156ea68a4e003e786df99eee76 2026/07/14 01:40:55 DEBUG : medium: object hash cached: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2026/07/14 01:40:55 DEBUG : medium: object hash cached: ec7eaaf02cf077f832496f4fe90669255b474cf7fa867e350793146305c21977ddeb3127a999e0736bc21ccaef97fbfd11fb8193c8d01d9c32621dd84284871d 2026/07/14 01:40:55 DEBUG : medium: object hash cached: d423bfba 2026/07/14 01:40:55 DEBUG : medium: object hash cached: d398f81cd00b370b116d049d2f3b73a3a7ed35446486effb789791a7e0b98e9c 2026/07/14 01:40:55 DEBUG : medium: object hash cached: 25871b848fa8b94488365731615ccd3d6d79d3f3ed33cdfdeeb038c85476051c861cadd18b981e46950cbae1ffd0cea2056b53c73622be157a04041796069783 2026/07/14 01:40:55 DEBUG : medium: object hash cached: cfc7f2b07f1920cb15426df876595e51e7de6e47d35768c852e8df9c07d8b2f1 2026/07/14 01:40:55 DEBUG : medium: object hash cached: 737dd54d2d9da560 2026/07/14 01:40:55 DEBUG : medium: object hash cached: 454e72d5f8e75c9586b9531216c0e01b 2026/07/14 01:40:55 DEBUG : medium: object hash cached: a979481df794fed9c3990a6a422e0b1044ac802c15fab13af9c687f8bdbee01a 2026/07/14 01:40:55 DEBUG : medium: object hash cached: bce3cb268703fff742fa2271e8c7fad9c26b0104 2026/07/14 01:40:55 DEBUG : medium: object hash cached: bd261602de5fe00b7f413ca31a48857417d86654 2026/07/14 01:40:55 DEBUG : medium: object hash cached: 4001dad296b6b4a52d6d694b67dad296b6b4a52d 2026/07/14 01:40:55 DEBUG : small: object hash cached: e807f1fcf82d132f9bb018ca6738a19f 2026/07/14 01:40:55 DEBUG : small: object hash cached: 01b307acba4f54f55aafc33bb06bbbf6ca803e9a 2026/07/14 01:40:55 DEBUG : small: object hash cached: 899b76161701a4111b36cbadd0d168e896f1e97d22b4f470331293b9d9bce5fd6a338b64bfd640b8d78ef3a465047886527e1c250d587ca7693f46d27ae8721a 2026/07/14 01:40:55 DEBUG : small: object hash cached: 261daee5 2026/07/14 01:40:55 DEBUG : small: object hash cached: c775e7b757ede630cd0aa1113bd102661ab38829ca52a6422ab782862f268646 2026/07/14 01:40:55 DEBUG : small: object hash cached: 12b03226a6d8be9c6e8cd5e55dc6c7920caaa39df14aab92d5e3ea9340d1c8a4d3d0b8e4314f1f6ef131ba4bf1ceb9186ab87c801af0d5c95b1befb8cedae2b9 2026/07/14 01:40:55 DEBUG : small: object hash cached: d12e417e04494572b561ba2c12c3d7f9e5107c4747e27b9a8a54f8480c63e841 2026/07/14 01:40:55 DEBUG : small: object hash cached: 80048550fad2b420 2026/07/14 01:40:55 DEBUG : small: object hash cached: 82d9f70aeb974c48565e705734e91277 2026/07/14 01:40:55 DEBUG : small: object hash cached: 62c1f5b7b396dbaa9441dc6eed7a24fa5d8bdf392c6d5eae1fbbe9c4401e6eaa 2026/07/14 01:40:55 DEBUG : small: object hash cached: 7332919c99d23b67ee26cfb60cbd10cd175af613 2026/07/14 01:40:55 DEBUG : small: object hash cached: 3132333435363738393000000000000000000000 2026/07/14 01:40:55 DEBUG : small: object hash cached: 3190c10c6850031bdc0007398a01000000000000 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : Waiting for deletions to finish 2026/07/14 01:40:55 DEBUG : list: warm 3 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:55.056718523 +0000 UTC 2026/07/14 01:40:55 DEBUG : list: cached entries: [large medium small] 2026/07/14 01:40:55 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/07/14 01:40:55 DEBUG : small: removing object 2026/07/14 01:40:55 DEBUG : medium: removing object 2026/07/14 01:40:55 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:55 DEBUG : cache: expired 2026/07/14 01:40:55 INFO : small: Deleted 2026/07/14 01:40:55 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:55 DEBUG : cache: expired 2026/07/14 01:40:55 INFO : medium: Deleted 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : list: cold listing: 2026-07-13 19:40:55.091015072 +0000 UTC 2026/07/14 01:40:55 DEBUG : list: read 1 from source 2026/07/14 01:40:55 DEBUG : list: source entries: [large] 2026/07/14 01:40:55 DEBUG : list: cached object: large 2026/07/14 01:40:55 DEBUG : list: cached directories: 0 2026/07/14 01:40:55 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:55.092424688 +0000 UTC m=+20.104362266 2026/07/14 01:40:55 DEBUG : large: object hash cached: 8adc5937e635f6c9af646f0b23560fae 2026/07/14 01:40:55 DEBUG : large: object hash cached: 7a4a9ae537ebbbb826b1060e704490ad0f365ead 2026/07/14 01:40:55 DEBUG : large: object hash cached: 383b5f516f470dd924bc7ca7623552e2783691302c379d9ce6181477cf828554fa5d0ec55360004e61daac249f5232b9ad1037739098385e5ba26a72dfec7370 2026/07/14 01:40:55 DEBUG : large: object hash cached: 9597bc8d 2026/07/14 01:40:55 DEBUG : large: object hash cached: d82c6aa133a0fc25b087f46ad7ed2a3042772e612e015571e61753ff55ba6da8 2026/07/14 01:40:55 DEBUG : large: object hash cached: 95c8a866272a76315b891c509e54ef3ebf652ad7e189465586c3021e2947da13275aee1893bf9d7e6c9d06284a6541a3c00e34d9a52c1412f85391d040466517 2026/07/14 01:40:55 DEBUG : large: object hash cached: 3495f7ff20bb0cfc080d3658207ad92c3b76e962ab0b80dc0aab35d3fa1552dc 2026/07/14 01:40:55 DEBUG : large: object hash cached: 26d878ac49610dac 2026/07/14 01:40:55 DEBUG : large: object hash cached: f0e0c0d228ab4c279eedd3b8c435d39c 2026/07/14 01:40:55 DEBUG : large: object hash cached: 9ce42c53062e65f2da286e94d0f5b68a9515931eaabd99787195d92a5a465365 2026/07/14 01:40:55 DEBUG : large: object hash cached: 85330ba2be639d08a7972568805163a29eaa5c36 2026/07/14 01:40:55 DEBUG : large: object hash cached: 944d09a976b34de8082f2e1e3a51a13c5d5930e0 2026/07/14 01:40:55 DEBUG : large: object hash cached: 40010a50800214a000052840650a508002042420 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:55.092424688 +0000 UTC 2026/07/14 01:40:55 DEBUG : list: cached entries: [large] 2026/07/14 01:40:55 DEBUG : large: removing object 2026/07/14 01:40:55 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:55 DEBUG : cache: expired 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : list: cold listing: 2026-07-13 19:40:55.105462465 +0000 UTC 2026/07/14 01:40:55 DEBUG : list: read 0 from source 2026/07/14 01:40:55 DEBUG : list: source entries: [] 2026/07/14 01:40:55 DEBUG : list: cached directories: 0 2026/07/14 01:40:55 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:55.106359514 +0000 UTC m=+20.118297092 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : list: empty listing 2026/07/14 01:40:55 DEBUG : list: read 0 from source 2026/07/14 01:40:55 DEBUG : list: source entries: [] 2026/07/14 01:40:55 DEBUG : list: cached directories: 0 2026/07/14 01:40:55 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:55.107335583 +0000 UTC m=+20.119273171 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : list: empty listing 2026/07/14 01:40:55 DEBUG : list: read 0 from source 2026/07/14 01:40:55 DEBUG : list: source entries: [] 2026/07/14 01:40:55 DEBUG : list: cached directories: 0 2026/07/14 01:40:55 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:55.108224247 +0000 UTC m=+20.120161825 --- PASS: TestMaxDeleteSizeLargeFile (0.06s) === RUN TestMaxDeleteSize run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'small' 2026/07/14 01:40:55 DEBUG : small: put: uploaded to remote fs 2026/07/14 01:40:55 DEBUG : small: put: added to cache 2026/07/14 01:40:55 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:55 DEBUG : cache: expired 2026/07/14 01:40:55 INFO : put: cache expired 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'medium' 2026/07/14 01:40:55 DEBUG : medium: put: uploaded to remote fs 2026/07/14 01:40:55 DEBUG : medium: put: added to cache 2026/07/14 01:40:55 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:55 DEBUG : cache: expired 2026/07/14 01:40:55 INFO : put: cache expired 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'large' 2026/07/14 01:40:55 DEBUG : large: put: uploaded to remote fs 2026/07/14 01:40:55 DEBUG : large: put: added to cache 2026/07/14 01:40:55 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:55 DEBUG : cache: expired 2026/07/14 01:40:55 INFO : put: cache expired 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : list: cold listing: 2026-07-13 19:40:55.115354757 +0000 UTC 2026/07/14 01:40:55 DEBUG : list: read 3 from source 2026/07/14 01:40:55 DEBUG : list: source entries: [medium small large] 2026/07/14 01:40:55 DEBUG : list: cached object: large 2026/07/14 01:40:55 DEBUG : list: cached object: medium 2026/07/14 01:40:55 DEBUG : list: cached object: small 2026/07/14 01:40:55 DEBUG : list: cached directories: 0 2026/07/14 01:40:55 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:55.118635737 +0000 UTC m=+20.130573316 2026/07/14 01:40:55 DEBUG : large: object hash cached: 8adc5937e635f6c9af646f0b23560fae 2026/07/14 01:40:55 DEBUG : large: object hash cached: 7a4a9ae537ebbbb826b1060e704490ad0f365ead 2026/07/14 01:40:55 DEBUG : large: object hash cached: 383b5f516f470dd924bc7ca7623552e2783691302c379d9ce6181477cf828554fa5d0ec55360004e61daac249f5232b9ad1037739098385e5ba26a72dfec7370 2026/07/14 01:40:55 DEBUG : large: object hash cached: 9597bc8d 2026/07/14 01:40:55 DEBUG : large: object hash cached: d82c6aa133a0fc25b087f46ad7ed2a3042772e612e015571e61753ff55ba6da8 2026/07/14 01:40:55 DEBUG : large: object hash cached: 95c8a866272a76315b891c509e54ef3ebf652ad7e189465586c3021e2947da13275aee1893bf9d7e6c9d06284a6541a3c00e34d9a52c1412f85391d040466517 2026/07/14 01:40:55 DEBUG : large: object hash cached: 3495f7ff20bb0cfc080d3658207ad92c3b76e962ab0b80dc0aab35d3fa1552dc 2026/07/14 01:40:55 DEBUG : large: object hash cached: 26d878ac49610dac 2026/07/14 01:40:55 DEBUG : large: object hash cached: f0e0c0d228ab4c279eedd3b8c435d39c 2026/07/14 01:40:55 DEBUG : large: object hash cached: 9ce42c53062e65f2da286e94d0f5b68a9515931eaabd99787195d92a5a465365 2026/07/14 01:40:55 DEBUG : large: object hash cached: 85330ba2be639d08a7972568805163a29eaa5c36 2026/07/14 01:40:55 DEBUG : large: object hash cached: 944d09a976b34de8082f2e1e3a51a13c5d5930e0 2026/07/14 01:40:55 DEBUG : large: object hash cached: 40010a50800214a000052840650a508002042420 2026/07/14 01:40:55 DEBUG : medium: object hash cached: d6548b156ea68a4e003e786df99eee76 2026/07/14 01:40:55 DEBUG : medium: object hash cached: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2026/07/14 01:40:55 DEBUG : medium: object hash cached: ec7eaaf02cf077f832496f4fe90669255b474cf7fa867e350793146305c21977ddeb3127a999e0736bc21ccaef97fbfd11fb8193c8d01d9c32621dd84284871d 2026/07/14 01:40:55 DEBUG : medium: object hash cached: d423bfba 2026/07/14 01:40:55 DEBUG : medium: object hash cached: d398f81cd00b370b116d049d2f3b73a3a7ed35446486effb789791a7e0b98e9c 2026/07/14 01:40:55 DEBUG : medium: object hash cached: 25871b848fa8b94488365731615ccd3d6d79d3f3ed33cdfdeeb038c85476051c861cadd18b981e46950cbae1ffd0cea2056b53c73622be157a04041796069783 2026/07/14 01:40:55 DEBUG : medium: object hash cached: cfc7f2b07f1920cb15426df876595e51e7de6e47d35768c852e8df9c07d8b2f1 2026/07/14 01:40:55 DEBUG : medium: object hash cached: 737dd54d2d9da560 2026/07/14 01:40:55 DEBUG : medium: object hash cached: 454e72d5f8e75c9586b9531216c0e01b 2026/07/14 01:40:55 DEBUG : medium: object hash cached: a979481df794fed9c3990a6a422e0b1044ac802c15fab13af9c687f8bdbee01a 2026/07/14 01:40:55 DEBUG : medium: object hash cached: bce3cb268703fff742fa2271e8c7fad9c26b0104 2026/07/14 01:40:55 DEBUG : medium: object hash cached: bd261602de5fe00b7f413ca31a48857417d86654 2026/07/14 01:40:55 DEBUG : medium: object hash cached: 4001dad296b6b4a52d6d694b67dad296b6b4a52d 2026/07/14 01:40:55 DEBUG : small: object hash cached: e807f1fcf82d132f9bb018ca6738a19f 2026/07/14 01:40:55 DEBUG : small: object hash cached: 01b307acba4f54f55aafc33bb06bbbf6ca803e9a 2026/07/14 01:40:55 DEBUG : small: object hash cached: 899b76161701a4111b36cbadd0d168e896f1e97d22b4f470331293b9d9bce5fd6a338b64bfd640b8d78ef3a465047886527e1c250d587ca7693f46d27ae8721a 2026/07/14 01:40:55 DEBUG : small: object hash cached: 261daee5 2026/07/14 01:40:55 DEBUG : small: object hash cached: c775e7b757ede630cd0aa1113bd102661ab38829ca52a6422ab782862f268646 2026/07/14 01:40:55 DEBUG : small: object hash cached: 12b03226a6d8be9c6e8cd5e55dc6c7920caaa39df14aab92d5e3ea9340d1c8a4d3d0b8e4314f1f6ef131ba4bf1ceb9186ab87c801af0d5c95b1befb8cedae2b9 2026/07/14 01:40:55 DEBUG : small: object hash cached: d12e417e04494572b561ba2c12c3d7f9e5107c4747e27b9a8a54f8480c63e841 2026/07/14 01:40:55 DEBUG : small: object hash cached: 80048550fad2b420 2026/07/14 01:40:55 DEBUG : small: object hash cached: 82d9f70aeb974c48565e705734e91277 2026/07/14 01:40:55 DEBUG : small: object hash cached: 62c1f5b7b396dbaa9441dc6eed7a24fa5d8bdf392c6d5eae1fbbe9c4401e6eaa 2026/07/14 01:40:55 DEBUG : small: object hash cached: 7332919c99d23b67ee26cfb60cbd10cd175af613 2026/07/14 01:40:55 DEBUG : small: object hash cached: 3132333435363738393000000000000000000000 2026/07/14 01:40:55 DEBUG : small: object hash cached: 3190c10c6850031bdc0007398a01000000000000 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : Waiting for deletions to finish 2026/07/14 01:40:55 DEBUG : list: warm 3 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:55.118635737 +0000 UTC 2026/07/14 01:40:55 DEBUG : list: cached entries: [large medium small] 2026/07/14 01:40:55 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/07/14 01:40:55 DEBUG : large: removing object 2026/07/14 01:40:55 DEBUG : medium: removing object 2026/07/14 01:40:55 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:55 DEBUG : cache: expired 2026/07/14 01:40:55 INFO : large: Deleted 2026/07/14 01:40:55 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:55 DEBUG : cache: expired 2026/07/14 01:40:55 INFO : medium: Deleted 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : list: cold listing: 2026-07-13 19:40:55.154433574 +0000 UTC 2026/07/14 01:40:55 DEBUG : list: read 1 from source 2026/07/14 01:40:55 DEBUG : list: source entries: [small] 2026/07/14 01:40:55 DEBUG : list: cached object: small 2026/07/14 01:40:55 DEBUG : list: cached directories: 0 2026/07/14 01:40:55 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:55.156110703 +0000 UTC m=+20.168048291 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:55.156110703 +0000 UTC 2026/07/14 01:40:55 DEBUG : list: cached entries: [small] 2026/07/14 01:40:55 DEBUG : small: removing object 2026/07/14 01:40:55 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:55 DEBUG : cache: expired 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : list: cold listing: 2026-07-13 19:40:55.159200813 +0000 UTC 2026/07/14 01:40:55 DEBUG : list: read 0 from source 2026/07/14 01:40:55 DEBUG : list: source entries: [] 2026/07/14 01:40:55 DEBUG : list: cached directories: 0 2026/07/14 01:40:55 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:55.160111799 +0000 UTC m=+20.172049377 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : list: empty listing 2026/07/14 01:40:55 DEBUG : list: read 0 from source 2026/07/14 01:40:55 DEBUG : list: source entries: [] 2026/07/14 01:40:55 DEBUG : list: cached directories: 0 2026/07/14 01:40:55 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:55.160902899 +0000 UTC m=+20.172840477 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : list: empty listing 2026/07/14 01:40:55 DEBUG : list: read 0 from source 2026/07/14 01:40:55 DEBUG : list: source entries: [] 2026/07/14 01:40:55 DEBUG : list: cached directories: 0 2026/07/14 01:40:55 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:55.161661408 +0000 UTC m=+20.173598985 --- PASS: TestMaxDeleteSize (0.05s) === RUN TestReadFile run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'ReadFile' 2026/07/14 01:40:55 DEBUG : ReadFile: put: uploaded to remote fs 2026/07/14 01:40:55 DEBUG : ReadFile: put: added to cache 2026/07/14 01:40:55 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:55 DEBUG : cache: expired 2026/07/14 01:40:55 INFO : put: cache expired 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : list: cold listing: 2026-07-13 19:40:55.164266785 +0000 UTC 2026/07/14 01:40:55 DEBUG : list: read 1 from source 2026/07/14 01:40:55 DEBUG : list: source entries: [ReadFile] 2026/07/14 01:40:55 DEBUG : list: cached object: ReadFile 2026/07/14 01:40:55 DEBUG : list: cached directories: 0 2026/07/14 01:40:55 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:55.165947161 +0000 UTC m=+20.177884738 2026/07/14 01:40:55 DEBUG : ReadFile: object hash cached: 3e1a3bfb0a19aae4a7401576b4aaecc3 2026/07/14 01:40:55 DEBUG : ReadFile: object hash cached: 81ee34f2dd6208d427b203fa1e80dac1f046f292 2026/07/14 01:40:55 DEBUG : ReadFile: object hash cached: aeb0a489d8c0be02180ea70fd7f799ad19557595f83bf7f6e0096ba30aefb2e83306bb09576425aee1ad0fb3a4bd037afa481368bb42fa92cbb5b2e0c10fdb36 2026/07/14 01:40:55 DEBUG : ReadFile: object hash cached: 5b8978de 2026/07/14 01:40:55 DEBUG : ReadFile: object hash cached: 4715dbce592ff84f270f68ef44177c6ea125bb203be808758aca752783c34f8d 2026/07/14 01:40:55 DEBUG : ReadFile: object hash cached: 79a74978a82f672ec3f98a83bb6226d5fdc471150a23ceab897ee1e8f04d28f9b02a94faa6ccf7170b622762406146dcdc0148afcc34727b10abcec8a5c55a21 2026/07/14 01:40:55 DEBUG : ReadFile: object hash cached: 62c863b6ce2ba29ccedf6be496e536d4ac9a0fc8967a7026488022877359ae12 2026/07/14 01:40:55 DEBUG : ReadFile: object hash cached: 1a0885afc081fdfc 2026/07/14 01:40:55 DEBUG : ReadFile: object hash cached: 24398905f38e1b2dbe153a147db99aae 2026/07/14 01:40:55 DEBUG : ReadFile: object hash cached: 4d11e89d1873322914e72bff58b355a6ebc0712e37c5364332b9aa89817471d7 2026/07/14 01:40:55 DEBUG : ReadFile: object hash cached: b5bcfb0e6302689e61aa090cdd267ec2192a3cc0 2026/07/14 01:40:55 DEBUG : ReadFile: object hash cached: 3849cb6ceab13ce8d42fdf53313b5e8ac57edcd4 2026/07/14 01:40:55 DEBUG : ReadFile: object hash cached: c10ee931d1c840c286b7dece10efbc090c5a3280 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'ReadFile' 2026/07/14 01:40:55 DEBUG : ReadFile: find: warm object: ReadFile, expiring on: 2026-07-14 07:40:55.16518201 +0000 UTC 2026/07/14 01:40:55 DEBUG : rclone-test-tenazam1ziha/ReadFile: 0: chunk retry storage: 0 2026/07/14 01:40:55 DEBUG : worker-2 : partial downloaded chunk 0 2026/07/14 01:40:55 DEBUG : rclone-test-tenazam1ziha/ReadFile: cache reader closed 28 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:55.165947161 +0000 UTC 2026/07/14 01:40:55 DEBUG : list: cached entries: [ReadFile] 2026/07/14 01:40:55 DEBUG : ReadFile: removing object 2026/07/14 01:40:55 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:55 DEBUG : cache: expired 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : list: cold listing: 2026-07-13 19:40:55.681673296 +0000 UTC 2026/07/14 01:40:55 DEBUG : list: read 0 from source 2026/07/14 01:40:55 DEBUG : list: source entries: [] 2026/07/14 01:40:55 DEBUG : list: cached directories: 0 2026/07/14 01:40:55 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:55.682756797 +0000 UTC m=+20.694694374 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : list: empty listing 2026/07/14 01:40:55 DEBUG : list: read 0 from source 2026/07/14 01:40:55 DEBUG : list: source entries: [] 2026/07/14 01:40:55 DEBUG : list: cached directories: 0 2026/07/14 01:40:55 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:55.683800633 +0000 UTC m=+20.695738221 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : list: empty listing 2026/07/14 01:40:55 DEBUG : list: read 0 from source 2026/07/14 01:40:55 DEBUG : list: source entries: [] 2026/07/14 01:40:55 DEBUG : list: cached directories: 0 2026/07/14 01:40:55 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:55.685041771 +0000 UTC m=+20.696979349 --- PASS: TestReadFile (0.52s) === RUN TestRetry 2026/07/14 01:40:55 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/07/14 01:40:55 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/07/14 01:40:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/07/14 01:40:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/07/14 01:40:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/07/14 01:40:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/07/14 01:40:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'file1' 2026/07/14 01:40:55 DEBUG : file1: put: uploaded to remote fs 2026/07/14 01:40:55 DEBUG : file1: put: added to cache 2026/07/14 01:40:55 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:55 DEBUG : cache: expired 2026/07/14 01:40:55 INFO : put: cache expired 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'file2' 2026/07/14 01:40:55 DEBUG : file2: put: uploaded to remote fs 2026/07/14 01:40:55 DEBUG : file2: put: added to cache 2026/07/14 01:40:55 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:55 DEBUG : cache: expired 2026/07/14 01:40:55 INFO : put: cache expired 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : list: cold listing: 2026-07-13 19:40:55.742396992 +0000 UTC 2026/07/14 01:40:55 DEBUG : list: read 2 from source 2026/07/14 01:40:55 DEBUG : list: source entries: [file2 file1] 2026/07/14 01:40:55 DEBUG : list: cached object: file1 2026/07/14 01:40:55 DEBUG : list: cached object: file2 2026/07/14 01:40:55 DEBUG : list: cached directories: 0 2026/07/14 01:40:55 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:55.744951704 +0000 UTC m=+20.756889281 2026/07/14 01:40:55 DEBUG : file1: object hash cached: e86410fa2d6e2634fd8ac5f4b3afe7f3 2026/07/14 01:40:55 DEBUG : file1: object hash cached: 9f67efc6afa95f1aef9b3351d6b01d7e0591b748 2026/07/14 01:40:55 DEBUG : file1: object hash cached: b11f2bc6d12a027af10e2b12be5eb385fd6b94f94a8cb3be260304c02d007d4d58bc3f369c30c455fdaf0c7cf1ffdb209aaea893fdc81f6fb90f88356438b7ea 2026/07/14 01:40:55 DEBUG : file1: object hash cached: 321e6d05 2026/07/14 01:40:55 DEBUG : file1: object hash cached: 261305762671a58cae5b74990bcfc236c2336fb04a0fbac626166d9491d2884c 2026/07/14 01:40:55 DEBUG : file1: object hash cached: 3e265859f6c01ddfe670e913b2543813a6b919a53109507bdeb2027d6eaea387ea6672db7db3a1fbe7b7c9853305f4e841238a11a882312bcdd37613b0024acc 2026/07/14 01:40:55 DEBUG : file1: object hash cached: a83d6456601b32e4302f696532ae882044f7eded2b00f74159a0ddfd6a0a9daa 2026/07/14 01:40:55 DEBUG : file1: object hash cached: a12fa283f5f24887 2026/07/14 01:40:55 DEBUG : file1: object hash cached: 3fc2abfb4543daa0c1b965201991d9db 2026/07/14 01:40:55 DEBUG : file1: object hash cached: 909ebafa7ecb12504de8bcace549864832ff2565c0e4aa40cf45427cc524fb85 2026/07/14 01:40:55 DEBUG : file1: object hash cached: f2a07d984ac317c2417f1f8d4b800cbb3e62aee4 2026/07/14 01:40:55 DEBUG : file1: object hash cached: 4142434445464748494a00000000000000000000 2026/07/14 01:40:55 DEBUG : file1: object hash cached: 4110c210885004231c0109495a02000000000000 2026/07/14 01:40:55 DEBUG : file2: object hash cached: 22975d8a5ed1b91445f6c55ac121505b 2026/07/14 01:40:55 DEBUG : file2: object hash cached: 9a7149a5a7786bb368e06d08c5d77774eb43a49e 2026/07/14 01:40:55 DEBUG : file2: object hash cached: 1f8dfddb22e4e17205eafd653901d39cea6757d57b465a84b1ea0bda5b8949d080fee8af8355ed8c8354528809737602546eedb3a1cbc361de719c344f5f2edc 2026/07/14 01:40:55 DEBUG : file2: object hash cached: 37fad1ba 2026/07/14 01:40:55 DEBUG : file2: object hash cached: 36f50957f5e0b6ee3ef455674da35a86667f3314209dc1514c510fe95e840831 2026/07/14 01:40:55 DEBUG : file2: object hash cached: 42c1d8c97336a701a84d249f0bf1fbaf3a74d2e8eec4b1dbbdc7ab1d659cd5080ecf31cb1c6c43cbb46cf6636f85acff1cffdb45cd10a9ba9e46de520446f06d 2026/07/14 01:40:55 DEBUG : file2: object hash cached: ad1e7db1df9a9cff654cdd69b61197729badc415bd21950e9b212cbeb4fe6507 2026/07/14 01:40:55 DEBUG : file2: object hash cached: 3b5293ce9b5bd7d7 2026/07/14 01:40:55 DEBUG : file2: object hash cached: 7ed631159e915ea8e23a7f36c9118966 2026/07/14 01:40:55 DEBUG : file2: object hash cached: dc417d370b7dc24728d455df0ee67a2852d2dc07e23ac326e68cca7137625cef 2026/07/14 01:40:55 DEBUG : file2: object hash cached: 1e2f691c46942c3d152eae6f0207891af030cfb0 2026/07/14 01:40:55 DEBUG : file2: object hash cached: 3031323334353637380000000000000000000000 2026/07/14 01:40:55 DEBUG : file2: object hash cached: 3088810c6640831ad8e006380900000000000000 2026/07/14 01:40:55 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:55 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:55.744951704 +0000 UTC 2026/07/14 01:40:55 DEBUG : list: cached entries: [file1 file2] 2026/07/14 01:40:55 DEBUG : rclone-test-tenazam1ziha/file1: 0: chunk retry storage: 0 2026/07/14 01:40:55 DEBUG : worker-1 : partial downloaded chunk 0 2026/07/14 01:40:56 DEBUG : rclone-test-tenazam1ziha/file1: cache reader closed 10 2026/07/14 01:40:56 DEBUG : rclone-test-tenazam1ziha/file2: 0: chunk retry storage: 0 2026/07/14 01:40:56 DEBUG : worker-1 : partial downloaded chunk 0 2026/07/14 01:40:56 DEBUG : rclone-test-tenazam1ziha/file2: cache reader closed 9 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:56 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:55.744951704 +0000 UTC 2026/07/14 01:40:56 DEBUG : list: cached entries: [file1 file2] 2026/07/14 01:40:56 DEBUG : rclone-test-tenazam1ziha/file1: moving offset set from 0 to 0 2026/07/14 01:40:56 DEBUG : rclone-test-tenazam1ziha/file1: cache reader closed 5 2026/07/14 01:40:56 DEBUG : rclone-test-tenazam1ziha/file2: moving offset set from 0 to 0 2026/07/14 01:40:56 DEBUG : rclone-test-tenazam1ziha/file2: cache reader closed 5 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:56 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:55.744951704 +0000 UTC 2026/07/14 01:40:56 DEBUG : list: cached entries: [file1 file2] 2026/07/14 01:40:56 DEBUG : rclone-test-tenazam1ziha/file1: moving offset set from 0 to 7 2026/07/14 01:40:56 DEBUG : rclone-test-tenazam1ziha/file1: cache reader closed 10 2026/07/14 01:40:56 DEBUG : rclone-test-tenazam1ziha/file2: moving offset set from 0 to 6 2026/07/14 01:40:56 DEBUG : rclone-test-tenazam1ziha/file2: cache reader closed 9 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:56 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:55.744951704 +0000 UTC 2026/07/14 01:40:56 DEBUG : list: cached entries: [file1 file2] 2026/07/14 01:40:56 DEBUG : rclone-test-tenazam1ziha/file1: moving offset set from 0 to 1 2026/07/14 01:40:56 DEBUG : rclone-test-tenazam1ziha/file1: cache reader closed 4 2026/07/14 01:40:56 DEBUG : rclone-test-tenazam1ziha/file2: moving offset set from 0 to 1 2026/07/14 01:40:56 DEBUG : rclone-test-tenazam1ziha/file2: cache reader closed 4 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:56 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:55.744951704 +0000 UTC 2026/07/14 01:40:56 DEBUG : list: cached entries: [file1 file2] 2026/07/14 01:40:56 DEBUG : rclone-test-tenazam1ziha/file1: cache reader closed 10 2026/07/14 01:40:56 DEBUG : rclone-test-tenazam1ziha/file2: cache reader closed 9 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:56 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:55.744951704 +0000 UTC 2026/07/14 01:40:56 DEBUG : list: cached entries: [file1 file2] 2026/07/14 01:40:56 DEBUG : file1: removing object 2026/07/14 01:40:56 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:56 DEBUG : cache: expired 2026/07/14 01:40:56 DEBUG : file2: removing object 2026/07/14 01:40:56 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:56 DEBUG : cache: expired 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:56 DEBUG : list: cold listing: 2026-07-13 19:40:56.787001034 +0000 UTC 2026/07/14 01:40:56 DEBUG : list: read 0 from source 2026/07/14 01:40:56 DEBUG : list: source entries: [] 2026/07/14 01:40:56 DEBUG : list: cached directories: 0 2026/07/14 01:40:56 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:56.787997571 +0000 UTC m=+21.799935149 --- PASS: TestCat (1.05s) === RUN TestPurge 2026/07/14 01:40:56 DEBUG : Creating backend with remote "TestCache:rclone-test-kojefic7xuno" 2026/07/14 01:40:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/14 01:40:56 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:56 DEBUG : TestCache: detected overridden config - adding "{VDL3R}" suffix to name 2026/07/14 01:40:56 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:56 DEBUG : Creating backend with remote "/tmp/rclone_cache_test/rclone-test-kojefic7xuno" 2026/07/14 01:40:56 DEBUG : TestCache{VDL3R}: wrapped local:/tmp/rclone_cache_test/rclone-test-kojefic7xuno at root rclone-test-kojefic7xuno 2026/07/14 01:40:56 INFO : TestCache{VDL3R}: Cache DB path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R}.db 2026/07/14 01:40:56 INFO : TestCache{VDL3R}: Cache chunk path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R} 2026/07/14 01:40:56 INFO : TestCache{VDL3R}: Chunk Memory: true 2026/07/14 01:40:56 INFO : TestCache{VDL3R}: Chunk Size: 5Mi 2026/07/14 01:40:56 INFO : TestCache{VDL3R}: Chunk Total Size: 10Gi 2026/07/14 01:40:56 INFO : TestCache{VDL3R}: Chunk Clean Interval: 1m0s 2026/07/14 01:40:56 INFO : TestCache{VDL3R}: Workers: 4 2026/07/14 01:40:56 INFO : TestCache{VDL3R}: File Age: 6h0m0s 2026/07/14 01:40:56 DEBUG : Creating backend with remote "/tmp/rclone3937783738" run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno", Local "Local file system at /tmp/rclone3937783738", Modify Window "1ns" 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: mkdir '' 2026/07/14 01:40:56 DEBUG : mkdir: created dir in source fs 2026/07/14 01:40:56 DEBUG : mkdir: added to cache 2026/07/14 01:40:56 DEBUG : cache: expired rclone-test-kojefic7xuno 2026/07/14 01:40:56 DEBUG : cache: expired 2026/07/14 01:40:56 INFO : mkdir: cache expired 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: mkdir '' 2026/07/14 01:40:56 DEBUG : mkdir: created dir in source fs 2026/07/14 01:40:56 DEBUG : mkdir: added to cache 2026/07/14 01:40:56 DEBUG : cache: expired rclone-test-kojefic7xuno 2026/07/14 01:40:56 DEBUG : cache: expired 2026/07/14 01:40:56 INFO : mkdir: cache expired 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: put data at 'A1/B1/C1/one' 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: put: uploaded to remote fs 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: put: added to cache 2026/07/14 01:40:56 DEBUG : A1/B1/C1: cache: expired rclone-test-kojefic7xuno 2026/07/14 01:40:56 DEBUG : A1/B1/C1: cache: expired 2026/07/14 01:40:56 INFO : A1/B1/C1: put: cache expired 2026/07/14 01:40:56 INFO : A2: Making directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: mkdir 'A2' 2026/07/14 01:40:56 DEBUG : A2: mkdir: created dir in source fs 2026/07/14 01:40:56 DEBUG : A2: mkdir: added to cache 2026/07/14 01:40:56 DEBUG : cache: expired rclone-test-kojefic7xuno 2026/07/14 01:40:56 DEBUG : cache: expired 2026/07/14 01:40:56 INFO : mkdir: cache expired 2026/07/14 01:40:56 INFO : A1/B2: Making directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: mkdir 'A1/B2' 2026/07/14 01:40:56 DEBUG : A1/B2: mkdir: created dir in source fs 2026/07/14 01:40:56 DEBUG : A1/B2: mkdir: added to cache 2026/07/14 01:40:56 DEBUG : A1: cache: expired rclone-test-kojefic7xuno 2026/07/14 01:40:56 DEBUG : A1: cache: expired 2026/07/14 01:40:56 INFO : A1: mkdir: cache expired 2026/07/14 01:40:56 INFO : A1/B2/C2: Making directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: mkdir 'A1/B2/C2' 2026/07/14 01:40:56 DEBUG : A1/B2/C2: mkdir: created dir in source fs 2026/07/14 01:40:56 DEBUG : A1/B2/C2: mkdir: added to cache 2026/07/14 01:40:56 DEBUG : A1/B2: cache: expired rclone-test-kojefic7xuno/A1/B2 2026/07/14 01:40:56 DEBUG : A1/B2: cache: expired rclone-test-kojefic7xuno 2026/07/14 01:40:56 DEBUG : A1/B2: cache: expired 2026/07/14 01:40:56 INFO : A1/B2: mkdir: cache expired 2026/07/14 01:40:56 INFO : A1/B1/C3: Making directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: mkdir 'A1/B1/C3' 2026/07/14 01:40:56 DEBUG : A1/B1/C3: mkdir: created dir in source fs 2026/07/14 01:40:56 DEBUG : A1/B1/C3: mkdir: added to cache 2026/07/14 01:40:56 DEBUG : A1/B1: cache: expired rclone-test-kojefic7xuno 2026/07/14 01:40:56 DEBUG : A1/B1: cache: expired 2026/07/14 01:40:56 INFO : A1/B1: mkdir: cache expired 2026/07/14 01:40:56 INFO : A3: Making directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: mkdir 'A3' 2026/07/14 01:40:56 DEBUG : A3: mkdir: created dir in source fs 2026/07/14 01:40:56 DEBUG : A3: mkdir: added to cache 2026/07/14 01:40:56 DEBUG : cache: expired rclone-test-kojefic7xuno 2026/07/14 01:40:56 DEBUG : cache: expired 2026/07/14 01:40:56 INFO : mkdir: cache expired 2026/07/14 01:40:56 INFO : A3/B3: Making directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: mkdir 'A3/B3' 2026/07/14 01:40:56 DEBUG : A3/B3: mkdir: created dir in source fs 2026/07/14 01:40:56 DEBUG : A3/B3: mkdir: added to cache 2026/07/14 01:40:56 DEBUG : A3: cache: expired rclone-test-kojefic7xuno/A3 2026/07/14 01:40:56 DEBUG : A3: cache: expired rclone-test-kojefic7xuno 2026/07/14 01:40:56 DEBUG : A3: cache: expired 2026/07/14 01:40:56 INFO : A3: mkdir: cache expired 2026/07/14 01:40:56 INFO : A3/B3/C4: Making directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: mkdir 'A3/B3/C4' 2026/07/14 01:40:56 DEBUG : A3/B3/C4: mkdir: created dir in source fs 2026/07/14 01:40:56 DEBUG : A3/B3/C4: mkdir: added to cache 2026/07/14 01:40:56 DEBUG : A3/B3: cache: expired rclone-test-kojefic7xuno/A3/B3 2026/07/14 01:40:56 DEBUG : A3/B3: cache: expired rclone-test-kojefic7xuno/A3 2026/07/14 01:40:56 DEBUG : A3/B3: cache: expired rclone-test-kojefic7xuno 2026/07/14 01:40:56 DEBUG : A3/B3: cache: expired 2026/07/14 01:40:56 INFO : A3/B3: mkdir: cache expired 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: put data at 'A1/two' 2026/07/14 01:40:56 DEBUG : A1/two: put: uploaded to remote fs 2026/07/14 01:40:56 DEBUG : A1/two: put: added to cache 2026/07/14 01:40:56 DEBUG : A1: cache: expired rclone-test-kojefic7xuno 2026/07/14 01:40:56 DEBUG : A1: cache: expired 2026/07/14 01:40:56 INFO : A1: put: cache expired 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list '' 2026/07/14 01:40:56 DEBUG : list: cold listing: 2026-07-13 19:40:56.81199382 +0000 UTC 2026/07/14 01:40:56 DEBUG : list: read 3 from source 2026/07/14 01:40:56 DEBUG : list: source entries: [A1 A2 A3] 2026/07/14 01:40:56 DEBUG : list: cached directories: 2 2026/07/14 01:40:56 DEBUG : list: cached dir: 'rclone-test-kojefic7xuno', cache ts: 2026-07-14 01:40:56.813849586 +0000 UTC m=+21.825787163 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A3' 2026/07/14 01:40:56 DEBUG : A3: list: cold listing: 2026-07-13 19:40:56.809271973 +0000 UTC 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A1' 2026/07/14 01:40:56 DEBUG : A3: list: read 1 from source 2026/07/14 01:40:56 DEBUG : A3: list: source entries: [A3/B3] 2026/07/14 01:40:56 DEBUG : A1: list: warm 3 from cache for: rclone-test-kojefic7xuno/A1, expiring on: 2026-07-14 07:40:56.813060007 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1: list: cached entries: [A1/B1 A1/B2 A1/two] 2026/07/14 01:40:56 DEBUG : A3: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A1/B2' 2026/07/14 01:40:56 DEBUG : A1/B2: list: cold listing: 2026-07-13 19:40:56.802408485 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1/B2: list: read 1 from source 2026/07/14 01:40:56 DEBUG : A1/B2: list: source entries: [A1/B2/C2] 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A1/B1' 2026/07/14 01:40:56 DEBUG : A1/B1: list: error: missing cached dir: A1/B1 2026/07/14 01:40:56 DEBUG : A1/B1: list: read 2 from source 2026/07/14 01:40:56 DEBUG : A1/B1: list: source entries: [A1/B1/C3 A1/B1/C1] 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A2' 2026/07/14 01:40:56 DEBUG : A2: list: empty listing 2026/07/14 01:40:56 DEBUG : A2: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A2: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A2: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A3: list: cached dir: 'rclone-test-kojefic7xuno/A3', cache ts: 2026-07-14 01:40:56.814788033 +0000 UTC m=+21.826725610 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A3/B3' 2026/07/14 01:40:56 DEBUG : A3/B3: list: cold listing: 2026-07-13 19:40:56.809271973 +0000 UTC 2026/07/14 01:40:56 DEBUG : A3/B3: list: read 1 from source 2026/07/14 01:40:56 DEBUG : A3/B3: list: source entries: [A3/B3/C4] 2026/07/14 01:40:56 DEBUG : A1/B2: list: cached directories: 1 2026/07/14 01:40:56 DEBUG : A1/B1: list: cached directories: 2 2026/07/14 01:40:56 DEBUG : A2: list: cached dir: 'rclone-test-kojefic7xuno/A2', cache ts: 2026-07-14 01:40:56.815189298 +0000 UTC m=+21.827126876 2026/07/14 01:40:56 DEBUG : A3/B3: list: cached directories: 1 2026/07/14 01:40:56 DEBUG : A3/B3: list: cached dir: 'rclone-test-kojefic7xuno/A3/B3', cache ts: 2026-07-14 01:40:56.818858319 +0000 UTC m=+21.830795907 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A3/B3/C4' 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: empty listing 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A1/B2: list: cached dir: 'rclone-test-kojefic7xuno/A1/B2', cache ts: 2026-07-14 01:40:56.816582322 +0000 UTC m=+21.828519910 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A1/B2/C2' 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: empty listing 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A1/B1: list: cached dir: 'rclone-test-kojefic7xuno/A1/B1', cache ts: 2026-07-14 01:40:56.817300585 +0000 UTC m=+21.829238173 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A1/B1/C3' 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A1/B1/C1' 2026/07/14 01:40:56 DEBUG : A1/B1/C1: list: warm 1 from cache for: rclone-test-kojefic7xuno/A1/B1/C1, expiring on: 2026-07-14 07:40:56.815051048 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: empty listing 2026/07/14 01:40:56 DEBUG : A1/B1/C1: list: cached entries: [A1/B1/C1/one] 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: cached dir: 'rclone-test-kojefic7xuno/A3/B3/C4', cache ts: 2026-07-14 01:40:56.81976157 +0000 UTC m=+21.831699168 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: cached dir: 'rclone-test-kojefic7xuno/A1/B2/C2', cache ts: 2026-07-14 01:40:56.820509679 +0000 UTC m=+21.832447257 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: cached dir: 'rclone-test-kojefic7xuno/A1/B1/C3', cache ts: 2026-07-14 01:40:56.821328983 +0000 UTC m=+21.833266561 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 08f8e0260c64418510cefb2b06eee5cd 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 5cb138284d431abd6a053a56625ec088bfb88912 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 5335dab9f68c554b7eae0196df8aa6884d33d7fc11e9724298932a40a3cbf00debea495357685478c85bdaea49eb4d52f3af5a545c4ba31627b63714f39261cd 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 4065cf0d 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 3e744b9dc39389baf0c5a0660589b8402f3dbb49b89b3e75f2c9355852a3c677 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 5edc1c6a4390075a3ca27f4d4161c46b374b1c3b2d63f846db6fff0c513203c3ac3b14a24a6f09d8bf21407a4842113b5d9aa359d266299c3d6cf9e92db66dbe 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 7e7a85e46119db2fff2c49633ffa52316e84c1e91b3b9679f730104dd03a6964 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: be168a8b4d34d73a 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: a6dc9c19efe4abbcbe168a8b4d34d73a 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: c015c790ab721ffb397497540bb83e0cb0119f0f6ab45945b0baf90f37dfca75 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: e819ad4e34f0beb958f2cb0e82a60030eadda4bb 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 6262620000000000000000000000000000000000 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 6210831800000000000000000300000000000000 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: 47bce5c74f589f4867dbd57e9ca9f808 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: 7e240de74fb1ed08fa08d38063f6a6a91462a815 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: d6ba3e6ab8745031057704342d48a38e80e6285e036eaa8dac3ce01f2419aa1ad0173a8e4e224b170830542ff09747ce37d1c9f39556a588ae159f5cd4517219 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: f007732d 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: 9834876dcfb05cb167a5c24953eba58c4ac89b1adf57f28f2f9d09af107ee8f0 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: d6f644b19812e97b5d871658d6d3400ecd4787faeb9b8990c1e7608288664be77257104a58d033bcf1a0e0945ff06468ebe53e2dff36e248424c7273117dac09 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: 30c0f9c6a167fc2a91285c85be7ea341569b3b39fcc5f77fd34534cade971d20 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: e4ba3228795dc9ef 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: 1ba4b00492c7202ee4ba3228795dc9ef 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: 2da088f23b65eac349084e13bec32e82804801b5c4c3b6baedb8811ea517334d 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: e27e33819cdbe4eeac0357802991adb46b30d4e9 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: 6161610000000000000000000000000000000000 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: 6108431800000000000000000300000000000000 2026/07/14 01:40:56 DEBUG : Waiting for deletions to finish 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A1/B1' 2026/07/14 01:40:56 DEBUG : A1/B1: list: warm 2 from cache for: rclone-test-kojefic7xuno/A1/B1, expiring on: 2026-07-14 07:40:56.817300585 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1/B1: list: cached entries: [A1/B1/C1 A1/B1/C3] 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A1/B1/C1' 2026/07/14 01:40:56 DEBUG : A1/B1/C1: list: warm 1 from cache for: rclone-test-kojefic7xuno/A1/B1/C1, expiring on: 2026-07-14 07:40:56.815051048 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1/B1/C1: list: cached entries: [A1/B1/C1/one] 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A1/B1/C3' 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: empty listing 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: cached dir: 'rclone-test-kojefic7xuno/A1/B1/C3', cache ts: 2026-07-14 01:40:56.8466097 +0000 UTC m=+21.858547278 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: removing object 2026/07/14 01:40:56 DEBUG : A1/B1/C1: cache: expired rclone-test-kojefic7xuno/A1/B1/C1 2026/07/14 01:40:56 DEBUG : A1/B1/C1: cache: expired rclone-test-kojefic7xuno/A1/B1 2026/07/14 01:40:56 DEBUG : A1/B1/C1: cache: expired rclone-test-kojefic7xuno/A1 2026/07/14 01:40:56 DEBUG : A1/B1/C1: cache: expired rclone-test-kojefic7xuno 2026/07/14 01:40:56 DEBUG : A1/B1/C1: cache: expired 2026/07/14 01:40:56 INFO : A1/B1/C1/one: Deleted 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A1/B1' 2026/07/14 01:40:56 DEBUG : A1/B1: list: cold listing: 2026-07-13 19:40:56.849203235 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1/B1: list: read 2 from source 2026/07/14 01:40:56 DEBUG : A1/B1: list: source entries: [A1/B1/C3 A1/B1/C1] 2026/07/14 01:40:56 DEBUG : A1/B1: list: cached directories: 1 2026/07/14 01:40:56 DEBUG : A1/B1: list: cached dir: 'rclone-test-kojefic7xuno/A1/B1', cache ts: 2026-07-14 01:40:56.85061773 +0000 UTC m=+21.862555308 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A1/B1/C3' 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: empty listing 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A1/B1/C1' 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A1/B1/C1: list: cold listing: 2026-07-13 19:40:56.849203235 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1/B1/C1: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A1/B1/C1: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A1/B1/C1: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: cached dir: 'rclone-test-kojefic7xuno/A1/B1/C3', cache ts: 2026-07-14 01:40:56.851404001 +0000 UTC m=+21.863341589 2026/07/14 01:40:56 DEBUG : A1/B1/C1: list: cached dir: 'rclone-test-kojefic7xuno/A1/B1/C1', cache ts: 2026-07-14 01:40:56.851490444 +0000 UTC m=+21.863428021 2026/07/14 01:40:56 DEBUG : removing 2 level 3 directories 2026/07/14 01:40:56 INFO : A1/B1/C3: Removing directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: rmdir 'A1/B1/C3' 2026/07/14 01:40:56 DEBUG : A1/B1/C3: rmdir: removed dir in source fs 2026/07/14 01:40:56 INFO : A1/B1/C1: Removing directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: rmdir 'A1/B1/C1' 2026/07/14 01:40:56 DEBUG : A1/B1/C1: rmdir: removed dir in source fs 2026/07/14 01:40:56 DEBUG : A1/B1/C3: rmdir: removed from cache 2026/07/14 01:40:56 DEBUG : A1/B1/C1: rmdir: removed from cache 2026/07/14 01:40:56 DEBUG : A1/B1: cache: expired rclone-test-kojefic7xuno/A1/B1 2026/07/14 01:40:56 DEBUG : A1/B1: cache: expired rclone-test-kojefic7xuno/A1 2026/07/14 01:40:56 DEBUG : A1/B1: cache: expired rclone-test-kojefic7xuno 2026/07/14 01:40:56 DEBUG : A1/B1: cache: expired 2026/07/14 01:40:56 INFO : A1/B1: rmdir: cache expired 2026/07/14 01:40:56 DEBUG : A1/B1: cache: expired rclone-test-kojefic7xuno/A1/B1 2026/07/14 01:40:56 DEBUG : A1/B1: cache: expired rclone-test-kojefic7xuno/A1 2026/07/14 01:40:56 DEBUG : A1/B1: cache: expired rclone-test-kojefic7xuno 2026/07/14 01:40:56 DEBUG : A1/B1: cache: expired 2026/07/14 01:40:56 INFO : A1/B1: rmdir: cache expired 2026/07/14 01:40:56 DEBUG : removing 1 level 2 directories 2026/07/14 01:40:56 INFO : A1/B1: Removing directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: rmdir 'A1/B1' 2026/07/14 01:40:56 DEBUG : A1/B1: rmdir: removed dir in source fs 2026/07/14 01:40:56 DEBUG : A1/B1: rmdir: removed from cache 2026/07/14 01:40:56 DEBUG : A1: cache: expired rclone-test-kojefic7xuno/A1 2026/07/14 01:40:56 DEBUG : A1: cache: expired rclone-test-kojefic7xuno 2026/07/14 01:40:56 DEBUG : A1: cache: expired 2026/07/14 01:40:56 INFO : A1: rmdir: cache expired 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list '' 2026/07/14 01:40:56 DEBUG : list: cold listing: 2026-07-13 19:40:56.857353657 +0000 UTC 2026/07/14 01:40:56 DEBUG : list: read 3 from source 2026/07/14 01:40:56 DEBUG : list: source entries: [A1 A2 A3] 2026/07/14 01:40:56 DEBUG : list: cached directories: 2 2026/07/14 01:40:56 DEBUG : list: cached dir: 'rclone-test-kojefic7xuno', cache ts: 2026-07-14 01:40:56.860715519 +0000 UTC m=+21.872653097 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A3' 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A1' 2026/07/14 01:40:56 DEBUG : A3: list: warm 1 from cache for: rclone-test-kojefic7xuno/A3, expiring on: 2026-07-14 07:40:56.858356777 +0000 UTC 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A2' 2026/07/14 01:40:56 DEBUG : A3: list: cached entries: [A3/B3] 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A3/B3' 2026/07/14 01:40:56 DEBUG : A2: list: empty listing 2026/07/14 01:40:56 DEBUG : A1: list: cold listing: 2026-07-13 19:40:56.857353657 +0000 UTC 2026/07/14 01:40:56 DEBUG : A3/B3: list: warm 1 from cache for: rclone-test-kojefic7xuno/A3/B3, expiring on: 2026-07-14 07:40:56.818858319 +0000 UTC 2026/07/14 01:40:56 DEBUG : A3/B3: list: cached entries: [A3/B3/C4] 2026/07/14 01:40:56 DEBUG : A2: list: read 0 from source 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A3/B3/C4' 2026/07/14 01:40:56 DEBUG : A2: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A2: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A1: list: read 2 from source 2026/07/14 01:40:56 DEBUG : A1: list: source entries: [A1/two A1/B2] 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: empty listing 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A2: list: cached dir: 'rclone-test-kojefic7xuno/A2', cache ts: 2026-07-14 01:40:56.86169282 +0000 UTC m=+21.873630409 2026/07/14 01:40:56 DEBUG : A1: list: cached object: A1/two 2026/07/14 01:40:56 DEBUG : A1: list: cached directories: 1 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: cached dir: 'rclone-test-kojefic7xuno/A3/B3/C4', cache ts: 2026-07-14 01:40:56.861749196 +0000 UTC m=+21.873686774 2026/07/14 01:40:56 DEBUG : A1: list: cached dir: 'rclone-test-kojefic7xuno/A1', cache ts: 2026-07-14 01:40:56.864200724 +0000 UTC m=+21.876138302 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A1/B2' 2026/07/14 01:40:56 DEBUG : A1/B2: list: warm 1 from cache for: rclone-test-kojefic7xuno/A1/B2, expiring on: 2026-07-14 07:40:56.861704292 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1/B2: list: cached entries: [A1/B2/C2] 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A1/B2/C2' 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: empty listing 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: cached dir: 'rclone-test-kojefic7xuno/A1/B2/C2', cache ts: 2026-07-14 01:40:56.865942465 +0000 UTC m=+21.877880042 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 08f8e0260c64418510cefb2b06eee5cd 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 5cb138284d431abd6a053a56625ec088bfb88912 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 5335dab9f68c554b7eae0196df8aa6884d33d7fc11e9724298932a40a3cbf00debea495357685478c85bdaea49eb4d52f3af5a545c4ba31627b63714f39261cd 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 4065cf0d 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 3e744b9dc39389baf0c5a0660589b8402f3dbb49b89b3e75f2c9355852a3c677 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 5edc1c6a4390075a3ca27f4d4161c46b374b1c3b2d63f846db6fff0c513203c3ac3b14a24a6f09d8bf21407a4842113b5d9aa359d266299c3d6cf9e92db66dbe 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 7e7a85e46119db2fff2c49633ffa52316e84c1e91b3b9679f730104dd03a6964 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: be168a8b4d34d73a 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: a6dc9c19efe4abbcbe168a8b4d34d73a 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: c015c790ab721ffb397497540bb83e0cb0119f0f6ab45945b0baf90f37dfca75 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: e819ad4e34f0beb958f2cb0e82a60030eadda4bb 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 6262620000000000000000000000000000000000 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 6210831800000000000000000300000000000000 2026/07/14 01:40:56 DEBUG : Waiting for deletions to finish 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list '' 2026/07/14 01:40:56 DEBUG : list: warm 3 from cache for: rclone-test-kojefic7xuno, expiring on: 2026-07-14 07:40:56.860715519 +0000 UTC 2026/07/14 01:40:56 DEBUG : list: cached entries: [A1 A2 A3] 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A3' 2026/07/14 01:40:56 DEBUG : A3: list: warm 1 from cache for: rclone-test-kojefic7xuno/A3, expiring on: 2026-07-14 07:40:56.858356777 +0000 UTC 2026/07/14 01:40:56 DEBUG : A3: list: cached entries: [A3/B3] 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A1' 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A2' 2026/07/14 01:40:56 DEBUG : A2: list: empty listing 2026/07/14 01:40:56 DEBUG : A2: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A1: list: warm 2 from cache for: rclone-test-kojefic7xuno/A1, expiring on: 2026-07-14 07:40:56.864200724 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1: list: cached entries: [A1/B2 A1/two] 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A1/B2' 2026/07/14 01:40:56 DEBUG : A1/B2: list: warm 1 from cache for: rclone-test-kojefic7xuno/A1/B2, expiring on: 2026-07-14 07:40:56.861704292 +0000 UTC 2026/07/14 01:40:56 DEBUG : A2: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A2: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A3/B3' 2026/07/14 01:40:56 DEBUG : A1/B2: list: cached entries: [A1/B2/C2] 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A1/B2/C2' 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: empty listing 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A3/B3: list: warm 1 from cache for: rclone-test-kojefic7xuno/A3/B3, expiring on: 2026-07-14 07:40:56.818858319 +0000 UTC 2026/07/14 01:40:56 DEBUG : A3/B3: list: cached entries: [A3/B3/C4] 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A3/B3/C4' 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: empty listing 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A2: list: cached dir: 'rclone-test-kojefic7xuno/A2', cache ts: 2026-07-14 01:40:56.878020584 +0000 UTC m=+21.889958162 2026/07/14 01:40:56 DEBUG : A1/two: removing object 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: cached dir: 'rclone-test-kojefic7xuno/A1/B2/C2', cache ts: 2026-07-14 01:40:56.878188421 +0000 UTC m=+21.890126009 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: cached dir: 'rclone-test-kojefic7xuno/A3/B3/C4', cache ts: 2026-07-14 01:40:56.878287537 +0000 UTC m=+21.890225116 2026/07/14 01:40:56 DEBUG : A1: cache: expired rclone-test-kojefic7xuno/A1 2026/07/14 01:40:56 DEBUG : A1: cache: expired rclone-test-kojefic7xuno 2026/07/14 01:40:56 DEBUG : A1: cache: expired 2026/07/14 01:40:56 INFO : A1/two: Deleted 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list '' 2026/07/14 01:40:56 DEBUG : list: cold listing: 2026-07-13 19:40:56.882348927 +0000 UTC 2026/07/14 01:40:56 DEBUG : list: read 3 from source 2026/07/14 01:40:56 DEBUG : list: source entries: [A1 A2 A3] 2026/07/14 01:40:56 DEBUG : list: cached directories: 2 2026/07/14 01:40:56 DEBUG : list: cached dir: 'rclone-test-kojefic7xuno', cache ts: 2026-07-14 01:40:56.883987062 +0000 UTC m=+21.895924640 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A3' 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A1' 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A2' 2026/07/14 01:40:56 DEBUG : A2: list: empty listing 2026/07/14 01:40:56 DEBUG : A1: list: cold listing: 2026-07-13 19:40:56.882348927 +0000 UTC 2026/07/14 01:40:56 DEBUG : A2: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A2: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A2: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A1: list: read 1 from source 2026/07/14 01:40:56 DEBUG : A1: list: source entries: [A1/B2] 2026/07/14 01:40:56 DEBUG : A3: list: warm 1 from cache for: rclone-test-kojefic7xuno/A3, expiring on: 2026-07-14 07:40:56.883267778 +0000 UTC 2026/07/14 01:40:56 DEBUG : A3: list: cached entries: [A3/B3] 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A3/B3' 2026/07/14 01:40:56 DEBUG : A3/B3: list: warm 1 from cache for: rclone-test-kojefic7xuno/A3/B3, expiring on: 2026-07-14 07:40:56.818858319 +0000 UTC 2026/07/14 01:40:56 DEBUG : A3/B3: list: cached entries: [A3/B3/C4] 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A3/B3/C4' 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: empty listing 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A2: list: cached dir: 'rclone-test-kojefic7xuno/A2', cache ts: 2026-07-14 01:40:56.884827304 +0000 UTC m=+21.896764883 2026/07/14 01:40:56 DEBUG : A1: list: cached directories: 1 2026/07/14 01:40:56 DEBUG : A1: list: cached dir: 'rclone-test-kojefic7xuno/A1', cache ts: 2026-07-14 01:40:56.886349422 +0000 UTC m=+21.898286999 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A1/B2' 2026/07/14 01:40:56 DEBUG : A1/B2: list: warm 1 from cache for: rclone-test-kojefic7xuno/A1/B2, expiring on: 2026-07-14 07:40:56.884870096 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1/B2: list: cached entries: [A1/B2/C2] 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list 'A1/B2/C2' 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: empty listing 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: cached dir: 'rclone-test-kojefic7xuno/A3/B3/C4', cache ts: 2026-07-14 01:40:56.885051517 +0000 UTC m=+21.896989095 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: cached dir: 'rclone-test-kojefic7xuno/A1/B2/C2', cache ts: 2026-07-14 01:40:56.887315301 +0000 UTC m=+21.899252899 2026/07/14 01:40:56 DEBUG : removing 2 level 3 directories 2026/07/14 01:40:56 INFO : A3/B3/C4: Removing directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: rmdir 'A3/B3/C4' 2026/07/14 01:40:56 DEBUG : A3/B3/C4: rmdir: removed dir in source fs 2026/07/14 01:40:56 INFO : A1/B2/C2: Removing directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: rmdir 'A1/B2/C2' 2026/07/14 01:40:56 DEBUG : A1/B2/C2: rmdir: removed dir in source fs 2026/07/14 01:40:56 DEBUG : A3/B3/C4: rmdir: removed from cache 2026/07/14 01:40:56 DEBUG : A1/B2/C2: rmdir: removed from cache 2026/07/14 01:40:56 DEBUG : A1/B2: cache: expired rclone-test-kojefic7xuno/A1/B2 2026/07/14 01:40:56 DEBUG : A1/B2: cache: expired rclone-test-kojefic7xuno/A1 2026/07/14 01:40:56 DEBUG : A1/B2: cache: expired rclone-test-kojefic7xuno 2026/07/14 01:40:56 DEBUG : A1/B2: cache: expired 2026/07/14 01:40:56 INFO : A1/B2: rmdir: cache expired 2026/07/14 01:40:56 DEBUG : A3/B3: cache: expired rclone-test-kojefic7xuno/A3/B3 2026/07/14 01:40:56 DEBUG : A3/B3: cache: expired rclone-test-kojefic7xuno/A3 2026/07/14 01:40:56 DEBUG : A3/B3: cache: expired rclone-test-kojefic7xuno 2026/07/14 01:40:56 DEBUG : A3/B3: cache: expired 2026/07/14 01:40:56 INFO : A3/B3: rmdir: cache expired 2026/07/14 01:40:56 DEBUG : removing 2 level 2 directories 2026/07/14 01:40:56 INFO : A3/B3: Removing directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: rmdir 'A3/B3' 2026/07/14 01:40:56 INFO : A1/B2: Removing directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: rmdir 'A1/B2' 2026/07/14 01:40:56 DEBUG : A1/B2: rmdir: removed dir in source fs 2026/07/14 01:40:56 DEBUG : A3/B3: rmdir: removed dir in source fs 2026/07/14 01:40:56 DEBUG : A1/B2: rmdir: removed from cache 2026/07/14 01:40:56 DEBUG : A3/B3: rmdir: removed from cache 2026/07/14 01:40:56 DEBUG : A3: cache: expired rclone-test-kojefic7xuno/A3 2026/07/14 01:40:56 DEBUG : A3: cache: expired rclone-test-kojefic7xuno 2026/07/14 01:40:56 DEBUG : A3: cache: expired 2026/07/14 01:40:56 INFO : A3: rmdir: cache expired 2026/07/14 01:40:56 DEBUG : A1: cache: expired rclone-test-kojefic7xuno/A1 2026/07/14 01:40:56 DEBUG : A1: cache: expired rclone-test-kojefic7xuno 2026/07/14 01:40:56 DEBUG : A1: cache: expired 2026/07/14 01:40:56 INFO : A1: rmdir: cache expired 2026/07/14 01:40:56 DEBUG : removing 3 level 1 directories 2026/07/14 01:40:56 INFO : A3: Removing directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: rmdir 'A3' 2026/07/14 01:40:56 INFO : A1: Removing directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: rmdir 'A1' 2026/07/14 01:40:56 DEBUG : A3: rmdir: removed dir in source fs 2026/07/14 01:40:56 DEBUG : A1: rmdir: removed dir in source fs 2026/07/14 01:40:56 INFO : A2: Removing directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: rmdir 'A2' 2026/07/14 01:40:56 DEBUG : A2: rmdir: removed dir in source fs 2026/07/14 01:40:56 DEBUG : A3: rmdir: removed from cache 2026/07/14 01:40:56 DEBUG : A1: rmdir: removed from cache 2026/07/14 01:40:56 DEBUG : cache: expired rclone-test-kojefic7xuno 2026/07/14 01:40:56 DEBUG : cache: expired 2026/07/14 01:40:56 INFO : rmdir: cache expired 2026/07/14 01:40:56 DEBUG : cache: expired rclone-test-kojefic7xuno 2026/07/14 01:40:56 DEBUG : A2: rmdir: removed from cache 2026/07/14 01:40:56 DEBUG : cache: expired 2026/07/14 01:40:56 INFO : rmdir: cache expired 2026/07/14 01:40:56 DEBUG : cache: expired rclone-test-kojefic7xuno 2026/07/14 01:40:56 DEBUG : cache: expired 2026/07/14 01:40:56 INFO : rmdir: cache expired 2026/07/14 01:40:56 DEBUG : removing 1 level 0 directories 2026/07/14 01:40:56 INFO : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: Removing directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: rmdir '' 2026/07/14 01:40:56 DEBUG : rmdir: removed dir in source fs 2026/07/14 01:40:56 DEBUG : rmdir: removed from cache 2026/07/14 01:40:56 DEBUG : cache: expired 2026/07/14 01:40:56 INFO : rmdir: cache expired 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list '' 2026/07/14 01:40:56 DEBUG : list: error: couldn't open bucket (rclone-test-kojefic7xuno) 2026/07/14 01:40:56 ERROR : error listing: directory not found 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: list '' 2026/07/14 01:40:56 DEBUG : list: error: couldn't open bucket (rclone-test-kojefic7xuno) 2026/07/14 01:40:56 ERROR : error listing: directory not found 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: Purge dir "" 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-kojefic7xuno: rmdir '' 2026/07/14 01:40:56 NOTICE: purge failed to rmdir "": stat /tmp/rclone_cache_test/rclone-test-kojefic7xuno: no such file or directory 2026/07/14 01:40:56 NOTICE: purge failed: directory not found --- PASS: TestPurge (0.11s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir '' 2026/07/14 01:40:56 DEBUG : mkdir: created dir in source fs 2026/07/14 01:40:56 DEBUG : mkdir: added to cache 2026/07/14 01:40:56 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:56 DEBUG : cache: expired 2026/07/14 01:40:56 INFO : mkdir: cache expired 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'A1/B1/C1/one' 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: put: uploaded to remote fs 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: put: added to cache 2026/07/14 01:40:56 DEBUG : A1/B1/C1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:56 DEBUG : A1/B1/C1: cache: expired 2026/07/14 01:40:56 INFO : A1/B1/C1: put: cache expired 2026/07/14 01:40:56 INFO : A2: Making directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A2' 2026/07/14 01:40:56 DEBUG : A2: mkdir: created dir in source fs 2026/07/14 01:40:56 DEBUG : A2: mkdir: added to cache 2026/07/14 01:40:56 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:56 DEBUG : cache: expired 2026/07/14 01:40:56 INFO : mkdir: cache expired 2026/07/14 01:40:56 INFO : A1/B2: Making directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A1/B2' 2026/07/14 01:40:56 DEBUG : A1/B2: mkdir: created dir in source fs 2026/07/14 01:40:56 DEBUG : A1/B2: mkdir: added to cache 2026/07/14 01:40:56 DEBUG : A1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:56 DEBUG : A1: cache: expired 2026/07/14 01:40:56 INFO : A1: mkdir: cache expired 2026/07/14 01:40:56 INFO : A1/B2/C2: Making directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A1/B2/C2' 2026/07/14 01:40:56 DEBUG : A1/B2/C2: mkdir: created dir in source fs 2026/07/14 01:40:56 DEBUG : A1/B2/C2: mkdir: added to cache 2026/07/14 01:40:56 DEBUG : A1/B2: cache: expired rclone-test-tenazam1ziha/A1/B2 2026/07/14 01:40:56 DEBUG : A1/B2: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:56 DEBUG : A1/B2: cache: expired 2026/07/14 01:40:56 INFO : A1/B2: mkdir: cache expired 2026/07/14 01:40:56 INFO : A1/B1/C3: Making directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A1/B1/C3' 2026/07/14 01:40:56 DEBUG : A1/B1/C3: mkdir: created dir in source fs 2026/07/14 01:40:56 DEBUG : A1/B1/C3: mkdir: added to cache 2026/07/14 01:40:56 DEBUG : A1/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:56 DEBUG : A1/B1: cache: expired 2026/07/14 01:40:56 INFO : A1/B1: mkdir: cache expired 2026/07/14 01:40:56 INFO : A3: Making directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A3' 2026/07/14 01:40:56 DEBUG : A3: mkdir: created dir in source fs 2026/07/14 01:40:56 DEBUG : A3: mkdir: added to cache 2026/07/14 01:40:56 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:56 DEBUG : cache: expired 2026/07/14 01:40:56 INFO : mkdir: cache expired 2026/07/14 01:40:56 INFO : A3/B3: Making directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A3/B3' 2026/07/14 01:40:56 DEBUG : A3/B3: mkdir: created dir in source fs 2026/07/14 01:40:56 DEBUG : A3/B3: mkdir: added to cache 2026/07/14 01:40:56 DEBUG : A3: cache: expired rclone-test-tenazam1ziha/A3 2026/07/14 01:40:56 DEBUG : A3: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:56 DEBUG : A3: cache: expired 2026/07/14 01:40:56 INFO : A3: mkdir: cache expired 2026/07/14 01:40:56 INFO : A3/B3/C4: Making directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A3/B3/C4' 2026/07/14 01:40:56 DEBUG : A3/B3/C4: mkdir: created dir in source fs 2026/07/14 01:40:56 DEBUG : A3/B3/C4: mkdir: added to cache 2026/07/14 01:40:56 DEBUG : A3/B3: cache: expired rclone-test-tenazam1ziha/A3/B3 2026/07/14 01:40:56 DEBUG : A3/B3: cache: expired rclone-test-tenazam1ziha/A3 2026/07/14 01:40:56 DEBUG : A3/B3: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:56 DEBUG : A3/B3: cache: expired 2026/07/14 01:40:56 INFO : A3/B3: mkdir: cache expired 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'A1/two' 2026/07/14 01:40:56 DEBUG : A1/two: put: uploaded to remote fs 2026/07/14 01:40:56 DEBUG : A1/two: put: added to cache 2026/07/14 01:40:56 DEBUG : A1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:56 DEBUG : A1: cache: expired 2026/07/14 01:40:56 INFO : A1: put: cache expired 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:56 DEBUG : list: cold listing: 2026-07-13 19:40:56.918693333 +0000 UTC 2026/07/14 01:40:56 DEBUG : list: read 3 from source 2026/07/14 01:40:56 DEBUG : list: source entries: [A1 A2 A3] 2026/07/14 01:40:56 DEBUG : list: cached directories: 2 2026/07/14 01:40:56 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:56.920574957 +0000 UTC m=+21.932512556 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A3' 2026/07/14 01:40:56 DEBUG : A3: list: cold listing: 2026-07-13 19:40:56.916158289 +0000 UTC 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1' 2026/07/14 01:40:56 DEBUG : A3: list: read 1 from source 2026/07/14 01:40:56 DEBUG : A3: list: source entries: [A3/B3] 2026/07/14 01:40:56 DEBUG : A3: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A2' 2026/07/14 01:40:56 DEBUG : A2: list: empty listing 2026/07/14 01:40:56 DEBUG : A2: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A1: list: warm 3 from cache for: rclone-test-tenazam1ziha/A1, expiring on: 2026-07-14 07:40:56.919692475 +0000 UTC 2026/07/14 01:40:56 DEBUG : A2: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A1: list: cached entries: [A1/B1 A1/B2 A1/two] 2026/07/14 01:40:56 DEBUG : A2: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B2' 2026/07/14 01:40:56 DEBUG : A1/B2: list: cold listing: 2026-07-13 19:40:56.909190584 +0000 UTC 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B1' 2026/07/14 01:40:56 DEBUG : A1/B1: list: error: missing cached dir: A1/B1 2026/07/14 01:40:56 DEBUG : A1/B2: list: read 1 from source 2026/07/14 01:40:56 DEBUG : A1/B2: list: source entries: [A1/B2/C2] 2026/07/14 01:40:56 DEBUG : A1/B1: list: read 2 from source 2026/07/14 01:40:56 DEBUG : A1/B1: list: source entries: [A1/B1/C3 A1/B1/C1] 2026/07/14 01:40:56 DEBUG : A3: list: cached dir: 'rclone-test-tenazam1ziha/A3', cache ts: 2026-07-14 01:40:56.921445236 +0000 UTC m=+21.933382814 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A3/B3' 2026/07/14 01:40:56 DEBUG : A3/B3: list: cold listing: 2026-07-13 19:40:56.916158289 +0000 UTC 2026/07/14 01:40:56 DEBUG : A3/B3: list: read 1 from source 2026/07/14 01:40:56 DEBUG : A3/B3: list: source entries: [A3/B3/C4] 2026/07/14 01:40:56 DEBUG : A2: list: cached dir: 'rclone-test-tenazam1ziha/A2', cache ts: 2026-07-14 01:40:56.921532251 +0000 UTC m=+21.933469889 2026/07/14 01:40:56 DEBUG : A1/B2: list: cached directories: 1 2026/07/14 01:40:56 DEBUG : A1/B2: list: cached dir: 'rclone-test-tenazam1ziha/A1/B2', cache ts: 2026-07-14 01:40:56.92400581 +0000 UTC m=+21.935943448 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B2/C2' 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: empty listing 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A1/B1: list: cached directories: 2 2026/07/14 01:40:56 DEBUG : A3/B3: list: cached directories: 1 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: cached dir: 'rclone-test-tenazam1ziha/A1/B2/C2', cache ts: 2026-07-14 01:40:56.925211049 +0000 UTC m=+21.937148627 2026/07/14 01:40:56 DEBUG : A1/B1: list: cached dir: 'rclone-test-tenazam1ziha/A1/B1', cache ts: 2026-07-14 01:40:56.925898315 +0000 UTC m=+21.937835892 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B1/C3' 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B1/C1' 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: empty listing 2026/07/14 01:40:56 DEBUG : A1/B1/C1: list: warm 1 from cache for: rclone-test-tenazam1ziha/A1/B1/C1, expiring on: 2026-07-14 07:40:56.921740563 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1/B1/C1: list: cached entries: [A1/B1/C1/one] 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A3/B3: list: cached dir: 'rclone-test-tenazam1ziha/A3/B3', cache ts: 2026-07-14 01:40:56.926712066 +0000 UTC m=+21.938649654 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A3/B3/C4' 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: empty listing 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: cached dir: 'rclone-test-tenazam1ziha/A3/B3/C4', cache ts: 2026-07-14 01:40:56.929032788 +0000 UTC m=+21.940970366 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: cached dir: 'rclone-test-tenazam1ziha/A1/B1/C3', cache ts: 2026-07-14 01:40:56.928346366 +0000 UTC m=+21.940283954 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 08f8e0260c64418510cefb2b06eee5cd 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 5cb138284d431abd6a053a56625ec088bfb88912 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 5335dab9f68c554b7eae0196df8aa6884d33d7fc11e9724298932a40a3cbf00debea495357685478c85bdaea49eb4d52f3af5a545c4ba31627b63714f39261cd 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 4065cf0d 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 3e744b9dc39389baf0c5a0660589b8402f3dbb49b89b3e75f2c9355852a3c677 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 5edc1c6a4390075a3ca27f4d4161c46b374b1c3b2d63f846db6fff0c513203c3ac3b14a24a6f09d8bf21407a4842113b5d9aa359d266299c3d6cf9e92db66dbe 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 7e7a85e46119db2fff2c49633ffa52316e84c1e91b3b9679f730104dd03a6964 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: be168a8b4d34d73a 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: a6dc9c19efe4abbcbe168a8b4d34d73a 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: c015c790ab721ffb397497540bb83e0cb0119f0f6ab45945b0baf90f37dfca75 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: e819ad4e34f0beb958f2cb0e82a60030eadda4bb 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 6262620000000000000000000000000000000000 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 6210831800000000000000000300000000000000 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: 47bce5c74f589f4867dbd57e9ca9f808 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: 7e240de74fb1ed08fa08d38063f6a6a91462a815 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: d6ba3e6ab8745031057704342d48a38e80e6285e036eaa8dac3ce01f2419aa1ad0173a8e4e224b170830542ff09747ce37d1c9f39556a588ae159f5cd4517219 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: f007732d 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: 9834876dcfb05cb167a5c24953eba58c4ac89b1adf57f28f2f9d09af107ee8f0 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: d6f644b19812e97b5d871658d6d3400ecd4787faeb9b8990c1e7608288664be77257104a58d033bcf1a0e0945ff06468ebe53e2dff36e248424c7273117dac09 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: 30c0f9c6a167fc2a91285c85be7ea341569b3b39fcc5f77fd34534cade971d20 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: e4ba3228795dc9ef 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: 1ba4b00492c7202ee4ba3228795dc9ef 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: 2da088f23b65eac349084e13bec32e82804801b5c4c3b6baedb8811ea517334d 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: e27e33819cdbe4eeac0357802991adb46b30d4e9 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: 6161610000000000000000000000000000000000 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: object hash cached: 6108431800000000000000000300000000000000 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A3/B3/C4' 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: empty listing 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A3/B3/C4: list: cached dir: 'rclone-test-tenazam1ziha/A3/B3/C4', cache ts: 2026-07-14 01:40:56.95500084 +0000 UTC m=+21.966938428 2026/07/14 01:40:56 DEBUG : removing 1 level 3 directories 2026/07/14 01:40:56 INFO : A3/B3/C4: Removing directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A3/B3/C4' 2026/07/14 01:40:56 DEBUG : A3/B3/C4: rmdir: removed dir in source fs 2026/07/14 01:40:56 DEBUG : A3/B3/C4: rmdir: removed from cache 2026/07/14 01:40:56 DEBUG : A3/B3: cache: expired rclone-test-tenazam1ziha/A3/B3 2026/07/14 01:40:56 DEBUG : A3/B3: cache: expired rclone-test-tenazam1ziha/A3 2026/07/14 01:40:56 DEBUG : A3/B3: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:56 DEBUG : A3/B3: cache: expired 2026/07/14 01:40:56 INFO : A3/B3: rmdir: cache expired 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:56 DEBUG : list: cold listing: 2026-07-13 19:40:56.957067112 +0000 UTC 2026/07/14 01:40:56 DEBUG : list: read 3 from source 2026/07/14 01:40:56 DEBUG : list: source entries: [A1 A2 A3] 2026/07/14 01:40:56 DEBUG : list: cached directories: 2 2026/07/14 01:40:56 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:56.958981257 +0000 UTC m=+21.970918845 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A3' 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1' 2026/07/14 01:40:56 DEBUG : A3: list: cold listing: 2026-07-13 19:40:56.957067112 +0000 UTC 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A2' 2026/07/14 01:40:56 DEBUG : A3: list: read 1 from source 2026/07/14 01:40:56 DEBUG : A3: list: source entries: [A3/B3] 2026/07/14 01:40:56 DEBUG : A2: list: empty listing 2026/07/14 01:40:56 DEBUG : A1: list: warm 3 from cache for: rclone-test-tenazam1ziha/A1, expiring on: 2026-07-14 07:40:56.958168226 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1: list: cached entries: [A1/B1 A1/B2 A1/two] 2026/07/14 01:40:56 DEBUG : A3: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B2' 2026/07/14 01:40:56 DEBUG : A2: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A2: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A2: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A1/B2: list: warm 1 from cache for: rclone-test-tenazam1ziha/A1/B2, expiring on: 2026-07-14 07:40:56.92400581 +0000 UTC 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B1' 2026/07/14 01:40:56 DEBUG : A1/B2: list: cached entries: [A1/B2/C2] 2026/07/14 01:40:56 DEBUG : A1/B1: list: warm 2 from cache for: rclone-test-tenazam1ziha/A1/B1, expiring on: 2026-07-14 07:40:56.925898315 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1/B1: list: cached entries: [A1/B1/C1 A1/B1/C3] 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B2/C2' 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B1/C3' 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: empty listing 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: empty listing 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: source entries: [] 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B1/C1' 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A1/B1/C1: list: warm 1 from cache for: rclone-test-tenazam1ziha/A1/B1/C1, expiring on: 2026-07-14 07:40:56.921740563 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1/B1/C1: list: cached entries: [A1/B1/C1/one] 2026/07/14 01:40:56 DEBUG : A3: list: cached dir: 'rclone-test-tenazam1ziha/A3', cache ts: 2026-07-14 01:40:56.959825598 +0000 UTC m=+21.971763186 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A3/B3' 2026/07/14 01:40:56 DEBUG : A3/B3: list: cold listing: 2026-07-13 19:40:56.957067112 +0000 UTC 2026/07/14 01:40:56 DEBUG : A3/B3: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A3/B3: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A3/B3: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A2: list: cached dir: 'rclone-test-tenazam1ziha/A2', cache ts: 2026-07-14 01:40:56.959850895 +0000 UTC m=+21.971788473 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: cached dir: 'rclone-test-tenazam1ziha/A1/B2/C2', cache ts: 2026-07-14 01:40:56.959939422 +0000 UTC m=+21.971877010 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: cached dir: 'rclone-test-tenazam1ziha/A1/B1/C3', cache ts: 2026-07-14 01:40:56.959947969 +0000 UTC m=+21.971885557 2026/07/14 01:40:56 DEBUG : A3/B3: list: cached dir: 'rclone-test-tenazam1ziha/A3/B3', cache ts: 2026-07-14 01:40:56.960599405 +0000 UTC m=+21.972536983 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:56 DEBUG : list: warm 3 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:56.958981257 +0000 UTC 2026/07/14 01:40:56 DEBUG : list: cached entries: [A1 A2 A3] 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A3' 2026/07/14 01:40:56 DEBUG : A3: list: warm 1 from cache for: rclone-test-tenazam1ziha/A3, expiring on: 2026-07-14 07:40:56.959825598 +0000 UTC 2026/07/14 01:40:56 DEBUG : A3: list: cached entries: [A3/B3] 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1' 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A3/B3' 2026/07/14 01:40:56 DEBUG : A3/B3: list: empty listing 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A2' 2026/07/14 01:40:56 DEBUG : A1: list: warm 3 from cache for: rclone-test-tenazam1ziha/A1, expiring on: 2026-07-14 07:40:56.958168226 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1: list: cached entries: [A1/B1 A1/B2 A1/two] 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B2' 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B1' 2026/07/14 01:40:56 DEBUG : A1/B2: list: warm 1 from cache for: rclone-test-tenazam1ziha/A1/B2, expiring on: 2026-07-14 07:40:56.92400581 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1/B2: list: cached entries: [A1/B2/C2] 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B2/C2' 2026/07/14 01:40:56 DEBUG : A1/B1: list: warm 2 from cache for: rclone-test-tenazam1ziha/A1/B1, expiring on: 2026-07-14 07:40:56.925898315 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1/B1: list: cached entries: [A1/B1/C1 A1/B1/C3] 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: empty listing 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B1/C3' 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: empty listing 2026/07/14 01:40:56 DEBUG : A2: list: empty listing 2026/07/14 01:40:56 DEBUG : A2: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A2: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A2: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B1/C1' 2026/07/14 01:40:56 DEBUG : A1/B1/C1: list: warm 1 from cache for: rclone-test-tenazam1ziha/A1/B1/C1, expiring on: 2026-07-14 07:40:56.921740563 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1/B1/C1: list: cached entries: [A1/B1/C1/one] 2026/07/14 01:40:56 DEBUG : A3/B3: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A3/B3: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A3/B3: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A2: list: cached dir: 'rclone-test-tenazam1ziha/A2', cache ts: 2026-07-14 01:40:56.963835991 +0000 UTC m=+21.975773579 2026/07/14 01:40:56 DEBUG : A1/B1/C3: list: cached dir: 'rclone-test-tenazam1ziha/A1/B1/C3', cache ts: 2026-07-14 01:40:56.963849147 +0000 UTC m=+21.975786725 2026/07/14 01:40:56 DEBUG : A1/B2/C2: list: cached dir: 'rclone-test-tenazam1ziha/A1/B2/C2', cache ts: 2026-07-14 01:40:56.963862251 +0000 UTC m=+21.975799829 2026/07/14 01:40:56 DEBUG : A3/B3: list: cached dir: 'rclone-test-tenazam1ziha/A3/B3', cache ts: 2026-07-14 01:40:56.963943483 +0000 UTC m=+21.975881062 2026/07/14 01:40:56 DEBUG : removing 2 level 3 directories 2026/07/14 01:40:56 INFO : A1/B2/C2: Removing directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A1/B2/C2' 2026/07/14 01:40:56 DEBUG : A1/B2/C2: rmdir: removed dir in source fs 2026/07/14 01:40:56 INFO : A1/B1/C3: Removing directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A1/B1/C3' 2026/07/14 01:40:56 DEBUG : A1/B1/C3: rmdir: removed dir in source fs 2026/07/14 01:40:56 DEBUG : A1/B2/C2: rmdir: removed from cache 2026/07/14 01:40:56 DEBUG : A1/B2: cache: expired rclone-test-tenazam1ziha/A1/B2 2026/07/14 01:40:56 DEBUG : A1/B2: cache: expired rclone-test-tenazam1ziha/A1 2026/07/14 01:40:56 DEBUG : A1/B2: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:56 DEBUG : A1/B2: cache: expired 2026/07/14 01:40:56 INFO : A1/B2: rmdir: cache expired 2026/07/14 01:40:56 DEBUG : A1/B1/C3: rmdir: removed from cache 2026/07/14 01:40:56 DEBUG : A1/B1: cache: expired rclone-test-tenazam1ziha/A1/B1 2026/07/14 01:40:56 DEBUG : A1/B1: cache: expired rclone-test-tenazam1ziha/A1 2026/07/14 01:40:56 DEBUG : A1/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:56 DEBUG : A1/B1: cache: expired 2026/07/14 01:40:56 INFO : A1/B1: rmdir: cache expired 2026/07/14 01:40:56 DEBUG : removing 2 level 2 directories 2026/07/14 01:40:56 INFO : A3/B3: Removing directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A3/B3' 2026/07/14 01:40:56 INFO : A1/B2: Removing directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A1/B2' 2026/07/14 01:40:56 DEBUG : A3/B3: rmdir: removed dir in source fs 2026/07/14 01:40:56 DEBUG : A1/B2: rmdir: removed dir in source fs 2026/07/14 01:40:56 DEBUG : A3/B3: rmdir: removed from cache 2026/07/14 01:40:56 DEBUG : A3: cache: expired rclone-test-tenazam1ziha/A3 2026/07/14 01:40:56 DEBUG : A3: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:56 DEBUG : A3: cache: expired 2026/07/14 01:40:56 INFO : A3: rmdir: cache expired 2026/07/14 01:40:56 DEBUG : A1/B2: rmdir: removed from cache 2026/07/14 01:40:56 DEBUG : A1: cache: expired rclone-test-tenazam1ziha/A1 2026/07/14 01:40:56 DEBUG : A1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:56 DEBUG : A1: cache: expired 2026/07/14 01:40:56 INFO : A1: rmdir: cache expired 2026/07/14 01:40:56 DEBUG : removing 2 level 1 directories 2026/07/14 01:40:56 INFO : A3: Removing directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A3' 2026/07/14 01:40:56 INFO : A2: Removing directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A2' 2026/07/14 01:40:56 DEBUG : A3: rmdir: removed dir in source fs 2026/07/14 01:40:56 DEBUG : A2: rmdir: removed dir in source fs 2026/07/14 01:40:56 DEBUG : A3: rmdir: removed from cache 2026/07/14 01:40:56 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:56 DEBUG : cache: expired 2026/07/14 01:40:56 INFO : rmdir: cache expired 2026/07/14 01:40:56 DEBUG : A2: rmdir: removed from cache 2026/07/14 01:40:56 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:56 DEBUG : cache: expired 2026/07/14 01:40:56 INFO : rmdir: cache expired 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:56 DEBUG : list: cold listing: 2026-07-13 19:40:56.974953422 +0000 UTC 2026/07/14 01:40:56 DEBUG : list: read 1 from source 2026/07/14 01:40:56 DEBUG : list: source entries: [A1] 2026/07/14 01:40:56 DEBUG : list: cached directories: 0 2026/07/14 01:40:56 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:56.975859328 +0000 UTC m=+21.987796906 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1' 2026/07/14 01:40:56 DEBUG : A1: list: cold listing: 2026-07-13 19:40:56.971926681 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1: list: read 2 from source 2026/07/14 01:40:56 DEBUG : A1: list: source entries: [A1/B1 A1/two] 2026/07/14 01:40:56 DEBUG : A1: list: cached object: A1/two 2026/07/14 01:40:56 DEBUG : A1: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A1: list: cached dir: 'rclone-test-tenazam1ziha/A1', cache ts: 2026-07-14 01:40:56.977496422 +0000 UTC m=+21.989433999 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B1' 2026/07/14 01:40:56 DEBUG : A1/B1: list: cold listing: 2026-07-13 19:40:56.969158006 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1/B1: list: read 1 from source 2026/07/14 01:40:56 DEBUG : A1/B1: list: source entries: [A1/B1/C1] 2026/07/14 01:40:56 DEBUG : A1/B1: list: cached directories: 1 2026/07/14 01:40:56 DEBUG : A1/B1: list: cached dir: 'rclone-test-tenazam1ziha/A1/B1', cache ts: 2026-07-14 01:40:56.979064996 +0000 UTC m=+21.991002574 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B1/C1' 2026/07/14 01:40:56 DEBUG : A1/B1/C1: list: warm 1 from cache for: rclone-test-tenazam1ziha/A1/B1/C1, expiring on: 2026-07-14 07:40:56.978304384 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1/B1/C1: list: cached entries: [A1/B1/C1/one] 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 08f8e0260c64418510cefb2b06eee5cd 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 5cb138284d431abd6a053a56625ec088bfb88912 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 5335dab9f68c554b7eae0196df8aa6884d33d7fc11e9724298932a40a3cbf00debea495357685478c85bdaea49eb4d52f3af5a545c4ba31627b63714f39261cd 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 4065cf0d 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 3e744b9dc39389baf0c5a0660589b8402f3dbb49b89b3e75f2c9355852a3c677 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 5edc1c6a4390075a3ca27f4d4161c46b374b1c3b2d63f846db6fff0c513203c3ac3b14a24a6f09d8bf21407a4842113b5d9aa359d266299c3d6cf9e92db66dbe 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 7e7a85e46119db2fff2c49633ffa52316e84c1e91b3b9679f730104dd03a6964 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: be168a8b4d34d73a 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: a6dc9c19efe4abbcbe168a8b4d34d73a 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: c015c790ab721ffb397497540bb83e0cb0119f0f6ab45945b0baf90f37dfca75 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: e819ad4e34f0beb958f2cb0e82a60030eadda4bb 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 6262620000000000000000000000000000000000 2026/07/14 01:40:56 DEBUG : A1/two: object hash cached: 6210831800000000000000000300000000000000 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'A1/B1/C1/one' 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: find: warm object: A1/B1/C1/one, expiring on: 2026-07-14 07:40:56.943468328 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1/B1/C1/one: removing object 2026/07/14 01:40:56 DEBUG : A1/B1/C1: cache: expired rclone-test-tenazam1ziha/A1/B1/C1 2026/07/14 01:40:56 DEBUG : A1/B1/C1: cache: expired rclone-test-tenazam1ziha/A1/B1 2026/07/14 01:40:56 DEBUG : A1/B1/C1: cache: expired rclone-test-tenazam1ziha/A1 2026/07/14 01:40:56 DEBUG : A1/B1/C1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:56 DEBUG : A1/B1/C1: cache: expired 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'A1/two' 2026/07/14 01:40:56 DEBUG : A1/two: find: warm object: A1/two, expiring on: 2026-07-14 07:40:56.97674185 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1/two: removing object 2026/07/14 01:40:56 DEBUG : A1: cache: expired rclone-test-tenazam1ziha/A1 2026/07/14 01:40:56 DEBUG : A1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:56 DEBUG : A1: cache: expired 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:56 DEBUG : list: cold listing: 2026-07-13 19:40:56.994307476 +0000 UTC 2026/07/14 01:40:56 DEBUG : list: read 1 from source 2026/07/14 01:40:56 DEBUG : list: source entries: [A1] 2026/07/14 01:40:56 DEBUG : list: cached directories: 0 2026/07/14 01:40:56 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:56.995207872 +0000 UTC m=+22.007145450 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1' 2026/07/14 01:40:56 DEBUG : A1: list: cold listing: 2026-07-13 19:40:56.994307476 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1: list: read 1 from source 2026/07/14 01:40:56 DEBUG : A1: list: source entries: [A1/B1] 2026/07/14 01:40:56 DEBUG : A1: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A1: list: cached dir: 'rclone-test-tenazam1ziha/A1', cache ts: 2026-07-14 01:40:56.995991918 +0000 UTC m=+22.007929506 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B1' 2026/07/14 01:40:56 DEBUG : A1/B1: list: cold listing: 2026-07-13 19:40:56.991498235 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1/B1: list: read 1 from source 2026/07/14 01:40:56 DEBUG : A1/B1: list: source entries: [A1/B1/C1] 2026/07/14 01:40:56 DEBUG : A1/B1: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A1/B1: list: cached dir: 'rclone-test-tenazam1ziha/A1/B1', cache ts: 2026-07-14 01:40:56.996743164 +0000 UTC m=+22.008680752 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B1/C1' 2026/07/14 01:40:56 DEBUG : A1/B1/C1: list: cold listing: 2026-07-13 19:40:56.991498235 +0000 UTC 2026/07/14 01:40:56 DEBUG : A1/B1/C1: list: read 0 from source 2026/07/14 01:40:56 DEBUG : A1/B1/C1: list: source entries: [] 2026/07/14 01:40:56 DEBUG : A1/B1/C1: list: cached directories: 0 2026/07/14 01:40:56 DEBUG : A1/B1/C1: list: cached dir: 'rclone-test-tenazam1ziha/A1/B1/C1', cache ts: 2026-07-14 01:40:56.99749486 +0000 UTC m=+22.009432448 2026/07/14 01:40:56 DEBUG : removing 1 level 3 directories 2026/07/14 01:40:56 INFO : A1/B1/C1: Removing directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A1/B1/C1' 2026/07/14 01:40:56 DEBUG : A1/B1/C1: rmdir: removed dir in source fs 2026/07/14 01:40:56 DEBUG : A1/B1/C1: rmdir: removed from cache 2026/07/14 01:40:56 DEBUG : A1/B1: cache: expired rclone-test-tenazam1ziha/A1/B1 2026/07/14 01:40:56 DEBUG : A1/B1: cache: expired rclone-test-tenazam1ziha/A1 2026/07/14 01:40:56 DEBUG : A1/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:56 DEBUG : A1/B1: cache: expired 2026/07/14 01:40:56 INFO : A1/B1: rmdir: cache expired 2026/07/14 01:40:56 DEBUG : removing 1 level 2 directories 2026/07/14 01:40:56 INFO : A1/B1: Removing directory 2026/07/14 01:40:56 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A1/B1' 2026/07/14 01:40:56 DEBUG : A1/B1: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A1/B1: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : A1: cache: expired rclone-test-tenazam1ziha/A1 2026/07/14 01:40:57 DEBUG : A1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A1: cache: expired 2026/07/14 01:40:57 INFO : A1: rmdir: cache expired 2026/07/14 01:40:57 DEBUG : removing 1 level 1 directories 2026/07/14 01:40:57 INFO : A1: Removing directory 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A1' 2026/07/14 01:40:57 DEBUG : A1: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A1: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : rmdir: cache expired 2026/07/14 01:40:57 DEBUG : removing 1 level 0 directories 2026/07/14 01:40:57 INFO : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: Removing directory 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir '' 2026/07/14 01:40:57 DEBUG : rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: error: couldn't open bucket (rclone-test-tenazam1ziha) 2026/07/14 01:40:57 ERROR : error listing: directory not found 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: error: couldn't open bucket (rclone-test-tenazam1ziha) 2026/07/14 01:40:57 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (0.10s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir '' 2026/07/14 01:40:57 DEBUG : mkdir: created dir in source fs 2026/07/14 01:40:57 DEBUG : mkdir: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : mkdir: cache expired 2026/07/14 01:40:57 INFO : A1: Making directory 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A1' 2026/07/14 01:40:57 DEBUG : A1: mkdir: created dir in source fs 2026/07/14 01:40:57 DEBUG : A1: mkdir: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : mkdir: cache expired 2026/07/14 01:40:57 INFO : A1/B1: Making directory 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A1/B1' 2026/07/14 01:40:57 DEBUG : A1/B1: mkdir: created dir in source fs 2026/07/14 01:40:57 DEBUG : A1/B1: mkdir: added to cache 2026/07/14 01:40:57 DEBUG : A1: cache: expired rclone-test-tenazam1ziha/A1 2026/07/14 01:40:57 DEBUG : A1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A1: cache: expired 2026/07/14 01:40:57 INFO : A1: mkdir: cache expired 2026/07/14 01:40:57 INFO : A1/B1/C1: Making directory 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A1/B1/C1' 2026/07/14 01:40:57 DEBUG : A1/B1/C1: mkdir: created dir in source fs 2026/07/14 01:40:57 DEBUG : A1/B1/C1: mkdir: added to cache 2026/07/14 01:40:57 DEBUG : A1/B1: cache: expired rclone-test-tenazam1ziha/A1/B1 2026/07/14 01:40:57 DEBUG : A1/B1: cache: expired rclone-test-tenazam1ziha/A1 2026/07/14 01:40:57 DEBUG : A1/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A1/B1: cache: expired 2026/07/14 01:40:57 INFO : A1/B1: mkdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.013194731 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 1 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [A1] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.01461175 +0000 UTC m=+22.026549348 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1' 2026/07/14 01:40:57 DEBUG : A1: list: cold listing: 2026-07-13 19:40:57.013194731 +0000 UTC 2026/07/14 01:40:57 DEBUG : A1: list: read 1 from source 2026/07/14 01:40:57 DEBUG : A1: list: source entries: [A1/B1] 2026/07/14 01:40:57 DEBUG : A1: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A1: list: cached dir: 'rclone-test-tenazam1ziha/A1', cache ts: 2026-07-14 01:40:57.015614779 +0000 UTC m=+22.027552367 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B1' 2026/07/14 01:40:57 DEBUG : A1/B1: list: cold listing: 2026-07-13 19:40:57.013194731 +0000 UTC 2026/07/14 01:40:57 DEBUG : A1/B1: list: read 1 from source 2026/07/14 01:40:57 DEBUG : A1/B1: list: source entries: [A1/B1/C1] 2026/07/14 01:40:57 DEBUG : A1/B1: list: cached directories: 1 2026/07/14 01:40:57 DEBUG : A1/B1: list: cached dir: 'rclone-test-tenazam1ziha/A1/B1', cache ts: 2026-07-14 01:40:57.017579811 +0000 UTC m=+22.029517389 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B1/C1' 2026/07/14 01:40:57 DEBUG : A1/B1/C1: list: empty listing 2026/07/14 01:40:57 DEBUG : A1/B1/C1: list: read 0 from source 2026/07/14 01:40:57 DEBUG : A1/B1/C1: list: source entries: [] 2026/07/14 01:40:57 DEBUG : A1/B1/C1: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A1/B1/C1: list: cached dir: 'rclone-test-tenazam1ziha/A1/B1/C1', cache ts: 2026-07-14 01:40:57.018568643 +0000 UTC m=+22.030506221 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1' 2026/07/14 01:40:57 DEBUG : A1: list: warm 1 from cache for: rclone-test-tenazam1ziha/A1, expiring on: 2026-07-14 07:40:57.015614779 +0000 UTC 2026/07/14 01:40:57 DEBUG : A1: list: cached entries: [A1/B1] 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B1' 2026/07/14 01:40:57 DEBUG : A1/B1: list: warm 1 from cache for: rclone-test-tenazam1ziha/A1/B1, expiring on: 2026-07-14 07:40:57.017579811 +0000 UTC 2026/07/14 01:40:57 DEBUG : A1/B1: list: cached entries: [A1/B1/C1] 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B1/C1' 2026/07/14 01:40:57 DEBUG : A1/B1/C1: list: empty listing 2026/07/14 01:40:57 DEBUG : A1/B1/C1: list: read 0 from source 2026/07/14 01:40:57 DEBUG : A1/B1/C1: list: source entries: [] 2026/07/14 01:40:57 DEBUG : A1/B1/C1: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A1/B1/C1: list: cached dir: 'rclone-test-tenazam1ziha/A1/B1/C1', cache ts: 2026-07-14 01:40:57.019671821 +0000 UTC m=+22.031609399 2026/07/14 01:40:57 DEBUG : removing 1 level 3 directories 2026/07/14 01:40:57 INFO : A1/B1/C1: Removing directory 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A1/B1/C1' 2026/07/14 01:40:57 DEBUG : A1/B1/C1: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A1/B1/C1: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : A1/B1: cache: expired rclone-test-tenazam1ziha/A1/B1 2026/07/14 01:40:57 DEBUG : A1/B1: cache: expired rclone-test-tenazam1ziha/A1 2026/07/14 01:40:57 DEBUG : A1/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A1/B1: cache: expired 2026/07/14 01:40:57 INFO : A1/B1: rmdir: cache expired 2026/07/14 01:40:57 DEBUG : removing 1 level 2 directories 2026/07/14 01:40:57 INFO : A1/B1: Removing directory 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A1/B1' 2026/07/14 01:40:57 DEBUG : A1/B1: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A1/B1: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : A1: cache: expired rclone-test-tenazam1ziha/A1 2026/07/14 01:40:57 DEBUG : A1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A1: cache: expired 2026/07/14 01:40:57 INFO : A1: rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.023150994 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 1 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [A1] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.024227783 +0000 UTC m=+22.036165371 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1' 2026/07/14 01:40:57 DEBUG : A1: list: cold listing: 2026-07-13 19:40:57.023150994 +0000 UTC 2026/07/14 01:40:57 DEBUG : A1: list: read 0 from source 2026/07/14 01:40:57 DEBUG : A1: list: source entries: [] 2026/07/14 01:40:57 DEBUG : A1: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A1: list: cached dir: 'rclone-test-tenazam1ziha/A1', cache ts: 2026-07-14 01:40:57.025290484 +0000 UTC m=+22.037228072 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:57.024227783 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: cached entries: [A1] 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1' 2026/07/14 01:40:57 DEBUG : A1: list: empty listing 2026/07/14 01:40:57 DEBUG : A1: list: read 0 from source 2026/07/14 01:40:57 DEBUG : A1: list: source entries: [] 2026/07/14 01:40:57 DEBUG : A1: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A1: list: cached dir: 'rclone-test-tenazam1ziha/A1', cache ts: 2026-07-14 01:40:57.026290667 +0000 UTC m=+22.038228256 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A1' 2026/07/14 01:40:57 DEBUG : A1: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A1: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.028148076 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.028991385 +0000 UTC m=+22.040928973 --- PASS: TestRmdirsLeaveRoot (0.02s) === RUN TestRmdirsWithFilter run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir '' 2026/07/14 01:40:57 DEBUG : mkdir: created dir in source fs 2026/07/14 01:40:57 DEBUG : mkdir: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : mkdir: cache expired 2026/07/14 01:40:57 INFO : A1: Making directory 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A1' 2026/07/14 01:40:57 DEBUG : A1: mkdir: created dir in source fs 2026/07/14 01:40:57 DEBUG : A1: mkdir: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : mkdir: cache expired 2026/07/14 01:40:57 INFO : A1/B1: Making directory 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A1/B1' 2026/07/14 01:40:57 DEBUG : A1/B1: mkdir: created dir in source fs 2026/07/14 01:40:57 DEBUG : A1/B1: mkdir: added to cache 2026/07/14 01:40:57 DEBUG : A1: cache: expired rclone-test-tenazam1ziha/A1 2026/07/14 01:40:57 DEBUG : A1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A1: cache: expired 2026/07/14 01:40:57 INFO : A1: mkdir: cache expired 2026/07/14 01:40:57 INFO : A1/B1/C1: Making directory 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A1/B1/C1' 2026/07/14 01:40:57 DEBUG : A1/B1/C1: mkdir: created dir in source fs 2026/07/14 01:40:57 DEBUG : A1/B1/C1: mkdir: added to cache 2026/07/14 01:40:57 DEBUG : A1/B1: cache: expired rclone-test-tenazam1ziha/A1/B1 2026/07/14 01:40:57 DEBUG : A1/B1: cache: expired rclone-test-tenazam1ziha/A1 2026/07/14 01:40:57 DEBUG : A1/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A1/B1: cache: expired 2026/07/14 01:40:57 INFO : A1/B1: mkdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.035696504 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 1 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [A1] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.036655701 +0000 UTC m=+22.048593289 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1' 2026/07/14 01:40:57 DEBUG : A1: list: cold listing: 2026-07-13 19:40:57.035696504 +0000 UTC 2026/07/14 01:40:57 DEBUG : A1: list: read 1 from source 2026/07/14 01:40:57 DEBUG : A1: list: source entries: [A1/B1] 2026/07/14 01:40:57 DEBUG : A1: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A1: list: cached dir: 'rclone-test-tenazam1ziha/A1', cache ts: 2026-07-14 01:40:57.03756307 +0000 UTC m=+22.049500658 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B1' 2026/07/14 01:40:57 DEBUG : A1/B1: list: cold listing: 2026-07-13 19:40:57.035696504 +0000 UTC 2026/07/14 01:40:57 DEBUG : A1/B1: list: read 1 from source 2026/07/14 01:40:57 DEBUG : A1/B1: list: source entries: [A1/B1/C1] 2026/07/14 01:40:57 DEBUG : A1/B1: list: cached directories: 1 2026/07/14 01:40:57 DEBUG : A1/B1: list: cached dir: 'rclone-test-tenazam1ziha/A1/B1', cache ts: 2026-07-14 01:40:57.039142435 +0000 UTC m=+22.051080023 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B1/C1' 2026/07/14 01:40:57 DEBUG : A1/B1/C1: list: empty listing 2026/07/14 01:40:57 DEBUG : A1/B1/C1: list: read 0 from source 2026/07/14 01:40:57 DEBUG : A1/B1/C1: list: source entries: [] 2026/07/14 01:40:57 DEBUG : A1/B1/C1: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A1/B1/C1: list: cached dir: 'rclone-test-tenazam1ziha/A1/B1/C1', cache ts: 2026-07-14 01:40:57.039959874 +0000 UTC m=+22.051897463 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:57.036655701 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: cached entries: [A1] 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1' 2026/07/14 01:40:57 DEBUG : A1: list: warm 1 from cache for: rclone-test-tenazam1ziha/A1, expiring on: 2026-07-14 07:40:57.03756307 +0000 UTC 2026/07/14 01:40:57 DEBUG : A1: list: cached entries: [A1/B1] 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B1' 2026/07/14 01:40:57 DEBUG : A1/B1: list: warm 1 from cache for: rclone-test-tenazam1ziha/A1/B1, expiring on: 2026-07-14 07:40:57.039142435 +0000 UTC 2026/07/14 01:40:57 DEBUG : A1/B1: list: cached entries: [A1/B1/C1] 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B1/C1' 2026/07/14 01:40:57 DEBUG : A1/B1/C1: list: empty listing 2026/07/14 01:40:57 DEBUG : A1/B1/C1: list: read 0 from source 2026/07/14 01:40:57 DEBUG : A1/B1/C1: list: source entries: [] 2026/07/14 01:40:57 DEBUG : A1/B1/C1: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A1/B1/C1: list: cached dir: 'rclone-test-tenazam1ziha/A1/B1/C1', cache ts: 2026-07-14 01:40:57.04097641 +0000 UTC m=+22.052913998 2026/07/14 01:40:57 DEBUG : removing 1 level 3 directories 2026/07/14 01:40:57 INFO : A1/B1/C1: Removing directory 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A1/B1/C1' 2026/07/14 01:40:57 DEBUG : A1/B1/C1: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A1/B1/C1: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : A1/B1: cache: expired rclone-test-tenazam1ziha/A1/B1 2026/07/14 01:40:57 DEBUG : A1/B1: cache: expired rclone-test-tenazam1ziha/A1 2026/07/14 01:40:57 DEBUG : A1/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A1/B1: cache: expired 2026/07/14 01:40:57 INFO : A1/B1: rmdir: cache expired 2026/07/14 01:40:57 DEBUG : removing 1 level 2 directories 2026/07/14 01:40:57 INFO : A1/B1: Removing directory 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A1/B1' 2026/07/14 01:40:57 DEBUG : A1/B1: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A1/B1: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : A1: cache: expired rclone-test-tenazam1ziha/A1 2026/07/14 01:40:57 DEBUG : A1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A1: cache: expired 2026/07/14 01:40:57 INFO : A1: rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.044272959 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 1 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [A1] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.045331272 +0000 UTC m=+22.057268850 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1' 2026/07/14 01:40:57 DEBUG : A1: list: cold listing: 2026-07-13 19:40:57.044272959 +0000 UTC 2026/07/14 01:40:57 DEBUG : A1: list: read 0 from source 2026/07/14 01:40:57 DEBUG : A1: list: source entries: [] 2026/07/14 01:40:57 DEBUG : A1: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A1: list: cached dir: 'rclone-test-tenazam1ziha/A1', cache ts: 2026-07-14 01:40:57.046256455 +0000 UTC m=+22.058194032 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:57.045331272 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: cached entries: [A1] 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1' 2026/07/14 01:40:57 DEBUG : A1: list: empty listing 2026/07/14 01:40:57 DEBUG : A1: list: read 0 from source 2026/07/14 01:40:57 DEBUG : A1: list: source entries: [] 2026/07/14 01:40:57 DEBUG : A1: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A1: list: cached dir: 'rclone-test-tenazam1ziha/A1', cache ts: 2026-07-14 01:40:57.047278339 +0000 UTC m=+22.059215917 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A1' 2026/07/14 01:40:57 DEBUG : A1: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A1: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.048897469 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.049776033 +0000 UTC m=+22.061713611 --- PASS: TestRmdirsWithFilter (0.02s) === RUN TestCopyURL run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: empty listing 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.051070422 +0000 UTC m=+22.063008000 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'file1' 2026/07/14 01:40:57 DEBUG : file1: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : file1: put: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : put: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.054417386 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 1 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [file1] 2026/07/14 01:40:57 DEBUG : list: cached object: file1 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.055994036 +0000 UTC m=+22.067931614 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 081404b3d2ae5bf599add15b7445ac07 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 3c3771c1f3304bdb052b101cc97a23df1ab9531f 2026/07/14 01:40:57 DEBUG : file1: object hash cached: de0bb5e9837b6d51bd860dfe62fa90be2f9ea5552b21203c8a93b3aaf79046131151b7d0857a326e528bf2aa9eb4758eeb97316db5cfac1a37f6c7a4afd638d3 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 754f797e 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 3bf6b30277bde416a4de3058ad97f1d794f00cdc834ad15cb62e8018a45c1f91 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 8f4e7ccd073866160698f8506542a4ebcbf93ed30434ede402c1303bf9d87676aa4007c6ed9df6c3faf067575715ea1649cb18b64cfb0b89cdd11ee2052e5f4d 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 790a94c66495cb6c40f8435ac829f96144ea0f32458db0d14baddc59cf7dd090 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 56fa664b6c3bfa65 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 6629efc487c4a3ffaed97eec938d7d39 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 73b9ac7403ca1eeaf494b2c34aad2b45eb807620b469b699f486038455b3ff68 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 8dc64e29006f4c65d135988b17e4535a8c331b84 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 66696c6520636f6e74656e74730a000000000000 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 6648031bca008231bcc10d7426831be830070500 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'file1' 2026/07/14 01:40:57 DEBUG : file1: find: warm object: file1, expiring on: 2026-07-14 07:40:57.055283487 +0000 UTC 2026/07/14 01:40:57 DEBUG : filename.txt: File name found in url 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'filename.txt' 2026/07/14 01:40:57 DEBUG : filename.txt: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : filename.txt: put: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : put: cache expired 2026/07/14 01:40:57 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'headerfilename.txt' 2026/07/14 01:40:57 DEBUG : headerfilename.txt: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : headerfilename.txt: put: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : put: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'file2' 2026/07/14 01:40:57 DEBUG : file2: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : file2: put: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : put: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.084532889 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 4 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [headerfilename.txt filename.txt file2 file1] 2026/07/14 01:40:57 DEBUG : list: cached object: file1 2026/07/14 01:40:57 DEBUG : list: cached object: file2 2026/07/14 01:40:57 DEBUG : list: cached object: filename.txt 2026/07/14 01:40:57 DEBUG : list: cached object: headerfilename.txt 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.088995044 +0000 UTC m=+22.100932633 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 081404b3d2ae5bf599add15b7445ac07 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 3c3771c1f3304bdb052b101cc97a23df1ab9531f 2026/07/14 01:40:57 DEBUG : file1: object hash cached: de0bb5e9837b6d51bd860dfe62fa90be2f9ea5552b21203c8a93b3aaf79046131151b7d0857a326e528bf2aa9eb4758eeb97316db5cfac1a37f6c7a4afd638d3 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 754f797e 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 3bf6b30277bde416a4de3058ad97f1d794f00cdc834ad15cb62e8018a45c1f91 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 8f4e7ccd073866160698f8506542a4ebcbf93ed30434ede402c1303bf9d87676aa4007c6ed9df6c3faf067575715ea1649cb18b64cfb0b89cdd11ee2052e5f4d 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 790a94c66495cb6c40f8435ac829f96144ea0f32458db0d14baddc59cf7dd090 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 56fa664b6c3bfa65 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 6629efc487c4a3ffaed97eec938d7d39 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 73b9ac7403ca1eeaf494b2c34aad2b45eb807620b469b699f486038455b3ff68 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 8dc64e29006f4c65d135988b17e4535a8c331b84 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 66696c6520636f6e74656e74730a000000000000 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 6648031bca008231bcc10d7426831be830070500 2026/07/14 01:40:57 DEBUG : file2: object hash cached: 081404b3d2ae5bf599add15b7445ac07 2026/07/14 01:40:57 DEBUG : file2: object hash cached: 3c3771c1f3304bdb052b101cc97a23df1ab9531f 2026/07/14 01:40:57 DEBUG : file2: object hash cached: de0bb5e9837b6d51bd860dfe62fa90be2f9ea5552b21203c8a93b3aaf79046131151b7d0857a326e528bf2aa9eb4758eeb97316db5cfac1a37f6c7a4afd638d3 2026/07/14 01:40:57 DEBUG : file2: object hash cached: 754f797e 2026/07/14 01:40:57 DEBUG : file2: object hash cached: 3bf6b30277bde416a4de3058ad97f1d794f00cdc834ad15cb62e8018a45c1f91 2026/07/14 01:40:57 DEBUG : file2: object hash cached: 8f4e7ccd073866160698f8506542a4ebcbf93ed30434ede402c1303bf9d87676aa4007c6ed9df6c3faf067575715ea1649cb18b64cfb0b89cdd11ee2052e5f4d 2026/07/14 01:40:57 DEBUG : file2: object hash cached: 790a94c66495cb6c40f8435ac829f96144ea0f32458db0d14baddc59cf7dd090 2026/07/14 01:40:57 DEBUG : file2: object hash cached: 56fa664b6c3bfa65 2026/07/14 01:40:57 DEBUG : file2: object hash cached: 6629efc487c4a3ffaed97eec938d7d39 2026/07/14 01:40:57 DEBUG : file2: object hash cached: 73b9ac7403ca1eeaf494b2c34aad2b45eb807620b469b699f486038455b3ff68 2026/07/14 01:40:57 DEBUG : file2: object hash cached: 8dc64e29006f4c65d135988b17e4535a8c331b84 2026/07/14 01:40:57 DEBUG : file2: object hash cached: 66696c6520636f6e74656e74730a000000000000 2026/07/14 01:40:57 DEBUG : file2: object hash cached: 6648031bca008231bcc10d7426831be830070500 2026/07/14 01:40:57 DEBUG : filename.txt: object hash cached: 081404b3d2ae5bf599add15b7445ac07 2026/07/14 01:40:57 DEBUG : filename.txt: object hash cached: 3c3771c1f3304bdb052b101cc97a23df1ab9531f 2026/07/14 01:40:57 DEBUG : filename.txt: object hash cached: de0bb5e9837b6d51bd860dfe62fa90be2f9ea5552b21203c8a93b3aaf79046131151b7d0857a326e528bf2aa9eb4758eeb97316db5cfac1a37f6c7a4afd638d3 2026/07/14 01:40:57 DEBUG : filename.txt: object hash cached: 754f797e 2026/07/14 01:40:57 DEBUG : filename.txt: object hash cached: 3bf6b30277bde416a4de3058ad97f1d794f00cdc834ad15cb62e8018a45c1f91 2026/07/14 01:40:57 DEBUG : filename.txt: object hash cached: 8f4e7ccd073866160698f8506542a4ebcbf93ed30434ede402c1303bf9d87676aa4007c6ed9df6c3faf067575715ea1649cb18b64cfb0b89cdd11ee2052e5f4d 2026/07/14 01:40:57 DEBUG : filename.txt: object hash cached: 790a94c66495cb6c40f8435ac829f96144ea0f32458db0d14baddc59cf7dd090 2026/07/14 01:40:57 DEBUG : filename.txt: object hash cached: 56fa664b6c3bfa65 2026/07/14 01:40:57 DEBUG : filename.txt: object hash cached: 6629efc487c4a3ffaed97eec938d7d39 2026/07/14 01:40:57 DEBUG : filename.txt: object hash cached: 73b9ac7403ca1eeaf494b2c34aad2b45eb807620b469b699f486038455b3ff68 2026/07/14 01:40:57 DEBUG : filename.txt: object hash cached: 8dc64e29006f4c65d135988b17e4535a8c331b84 2026/07/14 01:40:57 DEBUG : filename.txt: object hash cached: 66696c6520636f6e74656e74730a000000000000 2026/07/14 01:40:57 DEBUG : filename.txt: object hash cached: 6648031bca008231bcc10d7426831be830070500 2026/07/14 01:40:57 DEBUG : headerfilename.txt: object hash cached: 081404b3d2ae5bf599add15b7445ac07 2026/07/14 01:40:57 DEBUG : headerfilename.txt: object hash cached: 3c3771c1f3304bdb052b101cc97a23df1ab9531f 2026/07/14 01:40:57 DEBUG : headerfilename.txt: object hash cached: de0bb5e9837b6d51bd860dfe62fa90be2f9ea5552b21203c8a93b3aaf79046131151b7d0857a326e528bf2aa9eb4758eeb97316db5cfac1a37f6c7a4afd638d3 2026/07/14 01:40:57 DEBUG : headerfilename.txt: object hash cached: 754f797e 2026/07/14 01:40:57 DEBUG : headerfilename.txt: object hash cached: 3bf6b30277bde416a4de3058ad97f1d794f00cdc834ad15cb62e8018a45c1f91 2026/07/14 01:40:57 DEBUG : headerfilename.txt: object hash cached: 8f4e7ccd073866160698f8506542a4ebcbf93ed30434ede402c1303bf9d87676aa4007c6ed9df6c3faf067575715ea1649cb18b64cfb0b89cdd11ee2052e5f4d 2026/07/14 01:40:57 DEBUG : headerfilename.txt: object hash cached: 790a94c66495cb6c40f8435ac829f96144ea0f32458db0d14baddc59cf7dd090 2026/07/14 01:40:57 DEBUG : headerfilename.txt: object hash cached: 56fa664b6c3bfa65 2026/07/14 01:40:57 DEBUG : headerfilename.txt: object hash cached: 6629efc487c4a3ffaed97eec938d7d39 2026/07/14 01:40:57 DEBUG : headerfilename.txt: object hash cached: 73b9ac7403ca1eeaf494b2c34aad2b45eb807620b469b699f486038455b3ff68 2026/07/14 01:40:57 DEBUG : headerfilename.txt: object hash cached: 8dc64e29006f4c65d135988b17e4535a8c331b84 2026/07/14 01:40:57 DEBUG : headerfilename.txt: object hash cached: 66696c6520636f6e74656e74730a000000000000 2026/07/14 01:40:57 DEBUG : headerfilename.txt: object hash cached: 6648031bca008231bcc10d7426831be830070500 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: warm 4 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:57.088995044 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: cached entries: [file1 file2 filename.txt headerfilename.txt] 2026/07/14 01:40:57 DEBUG : file1: removing object 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 DEBUG : file2: removing object 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 DEBUG : filename.txt: removing object 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 DEBUG : headerfilename.txt: removing object 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.169430499 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.17041858 +0000 UTC m=+22.182356158 --- PASS: TestCopyURL (0.12s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'file1' 2026/07/14 01:40:57 DEBUG : file1: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : file1: put: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : put: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.173913923 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 1 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [file1] 2026/07/14 01:40:57 DEBUG : list: cached object: file1 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.177247933 +0000 UTC m=+22.189185511 2026/07/14 01:40:57 DEBUG : file1: removing object 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.179670948 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.180847003 +0000 UTC m=+22.192784580 --- PASS: TestCopyURLDownloadHeaders (0.01s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'sub/file2' 2026/07/14 01:40:57 DEBUG : sub/file2: find: error: couldn't open parent bucket for rclone-test-tenazam1ziha/sub 2026/07/14 01:40:57 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:57 DEBUG : file1: Need to transfer - File not found at Destination 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'sub/file2' 2026/07/14 01:40:57 DEBUG : sub/file2: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : sub/file2: put: added to cache 2026/07/14 01:40:57 DEBUG : sub: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : sub: cache: expired 2026/07/14 01:40:57 INFO : sub: put: cache expired 2026/07/14 01:40:57 DEBUG : sub/file2: size = 14 OK 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 01:40:57 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/14 01:40:57 INFO : file1: Copied (new) to: sub/file2 2026/07/14 01:40:57 INFO : file1: Deleted 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.187769522 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 1 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [sub] 2026/07/14 01:40:57 DEBUG : list: cached directories: 1 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.19153281 +0000 UTC m=+22.203470387 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub' 2026/07/14 01:40:57 DEBUG : sub: list: warm 1 from cache for: rclone-test-tenazam1ziha/sub, expiring on: 2026-07-14 07:40:57.189842025 +0000 UTC 2026/07/14 01:40:57 DEBUG : sub: list: cached entries: [sub/file2] 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: 91aee57ad1d095bdded6f312b2e49431989f288d32f6b9a0dd0066b0350ffcf6a42c98605a2a58a80f1ee0ce11820da6617a8538f9b057a3721b3a9783d22e1c 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: f401d3a6 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: 226e7cfa701fb8ba542d42e0f8bd3090cbbcc9f54d834f361c0ab8c3f4846b72 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: a4b1d14ff0861c692abb6789d38c92d118a5febd000248d3b1002357ce0633d23ab12034bb1efd8d884058cec99da31cf646fb6179979b2fb231ba80e0bbc495 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: c7a6c106a2e629bbd123ec0814852c67c53153d47a8a5c3abf2866e0156d58f6 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: 816390424257dd76 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: 688523f07c4523d48bebf07f760ea6fa 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: d4b8d7e13c592e454a060a60b4606d5e5c5a03b023d97e24bf4682e9535a8778 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: aaeba82ca64452b89313b42f6621fe418e9847cc 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: 66696c653120636f6e74656e7473000000000000 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: 6648031bca1003108ce10d6eae4319dc40873900 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'sub/file2' 2026/07/14 01:40:57 DEBUG : sub/file2: find: warm object: sub/file2, expiring on: 2026-07-14 07:40:57.192481798 +0000 UTC 2026/07/14 01:40:57 DEBUG : sub/file2: size = 14 OK 2026/07/14 01:40:57 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/07/14 01:40:57 DEBUG : file1: Unchanged skipping 2026/07/14 01:40:57 INFO : file1: Deleted 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:57.19153281 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: cached entries: [sub] 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub' 2026/07/14 01:40:57 DEBUG : sub: list: warm 1 from cache for: rclone-test-tenazam1ziha/sub, expiring on: 2026-07-14 07:40:57.189842025 +0000 UTC 2026/07/14 01:40:57 DEBUG : sub: list: cached entries: [sub/file2] 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: 91aee57ad1d095bdded6f312b2e49431989f288d32f6b9a0dd0066b0350ffcf6a42c98605a2a58a80f1ee0ce11820da6617a8538f9b057a3721b3a9783d22e1c 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: f401d3a6 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: 226e7cfa701fb8ba542d42e0f8bd3090cbbcc9f54d834f361c0ab8c3f4846b72 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: a4b1d14ff0861c692abb6789d38c92d118a5febd000248d3b1002357ce0633d23ab12034bb1efd8d884058cec99da31cf646fb6179979b2fb231ba80e0bbc495 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: c7a6c106a2e629bbd123ec0814852c67c53153d47a8a5c3abf2866e0156d58f6 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: 816390424257dd76 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: 688523f07c4523d48bebf07f760ea6fa 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: d4b8d7e13c592e454a060a60b4606d5e5c5a03b023d97e24bf4682e9535a8778 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: aaeba82ca64452b89313b42f6621fe418e9847cc 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: 66696c653120636f6e74656e7473000000000000 2026/07/14 01:40:57 DEBUG : sub/file2: object hash cached: 6648031bca1003108ce10d6eae4319dc40873900 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: don't need to copy/move sub/file2, it is already at target location 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:57.19153281 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: cached entries: [sub] 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub' 2026/07/14 01:40:57 DEBUG : sub: list: warm 1 from cache for: rclone-test-tenazam1ziha/sub, expiring on: 2026-07-14 07:40:57.189842025 +0000 UTC 2026/07/14 01:40:57 DEBUG : sub: list: cached entries: [sub/file2] 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:57.19153281 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: cached entries: [sub] 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub' 2026/07/14 01:40:57 DEBUG : sub: list: warm 1 from cache for: rclone-test-tenazam1ziha/sub, expiring on: 2026-07-14 07:40:57.189842025 +0000 UTC 2026/07/14 01:40:57 DEBUG : sub: list: cached entries: [sub/file2] 2026/07/14 01:40:57 DEBUG : sub/file2: removing object 2026/07/14 01:40:57 DEBUG : sub: cache: expired rclone-test-tenazam1ziha/sub 2026/07/14 01:40:57 DEBUG : sub: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : sub: cache: expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'sub' 2026/07/14 01:40:57 DEBUG : sub: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : sub: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.244557995 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.24560623 +0000 UTC m=+22.257543808 --- PASS: TestMoveFile (0.07s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'file1' 2026/07/14 01:40:57 DEBUG : file1: find: error: couldn't find object (file1) 2026/07/14 01:40:57 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:57 DEBUG : file1: Need to transfer - File not found at Destination 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'file1' 2026/07/14 01:40:57 DEBUG : file1: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : file1: put: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : put: cache expired 2026/07/14 01:40:57 DEBUG : file1: size = 14 OK 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 01:40:57 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/14 01:40:57 INFO : file1: Copied (new) 2026/07/14 01:40:57 INFO : file1: Deleted 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.257144923 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 1 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [file1] 2026/07/14 01:40:57 DEBUG : list: cached object: file1 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.260200398 +0000 UTC m=+22.272137977 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 01:40:57 DEBUG : file1: object hash cached: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 91aee57ad1d095bdded6f312b2e49431989f288d32f6b9a0dd0066b0350ffcf6a42c98605a2a58a80f1ee0ce11820da6617a8538f9b057a3721b3a9783d22e1c 2026/07/14 01:40:57 DEBUG : file1: object hash cached: f401d3a6 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 226e7cfa701fb8ba542d42e0f8bd3090cbbcc9f54d834f361c0ab8c3f4846b72 2026/07/14 01:40:57 DEBUG : file1: object hash cached: a4b1d14ff0861c692abb6789d38c92d118a5febd000248d3b1002357ce0633d23ab12034bb1efd8d884058cec99da31cf646fb6179979b2fb231ba80e0bbc495 2026/07/14 01:40:57 DEBUG : file1: object hash cached: c7a6c106a2e629bbd123ec0814852c67c53153d47a8a5c3abf2866e0156d58f6 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 816390424257dd76 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 688523f07c4523d48bebf07f760ea6fa 2026/07/14 01:40:57 DEBUG : file1: object hash cached: d4b8d7e13c592e454a060a60b4606d5e5c5a03b023d97e24bf4682e9535a8778 2026/07/14 01:40:57 DEBUG : file1: object hash cached: aaeba82ca64452b89313b42f6621fe418e9847cc 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 66696c653120636f6e74656e7473000000000000 2026/07/14 01:40:57 DEBUG : file1: object hash cached: 6648031bca1003108ce10d6eae4319dc40873900 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'file1' 2026/07/14 01:40:57 DEBUG : file1: find: warm object: file1, expiring on: 2026-07-14 07:40:57.259488728 +0000 UTC 2026/07/14 01:40:57 DEBUG : file1: Destination exists, skipping 2026/07/14 01:40:57 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:57.260200398 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: cached entries: [file1] 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:57.260200398 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: cached entries: [file1] 2026/07/14 01:40:57 DEBUG : file1: removing object 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.284447428 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.285726348 +0000 UTC m=+22.297663926 --- PASS: TestMoveFileWithIgnoreExisting (0.04s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: empty listing 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.286696495 +0000 UTC m=+22.298634072 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: empty listing 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.287481424 +0000 UTC m=+22.299419002 --- PASS: TestCaseInsensitiveMoveFile (0.00s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: empty listing 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.288313871 +0000 UTC m=+22.300251449 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: empty listing 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.289066249 +0000 UTC m=+22.301003827 --- PASS: TestCaseInsensitiveMoveFileDryRun (0.00s) === RUN TestMoveFileBackupDir run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'dst/file1' 2026/07/14 01:40:57 DEBUG : dst/file1: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : dst/file1: put: added to cache 2026/07/14 01:40:57 DEBUG : dst: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : dst: cache: expired 2026/07/14 01:40:57 INFO : dst: put: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.291603888 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 1 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [dst] 2026/07/14 01:40:57 DEBUG : list: cached directories: 1 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.293122689 +0000 UTC m=+22.305060267 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'dst' 2026/07/14 01:40:57 DEBUG : dst: list: warm 1 from cache for: rclone-test-tenazam1ziha/dst, expiring on: 2026-07-14 07:40:57.292453769 +0000 UTC 2026/07/14 01:40:57 DEBUG : dst: list: cached entries: [dst/file1] 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: 05164b153084ba910184c26e561a7c18 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: 22e0175be52049395b842339fedb74693adb359b9cf1ce30f128a78a62ab1d8439bf2e64fb0a8d59c98b9cbeab2a1a3c5a8b02891adb60ab55c92690ff28e2af 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: 056eb721 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: b247246cc3b83ab434697960aeedc39ddc3315b9280812229374c7e2c550ecc6 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: c768b7c0c81751d83216515ba60eb27ca34beb548274acea7a3add0ecbc2e35f80d597c5fced15e5b768a036840ad9fe5334a73ec4f0aaae097e422f70b17575 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: 3e1cbcdbfa417c6988dcf0c466d0198a184ba2c4e6f2aca349e7300937e72495 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: 7a0a5ecc943911ab 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: d772b6e055ac487fd825777c022df3df 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: b83330680e0ad60666064b07bfce00a3acb095d952c87c869f4934a6ebd829a2 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: 0c11ed506536324a7c315c8ab1a340ea9f1a2d54 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: 66696c653120636f6e74656e7473206f6c640000 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: 86456f3bc91003108ce10d6eb24319dc40873980 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'dst/file1' 2026/07/14 01:40:57 DEBUG : dst/file1: find: warm object: dst/file1, expiring on: 2026-07-14 07:40:57.293966498 +0000 UTC 2026/07/14 01:40:57 DEBUG : Creating backend with remote "TestCache:rclone-test-tenazam1ziha/backup" 2026/07/14 01:40:57 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:57 DEBUG : TestCache: detected overridden config - adding "{VDL3R}" suffix to name 2026/07/14 01:40:57 DEBUG : Setting cache db_wait_time="30m" from environment variable RCLONE_CACHE_DB_WAIT_TIME 2026/07/14 01:40:57 DEBUG : Creating backend with remote "/tmp/rclone_cache_test/rclone-test-tenazam1ziha/backup" 2026/07/14 01:40:57 DEBUG : TestCache{VDL3R}: wrapped local:/tmp/rclone_cache_test/rclone-test-tenazam1ziha/backup at root rclone-test-tenazam1ziha/backup 2026/07/14 01:40:57 INFO : TestCache{VDL3R}: Cache DB path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R}.db 2026/07/14 01:40:57 INFO : TestCache{VDL3R}: Cache chunk path: /home/rclone/.cache/rclone/cache-backend/TestCache{VDL3R} 2026/07/14 01:40:57 INFO : TestCache{VDL3R}: Chunk Memory: true 2026/07/14 01:40:57 INFO : TestCache{VDL3R}: Chunk Size: 5Mi 2026/07/14 01:40:57 INFO : TestCache{VDL3R}: Chunk Total Size: 10Gi 2026/07/14 01:40:57 INFO : TestCache{VDL3R}: Chunk Clean Interval: 1m0s 2026/07/14 01:40:57 INFO : TestCache{VDL3R}: Workers: 4 2026/07/14 01:40:57 INFO : TestCache{VDL3R}: File Age: 6h0m0s 2026/07/14 01:40:57 DEBUG : fs cache: renaming cache item "TestCache:rclone-test-tenazam1ziha/backup" to be canonical "TestCache{VDL3R}:rclone-test-tenazam1ziha/backup" 2026/07/14 01:40:57 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone102410171) 2026/07/14 01:40:57 DEBUG : dst/file1: size = 18 (Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha) 2026/07/14 01:40:57 DEBUG : dst/file1: Sizes differ 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha/backup: new object 'dst/file1' 2026/07/14 01:40:57 DEBUG : dst/file1: find: error: couldn't open parent bucket for rclone-test-tenazam1ziha/backup/dst 2026/07/14 01:40:57 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha/backup: moving obj 'dst/file1' -> dst/file1 2026/07/14 01:40:57 DEBUG : dst/file1: move: file moved 2026/07/14 01:40:57 DEBUG : dst/file1: move: removed from cache 2026/07/14 01:40:57 DEBUG : dst: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : dst: cache: expired 2026/07/14 01:40:57 INFO : dst: move: cache expired 2026/07/14 01:40:57 DEBUG : dst/file1: move: added to cache 2026/07/14 01:40:57 DEBUG : dst: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : dst: cache: expired 2026/07/14 01:40:57 INFO : dst: move: cache expired 2026/07/14 01:40:57 INFO : dst/file1: Moved (server-side) 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'dst/file1' 2026/07/14 01:40:57 DEBUG : dst/file1: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : dst/file1: put: added to cache 2026/07/14 01:40:57 DEBUG : dst: cache: expired rclone-test-tenazam1ziha/dst 2026/07/14 01:40:57 DEBUG : dst: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : dst: cache: expired 2026/07/14 01:40:57 INFO : dst: put: cache expired 2026/07/14 01:40:57 DEBUG : dst/file1: size = 14 OK 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 01:40:57 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/14 01:40:57 INFO : dst/file1: Copied (new) 2026/07/14 01:40:57 INFO : dst/file1: Deleted 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.311835606 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 2 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [dst backup] 2026/07/14 01:40:57 DEBUG : list: cached directories: 1 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.314295039 +0000 UTC m=+22.326232616 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'dst' 2026/07/14 01:40:57 DEBUG : dst: list: cold listing: 2026-07-13 19:40:57.311835606 +0000 UTC 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'backup' 2026/07/14 01:40:57 DEBUG : dst: list: read 1 from source 2026/07/14 01:40:57 DEBUG : backup: list: warm 1 from cache for: rclone-test-tenazam1ziha/backup, expiring on: 2026-07-14 07:40:57.313591794 +0000 UTC 2026/07/14 01:40:57 DEBUG : dst: list: source entries: [dst/file1] 2026/07/14 01:40:57 DEBUG : backup: list: cached entries: [backup/dst] 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'backup/dst' 2026/07/14 01:40:57 DEBUG : backup/dst: list: error: missing cached dir: backup/dst 2026/07/14 01:40:57 DEBUG : backup/dst: list: read 1 from source 2026/07/14 01:40:57 DEBUG : backup/dst: list: source entries: [backup/dst/file1] 2026/07/14 01:40:57 DEBUG : dst: list: cached object: dst/file1 2026/07/14 01:40:57 DEBUG : dst: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : dst: list: cached dir: 'rclone-test-tenazam1ziha/dst', cache ts: 2026-07-14 01:40:57.315973399 +0000 UTC m=+22.327910977 2026/07/14 01:40:57 DEBUG : backup/dst: list: cached object: backup/dst/file1 2026/07/14 01:40:57 DEBUG : backup/dst: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : backup/dst: list: cached dir: 'rclone-test-tenazam1ziha/backup/dst', cache ts: 2026-07-14 01:40:57.317458487 +0000 UTC m=+22.329396065 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: 91aee57ad1d095bdded6f312b2e49431989f288d32f6b9a0dd0066b0350ffcf6a42c98605a2a58a80f1ee0ce11820da6617a8538f9b057a3721b3a9783d22e1c 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: f401d3a6 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: 226e7cfa701fb8ba542d42e0f8bd3090cbbcc9f54d834f361c0ab8c3f4846b72 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: a4b1d14ff0861c692abb6789d38c92d118a5febd000248d3b1002357ce0633d23ab12034bb1efd8d884058cec99da31cf646fb6179979b2fb231ba80e0bbc495 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: c7a6c106a2e629bbd123ec0814852c67c53153d47a8a5c3abf2866e0156d58f6 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: 816390424257dd76 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: 688523f07c4523d48bebf07f760ea6fa 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: d4b8d7e13c592e454a060a60b4606d5e5c5a03b023d97e24bf4682e9535a8778 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: aaeba82ca64452b89313b42f6621fe418e9847cc 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: 66696c653120636f6e74656e7473000000000000 2026/07/14 01:40:57 DEBUG : dst/file1: object hash cached: 6648031bca1003108ce10d6eae4319dc40873900 2026/07/14 01:40:57 DEBUG : backup/dst/file1: object hash cached: 05164b153084ba910184c26e561a7c18 2026/07/14 01:40:57 DEBUG : backup/dst/file1: object hash cached: 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 2026/07/14 01:40:57 DEBUG : backup/dst/file1: object hash cached: 22e0175be52049395b842339fedb74693adb359b9cf1ce30f128a78a62ab1d8439bf2e64fb0a8d59c98b9cbeab2a1a3c5a8b02891adb60ab55c92690ff28e2af 2026/07/14 01:40:57 DEBUG : backup/dst/file1: object hash cached: 056eb721 2026/07/14 01:40:57 DEBUG : backup/dst/file1: object hash cached: b247246cc3b83ab434697960aeedc39ddc3315b9280812229374c7e2c550ecc6 2026/07/14 01:40:57 DEBUG : backup/dst/file1: object hash cached: c768b7c0c81751d83216515ba60eb27ca34beb548274acea7a3add0ecbc2e35f80d597c5fced15e5b768a036840ad9fe5334a73ec4f0aaae097e422f70b17575 2026/07/14 01:40:57 DEBUG : backup/dst/file1: object hash cached: 3e1cbcdbfa417c6988dcf0c466d0198a184ba2c4e6f2aca349e7300937e72495 2026/07/14 01:40:57 DEBUG : backup/dst/file1: object hash cached: 7a0a5ecc943911ab 2026/07/14 01:40:57 DEBUG : backup/dst/file1: object hash cached: d772b6e055ac487fd825777c022df3df 2026/07/14 01:40:57 DEBUG : backup/dst/file1: object hash cached: b83330680e0ad60666064b07bfce00a3acb095d952c87c869f4934a6ebd829a2 2026/07/14 01:40:57 DEBUG : backup/dst/file1: object hash cached: 0c11ed506536324a7c315c8ab1a340ea9f1a2d54 2026/07/14 01:40:57 DEBUG : backup/dst/file1: object hash cached: 66696c653120636f6e74656e7473206f6c640000 2026/07/14 01:40:57 DEBUG : backup/dst/file1: object hash cached: 86456f3bc91003108ce10d6eb24319dc40873980 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:57.314295039 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: cached entries: [backup dst] 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'dst' 2026/07/14 01:40:57 DEBUG : dst: list: warm 1 from cache for: rclone-test-tenazam1ziha/dst, expiring on: 2026-07-14 07:40:57.315973399 +0000 UTC 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'backup' 2026/07/14 01:40:57 DEBUG : dst: list: cached entries: [dst/file1] 2026/07/14 01:40:57 DEBUG : backup: list: warm 1 from cache for: rclone-test-tenazam1ziha/backup, expiring on: 2026-07-14 07:40:57.313591794 +0000 UTC 2026/07/14 01:40:57 DEBUG : backup: list: cached entries: [backup/dst] 2026/07/14 01:40:57 DEBUG : dst/file1: removing object 2026/07/14 01:40:57 DEBUG : dst: cache: expired rclone-test-tenazam1ziha/dst 2026/07/14 01:40:57 DEBUG : dst: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : dst: cache: expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'backup/dst' 2026/07/14 01:40:57 DEBUG : backup/dst: list: warm 1 from cache for: rclone-test-tenazam1ziha/backup/dst, expiring on: 2026-07-14 07:40:57.317458487 +0000 UTC 2026/07/14 01:40:57 DEBUG : backup/dst: list: cached entries: [backup/dst/file1] 2026/07/14 01:40:57 DEBUG : backup/dst/file1: removing object 2026/07/14 01:40:57 DEBUG : backup/dst: cache: expired rclone-test-tenazam1ziha/backup/dst 2026/07/14 01:40:57 DEBUG : backup/dst: cache: expired rclone-test-tenazam1ziha/backup 2026/07/14 01:40:57 DEBUG : backup/dst: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : backup/dst: cache: expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'dst' 2026/07/14 01:40:57 DEBUG : dst: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : dst: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'backup/dst' 2026/07/14 01:40:57 DEBUG : backup/dst: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : backup/dst: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : backup: cache: expired rclone-test-tenazam1ziha/backup 2026/07/14 01:40:57 DEBUG : backup: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : backup: cache: expired 2026/07/14 01:40:57 INFO : backup: rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'backup' 2026/07/14 01:40:57 DEBUG : backup: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : backup: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.350165031 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.351011084 +0000 UTC m=+22.362948662 --- PASS: TestMoveFileBackupDir (0.06s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir '' 2026/07/14 01:40:57 DEBUG : mkdir: created dir in source fs 2026/07/14 01:40:57 DEBUG : mkdir: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : mkdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'A1/one' 2026/07/14 01:40:57 DEBUG : A1/one: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : A1/one: put: added to cache 2026/07/14 01:40:57 DEBUG : A1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A1: cache: expired 2026/07/14 01:40:57 INFO : A1: put: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'A1/two' 2026/07/14 01:40:57 DEBUG : A1/two: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : A1/two: put: added to cache 2026/07/14 01:40:57 DEBUG : A1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A1: cache: expired 2026/07/14 01:40:57 INFO : A1: put: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'A1/B1/three' 2026/07/14 01:40:57 DEBUG : A1/B1/three: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : A1/B1/three: put: added to cache 2026/07/14 01:40:57 DEBUG : A1/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A1/B1: cache: expired 2026/07/14 01:40:57 INFO : A1/B1: put: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'A1/B1/C1/four' 2026/07/14 01:40:57 DEBUG : A1/B1/C1/four: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : A1/B1/C1/four: put: added to cache 2026/07/14 01:40:57 DEBUG : A1/B1/C1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A1/B1/C1: cache: expired 2026/07/14 01:40:57 INFO : A1/B1/C1: put: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'A1/B1/C2/five' 2026/07/14 01:40:57 DEBUG : A1/B1/C2/five: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : A1/B1/C2/five: put: added to cache 2026/07/14 01:40:57 DEBUG : A1/B1/C2: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A1/B1/C2: cache: expired 2026/07/14 01:40:57 INFO : A1/B1/C2: put: cache expired 2026/07/14 01:40:57 INFO : A1/B2: Making directory 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A1/B2' 2026/07/14 01:40:57 DEBUG : A1/B2: mkdir: created dir in source fs 2026/07/14 01:40:57 DEBUG : A1/B2: mkdir: added to cache 2026/07/14 01:40:57 DEBUG : A1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A1: cache: expired 2026/07/14 01:40:57 INFO : A1: mkdir: cache expired 2026/07/14 01:40:57 INFO : A1/B1/C3: Making directory 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A1/B1/C3' 2026/07/14 01:40:57 DEBUG : A1/B1/C3: mkdir: created dir in source fs 2026/07/14 01:40:57 DEBUG : A1/B1/C3: mkdir: added to cache 2026/07/14 01:40:57 DEBUG : A1/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A1/B1: cache: expired 2026/07/14 01:40:57 INFO : A1/B1: mkdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.366274854 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 1 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [A1] 2026/07/14 01:40:57 DEBUG : list: cached directories: 1 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.367970258 +0000 UTC m=+22.379907836 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1' 2026/07/14 01:40:57 DEBUG : A1: list: warm 4 from cache for: rclone-test-tenazam1ziha/A1, expiring on: 2026-07-14 07:40:57.367230374 +0000 UTC 2026/07/14 01:40:57 DEBUG : A1: list: cached entries: [A1/B1 A1/B2 A1/one A1/two] 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B2' 2026/07/14 01:40:57 DEBUG : A1/B2: list: empty listing 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B1' 2026/07/14 01:40:57 DEBUG : A1/B1: list: error: missing cached dir: A1/B1 2026/07/14 01:40:57 DEBUG : A1/B2: list: read 0 from source 2026/07/14 01:40:57 DEBUG : A1/B2: list: source entries: [] 2026/07/14 01:40:57 DEBUG : A1/B2: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A1/B1: list: read 4 from source 2026/07/14 01:40:57 DEBUG : A1/B1: list: source entries: [A1/B1/C3 A1/B1/C2 A1/B1/C1 A1/B1/three] 2026/07/14 01:40:57 DEBUG : A1/B2: list: cached dir: 'rclone-test-tenazam1ziha/A1/B2', cache ts: 2026-07-14 01:40:57.368905409 +0000 UTC m=+22.380842997 2026/07/14 01:40:57 DEBUG : A1/B1: list: cached object: A1/B1/three 2026/07/14 01:40:57 DEBUG : A1/B1: list: cached directories: 3 2026/07/14 01:40:57 DEBUG : A1/B1: list: cached dir: 'rclone-test-tenazam1ziha/A1/B1', cache ts: 2026-07-14 01:40:57.37128941 +0000 UTC m=+22.383226998 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B1/C3' 2026/07/14 01:40:57 DEBUG : A1/B1/C3: list: empty listing 2026/07/14 01:40:57 DEBUG : A1/B1/C3: list: read 0 from source 2026/07/14 01:40:57 DEBUG : A1/B1/C3: list: source entries: [] 2026/07/14 01:40:57 DEBUG : A1/B1/C3: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B1/C1' 2026/07/14 01:40:57 DEBUG : A1/B1/C1: list: warm 1 from cache for: rclone-test-tenazam1ziha/A1/B1/C1, expiring on: 2026-07-14 07:40:57.368945425 +0000 UTC 2026/07/14 01:40:57 DEBUG : A1/B1/C1: list: cached entries: [A1/B1/C1/four] 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A1/B1/C2' 2026/07/14 01:40:57 DEBUG : A1/B1/C2: list: warm 1 from cache for: rclone-test-tenazam1ziha/A1/B1/C2, expiring on: 2026-07-14 07:40:57.368950625 +0000 UTC 2026/07/14 01:40:57 DEBUG : A1/B1/C2: list: cached entries: [A1/B1/C2/five] 2026/07/14 01:40:57 DEBUG : A1/B1/C3: list: cached dir: 'rclone-test-tenazam1ziha/A1/B1/C3', cache ts: 2026-07-14 01:40:57.372295154 +0000 UTC m=+22.384232732 2026/07/14 01:40:57 DEBUG : A1/one: object hash cached: f97c5d29941bfb1b2fdab0874906ab82 2026/07/14 01:40:57 DEBUG : A1/one: object hash cached: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 2026/07/14 01:40:57 DEBUG : A1/one: object hash cached: 8f619b7ad7e90328fc743f8326b9af6e6fae75aeebf375efc178289b90a7b608993953063f4b87617f8412f50cbab5f0a9e2317ca39294a3b75ce4b0517c9e66 2026/07/14 01:40:57 DEBUG : A1/one: object hash cached: 7a6c86f1 2026/07/14 01:40:57 DEBUG : A1/one: object hash cached: 7692c3ad3540bb803c020b3aee66cd8887123234ea0c6e7143c0add73ff431ed 2026/07/14 01:40:57 DEBUG : A1/one: object hash cached: 05f70341078acf6a06d423d21720f9643d5f953626d88a02636dc3a9e79582aeb0c820857fd3f8dc502aa8360d2c8fa97a985fda5b629b809cad18ffb62d3899 2026/07/14 01:40:57 DEBUG : A1/one: object hash cached: d33fb48ab5adff269ae172b29a6913ff04f6f266207a7a8e976f2ecd571d4492 2026/07/14 01:40:57 DEBUG : A1/one: object hash cached: 911faba7321fe1a0 2026/07/14 01:40:57 DEBUG : A1/one: object hash cached: 0a1c6d4cf41eb499911faba7321fe1a0 2026/07/14 01:40:57 DEBUG : A1/one: object hash cached: fe8d7a873dc48961a6af334c996b2cb3ce37149d5ce9c9253952a54c6a92c1ad 2026/07/14 01:40:57 DEBUG : A1/one: object hash cached: 4ae17179700e403a003b67e8771a3746b8fb7038 2026/07/14 01:40:57 DEBUG : A1/one: object hash cached: 6f6e650000000000000000000000000000000000 2026/07/14 01:40:57 DEBUG : A1/one: object hash cached: 6f70431900000000000000000300000000000000 2026/07/14 01:40:57 DEBUG : A1/two: object hash cached: b8a9f715dbb64fd5c56e7783c6820a61 2026/07/14 01:40:57 DEBUG : A1/two: object hash cached: ad782ecdac770fc6eb9a62e44f90873fb97fb26b 2026/07/14 01:40:57 DEBUG : A1/two: object hash cached: 27040ba56a030418b64a5cfb3f7e3b5752374f5729d9aafff1c2dabe51e6dcb32b9604d7da6aa7040c3dbace38753ee1de8f8e38f7f0bf82f98a660fb3b294fe 2026/07/14 01:40:57 DEBUG : A1/two: object hash cached: 11ca8a66 2026/07/14 01:40:57 DEBUG : A1/two: object hash cached: 3fc4ccfe745870e2c0d99f71f30ff0656c8dedd41cc1d7d3d376b0dbe685e2f3 2026/07/14 01:40:57 DEBUG : A1/two: object hash cached: 928d50d1e24dab7cca62cfe84fcdcf9fc695160a278f91b5c0af22b709d82f8aa3b4955b3de9ba6d0a0eb7d932dc64c4d5c63fc2de87441ad2e5b929f9b67c5e 2026/07/14 01:40:57 DEBUG : A1/two: object hash cached: dc770fff53f50835f8cc957e01c0d5731d3c2ed544c375493a28c09be5e09763 2026/07/14 01:40:57 DEBUG : A1/two: object hash cached: 6c0560bdcb29998b 2026/07/14 01:40:57 DEBUG : A1/two: object hash cached: 35d5c8cc887e4da96c0560bdcb29998b 2026/07/14 01:40:57 DEBUG : A1/two: object hash cached: 313db63e0283ab2a9bc72e9a0ac749da1d3acf708fcd1a7848767244dd2f17e8 2026/07/14 01:40:57 DEBUG : A1/two: object hash cached: e582e2c9b94ae07f4109b7127ba3df5fe0209586 2026/07/14 01:40:57 DEBUG : A1/two: object hash cached: 74776f0000000000000000000000000000000000 2026/07/14 01:40:57 DEBUG : A1/two: object hash cached: 74b8c31b00000000000000000300000000000000 2026/07/14 01:40:57 DEBUG : A1/B1/three: object hash cached: 35d6d33467aae9a2e3dccb4b6b027878 2026/07/14 01:40:57 DEBUG : A1/B1/three: object hash cached: b802f384302cb24fbab0a44997e820bf2e8507bb 2026/07/14 01:40:57 DEBUG : A1/B1/three: object hash cached: c21febc91793d071a776fd2bcc364c4fa666474187d10e34e0e4c79f5c09eb84e3bbf49f96ab269a778b80ce395a7a67af7a1eb26c7591e5dd0afc81f4a14abb 2026/07/14 01:40:57 DEBUG : A1/B1/three: object hash cached: 46c5d8f5 2026/07/14 01:40:57 DEBUG : A1/B1/three: object hash cached: 8b5b9db0c13db24256c829aa364aa90c6d2eba318b9232a4ab9313b954d3555f 2026/07/14 01:40:57 DEBUG : A1/B1/three: object hash cached: 62758e4a57b76feb1fc878387c4d2639e4bfbded06afb5f22227835d9fc63bfbd30df34447ae21ece6b1659c0abebd716f350e81c3439a3799172dca9b05f78f 2026/07/14 01:40:57 DEBUG : A1/B1/three: object hash cached: dbec0e689fb63bd729147727129d854e9d590ab620a18bbbcb3317d268d6fd72 2026/07/14 01:40:57 DEBUG : A1/B1/three: object hash cached: c11df15eb3a3e385 2026/07/14 01:40:57 DEBUG : A1/B1/three: object hash cached: 3770bf919c6f37ecbd8dc69679faa810 2026/07/14 01:40:57 DEBUG : A1/B1/three: object hash cached: 1dbfa84faa926d00a27e7578746a13ad3063e0e9bde3b25015e545ad80f5f703 2026/07/14 01:40:57 DEBUG : A1/B1/three: object hash cached: e2ac97450e914c339084217d73302a22b1c8a3a8 2026/07/14 01:40:57 DEBUG : A1/B1/three: object hash cached: 7468726565000000000000000000000000000000 2026/07/14 01:40:57 DEBUG : A1/B1/three: object hash cached: 7440831cca500600000000000500000000000000 2026/07/14 01:40:57 DEBUG : A1/B1/C1/four: object hash cached: 8cbad96aced40b3838dd9f07f6ef5772 2026/07/14 01:40:57 DEBUG : A1/B1/C1/four: object hash cached: 9f8f7eec5dea5ac43738721939c120318cbff1df 2026/07/14 01:40:57 DEBUG : A1/B1/C1/four: object hash cached: 6d1948017953a78a3ed5fa4c2d9703ff54632fa609e56786a6ccbbe068667626450aff1f33adc89f352defe6e24df6a3adeb6ebbaa9c3e965a68fb4200e3b35d 2026/07/14 01:40:57 DEBUG : A1/B1/C1/four: object hash cached: 90c1667d 2026/07/14 01:40:57 DEBUG : A1/B1/C1/four: object hash cached: 04efaf080f5a3e74e1c29d1ca6a48569382cbbcd324e8d59d2b83ef21c039f00 2026/07/14 01:40:57 DEBUG : A1/B1/C1/four: object hash cached: 39a52bfc3af78ae6cb5a2c110014a610134bb7c3d67678a5bee8b5ab86a733509fe50a69d0d4d5e8a84eef546713d6334f1d5207112f1140de025e6b77413d32 2026/07/14 01:40:57 DEBUG : A1/B1/C1/four: object hash cached: 37392008a949c4879f190a4ce54e354782bc88564a9534a882b3d42448f96168 2026/07/14 01:40:57 DEBUG : A1/B1/C1/four: object hash cached: adc1176ac1ea0d6b 2026/07/14 01:40:57 DEBUG : A1/B1/C1/four: object hash cached: 8cb76294f064577382ce18fb49b7d8cb 2026/07/14 01:40:57 DEBUG : A1/B1/C1/four: object hash cached: ad1d7d5339655cf0a7e22a8560b56f563ea95eba7b0a043776c99a4db108702a 2026/07/14 01:40:57 DEBUG : A1/B1/C1/four: object hash cached: e0a6daf07cfa433aeb3405433dd805a9b1a24318 2026/07/14 01:40:57 DEBUG : A1/B1/C1/four: object hash cached: 666f757200000000000000000000000000000000 2026/07/14 01:40:57 DEBUG : A1/B1/C1/four: object hash cached: 6678431de4000000000000000400000000000000 2026/07/14 01:40:57 DEBUG : A1/B1/C2/five: object hash cached: 30056e1cab7a61d256fc8edd970d14f5 2026/07/14 01:40:57 DEBUG : A1/B1/C2/five: object hash cached: 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 2026/07/14 01:40:57 DEBUG : A1/B1/C2/five: object hash cached: 941d6f501fc56ef7fbbca5d8ed1727892020a79c7c1c9d8e8092b4fd19057a068795b0e6042c9b2b3a1f74d808a2d6b9fb503ed88e6e10a86339b3f6e337e5e3 2026/07/14 01:40:57 DEBUG : A1/B1/C2/five: object hash cached: 3cb2cccb 2026/07/14 01:40:57 DEBUG : A1/B1/C2/five: object hash cached: 222b0bd51fcef7e65c2e62db2ed65457013bab56be6fafeb19ee11d453153c80 2026/07/14 01:40:57 DEBUG : A1/B1/C2/five: object hash cached: 71471f1accd118982f790f9503c368c72914b099b69a5333579dc8edb4378080fba9e67707c276a179301ead88b70cf618fb015fe62272c1d5580a31e844cefa 2026/07/14 01:40:57 DEBUG : A1/B1/C2/five: object hash cached: e2e784ea2a9b29fc6c9cd781183ff3aee04175db205580175b455fb625f70779 2026/07/14 01:40:57 DEBUG : A1/B1/C2/five: object hash cached: 1c198c5ba936fdea 2026/07/14 01:40:57 DEBUG : A1/B1/C2/five: object hash cached: e72fe498e5f07aaf1770d0edf3c506de 2026/07/14 01:40:57 DEBUG : A1/B1/C2/five: object hash cached: 785ec2cf1199779cb1593eac85d7465db3603834e9edd6d1420f2b369bb01dc3 2026/07/14 01:40:57 DEBUG : A1/B1/C2/five: object hash cached: 7b7efcda80d63957906b16773e126b0b1055bcd8 2026/07/14 01:40:57 DEBUG : A1/B1/C2/five: object hash cached: 6669766500000000000000000000000000000000 2026/07/14 01:40:57 DEBUG : A1/B1/C2/five: object hash cached: 6648831dca000000000000000400000000000000 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: move dir 'rclone-test-tenazam1ziha'/'A1' -> 'rclone-test-tenazam1ziha'/'A2' 2026/07/14 01:40:57 DEBUG : A1: movedir: dir moved in the source fs 2026/07/14 01:40:57 DEBUG : A1: dirmove: removed cached dir 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 DEBUG : dirmove: cache expired 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 DEBUG : dirmove: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.43393769 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 1 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [A2] 2026/07/14 01:40:57 DEBUG : list: cached directories: 1 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.435522987 +0000 UTC m=+22.447460565 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A2' 2026/07/14 01:40:57 DEBUG : A2: list: empty listing 2026/07/14 01:40:57 DEBUG : A2: list: read 4 from source 2026/07/14 01:40:57 DEBUG : A2: list: source entries: [A2/B1 A2/two A2/B2 A2/one] 2026/07/14 01:40:57 DEBUG : A2: list: cached object: A2/one 2026/07/14 01:40:57 DEBUG : A2: list: cached object: A2/two 2026/07/14 01:40:57 DEBUG : A2: list: cached directories: 2 2026/07/14 01:40:57 DEBUG : A2: list: cached dir: 'rclone-test-tenazam1ziha/A2', cache ts: 2026-07-14 01:40:57.438638354 +0000 UTC m=+22.450575933 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A2/B2' 2026/07/14 01:40:57 DEBUG : A2/B2: list: empty listing 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A2/B1' 2026/07/14 01:40:57 DEBUG : A2/B1: list: empty listing 2026/07/14 01:40:57 DEBUG : A2/B2: list: read 0 from source 2026/07/14 01:40:57 DEBUG : A2/B2: list: source entries: [] 2026/07/14 01:40:57 DEBUG : A2/B1: list: read 4 from source 2026/07/14 01:40:57 DEBUG : A2/B2: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A2/B1: list: source entries: [A2/B1/C3 A2/B1/C2 A2/B1/C1 A2/B1/three] 2026/07/14 01:40:57 DEBUG : A2/B2: list: cached dir: 'rclone-test-tenazam1ziha/A2/B2', cache ts: 2026-07-14 01:40:57.439595729 +0000 UTC m=+22.451533306 2026/07/14 01:40:57 DEBUG : A2/B1: list: cached object: A2/B1/three 2026/07/14 01:40:57 DEBUG : A2/B1: list: cached directories: 3 2026/07/14 01:40:57 DEBUG : A2/B1: list: cached dir: 'rclone-test-tenazam1ziha/A2/B1', cache ts: 2026-07-14 01:40:57.442006479 +0000 UTC m=+22.453944057 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A2/B1/C3' 2026/07/14 01:40:57 DEBUG : A2/B1/C3: list: empty listing 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A2/B1/C1' 2026/07/14 01:40:57 DEBUG : A2/B1/C3: list: read 0 from source 2026/07/14 01:40:57 DEBUG : A2/B1/C3: list: source entries: [] 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A2/B1/C2' 2026/07/14 01:40:57 DEBUG : A2/B1/C1: list: empty listing 2026/07/14 01:40:57 DEBUG : A2/B1/C1: list: read 1 from source 2026/07/14 01:40:57 DEBUG : A2/B1/C1: list: source entries: [A2/B1/C1/four] 2026/07/14 01:40:57 DEBUG : A2/B1/C2: list: empty listing 2026/07/14 01:40:57 DEBUG : A2/B1/C2: list: read 1 from source 2026/07/14 01:40:57 DEBUG : A2/B1/C3: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A2/B1/C2: list: source entries: [A2/B1/C2/five] 2026/07/14 01:40:57 DEBUG : A2/B1/C1: list: cached object: A2/B1/C1/four 2026/07/14 01:40:57 DEBUG : A2/B1/C1: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A2/B1/C1: list: cached dir: 'rclone-test-tenazam1ziha/A2/B1/C1', cache ts: 2026-07-14 01:40:57.443875198 +0000 UTC m=+22.455812786 2026/07/14 01:40:57 DEBUG : A2/B1/C3: list: cached dir: 'rclone-test-tenazam1ziha/A2/B1/C3', cache ts: 2026-07-14 01:40:57.443125466 +0000 UTC m=+22.455063054 2026/07/14 01:40:57 DEBUG : A2/B1/C2: list: cached object: A2/B1/C2/five 2026/07/14 01:40:57 DEBUG : A2/B1/C2: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A2/B1/C2: list: cached dir: 'rclone-test-tenazam1ziha/A2/B1/C2', cache ts: 2026-07-14 01:40:57.446147769 +0000 UTC m=+22.458085357 2026/07/14 01:40:57 DEBUG : A2/one: object hash cached: f97c5d29941bfb1b2fdab0874906ab82 2026/07/14 01:40:57 DEBUG : A2/one: object hash cached: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 2026/07/14 01:40:57 DEBUG : A2/one: object hash cached: 8f619b7ad7e90328fc743f8326b9af6e6fae75aeebf375efc178289b90a7b608993953063f4b87617f8412f50cbab5f0a9e2317ca39294a3b75ce4b0517c9e66 2026/07/14 01:40:57 DEBUG : A2/one: object hash cached: 7a6c86f1 2026/07/14 01:40:57 DEBUG : A2/one: object hash cached: 7692c3ad3540bb803c020b3aee66cd8887123234ea0c6e7143c0add73ff431ed 2026/07/14 01:40:57 DEBUG : A2/one: object hash cached: 05f70341078acf6a06d423d21720f9643d5f953626d88a02636dc3a9e79582aeb0c820857fd3f8dc502aa8360d2c8fa97a985fda5b629b809cad18ffb62d3899 2026/07/14 01:40:57 DEBUG : A2/one: object hash cached: d33fb48ab5adff269ae172b29a6913ff04f6f266207a7a8e976f2ecd571d4492 2026/07/14 01:40:57 DEBUG : A2/one: object hash cached: 911faba7321fe1a0 2026/07/14 01:40:57 DEBUG : A2/one: object hash cached: 0a1c6d4cf41eb499911faba7321fe1a0 2026/07/14 01:40:57 DEBUG : A2/one: object hash cached: fe8d7a873dc48961a6af334c996b2cb3ce37149d5ce9c9253952a54c6a92c1ad 2026/07/14 01:40:57 DEBUG : A2/one: object hash cached: 4ae17179700e403a003b67e8771a3746b8fb7038 2026/07/14 01:40:57 DEBUG : A2/one: object hash cached: 6f6e650000000000000000000000000000000000 2026/07/14 01:40:57 DEBUG : A2/one: object hash cached: 6f70431900000000000000000300000000000000 2026/07/14 01:40:57 DEBUG : A2/two: object hash cached: b8a9f715dbb64fd5c56e7783c6820a61 2026/07/14 01:40:57 DEBUG : A2/two: object hash cached: ad782ecdac770fc6eb9a62e44f90873fb97fb26b 2026/07/14 01:40:57 DEBUG : A2/two: object hash cached: 27040ba56a030418b64a5cfb3f7e3b5752374f5729d9aafff1c2dabe51e6dcb32b9604d7da6aa7040c3dbace38753ee1de8f8e38f7f0bf82f98a660fb3b294fe 2026/07/14 01:40:57 DEBUG : A2/two: object hash cached: 11ca8a66 2026/07/14 01:40:57 DEBUG : A2/two: object hash cached: 3fc4ccfe745870e2c0d99f71f30ff0656c8dedd41cc1d7d3d376b0dbe685e2f3 2026/07/14 01:40:57 DEBUG : A2/two: object hash cached: 928d50d1e24dab7cca62cfe84fcdcf9fc695160a278f91b5c0af22b709d82f8aa3b4955b3de9ba6d0a0eb7d932dc64c4d5c63fc2de87441ad2e5b929f9b67c5e 2026/07/14 01:40:57 DEBUG : A2/two: object hash cached: dc770fff53f50835f8cc957e01c0d5731d3c2ed544c375493a28c09be5e09763 2026/07/14 01:40:57 DEBUG : A2/two: object hash cached: 6c0560bdcb29998b 2026/07/14 01:40:57 DEBUG : A2/two: object hash cached: 35d5c8cc887e4da96c0560bdcb29998b 2026/07/14 01:40:57 DEBUG : A2/two: object hash cached: 313db63e0283ab2a9bc72e9a0ac749da1d3acf708fcd1a7848767244dd2f17e8 2026/07/14 01:40:57 DEBUG : A2/two: object hash cached: e582e2c9b94ae07f4109b7127ba3df5fe0209586 2026/07/14 01:40:57 DEBUG : A2/two: object hash cached: 74776f0000000000000000000000000000000000 2026/07/14 01:40:57 DEBUG : A2/two: object hash cached: 74b8c31b00000000000000000300000000000000 2026/07/14 01:40:57 DEBUG : A2/B1/three: object hash cached: 35d6d33467aae9a2e3dccb4b6b027878 2026/07/14 01:40:57 DEBUG : A2/B1/three: object hash cached: b802f384302cb24fbab0a44997e820bf2e8507bb 2026/07/14 01:40:57 DEBUG : A2/B1/three: object hash cached: c21febc91793d071a776fd2bcc364c4fa666474187d10e34e0e4c79f5c09eb84e3bbf49f96ab269a778b80ce395a7a67af7a1eb26c7591e5dd0afc81f4a14abb 2026/07/14 01:40:57 DEBUG : A2/B1/three: object hash cached: 46c5d8f5 2026/07/14 01:40:57 DEBUG : A2/B1/three: object hash cached: 8b5b9db0c13db24256c829aa364aa90c6d2eba318b9232a4ab9313b954d3555f 2026/07/14 01:40:57 DEBUG : A2/B1/three: object hash cached: 62758e4a57b76feb1fc878387c4d2639e4bfbded06afb5f22227835d9fc63bfbd30df34447ae21ece6b1659c0abebd716f350e81c3439a3799172dca9b05f78f 2026/07/14 01:40:57 DEBUG : A2/B1/three: object hash cached: dbec0e689fb63bd729147727129d854e9d590ab620a18bbbcb3317d268d6fd72 2026/07/14 01:40:57 DEBUG : A2/B1/three: object hash cached: c11df15eb3a3e385 2026/07/14 01:40:57 DEBUG : A2/B1/three: object hash cached: 3770bf919c6f37ecbd8dc69679faa810 2026/07/14 01:40:57 DEBUG : A2/B1/three: object hash cached: 1dbfa84faa926d00a27e7578746a13ad3063e0e9bde3b25015e545ad80f5f703 2026/07/14 01:40:57 DEBUG : A2/B1/three: object hash cached: e2ac97450e914c339084217d73302a22b1c8a3a8 2026/07/14 01:40:57 DEBUG : A2/B1/three: object hash cached: 7468726565000000000000000000000000000000 2026/07/14 01:40:57 DEBUG : A2/B1/three: object hash cached: 7440831cca500600000000000500000000000000 2026/07/14 01:40:57 DEBUG : A2/B1/C1/four: object hash cached: 8cbad96aced40b3838dd9f07f6ef5772 2026/07/14 01:40:57 DEBUG : A2/B1/C1/four: object hash cached: 9f8f7eec5dea5ac43738721939c120318cbff1df 2026/07/14 01:40:57 DEBUG : A2/B1/C1/four: object hash cached: 6d1948017953a78a3ed5fa4c2d9703ff54632fa609e56786a6ccbbe068667626450aff1f33adc89f352defe6e24df6a3adeb6ebbaa9c3e965a68fb4200e3b35d 2026/07/14 01:40:57 DEBUG : A2/B1/C1/four: object hash cached: 90c1667d 2026/07/14 01:40:57 DEBUG : A2/B1/C1/four: object hash cached: 04efaf080f5a3e74e1c29d1ca6a48569382cbbcd324e8d59d2b83ef21c039f00 2026/07/14 01:40:57 DEBUG : A2/B1/C1/four: object hash cached: 39a52bfc3af78ae6cb5a2c110014a610134bb7c3d67678a5bee8b5ab86a733509fe50a69d0d4d5e8a84eef546713d6334f1d5207112f1140de025e6b77413d32 2026/07/14 01:40:57 DEBUG : A2/B1/C1/four: object hash cached: 37392008a949c4879f190a4ce54e354782bc88564a9534a882b3d42448f96168 2026/07/14 01:40:57 DEBUG : A2/B1/C1/four: object hash cached: adc1176ac1ea0d6b 2026/07/14 01:40:57 DEBUG : A2/B1/C1/four: object hash cached: 8cb76294f064577382ce18fb49b7d8cb 2026/07/14 01:40:57 DEBUG : A2/B1/C1/four: object hash cached: ad1d7d5339655cf0a7e22a8560b56f563ea95eba7b0a043776c99a4db108702a 2026/07/14 01:40:57 DEBUG : A2/B1/C1/four: object hash cached: e0a6daf07cfa433aeb3405433dd805a9b1a24318 2026/07/14 01:40:57 DEBUG : A2/B1/C1/four: object hash cached: 666f757200000000000000000000000000000000 2026/07/14 01:40:57 DEBUG : A2/B1/C1/four: object hash cached: 6678431de4000000000000000400000000000000 2026/07/14 01:40:57 DEBUG : A2/B1/C2/five: object hash cached: 30056e1cab7a61d256fc8edd970d14f5 2026/07/14 01:40:57 DEBUG : A2/B1/C2/five: object hash cached: 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 2026/07/14 01:40:57 DEBUG : A2/B1/C2/five: object hash cached: 941d6f501fc56ef7fbbca5d8ed1727892020a79c7c1c9d8e8092b4fd19057a068795b0e6042c9b2b3a1f74d808a2d6b9fb503ed88e6e10a86339b3f6e337e5e3 2026/07/14 01:40:57 DEBUG : A2/B1/C2/five: object hash cached: 3cb2cccb 2026/07/14 01:40:57 DEBUG : A2/B1/C2/five: object hash cached: 222b0bd51fcef7e65c2e62db2ed65457013bab56be6fafeb19ee11d453153c80 2026/07/14 01:40:57 DEBUG : A2/B1/C2/five: object hash cached: 71471f1accd118982f790f9503c368c72914b099b69a5333579dc8edb4378080fba9e67707c276a179301ead88b70cf618fb015fe62272c1d5580a31e844cefa 2026/07/14 01:40:57 DEBUG : A2/B1/C2/five: object hash cached: e2e784ea2a9b29fc6c9cd781183ff3aee04175db205580175b455fb625f70779 2026/07/14 01:40:57 DEBUG : A2/B1/C2/five: object hash cached: 1c198c5ba936fdea 2026/07/14 01:40:57 DEBUG : A2/B1/C2/five: object hash cached: e72fe498e5f07aaf1770d0edf3c506de 2026/07/14 01:40:57 DEBUG : A2/B1/C2/five: object hash cached: 785ec2cf1199779cb1593eac85d7465db3603834e9edd6d1420f2b369bb01dc3 2026/07/14 01:40:57 DEBUG : A2/B1/C2/five: object hash cached: 7b7efcda80d63957906b16773e126b0b1055bcd8 2026/07/14 01:40:57 DEBUG : A2/B1/C2/five: object hash cached: 6669766500000000000000000000000000000000 2026/07/14 01:40:57 DEBUG : A2/B1/C2/five: object hash cached: 6648831dca000000000000000400000000000000 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A2' 2026/07/14 01:40:57 DEBUG : A2: list: warm 4 from cache for: rclone-test-tenazam1ziha/A2, expiring on: 2026-07-14 07:40:57.438638354 +0000 UTC 2026/07/14 01:40:57 DEBUG : A2: list: cached entries: [A2/B1 A2/B2 A2/one A2/two] 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A2/B2' 2026/07/14 01:40:57 DEBUG : A2/B2: list: empty listing 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A2/B1' 2026/07/14 01:40:57 DEBUG : A2/B2: list: read 0 from source 2026/07/14 01:40:57 DEBUG : A2/B2: list: source entries: [] 2026/07/14 01:40:57 DEBUG : A2/B2: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A2/B1: list: warm 4 from cache for: rclone-test-tenazam1ziha/A2/B1, expiring on: 2026-07-14 07:40:57.442006479 +0000 UTC 2026/07/14 01:40:57 DEBUG : A2/B1: list: cached entries: [A2/B1/C1 A2/B1/C2 A2/B1/C3 A2/B1/three] 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A2/B1/C3' 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A2/B1/C1' 2026/07/14 01:40:57 DEBUG : A2/B1/C3: list: empty listing 2026/07/14 01:40:57 DEBUG : A2/B1/C3: list: read 0 from source 2026/07/14 01:40:57 DEBUG : A2/B1/C3: list: source entries: [] 2026/07/14 01:40:57 DEBUG : A2/B1/C1: list: warm 1 from cache for: rclone-test-tenazam1ziha/A2/B1/C1, expiring on: 2026-07-14 07:40:57.443875198 +0000 UTC 2026/07/14 01:40:57 DEBUG : A2/B1/C1: list: cached entries: [A2/B1/C1/four] 2026/07/14 01:40:57 DEBUG : A2/B1/C3: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A2/B1/C2' 2026/07/14 01:40:57 DEBUG : A2/B1/C2: list: warm 1 from cache for: rclone-test-tenazam1ziha/A2/B1/C2, expiring on: 2026-07-14 07:40:57.446147769 +0000 UTC 2026/07/14 01:40:57 DEBUG : A2/B1/C2: list: cached entries: [A2/B1/C2/five] 2026/07/14 01:40:57 DEBUG : A2/B2: list: cached dir: 'rclone-test-tenazam1ziha/A2/B2', cache ts: 2026-07-14 01:40:57.504814551 +0000 UTC m=+22.516752139 2026/07/14 01:40:57 DEBUG : A2/B1/C3: list: cached dir: 'rclone-test-tenazam1ziha/A2/B1/C3', cache ts: 2026-07-14 01:40:57.504977798 +0000 UTC m=+22.516915386 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A3' 2026/07/14 01:40:57 DEBUG : A3: mkdir: created dir in source fs 2026/07/14 01:40:57 DEBUG : A3: mkdir: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : mkdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A3/B1' 2026/07/14 01:40:57 DEBUG : A3/B1: mkdir: created dir in source fs 2026/07/14 01:40:57 DEBUG : A3/B1: mkdir: added to cache 2026/07/14 01:40:57 DEBUG : A3: cache: expired rclone-test-tenazam1ziha/A3 2026/07/14 01:40:57 DEBUG : A3: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A3: cache: expired 2026/07/14 01:40:57 INFO : A3: mkdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A3/B1/C1' 2026/07/14 01:40:57 DEBUG : A3/B1/C1: mkdir: created dir in source fs 2026/07/14 01:40:57 DEBUG : A3/B1/C1: mkdir: added to cache 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired rclone-test-tenazam1ziha/A3/B1 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired rclone-test-tenazam1ziha/A3 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired 2026/07/14 01:40:57 INFO : A3/B1: mkdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A3/B1/C2' 2026/07/14 01:40:57 DEBUG : A3/B1/C2: mkdir: created dir in source fs 2026/07/14 01:40:57 DEBUG : A3/B1/C2: mkdir: added to cache 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired rclone-test-tenazam1ziha/A3/B1 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired rclone-test-tenazam1ziha/A3 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired 2026/07/14 01:40:57 INFO : A3/B1: mkdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A3/B1/C3' 2026/07/14 01:40:57 DEBUG : A3/B1/C3: mkdir: created dir in source fs 2026/07/14 01:40:57 DEBUG : A3/B1/C3: mkdir: added to cache 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired rclone-test-tenazam1ziha/A3/B1 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired rclone-test-tenazam1ziha/A3 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired 2026/07/14 01:40:57 INFO : A3/B1: mkdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A3/B2' 2026/07/14 01:40:57 DEBUG : A3/B2: mkdir: created dir in source fs 2026/07/14 01:40:57 DEBUG : A3/B2: mkdir: added to cache 2026/07/14 01:40:57 DEBUG : A3: cache: expired rclone-test-tenazam1ziha/A3 2026/07/14 01:40:57 DEBUG : A3: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A3: cache: expired 2026/07/14 01:40:57 INFO : A3: mkdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'A3/one' 2026/07/14 01:40:57 DEBUG : A3/one: find: error: couldn't find object (one) 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'A3/B1/C1/four' 2026/07/14 01:40:57 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'A3/B1/three' 2026/07/14 01:40:57 DEBUG : A3/B1/C1/four: find: error: couldn't find object (four) 2026/07/14 01:40:57 DEBUG : A3/B1/three: find: error: couldn't find object (three) 2026/07/14 01:40:57 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'A3/B1/C2/five' 2026/07/14 01:40:57 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:57 DEBUG : A3/B1/C2/five: find: error: couldn't find object (five) 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: moving obj 'A2/B1/C1/four' -> A3/B1/C1/four 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: moving obj 'A2/one' -> A3/one 2026/07/14 01:40:57 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: moving obj 'A2/B1/C2/five' -> A3/B1/C2/five 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'A3/two' 2026/07/14 01:40:57 DEBUG : A3/two: find: error: couldn't find object (two) 2026/07/14 01:40:57 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: moving obj 'A2/two' -> A3/two 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: moving obj 'A2/B1/three' -> A3/B1/three 2026/07/14 01:40:57 DEBUG : A3/B1/C1/four: move: file moved 2026/07/14 01:40:57 DEBUG : A3/one: move: file moved 2026/07/14 01:40:57 DEBUG : A3/B1/C2/five: move: file moved 2026/07/14 01:40:57 DEBUG : A3/two: move: file moved 2026/07/14 01:40:57 DEBUG : A3/B1/three: move: file moved 2026/07/14 01:40:57 DEBUG : A2/B1/C1/four: move: removed from cache 2026/07/14 01:40:57 DEBUG : A2/B1/C1: cache: expired rclone-test-tenazam1ziha/A2/B1/C1 2026/07/14 01:40:57 DEBUG : A2/B1/C1: cache: expired rclone-test-tenazam1ziha/A2/B1 2026/07/14 01:40:57 DEBUG : A2/B1/C1: cache: expired rclone-test-tenazam1ziha/A2 2026/07/14 01:40:57 DEBUG : A2/B1/C1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A2/B1/C1: cache: expired 2026/07/14 01:40:57 INFO : A2/B1/C1: move: cache expired 2026/07/14 01:40:57 DEBUG : A2/one: move: removed from cache 2026/07/14 01:40:57 DEBUG : A2/B1/C2/five: move: removed from cache 2026/07/14 01:40:57 DEBUG : A2/two: move: removed from cache 2026/07/14 01:40:57 DEBUG : A2/B1/three: move: removed from cache 2026/07/14 01:40:57 DEBUG : A2: cache: expired rclone-test-tenazam1ziha/A2 2026/07/14 01:40:57 DEBUG : A2: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A2: cache: expired 2026/07/14 01:40:57 DEBUG : A3/B1/C1/four: move: added to cache 2026/07/14 01:40:57 DEBUG : A2/B1/C2: cache: expired rclone-test-tenazam1ziha/A2/B1/C2 2026/07/14 01:40:57 DEBUG : A2/B1/C2: cache: expired rclone-test-tenazam1ziha/A2/B1 2026/07/14 01:40:57 DEBUG : A2/B1/C2: cache: expired rclone-test-tenazam1ziha/A2 2026/07/14 01:40:57 DEBUG : A2/B1/C2: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A2/B1/C2: cache: expired 2026/07/14 01:40:57 INFO : A2: move: cache expired 2026/07/14 01:40:57 DEBUG : A2: cache: expired rclone-test-tenazam1ziha/A2 2026/07/14 01:40:57 DEBUG : A2: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A2: cache: expired 2026/07/14 01:40:57 INFO : A2/B1/C2: move: cache expired 2026/07/14 01:40:57 DEBUG : A2/B1: cache: expired rclone-test-tenazam1ziha/A2/B1 2026/07/14 01:40:57 DEBUG : A2/B1: cache: expired rclone-test-tenazam1ziha/A2 2026/07/14 01:40:57 DEBUG : A2/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A2/B1: cache: expired 2026/07/14 01:40:57 INFO : A2: move: cache expired 2026/07/14 01:40:57 DEBUG : A3/B1/C1: cache: expired rclone-test-tenazam1ziha/A3/B1/C1 2026/07/14 01:40:57 INFO : A2/B1: move: cache expired 2026/07/14 01:40:57 DEBUG : A3/B1/C1: cache: expired rclone-test-tenazam1ziha/A3/B1 2026/07/14 01:40:57 DEBUG : A3/B1/C1: cache: expired rclone-test-tenazam1ziha/A3 2026/07/14 01:40:57 DEBUG : A3/B1/C1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A3/B1/C1: cache: expired 2026/07/14 01:40:57 INFO : A3/B1/C1: move: cache expired 2026/07/14 01:40:57 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/07/14 01:40:57 DEBUG : A3/one: move: added to cache 2026/07/14 01:40:57 DEBUG : A3/B1/C2/five: move: added to cache 2026/07/14 01:40:57 DEBUG : A3/two: move: added to cache 2026/07/14 01:40:57 DEBUG : A3/B1/three: move: added to cache 2026/07/14 01:40:57 DEBUG : A3: cache: expired rclone-test-tenazam1ziha/A3 2026/07/14 01:40:57 DEBUG : A3: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A3: cache: expired 2026/07/14 01:40:57 DEBUG : A3/B1/C2: cache: expired rclone-test-tenazam1ziha/A3/B1/C2 2026/07/14 01:40:57 INFO : A3: move: cache expired 2026/07/14 01:40:57 DEBUG : A3/B1/C2: cache: expired rclone-test-tenazam1ziha/A3/B1 2026/07/14 01:40:57 INFO : A2/one: Moved (server-side) to: A3/one 2026/07/14 01:40:57 DEBUG : A3/B1/C2: cache: expired rclone-test-tenazam1ziha/A3 2026/07/14 01:40:57 DEBUG : A3/B1/C2: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A3/B1/C2: cache: expired 2026/07/14 01:40:57 DEBUG : A3: cache: expired rclone-test-tenazam1ziha/A3 2026/07/14 01:40:57 DEBUG : A3: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A3: cache: expired 2026/07/14 01:40:57 INFO : A3/B1/C2: move: cache expired 2026/07/14 01:40:57 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired rclone-test-tenazam1ziha/A3/B1 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired rclone-test-tenazam1ziha/A3 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired 2026/07/14 01:40:57 INFO : A3: move: cache expired 2026/07/14 01:40:57 INFO : A2/two: Moved (server-side) to: A3/two 2026/07/14 01:40:57 INFO : A3/B1: move: cache expired 2026/07/14 01:40:57 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A2/B2' 2026/07/14 01:40:57 DEBUG : A2/B2: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A2/B2: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : A2: cache: expired rclone-test-tenazam1ziha/A2 2026/07/14 01:40:57 DEBUG : A2: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A2: cache: expired 2026/07/14 01:40:57 INFO : A2: rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A2/B1/C3' 2026/07/14 01:40:57 DEBUG : A2/B1/C3: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A2/B1/C3: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : A2/B1: cache: expired rclone-test-tenazam1ziha/A2/B1 2026/07/14 01:40:57 DEBUG : A2/B1: cache: expired rclone-test-tenazam1ziha/A2 2026/07/14 01:40:57 DEBUG : A2/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A2/B1: cache: expired 2026/07/14 01:40:57 INFO : A2/B1: rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A2/B1/C2' 2026/07/14 01:40:57 DEBUG : A2/B1/C2: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A2/B1/C2: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : A2/B1: cache: expired rclone-test-tenazam1ziha/A2/B1 2026/07/14 01:40:57 DEBUG : A2/B1: cache: expired rclone-test-tenazam1ziha/A2 2026/07/14 01:40:57 DEBUG : A2/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A2/B1: cache: expired 2026/07/14 01:40:57 INFO : A2/B1: rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A2/B1/C1' 2026/07/14 01:40:57 DEBUG : A2/B1/C1: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A2/B1/C1: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : A2/B1: cache: expired rclone-test-tenazam1ziha/A2/B1 2026/07/14 01:40:57 DEBUG : A2/B1: cache: expired rclone-test-tenazam1ziha/A2 2026/07/14 01:40:57 DEBUG : A2/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A2/B1: cache: expired 2026/07/14 01:40:57 INFO : A2/B1: rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A2/B1' 2026/07/14 01:40:57 DEBUG : A2/B1: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A2/B1: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : A2: cache: expired rclone-test-tenazam1ziha/A2 2026/07/14 01:40:57 DEBUG : A2: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A2: cache: expired 2026/07/14 01:40:57 INFO : A2: rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A2' 2026/07/14 01:40:57 DEBUG : A2: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A2: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.546942521 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 1 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [A3] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.547975998 +0000 UTC m=+22.559913616 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A3' 2026/07/14 01:40:57 DEBUG : A3: list: cold listing: 2026-07-13 19:40:57.533845693 +0000 UTC 2026/07/14 01:40:57 DEBUG : A3: list: read 4 from source 2026/07/14 01:40:57 DEBUG : A3: list: source entries: [A3/B1 A3/two A3/B2 A3/one] 2026/07/14 01:40:57 DEBUG : A3: list: cached object: A3/one 2026/07/14 01:40:57 DEBUG : A3: list: cached object: A3/two 2026/07/14 01:40:57 DEBUG : A3: list: cached directories: 1 2026/07/14 01:40:57 DEBUG : A3: list: cached dir: 'rclone-test-tenazam1ziha/A3', cache ts: 2026-07-14 01:40:57.551542364 +0000 UTC m=+22.563479953 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A3/B2' 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A3/B1' 2026/07/14 01:40:57 DEBUG : A3/B1: list: cold listing: 2026-07-13 19:40:57.533845693 +0000 UTC 2026/07/14 01:40:57 DEBUG : A3/B2: list: empty listing 2026/07/14 01:40:57 DEBUG : A3/B2: list: read 0 from source 2026/07/14 01:40:57 DEBUG : A3/B2: list: source entries: [] 2026/07/14 01:40:57 DEBUG : A3/B2: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A3/B1: list: read 4 from source 2026/07/14 01:40:57 DEBUG : A3/B1: list: source entries: [A3/B1/C3 A3/B1/C2 A3/B1/C1 A3/B1/three] 2026/07/14 01:40:57 DEBUG : A3/B2: list: cached dir: 'rclone-test-tenazam1ziha/A3/B2', cache ts: 2026-07-14 01:40:57.552573658 +0000 UTC m=+22.564511246 2026/07/14 01:40:57 DEBUG : A3/B1: list: cached object: A3/B1/three 2026/07/14 01:40:57 DEBUG : A3/B1: list: cached directories: 1 2026/07/14 01:40:57 DEBUG : A3/B1: list: cached dir: 'rclone-test-tenazam1ziha/A3/B1', cache ts: 2026-07-14 01:40:57.554928392 +0000 UTC m=+22.566865990 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A3/B1/C3' 2026/07/14 01:40:57 DEBUG : A3/B1/C3: list: empty listing 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A3/B1/C1' 2026/07/14 01:40:57 DEBUG : A3/B1/C1: list: cold listing: 2026-07-13 19:40:57.52630034 +0000 UTC 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A3/B1/C2' 2026/07/14 01:40:57 DEBUG : A3/B1/C2: list: cold listing: 2026-07-13 19:40:57.53223542 +0000 UTC 2026/07/14 01:40:57 DEBUG : A3/B1/C2: list: read 1 from source 2026/07/14 01:40:57 DEBUG : A3/B1/C2: list: source entries: [A3/B1/C2/five] 2026/07/14 01:40:57 DEBUG : A3/B1/C1: list: read 1 from source 2026/07/14 01:40:57 DEBUG : A3/B1/C1: list: source entries: [A3/B1/C1/four] 2026/07/14 01:40:57 DEBUG : A3/B1/C3: list: read 0 from source 2026/07/14 01:40:57 DEBUG : A3/B1/C3: list: source entries: [] 2026/07/14 01:40:57 DEBUG : A3/B1/C3: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A3/B1/C2: list: cached object: A3/B1/C2/five 2026/07/14 01:40:57 DEBUG : A3/B1/C2: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A3/B1/C2: list: cached dir: 'rclone-test-tenazam1ziha/A3/B1/C2', cache ts: 2026-07-14 01:40:57.556885008 +0000 UTC m=+22.568822606 2026/07/14 01:40:57 DEBUG : A3/B1/C1: list: cached object: A3/B1/C1/four 2026/07/14 01:40:57 DEBUG : A3/B1/C1: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A3/B1/C1: list: cached dir: 'rclone-test-tenazam1ziha/A3/B1/C1', cache ts: 2026-07-14 01:40:57.558453392 +0000 UTC m=+22.570391000 2026/07/14 01:40:57 DEBUG : A3/B1/C3: list: cached dir: 'rclone-test-tenazam1ziha/A3/B1/C3', cache ts: 2026-07-14 01:40:57.556208474 +0000 UTC m=+22.568146072 2026/07/14 01:40:57 DEBUG : A3/one: object hash cached: f97c5d29941bfb1b2fdab0874906ab82 2026/07/14 01:40:57 DEBUG : A3/one: object hash cached: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 2026/07/14 01:40:57 DEBUG : A3/one: object hash cached: 8f619b7ad7e90328fc743f8326b9af6e6fae75aeebf375efc178289b90a7b608993953063f4b87617f8412f50cbab5f0a9e2317ca39294a3b75ce4b0517c9e66 2026/07/14 01:40:57 DEBUG : A3/one: object hash cached: 7a6c86f1 2026/07/14 01:40:57 DEBUG : A3/one: object hash cached: 7692c3ad3540bb803c020b3aee66cd8887123234ea0c6e7143c0add73ff431ed 2026/07/14 01:40:57 DEBUG : A3/one: object hash cached: 05f70341078acf6a06d423d21720f9643d5f953626d88a02636dc3a9e79582aeb0c820857fd3f8dc502aa8360d2c8fa97a985fda5b629b809cad18ffb62d3899 2026/07/14 01:40:57 DEBUG : A3/one: object hash cached: d33fb48ab5adff269ae172b29a6913ff04f6f266207a7a8e976f2ecd571d4492 2026/07/14 01:40:57 DEBUG : A3/one: object hash cached: 911faba7321fe1a0 2026/07/14 01:40:57 DEBUG : A3/one: object hash cached: 0a1c6d4cf41eb499911faba7321fe1a0 2026/07/14 01:40:57 DEBUG : A3/one: object hash cached: fe8d7a873dc48961a6af334c996b2cb3ce37149d5ce9c9253952a54c6a92c1ad 2026/07/14 01:40:57 DEBUG : A3/one: object hash cached: 4ae17179700e403a003b67e8771a3746b8fb7038 2026/07/14 01:40:57 DEBUG : A3/one: object hash cached: 6f6e650000000000000000000000000000000000 2026/07/14 01:40:57 DEBUG : A3/one: object hash cached: 6f70431900000000000000000300000000000000 2026/07/14 01:40:57 DEBUG : A3/two: object hash cached: b8a9f715dbb64fd5c56e7783c6820a61 2026/07/14 01:40:57 DEBUG : A3/two: object hash cached: ad782ecdac770fc6eb9a62e44f90873fb97fb26b 2026/07/14 01:40:57 DEBUG : A3/two: object hash cached: 27040ba56a030418b64a5cfb3f7e3b5752374f5729d9aafff1c2dabe51e6dcb32b9604d7da6aa7040c3dbace38753ee1de8f8e38f7f0bf82f98a660fb3b294fe 2026/07/14 01:40:57 DEBUG : A3/two: object hash cached: 11ca8a66 2026/07/14 01:40:57 DEBUG : A3/two: object hash cached: 3fc4ccfe745870e2c0d99f71f30ff0656c8dedd41cc1d7d3d376b0dbe685e2f3 2026/07/14 01:40:57 DEBUG : A3/two: object hash cached: 928d50d1e24dab7cca62cfe84fcdcf9fc695160a278f91b5c0af22b709d82f8aa3b4955b3de9ba6d0a0eb7d932dc64c4d5c63fc2de87441ad2e5b929f9b67c5e 2026/07/14 01:40:57 DEBUG : A3/two: object hash cached: dc770fff53f50835f8cc957e01c0d5731d3c2ed544c375493a28c09be5e09763 2026/07/14 01:40:57 DEBUG : A3/two: object hash cached: 6c0560bdcb29998b 2026/07/14 01:40:57 DEBUG : A3/two: object hash cached: 35d5c8cc887e4da96c0560bdcb29998b 2026/07/14 01:40:57 DEBUG : A3/two: object hash cached: 313db63e0283ab2a9bc72e9a0ac749da1d3acf708fcd1a7848767244dd2f17e8 2026/07/14 01:40:57 DEBUG : A3/two: object hash cached: e582e2c9b94ae07f4109b7127ba3df5fe0209586 2026/07/14 01:40:57 DEBUG : A3/two: object hash cached: 74776f0000000000000000000000000000000000 2026/07/14 01:40:57 DEBUG : A3/two: object hash cached: 74b8c31b00000000000000000300000000000000 2026/07/14 01:40:57 DEBUG : A3/B1/three: object hash cached: 35d6d33467aae9a2e3dccb4b6b027878 2026/07/14 01:40:57 DEBUG : A3/B1/three: object hash cached: b802f384302cb24fbab0a44997e820bf2e8507bb 2026/07/14 01:40:57 DEBUG : A3/B1/three: object hash cached: c21febc91793d071a776fd2bcc364c4fa666474187d10e34e0e4c79f5c09eb84e3bbf49f96ab269a778b80ce395a7a67af7a1eb26c7591e5dd0afc81f4a14abb 2026/07/14 01:40:57 DEBUG : A3/B1/three: object hash cached: 46c5d8f5 2026/07/14 01:40:57 DEBUG : A3/B1/three: object hash cached: 8b5b9db0c13db24256c829aa364aa90c6d2eba318b9232a4ab9313b954d3555f 2026/07/14 01:40:57 DEBUG : A3/B1/three: object hash cached: 62758e4a57b76feb1fc878387c4d2639e4bfbded06afb5f22227835d9fc63bfbd30df34447ae21ece6b1659c0abebd716f350e81c3439a3799172dca9b05f78f 2026/07/14 01:40:57 DEBUG : A3/B1/three: object hash cached: dbec0e689fb63bd729147727129d854e9d590ab620a18bbbcb3317d268d6fd72 2026/07/14 01:40:57 DEBUG : A3/B1/three: object hash cached: c11df15eb3a3e385 2026/07/14 01:40:57 DEBUG : A3/B1/three: object hash cached: 3770bf919c6f37ecbd8dc69679faa810 2026/07/14 01:40:57 DEBUG : A3/B1/three: object hash cached: 1dbfa84faa926d00a27e7578746a13ad3063e0e9bde3b25015e545ad80f5f703 2026/07/14 01:40:57 DEBUG : A3/B1/three: object hash cached: e2ac97450e914c339084217d73302a22b1c8a3a8 2026/07/14 01:40:57 DEBUG : A3/B1/three: object hash cached: 7468726565000000000000000000000000000000 2026/07/14 01:40:57 DEBUG : A3/B1/three: object hash cached: 7440831cca500600000000000500000000000000 2026/07/14 01:40:57 DEBUG : A3/B1/C2/five: object hash cached: 30056e1cab7a61d256fc8edd970d14f5 2026/07/14 01:40:57 DEBUG : A3/B1/C2/five: object hash cached: 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 2026/07/14 01:40:57 DEBUG : A3/B1/C2/five: object hash cached: 941d6f501fc56ef7fbbca5d8ed1727892020a79c7c1c9d8e8092b4fd19057a068795b0e6042c9b2b3a1f74d808a2d6b9fb503ed88e6e10a86339b3f6e337e5e3 2026/07/14 01:40:57 DEBUG : A3/B1/C2/five: object hash cached: 3cb2cccb 2026/07/14 01:40:57 DEBUG : A3/B1/C2/five: object hash cached: 222b0bd51fcef7e65c2e62db2ed65457013bab56be6fafeb19ee11d453153c80 2026/07/14 01:40:57 DEBUG : A3/B1/C2/five: object hash cached: 71471f1accd118982f790f9503c368c72914b099b69a5333579dc8edb4378080fba9e67707c276a179301ead88b70cf618fb015fe62272c1d5580a31e844cefa 2026/07/14 01:40:57 DEBUG : A3/B1/C2/five: object hash cached: e2e784ea2a9b29fc6c9cd781183ff3aee04175db205580175b455fb625f70779 2026/07/14 01:40:57 DEBUG : A3/B1/C2/five: object hash cached: 1c198c5ba936fdea 2026/07/14 01:40:57 DEBUG : A3/B1/C2/five: object hash cached: e72fe498e5f07aaf1770d0edf3c506de 2026/07/14 01:40:57 DEBUG : A3/B1/C2/five: object hash cached: 785ec2cf1199779cb1593eac85d7465db3603834e9edd6d1420f2b369bb01dc3 2026/07/14 01:40:57 DEBUG : A3/B1/C2/five: object hash cached: 7b7efcda80d63957906b16773e126b0b1055bcd8 2026/07/14 01:40:57 DEBUG : A3/B1/C2/five: object hash cached: 6669766500000000000000000000000000000000 2026/07/14 01:40:57 DEBUG : A3/B1/C2/five: object hash cached: 6648831dca000000000000000400000000000000 2026/07/14 01:40:57 DEBUG : A3/B1/C1/four: object hash cached: 8cbad96aced40b3838dd9f07f6ef5772 2026/07/14 01:40:57 DEBUG : A3/B1/C1/four: object hash cached: 9f8f7eec5dea5ac43738721939c120318cbff1df 2026/07/14 01:40:57 DEBUG : A3/B1/C1/four: object hash cached: 6d1948017953a78a3ed5fa4c2d9703ff54632fa609e56786a6ccbbe068667626450aff1f33adc89f352defe6e24df6a3adeb6ebbaa9c3e965a68fb4200e3b35d 2026/07/14 01:40:57 DEBUG : A3/B1/C1/four: object hash cached: 90c1667d 2026/07/14 01:40:57 DEBUG : A3/B1/C1/four: object hash cached: 04efaf080f5a3e74e1c29d1ca6a48569382cbbcd324e8d59d2b83ef21c039f00 2026/07/14 01:40:57 DEBUG : A3/B1/C1/four: object hash cached: 39a52bfc3af78ae6cb5a2c110014a610134bb7c3d67678a5bee8b5ab86a733509fe50a69d0d4d5e8a84eef546713d6334f1d5207112f1140de025e6b77413d32 2026/07/14 01:40:57 DEBUG : A3/B1/C1/four: object hash cached: 37392008a949c4879f190a4ce54e354782bc88564a9534a882b3d42448f96168 2026/07/14 01:40:57 DEBUG : A3/B1/C1/four: object hash cached: adc1176ac1ea0d6b 2026/07/14 01:40:57 DEBUG : A3/B1/C1/four: object hash cached: 8cb76294f064577382ce18fb49b7d8cb 2026/07/14 01:40:57 DEBUG : A3/B1/C1/four: object hash cached: ad1d7d5339655cf0a7e22a8560b56f563ea95eba7b0a043776c99a4db108702a 2026/07/14 01:40:57 DEBUG : A3/B1/C1/four: object hash cached: e0a6daf07cfa433aeb3405433dd805a9b1a24318 2026/07/14 01:40:57 DEBUG : A3/B1/C1/four: object hash cached: 666f757200000000000000000000000000000000 2026/07/14 01:40:57 DEBUG : A3/B1/C1/four: object hash cached: 6678431de4000000000000000400000000000000 2026/07/14 01:40:57 INFO : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A3' 2026/07/14 01:40:57 DEBUG : A3: list: warm 4 from cache for: rclone-test-tenazam1ziha/A3, expiring on: 2026-07-14 07:40:57.551542364 +0000 UTC 2026/07/14 01:40:57 DEBUG : A3: list: cached entries: [A3/B1 A3/B2 A3/one A3/two] 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A3/B2' 2026/07/14 01:40:57 DEBUG : A3/B2: list: empty listing 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A3/B1' 2026/07/14 01:40:57 DEBUG : A3/B1: list: warm 4 from cache for: rclone-test-tenazam1ziha/A3/B1, expiring on: 2026-07-14 07:40:57.554928392 +0000 UTC 2026/07/14 01:40:57 DEBUG : A3/B2: list: read 0 from source 2026/07/14 01:40:57 DEBUG : A3/B2: list: source entries: [] 2026/07/14 01:40:57 DEBUG : A3/B1: list: cached entries: [A3/B1/C1 A3/B1/C2 A3/B1/C3 A3/B1/three] 2026/07/14 01:40:57 DEBUG : A3/B2: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A3/B1/C3' 2026/07/14 01:40:57 DEBUG : A3/B1/C3: list: empty listing 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A3/B1/C2' 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A3/B1/C1' 2026/07/14 01:40:57 DEBUG : A3/B1/C3: list: read 0 from source 2026/07/14 01:40:57 DEBUG : A3/B1/C3: list: source entries: [] 2026/07/14 01:40:57 DEBUG : A3/B1/C3: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A3/B1/C2: list: warm 1 from cache for: rclone-test-tenazam1ziha/A3/B1/C2, expiring on: 2026-07-14 07:40:57.556885008 +0000 UTC 2026/07/14 01:40:57 DEBUG : A3/B1/C2: list: cached entries: [A3/B1/C2/five] 2026/07/14 01:40:57 DEBUG : A3/B1/C1: list: warm 1 from cache for: rclone-test-tenazam1ziha/A3/B1/C1, expiring on: 2026-07-14 07:40:57.558453392 +0000 UTC 2026/07/14 01:40:57 DEBUG : A3/B1/C1: list: cached entries: [A3/B1/C1/four] 2026/07/14 01:40:57 DEBUG : A3/B2: list: cached dir: 'rclone-test-tenazam1ziha/A3/B2', cache ts: 2026-07-14 01:40:57.619008631 +0000 UTC m=+22.630946219 2026/07/14 01:40:57 DEBUG : A3/B1/C3: list: cached dir: 'rclone-test-tenazam1ziha/A3/B1/C3', cache ts: 2026-07-14 01:40:57.619165607 +0000 UTC m=+22.631103195 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A4' 2026/07/14 01:40:57 DEBUG : A4: mkdir: created dir in source fs 2026/07/14 01:40:57 DEBUG : A4: mkdir: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : mkdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A4/B1' 2026/07/14 01:40:57 DEBUG : A4/B1: mkdir: created dir in source fs 2026/07/14 01:40:57 DEBUG : A4/B1: mkdir: added to cache 2026/07/14 01:40:57 DEBUG : A4: cache: expired rclone-test-tenazam1ziha/A4 2026/07/14 01:40:57 DEBUG : A4: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A4: cache: expired 2026/07/14 01:40:57 INFO : A4: mkdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A4/B1/C1' 2026/07/14 01:40:57 DEBUG : A4/B1/C1: mkdir: created dir in source fs 2026/07/14 01:40:57 DEBUG : A4/B1/C1: mkdir: added to cache 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired rclone-test-tenazam1ziha/A4/B1 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired rclone-test-tenazam1ziha/A4 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired 2026/07/14 01:40:57 INFO : A4/B1: mkdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A4/B1/C2' 2026/07/14 01:40:57 DEBUG : A4/B1/C2: mkdir: created dir in source fs 2026/07/14 01:40:57 DEBUG : A4/B1/C2: mkdir: added to cache 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired rclone-test-tenazam1ziha/A4/B1 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired rclone-test-tenazam1ziha/A4 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired 2026/07/14 01:40:57 INFO : A4/B1: mkdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A4/B1/C3' 2026/07/14 01:40:57 DEBUG : A4/B1/C3: mkdir: created dir in source fs 2026/07/14 01:40:57 DEBUG : A4/B1/C3: mkdir: added to cache 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired rclone-test-tenazam1ziha/A4/B1 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired rclone-test-tenazam1ziha/A4 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired 2026/07/14 01:40:57 INFO : A4/B1: mkdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: mkdir 'A4/B2' 2026/07/14 01:40:57 DEBUG : A4/B2: mkdir: created dir in source fs 2026/07/14 01:40:57 DEBUG : A4/B2: mkdir: added to cache 2026/07/14 01:40:57 DEBUG : A4: cache: expired rclone-test-tenazam1ziha/A4 2026/07/14 01:40:57 DEBUG : A4: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A4: cache: expired 2026/07/14 01:40:57 INFO : A4: mkdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'A4/one' 2026/07/14 01:40:57 DEBUG : A4/one: find: error: couldn't find object (one) 2026/07/14 01:40:57 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: moving obj 'A3/one' -> A4/one 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'A4/B1/three' 2026/07/14 01:40:57 DEBUG : A4/B1/three: find: error: couldn't find object (three) 2026/07/14 01:40:57 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: moving obj 'A3/B1/three' -> A4/B1/three 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'A4/B1/C2/five' 2026/07/14 01:40:57 DEBUG : A4/B1/C2/five: find: error: couldn't find object (five) 2026/07/14 01:40:57 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'A4/B1/C1/four' 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: moving obj 'A3/B1/C2/five' -> A4/B1/C2/five 2026/07/14 01:40:57 DEBUG : A4/B1/C1/four: find: error: couldn't find object (four) 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'A4/two' 2026/07/14 01:40:57 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:57 DEBUG : A4/two: find: error: couldn't find object (two) 2026/07/14 01:40:57 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: moving obj 'A3/B1/C1/four' -> A4/B1/C1/four 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: moving obj 'A3/two' -> A4/two 2026/07/14 01:40:57 DEBUG : A4/one: move: file moved 2026/07/14 01:40:57 DEBUG : A4/B1/three: move: file moved 2026/07/14 01:40:57 DEBUG : A3/B1/three: move: removed from cache 2026/07/14 01:40:57 DEBUG : A4/B1/C2/five: move: file moved 2026/07/14 01:40:57 DEBUG : A4/two: move: file moved 2026/07/14 01:40:57 DEBUG : A4/B1/C1/four: move: file moved 2026/07/14 01:40:57 DEBUG : A3/one: move: removed from cache 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired rclone-test-tenazam1ziha/A3/B1 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired rclone-test-tenazam1ziha/A3 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired 2026/07/14 01:40:57 INFO : A3/B1: move: cache expired 2026/07/14 01:40:57 DEBUG : A3/B1/C2/five: move: removed from cache 2026/07/14 01:40:57 DEBUG : A3/two: move: removed from cache 2026/07/14 01:40:57 DEBUG : A3: cache: expired rclone-test-tenazam1ziha/A3 2026/07/14 01:40:57 DEBUG : A3: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A3: cache: expired 2026/07/14 01:40:57 DEBUG : A3/B1/C1/four: move: removed from cache 2026/07/14 01:40:57 INFO : A3: move: cache expired 2026/07/14 01:40:57 DEBUG : A4/B1/three: move: added to cache 2026/07/14 01:40:57 DEBUG : A3/B1/C2: cache: expired rclone-test-tenazam1ziha/A3/B1/C2 2026/07/14 01:40:57 DEBUG : A3/B1/C2: cache: expired rclone-test-tenazam1ziha/A3/B1 2026/07/14 01:40:57 DEBUG : A3/B1/C2: cache: expired rclone-test-tenazam1ziha/A3 2026/07/14 01:40:57 DEBUG : A3/B1/C2: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A3/B1/C2: cache: expired 2026/07/14 01:40:57 DEBUG : A3: cache: expired rclone-test-tenazam1ziha/A3 2026/07/14 01:40:57 INFO : A3/B1/C2: move: cache expired 2026/07/14 01:40:57 DEBUG : A3: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A3: cache: expired 2026/07/14 01:40:57 DEBUG : A3/B1/C1: cache: expired rclone-test-tenazam1ziha/A3/B1/C1 2026/07/14 01:40:57 INFO : A3: move: cache expired 2026/07/14 01:40:57 DEBUG : A3/B1/C1: cache: expired rclone-test-tenazam1ziha/A3/B1 2026/07/14 01:40:57 DEBUG : A3/B1/C1: cache: expired rclone-test-tenazam1ziha/A3 2026/07/14 01:40:57 DEBUG : A3/B1/C1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A3/B1/C1: cache: expired 2026/07/14 01:40:57 INFO : A3/B1/C1: move: cache expired 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired rclone-test-tenazam1ziha/A4/B1 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired rclone-test-tenazam1ziha/A4 2026/07/14 01:40:57 DEBUG : A4/one: move: added to cache 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired 2026/07/14 01:40:57 INFO : A4/B1: move: cache expired 2026/07/14 01:40:57 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/07/14 01:40:57 DEBUG : A4/B1/C2/five: move: added to cache 2026/07/14 01:40:57 DEBUG : A4/two: move: added to cache 2026/07/14 01:40:57 DEBUG : A4: cache: expired rclone-test-tenazam1ziha/A4 2026/07/14 01:40:57 DEBUG : A4/B1/C1/four: move: added to cache 2026/07/14 01:40:57 DEBUG : A4: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A4: cache: expired 2026/07/14 01:40:57 DEBUG : A4/B1/C2: cache: expired rclone-test-tenazam1ziha/A4/B1/C2 2026/07/14 01:40:57 INFO : A4: move: cache expired 2026/07/14 01:40:57 DEBUG : A4/B1/C2: cache: expired rclone-test-tenazam1ziha/A4/B1 2026/07/14 01:40:57 INFO : A3/one: Moved (server-side) to: A4/one 2026/07/14 01:40:57 DEBUG : A4/B1/C2: cache: expired rclone-test-tenazam1ziha/A4 2026/07/14 01:40:57 DEBUG : A4/B1/C2: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A4/B1/C2: cache: expired 2026/07/14 01:40:57 DEBUG : A4: cache: expired rclone-test-tenazam1ziha/A4 2026/07/14 01:40:57 DEBUG : A4: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 INFO : A4/B1/C2: move: cache expired 2026/07/14 01:40:57 DEBUG : A4: cache: expired 2026/07/14 01:40:57 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/07/14 01:40:57 DEBUG : A4/B1/C1: cache: expired rclone-test-tenazam1ziha/A4/B1/C1 2026/07/14 01:40:57 INFO : A4: move: cache expired 2026/07/14 01:40:57 INFO : A3/two: Moved (server-side) to: A4/two 2026/07/14 01:40:57 DEBUG : A4/B1/C1: cache: expired rclone-test-tenazam1ziha/A4/B1 2026/07/14 01:40:57 DEBUG : A4/B1/C1: cache: expired rclone-test-tenazam1ziha/A4 2026/07/14 01:40:57 DEBUG : A4/B1/C1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A4/B1/C1: cache: expired 2026/07/14 01:40:57 INFO : A4/B1/C1: move: cache expired 2026/07/14 01:40:57 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A3/B2' 2026/07/14 01:40:57 DEBUG : A3/B2: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A3/B2: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : A3: cache: expired rclone-test-tenazam1ziha/A3 2026/07/14 01:40:57 DEBUG : A3: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A3: cache: expired 2026/07/14 01:40:57 INFO : A3: rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A3/B1/C3' 2026/07/14 01:40:57 DEBUG : A3/B1/C3: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A3/B1/C3: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired rclone-test-tenazam1ziha/A3/B1 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired rclone-test-tenazam1ziha/A3 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired 2026/07/14 01:40:57 INFO : A3/B1: rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A3/B1/C2' 2026/07/14 01:40:57 DEBUG : A3/B1/C2: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A3/B1/C2: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired rclone-test-tenazam1ziha/A3/B1 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired rclone-test-tenazam1ziha/A3 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired 2026/07/14 01:40:57 INFO : A3/B1: rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A3/B1/C1' 2026/07/14 01:40:57 DEBUG : A3/B1/C1: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A3/B1/C1: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired rclone-test-tenazam1ziha/A3/B1 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired rclone-test-tenazam1ziha/A3 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A3/B1: cache: expired 2026/07/14 01:40:57 INFO : A3/B1: rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A3/B1' 2026/07/14 01:40:57 DEBUG : A3/B1: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A3/B1: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : A3: cache: expired rclone-test-tenazam1ziha/A3 2026/07/14 01:40:57 DEBUG : A3: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A3: cache: expired 2026/07/14 01:40:57 INFO : A3: rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A3' 2026/07/14 01:40:57 DEBUG : A3: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A3: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.65786076 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 1 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [A4] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.658767038 +0000 UTC m=+22.670704616 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A4' 2026/07/14 01:40:57 DEBUG : A4: list: cold listing: 2026-07-13 19:40:57.646704367 +0000 UTC 2026/07/14 01:40:57 DEBUG : A4: list: read 4 from source 2026/07/14 01:40:57 DEBUG : A4: list: source entries: [A4/B1 A4/two A4/B2 A4/one] 2026/07/14 01:40:57 DEBUG : A4: list: cached object: A4/one 2026/07/14 01:40:57 DEBUG : A4: list: cached object: A4/two 2026/07/14 01:40:57 DEBUG : A4: list: cached directories: 1 2026/07/14 01:40:57 DEBUG : A4: list: cached dir: 'rclone-test-tenazam1ziha/A4', cache ts: 2026-07-14 01:40:57.661625693 +0000 UTC m=+22.673563270 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A4/B2' 2026/07/14 01:40:57 DEBUG : A4/B2: list: empty listing 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A4/B1' 2026/07/14 01:40:57 DEBUG : A4/B2: list: read 0 from source 2026/07/14 01:40:57 DEBUG : A4/B2: list: source entries: [] 2026/07/14 01:40:57 DEBUG : A4/B2: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A4/B1: list: cold listing: 2026-07-13 19:40:57.646704367 +0000 UTC 2026/07/14 01:40:57 DEBUG : A4/B1: list: read 4 from source 2026/07/14 01:40:57 DEBUG : A4/B1: list: source entries: [A4/B1/C3 A4/B1/C2 A4/B1/C1 A4/B1/three] 2026/07/14 01:40:57 DEBUG : A4/B2: list: cached dir: 'rclone-test-tenazam1ziha/A4/B2', cache ts: 2026-07-14 01:40:57.662371046 +0000 UTC m=+22.674308634 2026/07/14 01:40:57 DEBUG : A4/B1: list: cached object: A4/B1/three 2026/07/14 01:40:57 DEBUG : A4/B1: list: cached directories: 1 2026/07/14 01:40:57 DEBUG : A4/B1: list: cached dir: 'rclone-test-tenazam1ziha/A4/B1', cache ts: 2026-07-14 01:40:57.664409595 +0000 UTC m=+22.676347174 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A4/B1/C3' 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A4/B1/C1' 2026/07/14 01:40:57 DEBUG : A4/B1/C3: list: empty listing 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A4/B1/C2' 2026/07/14 01:40:57 DEBUG : A4/B1/C1: list: cold listing: 2026-07-13 19:40:57.646704367 +0000 UTC 2026/07/14 01:40:57 DEBUG : A4/B1/C3: list: read 0 from source 2026/07/14 01:40:57 DEBUG : A4/B1/C3: list: source entries: [] 2026/07/14 01:40:57 DEBUG : A4/B1/C3: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A4/B1/C2: list: cold listing: 2026-07-13 19:40:57.645298699 +0000 UTC 2026/07/14 01:40:57 DEBUG : A4/B1/C1: list: read 1 from source 2026/07/14 01:40:57 DEBUG : A4/B1/C1: list: source entries: [A4/B1/C1/four] 2026/07/14 01:40:57 DEBUG : A4/B1/C2: list: read 1 from source 2026/07/14 01:40:57 DEBUG : A4/B1/C2: list: source entries: [A4/B1/C2/five] 2026/07/14 01:40:57 DEBUG : A4/B1/C3: list: cached dir: 'rclone-test-tenazam1ziha/A4/B1/C3', cache ts: 2026-07-14 01:40:57.665273262 +0000 UTC m=+22.677210850 2026/07/14 01:40:57 DEBUG : A4/B1/C1: list: cached object: A4/B1/C1/four 2026/07/14 01:40:57 DEBUG : A4/B1/C1: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A4/B1/C1: list: cached dir: 'rclone-test-tenazam1ziha/A4/B1/C1', cache ts: 2026-07-14 01:40:57.666731189 +0000 UTC m=+22.678668777 2026/07/14 01:40:57 DEBUG : A4/B1/C2: list: cached object: A4/B1/C2/five 2026/07/14 01:40:57 DEBUG : A4/B1/C2: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A4/B1/C2: list: cached dir: 'rclone-test-tenazam1ziha/A4/B1/C2', cache ts: 2026-07-14 01:40:57.668137257 +0000 UTC m=+22.680074845 2026/07/14 01:40:57 DEBUG : A4/one: object hash cached: f97c5d29941bfb1b2fdab0874906ab82 2026/07/14 01:40:57 DEBUG : A4/one: object hash cached: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 2026/07/14 01:40:57 DEBUG : A4/one: object hash cached: 8f619b7ad7e90328fc743f8326b9af6e6fae75aeebf375efc178289b90a7b608993953063f4b87617f8412f50cbab5f0a9e2317ca39294a3b75ce4b0517c9e66 2026/07/14 01:40:57 DEBUG : A4/one: object hash cached: 7a6c86f1 2026/07/14 01:40:57 DEBUG : A4/one: object hash cached: 7692c3ad3540bb803c020b3aee66cd8887123234ea0c6e7143c0add73ff431ed 2026/07/14 01:40:57 DEBUG : A4/one: object hash cached: 05f70341078acf6a06d423d21720f9643d5f953626d88a02636dc3a9e79582aeb0c820857fd3f8dc502aa8360d2c8fa97a985fda5b629b809cad18ffb62d3899 2026/07/14 01:40:57 DEBUG : A4/one: object hash cached: d33fb48ab5adff269ae172b29a6913ff04f6f266207a7a8e976f2ecd571d4492 2026/07/14 01:40:57 DEBUG : A4/one: object hash cached: 911faba7321fe1a0 2026/07/14 01:40:57 DEBUG : A4/one: object hash cached: 0a1c6d4cf41eb499911faba7321fe1a0 2026/07/14 01:40:57 DEBUG : A4/one: object hash cached: fe8d7a873dc48961a6af334c996b2cb3ce37149d5ce9c9253952a54c6a92c1ad 2026/07/14 01:40:57 DEBUG : A4/one: object hash cached: 4ae17179700e403a003b67e8771a3746b8fb7038 2026/07/14 01:40:57 DEBUG : A4/one: object hash cached: 6f6e650000000000000000000000000000000000 2026/07/14 01:40:57 DEBUG : A4/one: object hash cached: 6f70431900000000000000000300000000000000 2026/07/14 01:40:57 DEBUG : A4/two: object hash cached: b8a9f715dbb64fd5c56e7783c6820a61 2026/07/14 01:40:57 DEBUG : A4/two: object hash cached: ad782ecdac770fc6eb9a62e44f90873fb97fb26b 2026/07/14 01:40:57 DEBUG : A4/two: object hash cached: 27040ba56a030418b64a5cfb3f7e3b5752374f5729d9aafff1c2dabe51e6dcb32b9604d7da6aa7040c3dbace38753ee1de8f8e38f7f0bf82f98a660fb3b294fe 2026/07/14 01:40:57 DEBUG : A4/two: object hash cached: 11ca8a66 2026/07/14 01:40:57 DEBUG : A4/two: object hash cached: 3fc4ccfe745870e2c0d99f71f30ff0656c8dedd41cc1d7d3d376b0dbe685e2f3 2026/07/14 01:40:57 DEBUG : A4/two: object hash cached: 928d50d1e24dab7cca62cfe84fcdcf9fc695160a278f91b5c0af22b709d82f8aa3b4955b3de9ba6d0a0eb7d932dc64c4d5c63fc2de87441ad2e5b929f9b67c5e 2026/07/14 01:40:57 DEBUG : A4/two: object hash cached: dc770fff53f50835f8cc957e01c0d5731d3c2ed544c375493a28c09be5e09763 2026/07/14 01:40:57 DEBUG : A4/two: object hash cached: 6c0560bdcb29998b 2026/07/14 01:40:57 DEBUG : A4/two: object hash cached: 35d5c8cc887e4da96c0560bdcb29998b 2026/07/14 01:40:57 DEBUG : A4/two: object hash cached: 313db63e0283ab2a9bc72e9a0ac749da1d3acf708fcd1a7848767244dd2f17e8 2026/07/14 01:40:57 DEBUG : A4/two: object hash cached: e582e2c9b94ae07f4109b7127ba3df5fe0209586 2026/07/14 01:40:57 DEBUG : A4/two: object hash cached: 74776f0000000000000000000000000000000000 2026/07/14 01:40:57 DEBUG : A4/two: object hash cached: 74b8c31b00000000000000000300000000000000 2026/07/14 01:40:57 DEBUG : A4/B1/three: object hash cached: 35d6d33467aae9a2e3dccb4b6b027878 2026/07/14 01:40:57 DEBUG : A4/B1/three: object hash cached: b802f384302cb24fbab0a44997e820bf2e8507bb 2026/07/14 01:40:57 DEBUG : A4/B1/three: object hash cached: c21febc91793d071a776fd2bcc364c4fa666474187d10e34e0e4c79f5c09eb84e3bbf49f96ab269a778b80ce395a7a67af7a1eb26c7591e5dd0afc81f4a14abb 2026/07/14 01:40:57 DEBUG : A4/B1/three: object hash cached: 46c5d8f5 2026/07/14 01:40:57 DEBUG : A4/B1/three: object hash cached: 8b5b9db0c13db24256c829aa364aa90c6d2eba318b9232a4ab9313b954d3555f 2026/07/14 01:40:57 DEBUG : A4/B1/three: object hash cached: 62758e4a57b76feb1fc878387c4d2639e4bfbded06afb5f22227835d9fc63bfbd30df34447ae21ece6b1659c0abebd716f350e81c3439a3799172dca9b05f78f 2026/07/14 01:40:57 DEBUG : A4/B1/three: object hash cached: dbec0e689fb63bd729147727129d854e9d590ab620a18bbbcb3317d268d6fd72 2026/07/14 01:40:57 DEBUG : A4/B1/three: object hash cached: c11df15eb3a3e385 2026/07/14 01:40:57 DEBUG : A4/B1/three: object hash cached: 3770bf919c6f37ecbd8dc69679faa810 2026/07/14 01:40:57 DEBUG : A4/B1/three: object hash cached: 1dbfa84faa926d00a27e7578746a13ad3063e0e9bde3b25015e545ad80f5f703 2026/07/14 01:40:57 DEBUG : A4/B1/three: object hash cached: e2ac97450e914c339084217d73302a22b1c8a3a8 2026/07/14 01:40:57 DEBUG : A4/B1/three: object hash cached: 7468726565000000000000000000000000000000 2026/07/14 01:40:57 DEBUG : A4/B1/three: object hash cached: 7440831cca500600000000000500000000000000 2026/07/14 01:40:57 DEBUG : A4/B1/C1/four: object hash cached: 8cbad96aced40b3838dd9f07f6ef5772 2026/07/14 01:40:57 DEBUG : A4/B1/C1/four: object hash cached: 9f8f7eec5dea5ac43738721939c120318cbff1df 2026/07/14 01:40:57 DEBUG : A4/B1/C1/four: object hash cached: 6d1948017953a78a3ed5fa4c2d9703ff54632fa609e56786a6ccbbe068667626450aff1f33adc89f352defe6e24df6a3adeb6ebbaa9c3e965a68fb4200e3b35d 2026/07/14 01:40:57 DEBUG : A4/B1/C1/four: object hash cached: 90c1667d 2026/07/14 01:40:57 DEBUG : A4/B1/C1/four: object hash cached: 04efaf080f5a3e74e1c29d1ca6a48569382cbbcd324e8d59d2b83ef21c039f00 2026/07/14 01:40:57 DEBUG : A4/B1/C1/four: object hash cached: 39a52bfc3af78ae6cb5a2c110014a610134bb7c3d67678a5bee8b5ab86a733509fe50a69d0d4d5e8a84eef546713d6334f1d5207112f1140de025e6b77413d32 2026/07/14 01:40:57 DEBUG : A4/B1/C1/four: object hash cached: 37392008a949c4879f190a4ce54e354782bc88564a9534a882b3d42448f96168 2026/07/14 01:40:57 DEBUG : A4/B1/C1/four: object hash cached: adc1176ac1ea0d6b 2026/07/14 01:40:57 DEBUG : A4/B1/C1/four: object hash cached: 8cb76294f064577382ce18fb49b7d8cb 2026/07/14 01:40:57 DEBUG : A4/B1/C1/four: object hash cached: ad1d7d5339655cf0a7e22a8560b56f563ea95eba7b0a043776c99a4db108702a 2026/07/14 01:40:57 DEBUG : A4/B1/C1/four: object hash cached: e0a6daf07cfa433aeb3405433dd805a9b1a24318 2026/07/14 01:40:57 DEBUG : A4/B1/C1/four: object hash cached: 666f757200000000000000000000000000000000 2026/07/14 01:40:57 DEBUG : A4/B1/C1/four: object hash cached: 6678431de4000000000000000400000000000000 2026/07/14 01:40:57 DEBUG : A4/B1/C2/five: object hash cached: 30056e1cab7a61d256fc8edd970d14f5 2026/07/14 01:40:57 DEBUG : A4/B1/C2/five: object hash cached: 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 2026/07/14 01:40:57 DEBUG : A4/B1/C2/five: object hash cached: 941d6f501fc56ef7fbbca5d8ed1727892020a79c7c1c9d8e8092b4fd19057a068795b0e6042c9b2b3a1f74d808a2d6b9fb503ed88e6e10a86339b3f6e337e5e3 2026/07/14 01:40:57 DEBUG : A4/B1/C2/five: object hash cached: 3cb2cccb 2026/07/14 01:40:57 DEBUG : A4/B1/C2/five: object hash cached: 222b0bd51fcef7e65c2e62db2ed65457013bab56be6fafeb19ee11d453153c80 2026/07/14 01:40:57 DEBUG : A4/B1/C2/five: object hash cached: 71471f1accd118982f790f9503c368c72914b099b69a5333579dc8edb4378080fba9e67707c276a179301ead88b70cf618fb015fe62272c1d5580a31e844cefa 2026/07/14 01:40:57 DEBUG : A4/B1/C2/five: object hash cached: e2e784ea2a9b29fc6c9cd781183ff3aee04175db205580175b455fb625f70779 2026/07/14 01:40:57 DEBUG : A4/B1/C2/five: object hash cached: 1c198c5ba936fdea 2026/07/14 01:40:57 DEBUG : A4/B1/C2/five: object hash cached: e72fe498e5f07aaf1770d0edf3c506de 2026/07/14 01:40:57 DEBUG : A4/B1/C2/five: object hash cached: 785ec2cf1199779cb1593eac85d7465db3603834e9edd6d1420f2b369bb01dc3 2026/07/14 01:40:57 DEBUG : A4/B1/C2/five: object hash cached: 7b7efcda80d63957906b16773e126b0b1055bcd8 2026/07/14 01:40:57 DEBUG : A4/B1/C2/five: object hash cached: 6669766500000000000000000000000000000000 2026/07/14 01:40:57 DEBUG : A4/B1/C2/five: object hash cached: 6648831dca000000000000000400000000000000 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:57.658767038 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: cached entries: [A4] 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A4' 2026/07/14 01:40:57 DEBUG : A4: list: warm 4 from cache for: rclone-test-tenazam1ziha/A4, expiring on: 2026-07-14 07:40:57.661625693 +0000 UTC 2026/07/14 01:40:57 DEBUG : A4: list: cached entries: [A4/B1 A4/B2 A4/one A4/two] 2026/07/14 01:40:57 DEBUG : A4/one: removing object 2026/07/14 01:40:57 DEBUG : A4: cache: expired rclone-test-tenazam1ziha/A4 2026/07/14 01:40:57 DEBUG : A4: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A4: cache: expired 2026/07/14 01:40:57 DEBUG : A4/two: removing object 2026/07/14 01:40:57 DEBUG : A4: cache: expired rclone-test-tenazam1ziha/A4 2026/07/14 01:40:57 DEBUG : A4: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A4: cache: expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A4/B2' 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A4/B1' 2026/07/14 01:40:57 DEBUG : A4/B2: list: empty listing 2026/07/14 01:40:57 DEBUG : A4/B2: list: read 0 from source 2026/07/14 01:40:57 DEBUG : A4/B2: list: source entries: [] 2026/07/14 01:40:57 DEBUG : A4/B1: list: warm 4 from cache for: rclone-test-tenazam1ziha/A4/B1, expiring on: 2026-07-14 07:40:57.664409595 +0000 UTC 2026/07/14 01:40:57 DEBUG : A4/B2: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A4/B1: list: cached entries: [A4/B1/C1 A4/B1/C2 A4/B1/C3 A4/B1/three] 2026/07/14 01:40:57 DEBUG : A4/B2: list: cached dir: 'rclone-test-tenazam1ziha/A4/B2', cache ts: 2026-07-14 01:40:57.72637466 +0000 UTC m=+22.738312248 2026/07/14 01:40:57 DEBUG : A4/B1/three: removing object 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired rclone-test-tenazam1ziha/A4/B1 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired rclone-test-tenazam1ziha/A4 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A4/B1/C3' 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A4/B1/C2' 2026/07/14 01:40:57 DEBUG : A4/B1/C3: list: empty listing 2026/07/14 01:40:57 DEBUG : A4/B1/C2: list: warm 1 from cache for: rclone-test-tenazam1ziha/A4/B1/C2, expiring on: 2026-07-14 07:40:57.668137257 +0000 UTC 2026/07/14 01:40:57 DEBUG : A4/B1/C2: list: cached entries: [A4/B1/C2/five] 2026/07/14 01:40:57 DEBUG : A4/B1/C3: list: read 0 from source 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'A4/B1/C1' 2026/07/14 01:40:57 DEBUG : A4/B1/C3: list: source entries: [] 2026/07/14 01:40:57 DEBUG : A4/B1/C3: list: cached directories: 0 2026/07/14 01:40:57 DEBUG : A4/B1/C1: list: warm 1 from cache for: rclone-test-tenazam1ziha/A4/B1/C1, expiring on: 2026-07-14 07:40:57.666731189 +0000 UTC 2026/07/14 01:40:57 DEBUG : A4/B1/C1: list: cached entries: [A4/B1/C1/four] 2026/07/14 01:40:57 DEBUG : A4/B1/C2/five: removing object 2026/07/14 01:40:57 DEBUG : A4/B1/C3: list: cached dir: 'rclone-test-tenazam1ziha/A4/B1/C3', cache ts: 2026-07-14 01:40:57.730209422 +0000 UTC m=+22.742147051 2026/07/14 01:40:57 DEBUG : A4/B1/C2: cache: expired rclone-test-tenazam1ziha/A4/B1/C2 2026/07/14 01:40:57 DEBUG : A4/B1/C2: cache: expired rclone-test-tenazam1ziha/A4/B1 2026/07/14 01:40:57 DEBUG : A4/B1/C2: cache: expired rclone-test-tenazam1ziha/A4 2026/07/14 01:40:57 DEBUG : A4/B1/C2: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A4/B1/C2: cache: expired 2026/07/14 01:40:57 DEBUG : A4/B1/C1/four: removing object 2026/07/14 01:40:57 DEBUG : A4/B1/C1: cache: expired rclone-test-tenazam1ziha/A4/B1/C1 2026/07/14 01:40:57 DEBUG : A4/B1/C1: cache: expired rclone-test-tenazam1ziha/A4/B1 2026/07/14 01:40:57 DEBUG : A4/B1/C1: cache: expired rclone-test-tenazam1ziha/A4 2026/07/14 01:40:57 DEBUG : A4/B1/C1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A4/B1/C1: cache: expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A4/B2' 2026/07/14 01:40:57 DEBUG : A4/B2: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A4/B2: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : A4: cache: expired rclone-test-tenazam1ziha/A4 2026/07/14 01:40:57 DEBUG : A4: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A4: cache: expired 2026/07/14 01:40:57 INFO : A4: rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A4/B1/C3' 2026/07/14 01:40:57 DEBUG : A4/B1/C3: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A4/B1/C3: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired rclone-test-tenazam1ziha/A4/B1 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired rclone-test-tenazam1ziha/A4 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired 2026/07/14 01:40:57 INFO : A4/B1: rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A4/B1/C2' 2026/07/14 01:40:57 DEBUG : A4/B1/C2: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A4/B1/C2: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired rclone-test-tenazam1ziha/A4/B1 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired rclone-test-tenazam1ziha/A4 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired 2026/07/14 01:40:57 INFO : A4/B1: rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A4/B1/C1' 2026/07/14 01:40:57 DEBUG : A4/B1/C1: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A4/B1/C1: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired rclone-test-tenazam1ziha/A4/B1 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired rclone-test-tenazam1ziha/A4 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A4/B1: cache: expired 2026/07/14 01:40:57 INFO : A4/B1: rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A4/B1' 2026/07/14 01:40:57 DEBUG : A4/B1: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A4/B1: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : A4: cache: expired rclone-test-tenazam1ziha/A4 2026/07/14 01:40:57 DEBUG : A4: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : A4: cache: expired 2026/07/14 01:40:57 INFO : A4: rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'A4' 2026/07/14 01:40:57 DEBUG : A4: rmdir: removed dir in source fs 2026/07/14 01:40:57 DEBUG : A4: rmdir: removed from cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : rmdir: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.745656628 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.74648594 +0000 UTC m=+22.758423528 --- PASS: TestDirMove (0.39s) === RUN TestGetFsInfo run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: empty listing 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.747652889 +0000 UTC m=+22.759590477 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: empty listing 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.748617214 +0000 UTC m=+22.760554802 --- PASS: TestGetFsInfo (0.00s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: empty listing 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.749513503 +0000 UTC m=+22.761451081 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: File to upload is small (34 bytes), uploading instead of streaming 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'no_checksum_small_file_from_pipe' 2026/07/14 01:40:57 DEBUG : no_checksum_small_file_from_pipe: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : no_checksum_small_file_from_pipe: put: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : put: cache expired 2026/07/14 01:40:57 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/07/14 01:40:57 DEBUG : no_checksum_small_file_from_pipe: object hash cached: 4c762bc6ec18f21b23fcae426c7863b5 2026/07/14 01:40:57 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/07/14 01:40:57 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data streaming in 'no_checksum_big_file_from_pipe' 2026/07/14 01:40:57 DEBUG : no_checksum_big_file_from_pipe: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : no_checksum_big_file_from_pipe: put: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : put: cache expired 2026/07/14 01:40:57 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/07/14 01:40:57 DEBUG : no_checksum_big_file_from_pipe: object hash cached: fffc7956ba9a7b58a63c01b6ce1ddc45 2026/07/14 01:40:57 DEBUG : no_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/07/14 01:40:57 DEBUG : no_checksum_big_file_from_pipe: Size and md5 of src and dst objects identical 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.757781566 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 2 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [no_checksum_big_file_from_pipe no_checksum_small_file_from_pipe] 2026/07/14 01:40:57 DEBUG : list: cached object: no_checksum_big_file_from_pipe 2026/07/14 01:40:57 DEBUG : list: cached object: no_checksum_small_file_from_pipe 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.764927186 +0000 UTC m=+22.776864763 2026/07/14 01:40:57 DEBUG : no_checksum_big_file_from_pipe: object hash cached: fffc7956ba9a7b58a63c01b6ce1ddc45 2026/07/14 01:40:57 DEBUG : no_checksum_big_file_from_pipe: object hash cached: d0080f73aa8b494570ad63df1beb25c01ea9eea2 2026/07/14 01:40:57 DEBUG : no_checksum_big_file_from_pipe: object hash cached: 730eb8f5865dfc69550e97ebbbea2c2faf918ac55ce17679b38b04fa3e58200882431a61ff18cd34f827c10b84d4ad5e376a51cb11717497b793badddc02c94c 2026/07/14 01:40:57 DEBUG : no_checksum_big_file_from_pipe: object hash cached: e8fd46c6 2026/07/14 01:40:57 DEBUG : no_checksum_big_file_from_pipe: object hash cached: 884c9311d7b21518d39a523cd9dfa9790b82a5c6ad7f3f8497a4393bfd50cfb7 2026/07/14 01:40:57 DEBUG : no_checksum_big_file_from_pipe: object hash cached: 35f461c0faeb9d38a861b49395d748cc6e04e7a90bb8234697bf07ae60f659084fee4d3e8aba0a2f8f32a7eb21126470b81be8ad11ba3ff0a0294a67ba1f7f50 2026/07/14 01:40:57 DEBUG : no_checksum_big_file_from_pipe: object hash cached: ea235a905acbe134f01885a77fb832950c579b6ae708d950bdc45a982494f1c3 2026/07/14 01:40:57 DEBUG : no_checksum_big_file_from_pipe: object hash cached: d5ddcadb5c5ef048 2026/07/14 01:40:57 DEBUG : no_checksum_big_file_from_pipe: object hash cached: b53399dfc6d8176cd5ddcadb5c5ef048 2026/07/14 01:40:57 DEBUG : no_checksum_big_file_from_pipe: object hash cached: 134292f7f01dbc9fa2e8230e98def0b183c01ca9fce46a144f90bee4ef0c4ef3 2026/07/14 01:40:57 DEBUG : no_checksum_big_file_from_pipe: object hash cached: 0000000000000000000000000000000000000000 2026/07/14 01:40:57 DEBUG : no_checksum_big_file_from_pipe: object hash cached: 8fc4b6e5cdaf7a0152d561fbd852938c66d3e964 2026/07/14 01:40:57 DEBUG : no_checksum_big_file_from_pipe: object hash cached: 0000000000000000000000000190010000000000 2026/07/14 01:40:57 DEBUG : no_checksum_small_file_from_pipe: object hash cached: 4c762bc6ec18f21b23fcae426c7863b5 2026/07/14 01:40:57 DEBUG : no_checksum_small_file_from_pipe: object hash cached: 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 2026/07/14 01:40:57 DEBUG : no_checksum_small_file_from_pipe: object hash cached: 61123d73f595edb747fdaf700741f066fdfaec4970fdb701bfb7aa25e02883253123b7663ab869e325af6d8c61a313cfedf5516bee87f99b22d50e9b15354c2a 2026/07/14 01:40:57 DEBUG : no_checksum_small_file_from_pipe: object hash cached: 01b3ac18 2026/07/14 01:40:57 DEBUG : no_checksum_small_file_from_pipe: object hash cached: 2f0590123fec5da63eace7f3d08ee9e61b4b1043d1aee9fcfeb32f66e48fa89e 2026/07/14 01:40:57 DEBUG : no_checksum_small_file_from_pipe: object hash cached: ce4cda06c33a2a04b2f24aa891bdb7a83fd3f57e571a693cdbb7d64d531c7f17a2ab633cf29ede8de42ac7c7e15737cbc729eb8ce62e490622fd72220e074567 2026/07/14 01:40:57 DEBUG : no_checksum_small_file_from_pipe: object hash cached: d9957fbf9c9b5bf027ad7a75cd96022da59bf47499fc286e9c67919ca03b787b 2026/07/14 01:40:57 DEBUG : no_checksum_small_file_from_pipe: object hash cached: cf6aac2c708376ad 2026/07/14 01:40:57 DEBUG : no_checksum_small_file_from_pipe: object hash cached: 6dd116540381b86fdc4f13e63eabd5ed 2026/07/14 01:40:57 DEBUG : no_checksum_small_file_from_pipe: object hash cached: 6167057cad26d021a22944146dfef827ec973d33996a25ece54f17508427cf5f 2026/07/14 01:40:57 DEBUG : no_checksum_small_file_from_pipe: object hash cached: b448dd26df3773e70ffed168f17bd65676f4e687 2026/07/14 01:40:57 DEBUG : no_checksum_small_file_from_pipe: object hash cached: 38097cd367f8e5983df551a24266bcdbadf53210 2026/07/14 01:40:57 DEBUG : no_checksum_small_file_from_pipe: object hash cached: 45dc0e76d116c1d44a3588d25663bb8919e47993 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:57.764927186 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: cached entries: [no_checksum_big_file_from_pipe no_checksum_small_file_from_pipe] 2026/07/14 01:40:57 DEBUG : no_checksum_big_file_from_pipe: removing object 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 DEBUG : no_checksum_small_file_from_pipe: removing object 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.797101508 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.797932983 +0000 UTC m=+22.809870571 === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: empty listing 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.798858526 +0000 UTC m=+22.810796105 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: File to upload is small (34 bytes), uploading instead of streaming 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'with_checksum_small_file_from_pipe' 2026/07/14 01:40:57 DEBUG : with_checksum_small_file_from_pipe: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : with_checksum_small_file_from_pipe: put: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : put: cache expired 2026/07/14 01:40:57 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/07/14 01:40:57 DEBUG : with_checksum_small_file_from_pipe: object hash cached: 4c762bc6ec18f21b23fcae426c7863b5 2026/07/14 01:40:57 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/07/14 01:40:57 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data streaming in 'with_checksum_big_file_from_pipe' 2026/07/14 01:40:57 DEBUG : with_checksum_big_file_from_pipe: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : with_checksum_big_file_from_pipe: put: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : put: cache expired 2026/07/14 01:40:57 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/07/14 01:40:57 DEBUG : with_checksum_big_file_from_pipe: object hash cached: fffc7956ba9a7b58a63c01b6ce1ddc45 2026/07/14 01:40:57 DEBUG : with_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/07/14 01:40:57 DEBUG : with_checksum_big_file_from_pipe: Size and md5 of src and dst objects identical 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.804911548 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 2 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [with_checksum_small_file_from_pipe with_checksum_big_file_from_pipe] 2026/07/14 01:40:57 DEBUG : list: cached object: with_checksum_big_file_from_pipe 2026/07/14 01:40:57 DEBUG : list: cached object: with_checksum_small_file_from_pipe 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.811865557 +0000 UTC m=+22.823803145 2026/07/14 01:40:57 DEBUG : with_checksum_big_file_from_pipe: object hash cached: fffc7956ba9a7b58a63c01b6ce1ddc45 2026/07/14 01:40:57 DEBUG : with_checksum_big_file_from_pipe: object hash cached: d0080f73aa8b494570ad63df1beb25c01ea9eea2 2026/07/14 01:40:57 DEBUG : with_checksum_big_file_from_pipe: object hash cached: 730eb8f5865dfc69550e97ebbbea2c2faf918ac55ce17679b38b04fa3e58200882431a61ff18cd34f827c10b84d4ad5e376a51cb11717497b793badddc02c94c 2026/07/14 01:40:57 DEBUG : with_checksum_big_file_from_pipe: object hash cached: e8fd46c6 2026/07/14 01:40:57 DEBUG : with_checksum_big_file_from_pipe: object hash cached: 884c9311d7b21518d39a523cd9dfa9790b82a5c6ad7f3f8497a4393bfd50cfb7 2026/07/14 01:40:57 DEBUG : with_checksum_big_file_from_pipe: object hash cached: 35f461c0faeb9d38a861b49395d748cc6e04e7a90bb8234697bf07ae60f659084fee4d3e8aba0a2f8f32a7eb21126470b81be8ad11ba3ff0a0294a67ba1f7f50 2026/07/14 01:40:57 DEBUG : with_checksum_big_file_from_pipe: object hash cached: ea235a905acbe134f01885a77fb832950c579b6ae708d950bdc45a982494f1c3 2026/07/14 01:40:57 DEBUG : with_checksum_big_file_from_pipe: object hash cached: d5ddcadb5c5ef048 2026/07/14 01:40:57 DEBUG : with_checksum_big_file_from_pipe: object hash cached: b53399dfc6d8176cd5ddcadb5c5ef048 2026/07/14 01:40:57 DEBUG : with_checksum_big_file_from_pipe: object hash cached: 134292f7f01dbc9fa2e8230e98def0b183c01ca9fce46a144f90bee4ef0c4ef3 2026/07/14 01:40:57 DEBUG : with_checksum_big_file_from_pipe: object hash cached: 0000000000000000000000000000000000000000 2026/07/14 01:40:57 DEBUG : with_checksum_big_file_from_pipe: object hash cached: 8fc4b6e5cdaf7a0152d561fbd852938c66d3e964 2026/07/14 01:40:57 DEBUG : with_checksum_big_file_from_pipe: object hash cached: 0000000000000000000000000190010000000000 2026/07/14 01:40:57 DEBUG : with_checksum_small_file_from_pipe: object hash cached: 4c762bc6ec18f21b23fcae426c7863b5 2026/07/14 01:40:57 DEBUG : with_checksum_small_file_from_pipe: object hash cached: 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 2026/07/14 01:40:57 DEBUG : with_checksum_small_file_from_pipe: object hash cached: 61123d73f595edb747fdaf700741f066fdfaec4970fdb701bfb7aa25e02883253123b7663ab869e325af6d8c61a313cfedf5516bee87f99b22d50e9b15354c2a 2026/07/14 01:40:57 DEBUG : with_checksum_small_file_from_pipe: object hash cached: 01b3ac18 2026/07/14 01:40:57 DEBUG : with_checksum_small_file_from_pipe: object hash cached: 2f0590123fec5da63eace7f3d08ee9e61b4b1043d1aee9fcfeb32f66e48fa89e 2026/07/14 01:40:57 DEBUG : with_checksum_small_file_from_pipe: object hash cached: ce4cda06c33a2a04b2f24aa891bdb7a83fd3f57e571a693cdbb7d64d531c7f17a2ab633cf29ede8de42ac7c7e15737cbc729eb8ce62e490622fd72220e074567 2026/07/14 01:40:57 DEBUG : with_checksum_small_file_from_pipe: object hash cached: d9957fbf9c9b5bf027ad7a75cd96022da59bf47499fc286e9c67919ca03b787b 2026/07/14 01:40:57 DEBUG : with_checksum_small_file_from_pipe: object hash cached: cf6aac2c708376ad 2026/07/14 01:40:57 DEBUG : with_checksum_small_file_from_pipe: object hash cached: 6dd116540381b86fdc4f13e63eabd5ed 2026/07/14 01:40:57 DEBUG : with_checksum_small_file_from_pipe: object hash cached: 6167057cad26d021a22944146dfef827ec973d33996a25ece54f17508427cf5f 2026/07/14 01:40:57 DEBUG : with_checksum_small_file_from_pipe: object hash cached: b448dd26df3773e70ffed168f17bd65676f4e687 2026/07/14 01:40:57 DEBUG : with_checksum_small_file_from_pipe: object hash cached: 38097cd367f8e5983df551a24266bcdbadf53210 2026/07/14 01:40:57 DEBUG : with_checksum_small_file_from_pipe: object hash cached: 45dc0e76d116c1d44a3588d25663bb8919e47993 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:57.811865557 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: cached entries: [with_checksum_big_file_from_pipe with_checksum_small_file_from_pipe] 2026/07/14 01:40:57 DEBUG : with_checksum_big_file_from_pipe: removing object 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 DEBUG : with_checksum_small_file_from_pipe: removing object 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.844066588 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.845038709 +0000 UTC m=+22.856976297 === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: empty listing 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.846036479 +0000 UTC m=+22.857974067 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: File to upload is small (34 bytes), uploading instead of streaming 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'ignore_checksum_small_file_from_pipe' 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: put: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : put: cache expired 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data streaming in 'ignore_checksum_big_file_from_pipe' 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: put: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : put: cache expired 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.851349186 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 2 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [ignore_checksum_small_file_from_pipe ignore_checksum_big_file_from_pipe] 2026/07/14 01:40:57 DEBUG : list: cached object: ignore_checksum_big_file_from_pipe 2026/07/14 01:40:57 DEBUG : list: cached object: ignore_checksum_small_file_from_pipe 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.857561888 +0000 UTC m=+22.869499476 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: fffc7956ba9a7b58a63c01b6ce1ddc45 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: d0080f73aa8b494570ad63df1beb25c01ea9eea2 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: 730eb8f5865dfc69550e97ebbbea2c2faf918ac55ce17679b38b04fa3e58200882431a61ff18cd34f827c10b84d4ad5e376a51cb11717497b793badddc02c94c 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: e8fd46c6 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: 884c9311d7b21518d39a523cd9dfa9790b82a5c6ad7f3f8497a4393bfd50cfb7 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: 35f461c0faeb9d38a861b49395d748cc6e04e7a90bb8234697bf07ae60f659084fee4d3e8aba0a2f8f32a7eb21126470b81be8ad11ba3ff0a0294a67ba1f7f50 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: ea235a905acbe134f01885a77fb832950c579b6ae708d950bdc45a982494f1c3 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: d5ddcadb5c5ef048 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: b53399dfc6d8176cd5ddcadb5c5ef048 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: 134292f7f01dbc9fa2e8230e98def0b183c01ca9fce46a144f90bee4ef0c4ef3 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: 0000000000000000000000000000000000000000 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: 8fc4b6e5cdaf7a0152d561fbd852938c66d3e964 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: 0000000000000000000000000190010000000000 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: 4c762bc6ec18f21b23fcae426c7863b5 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: 61123d73f595edb747fdaf700741f066fdfaec4970fdb701bfb7aa25e02883253123b7663ab869e325af6d8c61a313cfedf5516bee87f99b22d50e9b15354c2a 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: 01b3ac18 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: 2f0590123fec5da63eace7f3d08ee9e61b4b1043d1aee9fcfeb32f66e48fa89e 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: ce4cda06c33a2a04b2f24aa891bdb7a83fd3f57e571a693cdbb7d64d531c7f17a2ab633cf29ede8de42ac7c7e15737cbc729eb8ce62e490622fd72220e074567 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: d9957fbf9c9b5bf027ad7a75cd96022da59bf47499fc286e9c67919ca03b787b 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: cf6aac2c708376ad 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: 6dd116540381b86fdc4f13e63eabd5ed 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: 6167057cad26d021a22944146dfef827ec973d33996a25ece54f17508427cf5f 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: b448dd26df3773e70ffed168f17bd65676f4e687 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: 38097cd367f8e5983df551a24266bcdbadf53210 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: 45dc0e76d116c1d44a3588d25663bb8919e47993 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:57.857561888 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: cached entries: [ignore_checksum_big_file_from_pipe ignore_checksum_small_file_from_pipe] 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: removing object 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: removing object 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.892513029 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.893489579 +0000 UTC m=+22.905427167 === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: empty listing 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.894564744 +0000 UTC m=+22.906502332 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: File to upload is small (34 bytes), uploading instead of streaming 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'ignore_checksum_small_file_from_pipe' 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: put: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : put: cache expired 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: 4c762bc6ec18f21b23fcae426c7863b5 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data streaming in 'ignore_checksum_big_file_from_pipe' 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: put: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : put: cache expired 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.901293778 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 2 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [ignore_checksum_small_file_from_pipe ignore_checksum_big_file_from_pipe] 2026/07/14 01:40:57 DEBUG : list: cached object: ignore_checksum_big_file_from_pipe 2026/07/14 01:40:57 DEBUG : list: cached object: ignore_checksum_small_file_from_pipe 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.907588255 +0000 UTC m=+22.919525843 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: fffc7956ba9a7b58a63c01b6ce1ddc45 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: d0080f73aa8b494570ad63df1beb25c01ea9eea2 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: 730eb8f5865dfc69550e97ebbbea2c2faf918ac55ce17679b38b04fa3e58200882431a61ff18cd34f827c10b84d4ad5e376a51cb11717497b793badddc02c94c 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: e8fd46c6 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: 884c9311d7b21518d39a523cd9dfa9790b82a5c6ad7f3f8497a4393bfd50cfb7 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: 35f461c0faeb9d38a861b49395d748cc6e04e7a90bb8234697bf07ae60f659084fee4d3e8aba0a2f8f32a7eb21126470b81be8ad11ba3ff0a0294a67ba1f7f50 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: ea235a905acbe134f01885a77fb832950c579b6ae708d950bdc45a982494f1c3 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: d5ddcadb5c5ef048 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: b53399dfc6d8176cd5ddcadb5c5ef048 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: 134292f7f01dbc9fa2e8230e98def0b183c01ca9fce46a144f90bee4ef0c4ef3 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: 0000000000000000000000000000000000000000 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: 8fc4b6e5cdaf7a0152d561fbd852938c66d3e964 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: object hash cached: 0000000000000000000000000190010000000000 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: 4c762bc6ec18f21b23fcae426c7863b5 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: 61123d73f595edb747fdaf700741f066fdfaec4970fdb701bfb7aa25e02883253123b7663ab869e325af6d8c61a313cfedf5516bee87f99b22d50e9b15354c2a 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: 01b3ac18 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: 2f0590123fec5da63eace7f3d08ee9e61b4b1043d1aee9fcfeb32f66e48fa89e 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: ce4cda06c33a2a04b2f24aa891bdb7a83fd3f57e571a693cdbb7d64d531c7f17a2ab633cf29ede8de42ac7c7e15737cbc729eb8ce62e490622fd72220e074567 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: d9957fbf9c9b5bf027ad7a75cd96022da59bf47499fc286e9c67919ca03b787b 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: cf6aac2c708376ad 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: 6dd116540381b86fdc4f13e63eabd5ed 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: 6167057cad26d021a22944146dfef827ec973d33996a25ece54f17508427cf5f 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: b448dd26df3773e70ffed168f17bd65676f4e687 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: 38097cd367f8e5983df551a24266bcdbadf53210 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: object hash cached: 45dc0e76d116c1d44a3588d25663bb8919e47993 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:57.907588255 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: cached entries: [ignore_checksum_big_file_from_pipe ignore_checksum_small_file_from_pipe] 2026/07/14 01:40:57 DEBUG : ignore_checksum_big_file_from_pipe: removing object 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 DEBUG : ignore_checksum_small_file_from_pipe: removing object 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.940161528 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.941140863 +0000 UTC m=+22.953078451 --- PASS: TestRcat (0.19s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (0.05s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (0.05s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (0.05s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (0.05s) === RUN TestRcatMetadata run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" operations_test.go:1563: Skipping as destination doesn't support user metadata 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: empty listing 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.942152387 +0000 UTC m=+22.954089975 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: empty listing 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.943028548 +0000 UTC m=+22.954966136 --- SKIP: TestRcatMetadata (0.00s) === RUN TestRcatSize run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'potato1' 2026/07/14 01:40:57 DEBUG : potato1: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : potato1: put: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : put: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: File to upload is small (60 bytes), uploading instead of streaming 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'potato2' 2026/07/14 01:40:57 DEBUG : potato2: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : potato2: put: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : put: cache expired 2026/07/14 01:40:57 DEBUG : potato2: size = 60 OK 2026/07/14 01:40:57 DEBUG : potato2: object hash cached: d6548b156ea68a4e003e786df99eee76 2026/07/14 01:40:57 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/07/14 01:40:57 DEBUG : potato2: Size and md5 of src and dst objects identical 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.948207613 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 2 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [potato1 potato2] 2026/07/14 01:40:57 DEBUG : list: cached object: potato1 2026/07/14 01:40:57 DEBUG : list: cached object: potato2 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.951563565 +0000 UTC m=+22.963501142 2026/07/14 01:40:57 DEBUG : potato1: object hash cached: d6548b156ea68a4e003e786df99eee76 2026/07/14 01:40:57 DEBUG : potato1: object hash cached: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2026/07/14 01:40:57 DEBUG : potato1: object hash cached: ec7eaaf02cf077f832496f4fe90669255b474cf7fa867e350793146305c21977ddeb3127a999e0736bc21ccaef97fbfd11fb8193c8d01d9c32621dd84284871d 2026/07/14 01:40:57 DEBUG : potato1: object hash cached: d423bfba 2026/07/14 01:40:57 DEBUG : potato1: object hash cached: d398f81cd00b370b116d049d2f3b73a3a7ed35446486effb789791a7e0b98e9c 2026/07/14 01:40:57 DEBUG : potato1: object hash cached: 25871b848fa8b94488365731615ccd3d6d79d3f3ed33cdfdeeb038c85476051c861cadd18b981e46950cbae1ffd0cea2056b53c73622be157a04041796069783 2026/07/14 01:40:57 DEBUG : potato1: object hash cached: cfc7f2b07f1920cb15426df876595e51e7de6e47d35768c852e8df9c07d8b2f1 2026/07/14 01:40:57 DEBUG : potato1: object hash cached: 737dd54d2d9da560 2026/07/14 01:40:57 DEBUG : potato1: object hash cached: 454e72d5f8e75c9586b9531216c0e01b 2026/07/14 01:40:57 DEBUG : potato1: object hash cached: a979481df794fed9c3990a6a422e0b1044ac802c15fab13af9c687f8bdbee01a 2026/07/14 01:40:57 DEBUG : potato1: object hash cached: bce3cb268703fff742fa2271e8c7fad9c26b0104 2026/07/14 01:40:57 DEBUG : potato1: object hash cached: bd261602de5fe00b7f413ca31a48857417d86654 2026/07/14 01:40:57 DEBUG : potato1: object hash cached: 4001dad296b6b4a52d6d694b67dad296b6b4a52d 2026/07/14 01:40:57 DEBUG : potato2: object hash cached: d6548b156ea68a4e003e786df99eee76 2026/07/14 01:40:57 DEBUG : potato2: object hash cached: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2026/07/14 01:40:57 DEBUG : potato2: object hash cached: ec7eaaf02cf077f832496f4fe90669255b474cf7fa867e350793146305c21977ddeb3127a999e0736bc21ccaef97fbfd11fb8193c8d01d9c32621dd84284871d 2026/07/14 01:40:57 DEBUG : potato2: object hash cached: d423bfba 2026/07/14 01:40:57 DEBUG : potato2: object hash cached: d398f81cd00b370b116d049d2f3b73a3a7ed35446486effb789791a7e0b98e9c 2026/07/14 01:40:57 DEBUG : potato2: object hash cached: 25871b848fa8b94488365731615ccd3d6d79d3f3ed33cdfdeeb038c85476051c861cadd18b981e46950cbae1ffd0cea2056b53c73622be157a04041796069783 2026/07/14 01:40:57 DEBUG : potato2: object hash cached: cfc7f2b07f1920cb15426df876595e51e7de6e47d35768c852e8df9c07d8b2f1 2026/07/14 01:40:57 DEBUG : potato2: object hash cached: 737dd54d2d9da560 2026/07/14 01:40:57 DEBUG : potato2: object hash cached: 454e72d5f8e75c9586b9531216c0e01b 2026/07/14 01:40:57 DEBUG : potato2: object hash cached: a979481df794fed9c3990a6a422e0b1044ac802c15fab13af9c687f8bdbee01a 2026/07/14 01:40:57 DEBUG : potato2: object hash cached: bce3cb268703fff742fa2271e8c7fad9c26b0104 2026/07/14 01:40:57 DEBUG : potato2: object hash cached: bd261602de5fe00b7f413ca31a48857417d86654 2026/07/14 01:40:57 DEBUG : potato2: object hash cached: 4001dad296b6b4a52d6d694b67dad296b6b4a52d 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: warm 2 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:57.951563565 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: cached entries: [potato1 potato2] 2026/07/14 01:40:57 DEBUG : potato1: removing object 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 DEBUG : potato2: removing object 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.981406024 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.982436745 +0000 UTC m=+22.994374333 --- PASS: TestRcatSize (0.04s) === RUN TestRcatSizeMetadata run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" operations_test.go:1644: Skipping as destination doesn't support user metadata 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: empty listing 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.983613882 +0000 UTC m=+22.995551470 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: empty listing 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.984599138 +0000 UTC m=+22.996536716 --- SKIP: TestRcatSizeMetadata (0.00s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'potato1' 2026/07/14 01:40:57 DEBUG : potato1: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : potato1: put: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : put: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.98720184 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 1 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [potato1] 2026/07/14 01:40:57 DEBUG : list: cached object: potato1 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.988920638 +0000 UTC m=+23.000858226 2026/07/14 01:40:57 DEBUG : potato1: removing object 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.990933499 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 0 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [] 2026/07/14 01:40:57 DEBUG : list: cached directories: 0 2026/07/14 01:40:57 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:57.991995068 +0000 UTC m=+23.003932656 --- PASS: TestRcatSizeUploadHeaders (0.01s) === RUN TestTouchDir run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'potato2' 2026/07/14 01:40:57 DEBUG : potato2: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : potato2: put: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : put: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'empty space' 2026/07/14 01:40:57 DEBUG : empty space: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : empty space: put: added to cache 2026/07/14 01:40:57 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : cache: expired 2026/07/14 01:40:57 INFO : put: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'sub dir/potato3' 2026/07/14 01:40:57 DEBUG : sub dir/potato3: put: uploaded to remote fs 2026/07/14 01:40:57 DEBUG : sub dir/potato3: put: added to cache 2026/07/14 01:40:57 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:57 DEBUG : sub dir: cache: expired 2026/07/14 01:40:57 INFO : sub dir: put: cache expired 2026/07/14 01:40:57 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:57 DEBUG : list: cold listing: 2026-07-13 19:40:57.998470205 +0000 UTC 2026/07/14 01:40:57 DEBUG : list: read 3 from source 2026/07/14 01:40:57 DEBUG : list: source entries: [empty space potato2 sub dir] 2026/07/14 01:40:58 DEBUG : list: cached object: empty space 2026/07/14 01:40:58 DEBUG : list: cached object: potato2 2026/07/14 01:40:58 DEBUG : list: cached directories: 1 2026/07/14 01:40:58 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:58.001714456 +0000 UTC m=+23.013652044 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:58 DEBUG : sub dir: list: warm 1 from cache for: rclone-test-tenazam1ziha/sub dir, expiring on: 2026-07-14 07:40:58.000940988 +0000 UTC 2026/07/14 01:40:58 DEBUG : sub dir: list: cached entries: [sub dir/potato3] 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: 336d5ebc5436534e61d16e63ddfca327 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: 32e264b553808c529f676bf052d9a384e2beecf4ace2e8b34eac48f9cf198b1f882c2402c908c6478e4ca61298b69f7a798620f9750a132848150e2dceb3237a 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: 97ddb3f8 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: 3973e022e93220f9212c18d0d0c543ae7c309e46640da93a4a0314de999f5112 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: 7c0b0d99a6e4c33cda0f6f63547f878f4dd9f486dfe5d0446ce004b1c0ff28f191ff86f5d5933d3614cceee6fbbdc17e658881d3a164dfa5d6f4c699b2126e3d 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: 2df97271b4d74d0bae1ca692ebeb097875dcb7a5531b54014582b8de37d17ec0 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: de2fb8d1c1a20f76 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: eb7df54fc0abac3fde2fb8d1c1a20f76 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: fc62b10ec59efa8041f5a6c924d7c91572c1bbda280d9e01312b660804df1d47 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: 32c7118eccdbd269efbd226666dcd16d13fc2f89 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: 2d00000000000000000000000000000000000000 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: 2d00000000000000000000000100000000000000 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: d6548b156ea68a4e003e786df99eee76 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: ec7eaaf02cf077f832496f4fe90669255b474cf7fa867e350793146305c21977ddeb3127a999e0736bc21ccaef97fbfd11fb8193c8d01d9c32621dd84284871d 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: d423bfba 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: d398f81cd00b370b116d049d2f3b73a3a7ed35446486effb789791a7e0b98e9c 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: 25871b848fa8b94488365731615ccd3d6d79d3f3ed33cdfdeeb038c85476051c861cadd18b981e46950cbae1ffd0cea2056b53c73622be157a04041796069783 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: cfc7f2b07f1920cb15426df876595e51e7de6e47d35768c852e8df9c07d8b2f1 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: 737dd54d2d9da560 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: 454e72d5f8e75c9586b9531216c0e01b 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: a979481df794fed9c3990a6a422e0b1044ac802c15fab13af9c687f8bdbee01a 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: bce3cb268703fff742fa2271e8c7fad9c26b0104 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: bd261602de5fe00b7f413ca31a48857417d86654 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: 4001dad296b6b4a52d6d694b67dad296b6b4a52d 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: 5d41402abc4b2a76b9719d911017c592 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: 0a25f55d7308eca6b9567a7ed3bd1b46327f0f1ffdc804dd8bb5af40e88d78b88df0d002a89e2fdbd5876c523f1b67bc44e9f87047598e7548298ea1c81cfd73 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: 3610a686 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: 2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: 9b71d224bd62f3785d96d46ad3ea3d73319bfbc2890caadae2dff72519673ca72323c3d99ba5c11d7c7acc6e14b8c5da0c4663475c2e5c3adef46f73bcdec043 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: ea8f163db38682925e4491c5e58d4bb3506ef8c14eb78a86e908c5624a67200f 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: 9555e8555c62dcfd 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: b5e9c1ad071b3e7fc779cfaa5e523818 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: 9595c9df90075148eb06860365df33584b75bff782a510c6cd4883a419833d50 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: 44c6e36e32a5029692f2f32e7844d8f52832db8a 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: 68656c6c6f000000000000000000000000000000 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: 6828031bd8f00600000000000500000000000000 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: warm 3 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:58.001714456 +0000 UTC 2026/07/14 01:40:58 DEBUG : list: cached entries: [empty space potato2 sub dir] 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:58 DEBUG : sub dir: list: warm 1 from cache for: rclone-test-tenazam1ziha/sub dir, expiring on: 2026-07-14 07:40:58.000940988 +0000 UTC 2026/07/14 01:40:58 DEBUG : sub dir: list: cached entries: [sub dir/potato3] 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: Touching "potato2" 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: Touching "empty space" 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: Touching "sub dir/potato3" 2026/07/14 01:40:58 DEBUG : potato2: updated ModTime: 2010-09-08 07:06:05.000000004 +0000 UTC 2026/07/14 01:40:58 DEBUG : empty space: updated ModTime: 2010-09-08 07:06:05.000000004 +0000 UTC 2026/07/14 01:40:58 DEBUG : sub dir/potato3: updated ModTime: 2010-09-08 07:06:05.000000004 +0000 UTC 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: warm 3 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:58.001714456 +0000 UTC 2026/07/14 01:40:58 DEBUG : list: cached entries: [empty space potato2 sub dir] 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:58 DEBUG : sub dir: list: warm 1 from cache for: rclone-test-tenazam1ziha/sub dir, expiring on: 2026-07-14 07:40:58.000940988 +0000 UTC 2026/07/14 01:40:58 DEBUG : sub dir: list: cached entries: [sub dir/potato3] 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: 336d5ebc5436534e61d16e63ddfca327 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: 32e264b553808c529f676bf052d9a384e2beecf4ace2e8b34eac48f9cf198b1f882c2402c908c6478e4ca61298b69f7a798620f9750a132848150e2dceb3237a 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: 97ddb3f8 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: 3973e022e93220f9212c18d0d0c543ae7c309e46640da93a4a0314de999f5112 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: 7c0b0d99a6e4c33cda0f6f63547f878f4dd9f486dfe5d0446ce004b1c0ff28f191ff86f5d5933d3614cceee6fbbdc17e658881d3a164dfa5d6f4c699b2126e3d 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: 2df97271b4d74d0bae1ca692ebeb097875dcb7a5531b54014582b8de37d17ec0 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: de2fb8d1c1a20f76 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: eb7df54fc0abac3fde2fb8d1c1a20f76 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: fc62b10ec59efa8041f5a6c924d7c91572c1bbda280d9e01312b660804df1d47 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: 32c7118eccdbd269efbd226666dcd16d13fc2f89 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: 2d00000000000000000000000000000000000000 2026/07/14 01:40:58 DEBUG : empty space: object hash cached: 2d00000000000000000000000100000000000000 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: d6548b156ea68a4e003e786df99eee76 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: ec7eaaf02cf077f832496f4fe90669255b474cf7fa867e350793146305c21977ddeb3127a999e0736bc21ccaef97fbfd11fb8193c8d01d9c32621dd84284871d 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: d423bfba 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: d398f81cd00b370b116d049d2f3b73a3a7ed35446486effb789791a7e0b98e9c 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: 25871b848fa8b94488365731615ccd3d6d79d3f3ed33cdfdeeb038c85476051c861cadd18b981e46950cbae1ffd0cea2056b53c73622be157a04041796069783 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: cfc7f2b07f1920cb15426df876595e51e7de6e47d35768c852e8df9c07d8b2f1 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: 737dd54d2d9da560 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: 454e72d5f8e75c9586b9531216c0e01b 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: a979481df794fed9c3990a6a422e0b1044ac802c15fab13af9c687f8bdbee01a 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: bce3cb268703fff742fa2271e8c7fad9c26b0104 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: bd261602de5fe00b7f413ca31a48857417d86654 2026/07/14 01:40:58 DEBUG : potato2: object hash cached: 4001dad296b6b4a52d6d694b67dad296b6b4a52d 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: 5d41402abc4b2a76b9719d911017c592 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: 0a25f55d7308eca6b9567a7ed3bd1b46327f0f1ffdc804dd8bb5af40e88d78b88df0d002a89e2fdbd5876c523f1b67bc44e9f87047598e7548298ea1c81cfd73 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: 3610a686 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: 2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: 9b71d224bd62f3785d96d46ad3ea3d73319bfbc2890caadae2dff72519673ca72323c3d99ba5c11d7c7acc6e14b8c5da0c4663475c2e5c3adef46f73bcdec043 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: ea8f163db38682925e4491c5e58d4bb3506ef8c14eb78a86e908c5624a67200f 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: 9555e8555c62dcfd 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: b5e9c1ad071b3e7fc779cfaa5e523818 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: 9595c9df90075148eb06860365df33584b75bff782a510c6cd4883a419833d50 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: 44c6e36e32a5029692f2f32e7844d8f52832db8a 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: 68656c6c6f000000000000000000000000000000 2026/07/14 01:40:58 DEBUG : sub dir/potato3: object hash cached: 6828031bd8f00600000000000500000000000000 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: warm 3 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:58.001714456 +0000 UTC 2026/07/14 01:40:58 DEBUG : list: cached entries: [empty space potato2 sub dir] 2026/07/14 01:40:58 DEBUG : empty space: removing object 2026/07/14 01:40:58 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:58 DEBUG : cache: expired 2026/07/14 01:40:58 DEBUG : potato2: removing object 2026/07/14 01:40:58 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:58 DEBUG : cache: expired 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:58 DEBUG : sub dir: list: warm 1 from cache for: rclone-test-tenazam1ziha/sub dir, expiring on: 2026-07-14 07:40:58.000940988 +0000 UTC 2026/07/14 01:40:58 DEBUG : sub dir: list: cached entries: [sub dir/potato3] 2026/07/14 01:40:58 DEBUG : sub dir/potato3: removing object 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'sub dir' 2026/07/14 01:40:58 DEBUG : sub dir: rmdir: removed dir in source fs 2026/07/14 01:40:58 DEBUG : sub dir: rmdir: removed from cache 2026/07/14 01:40:58 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:58 DEBUG : cache: expired 2026/07/14 01:40:58 INFO : rmdir: cache expired 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: cold listing: 2026-07-13 19:40:58.083506806 +0000 UTC 2026/07/14 01:40:58 DEBUG : list: read 0 from source 2026/07/14 01:40:58 DEBUG : list: source entries: [] 2026/07/14 01:40:58 DEBUG : list: cached directories: 0 2026/07/14 01:40:58 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:58.084356526 +0000 UTC m=+23.096294114 --- PASS: TestTouchDir (0.09s) === RUN TestMkdirMetadata run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" operations_test.go:1773: Skipping test as remote does not support MkdirMetadata 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: empty listing 2026/07/14 01:40:58 DEBUG : list: read 0 from source 2026/07/14 01:40:58 DEBUG : list: source entries: [] 2026/07/14 01:40:58 DEBUG : list: cached directories: 0 2026/07/14 01:40:58 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:58.085506882 +0000 UTC m=+23.097444470 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: empty listing 2026/07/14 01:40:58 DEBUG : list: read 0 from source 2026/07/14 01:40:58 DEBUG : list: source entries: [] 2026/07/14 01:40:58 DEBUG : list: cached directories: 0 2026/07/14 01:40:58 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:58.086306199 +0000 UTC m=+23.098243787 --- SKIP: TestMkdirMetadata (0.00s) === RUN TestMkdirModTime run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" operations_test.go:1792: Skipping test as remote does not support DirSetModTime or MkdirMetadata 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: empty listing 2026/07/14 01:40:58 DEBUG : list: read 0 from source 2026/07/14 01:40:58 DEBUG : list: source entries: [] 2026/07/14 01:40:58 DEBUG : list: cached directories: 0 2026/07/14 01:40:58 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:58.087199541 +0000 UTC m=+23.099137129 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: empty listing 2026/07/14 01:40:58 DEBUG : list: read 0 from source 2026/07/14 01:40:58 DEBUG : list: source entries: [] 2026/07/14 01:40:58 DEBUG : list: cached directories: 0 2026/07/14 01:40:58 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:58.088002994 +0000 UTC m=+23.099940582 --- SKIP: TestMkdirModTime (0.00s) === RUN TestCopyDirMetadata run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" operations_test.go:1813: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: empty listing 2026/07/14 01:40:58 DEBUG : list: read 0 from source 2026/07/14 01:40:58 DEBUG : list: source entries: [] 2026/07/14 01:40:58 DEBUG : list: cached directories: 0 2026/07/14 01:40:58 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:58.08885042 +0000 UTC m=+23.100788008 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: empty listing 2026/07/14 01:40:58 DEBUG : list: read 0 from source 2026/07/14 01:40:58 DEBUG : list: source entries: [] 2026/07/14 01:40:58 DEBUG : list: cached directories: 0 2026/07/14 01:40:58 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:58.08965715 +0000 UTC m=+23.101594739 --- SKIP: TestCopyDirMetadata (0.00s) === RUN TestSetDirModTime run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" operations_test.go:1849: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: empty listing 2026/07/14 01:40:58 DEBUG : list: read 0 from source 2026/07/14 01:40:58 DEBUG : list: source entries: [] 2026/07/14 01:40:58 DEBUG : list: cached directories: 0 2026/07/14 01:40:58 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:58.090484107 +0000 UTC m=+23.102421696 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: empty listing 2026/07/14 01:40:58 DEBUG : list: read 0 from source 2026/07/14 01:40:58 DEBUG : list: source entries: [] 2026/07/14 01:40:58 DEBUG : list: cached directories: 0 2026/07/14 01:40:58 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:58.091222538 +0000 UTC m=+23.103160126 --- SKIP: TestSetDirModTime (0.00s) === RUN TestDirsEqual run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" operations_test.go:1893: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: empty listing 2026/07/14 01:40:58 DEBUG : list: read 0 from source 2026/07/14 01:40:58 DEBUG : list: source entries: [] 2026/07/14 01:40:58 DEBUG : list: cached directories: 0 2026/07/14 01:40:58 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:58.092229966 +0000 UTC m=+23.104167544 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: empty listing 2026/07/14 01:40:58 DEBUG : list: read 0 from source 2026/07/14 01:40:58 DEBUG : list: source entries: [] 2026/07/14 01:40:58 DEBUG : list: cached directories: 0 2026/07/14 01:40:58 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:58.093137736 +0000 UTC m=+23.105075314 --- SKIP: TestDirsEqual (0.00s) === RUN TestRemoveExisting run.go:198: Remote "Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha", Local "Local file system at /tmp/rclone102410171", Modify Window "1ns" 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'sub dir/test remove existing' 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing: put: uploaded to remote fs 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing: put: added to cache 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired 2026/07/14 01:40:58 INFO : sub dir: put: cache expired 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: put data at 'sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789' 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: put: uploaded to remote fs 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: put: added to cache 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired 2026/07/14 01:40:58 INFO : sub dir: put: cache expired 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: cold listing: 2026-07-13 19:40:58.097414942 +0000 UTC 2026/07/14 01:40:58 DEBUG : list: read 1 from source 2026/07/14 01:40:58 DEBUG : list: source entries: [sub dir] 2026/07/14 01:40:58 DEBUG : list: cached directories: 1 2026/07/14 01:40:58 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:58.099577757 +0000 UTC m=+23.111515334 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:58 DEBUG : sub dir: list: warm 2 from cache for: rclone-test-tenazam1ziha/sub dir, expiring on: 2026-07-14 07:40:58.098577221 +0000 UTC 2026/07/14 01:40:58 DEBUG : sub dir: list: cached entries: [sub dir/test remove existing sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789] 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing: object hash cached: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing: object hash cached: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing: object hash cached: 8d8309ca6af848095bcabaf9a53b1b6ce7f594c1434fd6e5177e7e5c20e76cd30936d8606e7f36acbef8978fea008e6400a975d51abe6ba4923178c7cf90c802 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing: object hash cached: 0d4a1185 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing: object hash cached: b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing: object hash cached: 309ecc489c12d6eb4cc40f50c902f2b4d0ed77ee511a7c7a9bcd3ca86d4cd86f989dd35bc5ff499670da34255b45b0cfd830e81f605dcf7dc5542e93ae9cd76f 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing: object hash cached: d74981efa70a0c880b8d8c1985d075dbcbf679b99a5f9914e5aaf96b831a9e24 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing: object hash cached: d447b1ea40e6988b 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing: object hash cached: df8d09e93f874900a99b8775cc15b6c7 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing: object hash cached: bc62d4b80d9e36da29c16c5d4d9f11731f36052c72401a76c23c0fb5a9b74423 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing: object hash cached: 456dc90e1c9b8b010bdf5c02a7cb4b435173eb4b 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing: object hash cached: 68656c6c6f20776f726c64000000000000000000 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing: object hash cached: 6828031bd8f00610dce10d726b03190000000000 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: bcd972e7e8359de4574c6098d6c33679 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: e2089ea38bf08bdcaa96acb7051af0d9c425607d 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 33cbe2175d7c66a5f1a53b3d670a341b2305f12bab65d73b02e5622c423f5a29b3ba25db7cc51f4eb2feed127f46f86f40772e3577f1c1d956531a4034161ed1 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: cf103f73 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 509fcc8156ca31b34bc82e3050d0ec4b94d91e680128d5a2b66970ba228cab6c 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 7d00e143e43dda07daec6565a79d53fe6abbc47e7168dc14af0e7b6953ba6a3d7b77cce9b4fcfe9127d7de4516f4a1924cccff0e8af9f6675e62d6e87e6ccda2 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: e642693269b1c45e76dbf29357ebca31d13b224598fbd73177739b4182f850b8 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 6641fdd60be1e048 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 0f1180a65017e9e224da8568f53abb06 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 074b6cc091984461c5644a19032c6e8f9021c1d17aa883f0e644fb0d189df864 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 3d34fa6ba1fb560bcb1ca4af3a3245f9f986c84d 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 1dd2e7c9c066ed5b4e2efe4bc1c5367e9a8b13e4 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 692c74635becde50b6e10d6e2d0308dc10863694 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'not found' 2026/07/14 01:40:58 DEBUG : not found: find: error: couldn't find object (not found) 2026/07/14 01:40:58 DEBUG : find failed: not found in either local or remote fs 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:58.099577757 +0000 UTC 2026/07/14 01:40:58 DEBUG : list: cached entries: [sub dir] 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:58 DEBUG : sub dir: list: warm 2 from cache for: rclone-test-tenazam1ziha/sub dir, expiring on: 2026-07-14 07:40:58.098577221 +0000 UTC 2026/07/14 01:40:58 DEBUG : sub dir: list: cached entries: [sub dir/test remove existing sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789] 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:58.099577757 +0000 UTC 2026/07/14 01:40:58 DEBUG : list: cached entries: [sub dir] 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:58 DEBUG : sub dir: list: warm 2 from cache for: rclone-test-tenazam1ziha/sub dir, expiring on: 2026-07-14 07:40:58.098577221 +0000 UTC 2026/07/14 01:40:58 DEBUG : sub dir: list: cached entries: [sub dir/test remove existing sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789] 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'sub dir/test remove existing' 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing: find: warm object: sub dir/test remove existing, expiring on: 2026-07-14 07:40:58.100353807 +0000 UTC 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.jawewoh8" before starting 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: moving obj 'sub dir/test remove existing' -> sub dir/test remove existing.jawewoh8 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing.jawewoh8: move: file moved 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing: move: removed from cache 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired 2026/07/14 01:40:58 INFO : sub dir: move: cache expired 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing.jawewoh8: move: added to cache 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired 2026/07/14 01:40:58 INFO : sub dir: move: cache expired 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: cold listing: 2026-07-13 19:40:58.124269083 +0000 UTC 2026/07/14 01:40:58 DEBUG : list: read 1 from source 2026/07/14 01:40:58 DEBUG : list: source entries: [sub dir] 2026/07/14 01:40:58 DEBUG : list: cached directories: 0 2026/07/14 01:40:58 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:58.125276261 +0000 UTC m=+23.137213849 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:58 DEBUG : sub dir: list: cold listing: 2026-07-13 19:40:58.124269083 +0000 UTC 2026/07/14 01:40:58 DEBUG : sub dir: list: read 2 from source 2026/07/14 01:40:58 DEBUG : sub dir: list: source entries: [sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 sub dir/test remove existing.jawewoh8] 2026/07/14 01:40:58 DEBUG : sub dir: list: cached object: sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/07/14 01:40:58 DEBUG : sub dir: list: cached object: sub dir/test remove existing.jawewoh8 2026/07/14 01:40:58 DEBUG : sub dir: list: cached directories: 0 2026/07/14 01:40:58 DEBUG : sub dir: list: cached dir: 'rclone-test-tenazam1ziha/sub dir', cache ts: 2026-07-14 01:40:58.127754218 +0000 UTC m=+23.139691806 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing.jawewoh8: TEST: removing renamed existing file after operation 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing.jawewoh8: removing object 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: cold listing: 2026-07-13 19:40:58.129743445 +0000 UTC 2026/07/14 01:40:58 DEBUG : list: read 1 from source 2026/07/14 01:40:58 DEBUG : list: source entries: [sub dir] 2026/07/14 01:40:58 DEBUG : list: cached directories: 0 2026/07/14 01:40:58 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:58.130598815 +0000 UTC m=+23.142536393 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:58 DEBUG : sub dir: list: cold listing: 2026-07-13 19:40:58.129743445 +0000 UTC 2026/07/14 01:40:58 DEBUG : sub dir: list: read 1 from source 2026/07/14 01:40:58 DEBUG : sub dir: list: source entries: [sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789] 2026/07/14 01:40:58 DEBUG : sub dir: list: cached object: sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/07/14 01:40:58 DEBUG : sub dir: list: cached directories: 0 2026/07/14 01:40:58 DEBUG : sub dir: list: cached dir: 'rclone-test-tenazam1ziha/sub dir', cache ts: 2026-07-14 01:40:58.131936775 +0000 UTC m=+23.143874353 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: bcd972e7e8359de4574c6098d6c33679 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: e2089ea38bf08bdcaa96acb7051af0d9c425607d 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 33cbe2175d7c66a5f1a53b3d670a341b2305f12bab65d73b02e5622c423f5a29b3ba25db7cc51f4eb2feed127f46f86f40772e3577f1c1d956531a4034161ed1 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: cf103f73 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 509fcc8156ca31b34bc82e3050d0ec4b94d91e680128d5a2b66970ba228cab6c 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 7d00e143e43dda07daec6565a79d53fe6abbc47e7168dc14af0e7b6953ba6a3d7b77cce9b4fcfe9127d7de4516f4a1924cccff0e8af9f6675e62d6e87e6ccda2 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: e642693269b1c45e76dbf29357ebca31d13b224598fbd73177739b4182f850b8 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 6641fdd60be1e048 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 0f1180a65017e9e224da8568f53abb06 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 074b6cc091984461c5644a19032c6e8f9021c1d17aa883f0e644fb0d189df864 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 3d34fa6ba1fb560bcb1ca4af3a3245f9f986c84d 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 1dd2e7c9c066ed5b4e2efe4bc1c5367e9a8b13e4 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 692c74635becde50b6e10d6e2d0308dc10863694 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789' 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: find: warm object: sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789, expiring on: 2026-07-14 07:40:58.131294926 +0000 UTC 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ciboqak0" before starting 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: moving obj 'sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789' -> sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ciboqak0 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ciboqak0: move: file moved 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: move: removed from cache 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired 2026/07/14 01:40:58 INFO : sub dir: move: cache expired 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ciboqak0: move: added to cache 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired 2026/07/14 01:40:58 INFO : sub dir: move: cache expired 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: cold listing: 2026-07-13 19:40:58.145308613 +0000 UTC 2026/07/14 01:40:58 DEBUG : list: read 1 from source 2026/07/14 01:40:58 DEBUG : list: source entries: [sub dir] 2026/07/14 01:40:58 DEBUG : list: cached directories: 0 2026/07/14 01:40:58 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:58.146366634 +0000 UTC m=+23.158304222 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:58 DEBUG : sub dir: list: cold listing: 2026-07-13 19:40:58.145308613 +0000 UTC 2026/07/14 01:40:58 DEBUG : sub dir: list: read 1 from source 2026/07/14 01:40:58 DEBUG : sub dir: list: source entries: [sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ciboqak0] 2026/07/14 01:40:58 DEBUG : sub dir: list: cached object: sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ciboqak0 2026/07/14 01:40:58 DEBUG : sub dir: list: cached directories: 0 2026/07/14 01:40:58 DEBUG : sub dir: list: cached dir: 'rclone-test-tenazam1ziha/sub dir', cache ts: 2026-07-14 01:40:58.148110799 +0000 UTC m=+23.160048378 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ciboqak0: TEST: renaming existing back after failed operation 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: moving obj 'sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ciboqak0' -> sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: move: file moved 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ciboqak0: move: removed from cache 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired 2026/07/14 01:40:58 INFO : sub dir: move: cache expired 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: move: added to cache 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired 2026/07/14 01:40:58 INFO : sub dir: move: cache expired 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: cold listing: 2026-07-13 19:40:58.151195921 +0000 UTC 2026/07/14 01:40:58 DEBUG : list: read 1 from source 2026/07/14 01:40:58 DEBUG : list: source entries: [sub dir] 2026/07/14 01:40:58 DEBUG : list: cached directories: 0 2026/07/14 01:40:58 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:58.152052675 +0000 UTC m=+23.163990263 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:58 DEBUG : sub dir: list: cold listing: 2026-07-13 19:40:58.151195921 +0000 UTC 2026/07/14 01:40:58 DEBUG : sub dir: list: read 1 from source 2026/07/14 01:40:58 DEBUG : sub dir: list: source entries: [sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789] 2026/07/14 01:40:58 DEBUG : sub dir: list: cached object: sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/07/14 01:40:58 DEBUG : sub dir: list: cached directories: 0 2026/07/14 01:40:58 DEBUG : sub dir: list: cached dir: 'rclone-test-tenazam1ziha/sub dir', cache ts: 2026-07-14 01:40:58.153593798 +0000 UTC m=+23.165531386 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: bcd972e7e8359de4574c6098d6c33679 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: e2089ea38bf08bdcaa96acb7051af0d9c425607d 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 33cbe2175d7c66a5f1a53b3d670a341b2305f12bab65d73b02e5622c423f5a29b3ba25db7cc51f4eb2feed127f46f86f40772e3577f1c1d956531a4034161ed1 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: cf103f73 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 509fcc8156ca31b34bc82e3050d0ec4b94d91e680128d5a2b66970ba228cab6c 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 7d00e143e43dda07daec6565a79d53fe6abbc47e7168dc14af0e7b6953ba6a3d7b77cce9b4fcfe9127d7de4516f4a1924cccff0e8af9f6675e62d6e87e6ccda2 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: e642693269b1c45e76dbf29357ebca31d13b224598fbd73177739b4182f850b8 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 6641fdd60be1e048 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 0f1180a65017e9e224da8568f53abb06 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 074b6cc091984461c5644a19032c6e8f9021c1d17aa883f0e644fb0d189df864 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 3d34fa6ba1fb560bcb1ca4af3a3245f9f986c84d 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 1dd2e7c9c066ed5b4e2efe4bc1c5367e9a8b13e4 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: object hash cached: 692c74635becde50b6e10d6e2d0308dc10863694 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: new object 'sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789' 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: find: warm object: sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789, expiring on: 2026-07-14 07:40:58.152893038 +0000 UTC 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bolenul6" before starting 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: moving obj 'sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789' -> sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bolenul6 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bolenul6: move: file moved 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: move: removed from cache 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired 2026/07/14 01:40:58 INFO : sub dir: move: cache expired 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bolenul6: move: added to cache 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired 2026/07/14 01:40:58 INFO : sub dir: move: cache expired 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: cold listing: 2026-07-13 19:40:58.167891087 +0000 UTC 2026/07/14 01:40:58 DEBUG : list: read 1 from source 2026/07/14 01:40:58 DEBUG : list: source entries: [sub dir] 2026/07/14 01:40:58 DEBUG : list: cached directories: 0 2026/07/14 01:40:58 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:58.16873683 +0000 UTC m=+23.180674418 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:58 DEBUG : sub dir: list: cold listing: 2026-07-13 19:40:58.167891087 +0000 UTC 2026/07/14 01:40:58 DEBUG : sub dir: list: read 1 from source 2026/07/14 01:40:58 DEBUG : sub dir: list: source entries: [sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bolenul6] 2026/07/14 01:40:58 DEBUG : sub dir: list: cached object: sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bolenul6 2026/07/14 01:40:58 DEBUG : sub dir: list: cached directories: 0 2026/07/14 01:40:58 DEBUG : sub dir: list: cached dir: 'rclone-test-tenazam1ziha/sub dir', cache ts: 2026-07-14 01:40:58.170315493 +0000 UTC m=+23.182253081 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bolenul6: TEST: removing renamed existing file after operation 2026/07/14 01:40:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bolenul6: removing object 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha/sub dir 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:58 DEBUG : sub dir: cache: expired 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: cold listing: 2026-07-13 19:40:58.172497894 +0000 UTC 2026/07/14 01:40:58 DEBUG : list: read 1 from source 2026/07/14 01:40:58 DEBUG : list: source entries: [sub dir] 2026/07/14 01:40:58 DEBUG : list: cached directories: 0 2026/07/14 01:40:58 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:58.173413559 +0000 UTC m=+23.185351147 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:58 DEBUG : sub dir: list: cold listing: 2026-07-13 19:40:58.172497894 +0000 UTC 2026/07/14 01:40:58 DEBUG : sub dir: list: read 0 from source 2026/07/14 01:40:58 DEBUG : sub dir: list: source entries: [] 2026/07/14 01:40:58 DEBUG : sub dir: list: cached directories: 0 2026/07/14 01:40:58 DEBUG : sub dir: list: cached dir: 'rclone-test-tenazam1ziha/sub dir', cache ts: 2026-07-14 01:40:58.174438219 +0000 UTC m=+23.186375797 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: warm 1 from cache for: rclone-test-tenazam1ziha, expiring on: 2026-07-14 07:40:58.173413559 +0000 UTC 2026/07/14 01:40:58 DEBUG : list: cached entries: [sub dir] 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list 'sub dir' 2026/07/14 01:40:58 DEBUG : sub dir: list: empty listing 2026/07/14 01:40:58 DEBUG : sub dir: list: read 0 from source 2026/07/14 01:40:58 DEBUG : sub dir: list: source entries: [] 2026/07/14 01:40:58 DEBUG : sub dir: list: cached directories: 0 2026/07/14 01:40:58 DEBUG : sub dir: list: cached dir: 'rclone-test-tenazam1ziha/sub dir', cache ts: 2026-07-14 01:40:58.175539523 +0000 UTC m=+23.187477101 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir 'sub dir' 2026/07/14 01:40:58 DEBUG : sub dir: rmdir: removed dir in source fs 2026/07/14 01:40:58 DEBUG : sub dir: rmdir: removed from cache 2026/07/14 01:40:58 DEBUG : cache: expired rclone-test-tenazam1ziha 2026/07/14 01:40:58 DEBUG : cache: expired 2026/07/14 01:40:58 INFO : rmdir: cache expired 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: cold listing: 2026-07-13 19:40:58.177186676 +0000 UTC 2026/07/14 01:40:58 DEBUG : list: read 0 from source 2026/07/14 01:40:58 DEBUG : list: source entries: [] 2026/07/14 01:40:58 DEBUG : list: cached directories: 0 2026/07/14 01:40:58 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:58.178071363 +0000 UTC m=+23.190008951 --- PASS: TestRemoveExisting (0.08s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumSingleFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumSingleFile (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: list '' 2026/07/14 01:40:58 DEBUG : list: empty listing 2026/07/14 01:40:58 DEBUG : list: read 0 from source 2026/07/14 01:40:58 DEBUG : list: source entries: [] 2026/07/14 01:40:58 DEBUG : list: cached directories: 0 2026/07/14 01:40:58 DEBUG : list: cached dir: 'rclone-test-tenazam1ziha', cache ts: 2026-07-14 01:40:58.179646108 +0000 UTC m=+23.191583696 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: Purge dir "" 2026/07/14 01:40:58 DEBUG : Cache remote TestCache{VDL3R}:rclone-test-tenazam1ziha: rmdir '' 2026/07/14 01:40:58 DEBUG : rmdir: removed dir in source fs 2026/07/14 01:40:58 DEBUG : rmdir: removed from cache 2026/07/14 01:40:58 DEBUG : cache: expired 2026/07/14 01:40:58 INFO : rmdir: cache expired "./operations.test -test.v -test.timeout 1h0m0s -remote TestCache: -verbose" - Finished OK in 23.209128542s (try 1/5)