"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Starting (try 1/5) 2026/08/17 04:04:23 DEBUG : Creating backend with remote "TestB2:rclone-test-qefonov0qeso" 2026/08/17 04:04:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/17 04:04:23 DEBUG : Creating backend with remote "/tmp/rclone3511779363" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.03s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/patternNeedsGlob === RUN TestNewLess/patternRejectsEmptyGlob === RUN TestNewLess/patternRejectsBadGlob === RUN TestNewLess/patternOrder === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/patternNeedsGlob (0.00s) --- PASS: TestNewLess/patternRejectsEmptyGlob (0.00s) --- PASS: TestNewLess/patternRejectsBadGlob (0.00s) --- PASS: TestNewLess/patternOrder (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:04:24 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/17 04:04:24 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/08/17 04:04:24 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:04:24 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish --- PASS: TestCopyWithDryRun (1.53s) === RUN TestCopy run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:04:25 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/17 04:04:25 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/17 04:04:25 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:04:25 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:04:26 DEBUG : sub dir/hello world: size = 11 OK 2026/08/17 04:04:26 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:04:26 INFO : sub dir/hello world: Copied (new) 2026/08/17 04:04:26 DEBUG : B2 bucket rclone-test-qefonov0qeso: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (1.63s) === RUN TestCopyMetadata run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" sync_test.go:98: Skipping as metadata not supported --- SKIP: TestCopyMetadata (0.36s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" sync_test.go:98: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (0.36s) === RUN TestCopyMissingDirectory run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:04:27 DEBUG : Creating backend with remote "/non-existing" 2026/08/17 04:04:27 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/08/17 04:04:27 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:04:27 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.54s) === RUN TestCopyNoTraverse run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:04:28 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/17 04:04:28 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:04:28 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:04:29 DEBUG : sub dir/hello world: size = 11 OK 2026/08/17 04:04:29 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:04:29 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (1.58s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" sync_test.go:222: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.36s) === RUN TestCopyCheckFirst run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:04:30 INFO : B2 bucket rclone-test-qefonov0qeso: Running all checks before starting transfers 2026/08/17 04:04:30 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/17 04:04:30 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:04:30 INFO : B2 bucket rclone-test-qefonov0qeso: Checks finished, now starting transfers 2026/08/17 04:04:30 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:04:30 DEBUG : sub dir/hello world: size = 11 OK 2026/08/17 04:04:30 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:04:30 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (1.10s) === RUN TestSyncNoTraverse run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:04:31 ERROR : Ignoring --no-traverse with sync 2026/08/17 04:04:31 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/17 04:04:31 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:04:31 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:04:31 DEBUG : sub dir/hello world: size = 11 OK 2026/08/17 04:04:31 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:04:31 INFO : sub dir/hello world: Copied (new) 2026/08/17 04:04:31 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (1.09s) === RUN TestCopyWithDepth run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:04:32 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/08/17 04:04:32 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:04:32 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:04:32 DEBUG : hello world2: size = 12 OK 2026/08/17 04:04:32 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2026/08/17 04:04:32 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (1.09s) === RUN TestCopyWithFilesFrom run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:04:33 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/17 04:04:33 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:04:33 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:04:33 DEBUG : potato2: size = 11 OK 2026/08/17 04:04:33 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:04:33 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (1.18s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:04:35 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/17 04:04:35 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:04:35 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:04:35 DEBUG : potato2: size = 11 OK 2026/08/17 04:04:35 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:04:35 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (1.45s) === RUN TestCopyEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:04:36 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/17 04:04:36 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/17 04:04:36 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/17 04:04:36 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/17 04:04:36 INFO : sub dir2: Making directory 2026/08/17 04:04:36 INFO : sub dir: Making directory 2026/08/17 04:04:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/17 04:04:36 INFO : sub dir2/sub sub dir2: Making directory 2026/08/17 04:04:36 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:04:36 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:04:36 DEBUG : sub dir/hello world: size = 11 OK 2026/08/17 04:04:36 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:04:36 INFO : sub dir/hello world: Copied (new) fstest.go:250: Filtering empty directory "sub dir2" fstest.go:250: Filtering empty directory "sub dir2/sub sub dir2" 2026/08/17 04:04:36 DEBUG : B2 bucket rclone-test-qefonov0qeso: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.09s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:04:37 INFO : sub dir2: Making directory 2026/08/17 04:04:37 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/17 04:04:37 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/17 04:04:37 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/17 04:04:37 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:04:37 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:04:37 DEBUG : sub dir/hello world: size = 11 OK 2026/08/17 04:04:37 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:04:37 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.10s) === RUN TestMoveEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:04:38 DEBUG : sub dir2: Making directory with metadata 2026/08/17 04:04:38 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/17 04:04:38 INFO : sub dir2: Making directory 2026/08/17 04:04:38 INFO : sub dir: Making directory 2026/08/17 04:04:38 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/17 04:04:38 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:04:38 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:04:38 DEBUG : sub dir/hello world: size = 11 OK 2026/08/17 04:04:38 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:04:38 INFO : sub dir/hello world: Copied (new) 2026/08/17 04:04:38 INFO : sub dir/hello world: Deleted fstest.go:250: Filtering empty directory "sub dir2" 2026/08/17 04:04:38 DEBUG : B2 bucket rclone-test-qefonov0qeso: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/08/17 04:04:39 DEBUG : B2 bucket rclone-test-qefonov0qeso: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (1.27s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" sync_test.go:438: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (0.36s) === RUN TestMoveNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:04:39 INFO : sub dir2: Making directory 2026/08/17 04:04:40 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/17 04:04:40 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:04:40 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:04:40 DEBUG : sub dir/hello world: size = 11 OK 2026/08/17 04:04:40 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:04:40 INFO : sub dir/hello world: Copied (new) 2026/08/17 04:04:40 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.09s) === RUN TestSyncEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:04:41 DEBUG : sub dir2: Making directory with metadata 2026/08/17 04:04:41 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/17 04:04:41 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/17 04:04:41 INFO : sub dir2: Making directory 2026/08/17 04:04:41 INFO : sub dir: Making directory 2026/08/17 04:04:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/17 04:04:41 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:04:41 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:04:41 DEBUG : sub dir/hello world: size = 11 OK 2026/08/17 04:04:41 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:04:41 INFO : sub dir/hello world: Copied (new) 2026/08/17 04:04:41 DEBUG : Waiting for deletions to finish fstest.go:250: Filtering empty directory "sub dir2" 2026/08/17 04:04:41 DEBUG : B2 bucket rclone-test-qefonov0qeso: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.09s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" sync_test.go:537: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.36s) === RUN TestSyncNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:04:42 INFO : sub dir2: Making directory 2026/08/17 04:04:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/17 04:04:42 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:04:42 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:04:42 DEBUG : sub dir/hello world: size = 11 OK 2026/08/17 04:04:42 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:04:42 INFO : sub dir/hello world: Copied (new) 2026/08/17 04:04:42 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.09s) === RUN TestServerSideCopy run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:04:43 DEBUG : Creating backend with remote "TestB2:rclone-test-tejebid9dugi" sync_test.go:620: Server side copy (if possible) B2 bucket rclone-test-qefonov0qeso -> B2 bucket rclone-test-tejebid9dugi 2026/08/17 04:04:45 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/17 04:04:45 DEBUG : B2 bucket rclone-test-tejebid9dugi: Waiting for checks to finish 2026/08/17 04:04:45 DEBUG : B2 bucket rclone-test-tejebid9dugi: Waiting for transfers to finish 2026/08/17 04:04:45 DEBUG : sub dir/hello world: size = 11 OK 2026/08/17 04:04:45 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:04:45 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/17 04:04:45 DEBUG : B2 bucket rclone-test-tejebid9dugi: Purge remote 2026/08/17 04:04:45 INFO : B2 bucket rclone-test-tejebid9dugi: cleaning bucket "rclone-test-tejebid9dugi" of all files 2026/08/17 04:04:46 DEBUG : sub dir/hello world: Deleting (id "4_zbf32adc3e04d0bdbaf080e1b_f402379ebb6972ca9_d20260817_m040445_c001_v0001038_t0016_u01786939485711") --- PASS: TestServerSideCopy (3.66s) === RUN TestCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:04:48 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:04:48 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:04:48 DEBUG : sub dir/hello world: Sizes differ 2026/08/17 04:04:48 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:04:48 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:04:48 DEBUG : sub dir/hello world: size = 17 OK 2026/08/17 04:04:48 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/17 04:04:48 INFO : sub dir/hello world: Copied (replaced existing) --- PASS: TestCopyOverSelf (1.71s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:04:49 DEBUG : Creating backend with remote "TestB2:rclone-test-guqizid9baca" sync_test.go:656: Server side copy (if possible) B2 bucket rclone-test-qefonov0qeso -> B2 bucket rclone-test-guqizid9baca 2026/08/17 04:04:50 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/17 04:04:50 DEBUG : B2 bucket rclone-test-guqizid9baca: Waiting for checks to finish 2026/08/17 04:04:50 DEBUG : B2 bucket rclone-test-guqizid9baca: Waiting for transfers to finish 2026/08/17 04:04:51 DEBUG : sub dir/hello world: size = 11 OK 2026/08/17 04:04:51 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:04:51 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/17 04:04:52 DEBUG : B2 bucket rclone-test-guqizid9baca: Waiting for checks to finish 2026/08/17 04:04:52 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:04:52 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-guqizid9baca) 2026/08/17 04:04:52 DEBUG : sub dir/hello world: Sizes differ 2026/08/17 04:04:52 DEBUG : B2 bucket rclone-test-guqizid9baca: Waiting for transfers to finish 2026/08/17 04:04:52 DEBUG : sub dir/hello world: size = 17 OK 2026/08/17 04:04:52 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/17 04:04:52 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/17 04:04:52 DEBUG : B2 bucket rclone-test-guqizid9baca: Purge remote 2026/08/17 04:04:52 INFO : B2 bucket rclone-test-guqizid9baca: cleaning bucket "rclone-test-guqizid9baca" of all files 2026/08/17 04:04:53 DEBUG : sub dir/hello world: Deleting (id "4_zcfd2cd13e04d0bdbaf080e1b_f40693578bfeff97a_d20260817_m040452_c001_v0001109_t0017_u01786939492662") 2026/08/17 04:04:53 DEBUG : sub dir/hello world: Deleting (id "4_zcfd2cd13e04d0bdbaf080e1b_f41605c089620105a_d20260817_m040451_c001_v0001174_t0011_u01786939491187") --- PASS: TestServerSideCopyOverSelf (5.39s) === RUN TestMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:04:55 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:04:55 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:04:55 DEBUG : sub dir/hello world: Sizes differ 2026/08/17 04:04:55 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:04:55 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:04:55 DEBUG : sub dir/hello world: size = 17 OK 2026/08/17 04:04:55 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/17 04:04:55 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/17 04:04:55 INFO : sub dir/hello world: Deleted --- PASS: TestMoveOverSelf (1.68s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:04:56 DEBUG : Creating backend with remote "TestB2:rclone-test-wuxehay1sive" sync_test.go:701: Server side copy (if possible) B2 bucket rclone-test-qefonov0qeso -> B2 bucket rclone-test-wuxehay1sive 2026/08/17 04:04:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/17 04:04:57 DEBUG : B2 bucket rclone-test-wuxehay1sive: Waiting for checks to finish 2026/08/17 04:04:57 DEBUG : B2 bucket rclone-test-wuxehay1sive: Waiting for transfers to finish 2026/08/17 04:04:58 DEBUG : sub dir/hello world: size = 11 OK 2026/08/17 04:04:58 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:04:58 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/17 04:04:59 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:04:59 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-wuxehay1sive) 2026/08/17 04:04:59 DEBUG : sub dir/hello world: Sizes differ 2026/08/17 04:04:59 DEBUG : B2 bucket rclone-test-wuxehay1sive: Waiting for checks to finish 2026/08/17 04:04:59 DEBUG : B2 bucket rclone-test-wuxehay1sive: Waiting for transfers to finish 2026/08/17 04:04:59 DEBUG : sub dir/hello world: size = 17 OK 2026/08/17 04:04:59 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/17 04:04:59 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/17 04:04:59 INFO : sub dir/hello world: Deleted 2026/08/17 04:05:00 DEBUG : testing file moves 2026/08/17 04:05:00 DEBUG : sub dir/hello world: size = 24 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:05:00 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-wuxehay1sive) 2026/08/17 04:05:00 DEBUG : sub dir/hello world: Sizes differ 2026/08/17 04:05:00 DEBUG : B2 bucket rclone-test-wuxehay1sive: Waiting for checks to finish 2026/08/17 04:05:00 DEBUG : B2 bucket rclone-test-wuxehay1sive: Waiting for transfers to finish 2026/08/17 04:05:00 DEBUG : sub dir/hello world: size = 24 OK 2026/08/17 04:05:00 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2026/08/17 04:05:00 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/17 04:05:01 INFO : sub dir/hello world: Deleted 2026/08/17 04:05:01 DEBUG : B2 bucket rclone-test-wuxehay1sive: Purge remote 2026/08/17 04:05:01 INFO : B2 bucket rclone-test-wuxehay1sive: cleaning bucket "rclone-test-wuxehay1sive" of all files 2026/08/17 04:05:01 DEBUG : sub dir/hello world: Deleting (id "4_z6ff2ddd3e04d0bdbaf080e1b_f407bd9b31ea1dd1d_d20260817_m040500_c001_v0001181_t0034_u01786939500767") 2026/08/17 04:05:01 DEBUG : sub dir/hello world: Deleting (id "4_z6ff2ddd3e04d0bdbaf080e1b_f408727524f81720f_d20260817_m040459_c001_v0001173_t0047_u01786939499307") 2026/08/17 04:05:01 DEBUG : sub dir/hello world: Deleting (id "4_z6ff2ddd3e04d0bdbaf080e1b_f4173071ea29cf109_d20260817_m040458_c001_v0001115_t0029_u01786939498200") --- PASS: TestServerSideMoveOverSelf (6.96s) === RUN TestCopyAfterDelete run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:03 ERROR : error listing: directory not found 2026/08/17 04:05:03 INFO : Local file system at /tmp/rclone3511779363: Making directory 2026/08/17 04:05:03 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:03 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish --- PASS: TestCopyAfterDelete (1.44s) === RUN TestCopyRedownload run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:05 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/17 04:05:05 DEBUG : Local file system at /tmp/rclone3511779363: Waiting for checks to finish 2026/08/17 04:05:05 DEBUG : Local file system at /tmp/rclone3511779363: Waiting for transfers to finish 2026/08/17 04:05:05 DEBUG : sub dir/hello world.df762ecf.partial: size = 11 OK 2026/08/17 04:05:05 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:05:05 DEBUG : sub dir/hello world.df762ecf.partial: renamed to: sub dir/hello world 2026/08/17 04:05:05 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (1.81s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:06 DEBUG : check sum: Need to transfer - File not found at Destination 2026/08/17 04:05:06 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:06 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:06 DEBUG : check sum: size = 1 OK 2026/08/17 04:05:06 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/17 04:05:06 INFO : check sum: Copied (new) 2026/08/17 04:05:06 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:06 DEBUG : check sum: size = 1 OK 2026/08/17 04:05:06 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:06 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/17 04:05:06 DEBUG : check sum: Size and sha1 of src and dst objects identical 2026/08/17 04:05:06 DEBUG : check sum: Unchanged skipping 2026/08/17 04:05:06 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:06 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:06 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (1.45s) === RUN TestSyncSizeOnly run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:07 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/08/17 04:05:07 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:07 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:08 DEBUG : sizeonly: size = 6 OK 2026/08/17 04:05:08 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/17 04:05:08 INFO : sizeonly: Copied (new) 2026/08/17 04:05:08 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:08 DEBUG : sizeonly: size = 6 OK 2026/08/17 04:05:08 DEBUG : sizeonly: Sizes identical 2026/08/17 04:05:08 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:08 DEBUG : sizeonly: Unchanged skipping 2026/08/17 04:05:08 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:08 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:08 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (1.54s) === RUN TestSyncIgnoreSize run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:09 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/08/17 04:05:09 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:09 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:09 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2026/08/17 04:05:09 INFO : ignore-size: Copied (new) 2026/08/17 04:05:09 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:09 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:09 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:05:09 DEBUG : ignore-size: Unchanged skipping 2026/08/17 04:05:09 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:09 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:09 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (1.45s) === RUN TestSyncIgnoreTimes run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:11 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:11 DEBUG : existing: size = 6 OK 2026/08/17 04:05:11 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:05:11 DEBUG : existing: Unchanged skipping 2026/08/17 04:05:11 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:11 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:11 INFO : There was nothing to transfer 2026/08/17 04:05:11 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/08/17 04:05:11 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:11 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:11 DEBUG : existing: size = 6 OK 2026/08/17 04:05:11 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/17 04:05:11 INFO : existing: Copied (replaced existing) 2026/08/17 04:05:11 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (1.64s) === RUN TestSyncIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:12 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/17 04:05:12 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:12 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:12 DEBUG : existing: size = 6 OK 2026/08/17 04:05:12 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/17 04:05:12 INFO : existing: Copied (new) 2026/08/17 04:05:12 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:13 DEBUG : existing: Destination exists, skipping 2026/08/17 04:05:13 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:13 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:13 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:13 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (1.52s) === RUN TestSyncIgnoreErrors run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:14 INFO : d: Making directory fstest.go:250: Filtering empty directory "d" 2026/08/17 04:05:14 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/17 04:05:14 DEBUG : c/non empty space: size = 5 OK 2026/08/17 04:05:14 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/17 04:05:14 DEBUG : c/non empty space: Unchanged skipping 2026/08/17 04:05:14 DEBUG : a/potato2: size = 60 OK 2026/08/17 04:05:14 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/17 04:05:14 INFO : a/potato2: Copied (new) 2026/08/17 04:05:14 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:14 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:14 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:15 INFO : b/potato: Deleted --- PASS: TestSyncIgnoreErrors (2.18s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:16 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:16 DEBUG : empty space: size = 1 OK 2026/08/17 04:05:16 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2026/08/17 04:05:16 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/17 04:05:16 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2026/08/17 04:05:16 DEBUG : empty space: Unchanged skipping 2026/08/17 04:05:16 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:16 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:16 INFO : There was nothing to transfer 2026/08/17 04:05:16 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:16 DEBUG : empty space: size = 1 OK 2026/08/17 04:05:16 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2026/08/17 04:05:16 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/17 04:05:17 INFO : empty space: Updated modification time in destination 2026/08/17 04:05:17 DEBUG : empty space: Unchanged skipping 2026/08/17 04:05:17 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:17 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:17 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (2.38s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:18 DEBUG : empty space: size = 1 OK 2026/08/17 04:05:18 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2026/08/17 04:05:18 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:18 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/17 04:05:18 DEBUG : empty space: Unchanged skipping 2026/08/17 04:05:18 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:18 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:18 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.27s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:20 DEBUG : foo: size = 3 OK 2026/08/17 04:05:20 DEBUG : foo: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2026/08/17 04:05:20 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:20 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:05:20 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:05:20 DEBUG : foo: sha1 differ 2026/08/17 04:05:20 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:20 DEBUG : foo: size = 3 OK 2026/08/17 04:05:20 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2026/08/17 04:05:20 INFO : foo: Copied (replaced existing) 2026/08/17 04:05:20 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (1.45s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:21 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/17 04:05:21 DEBUG : empty space: size = 1 OK 2026/08/17 04:05:21 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/17 04:05:21 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:21 DEBUG : empty space: Unchanged skipping 2026/08/17 04:05:21 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:21 DEBUG : potato: size = 60 OK 2026/08/17 04:05:21 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/17 04:05:21 INFO : potato: Copied (new) 2026/08/17 04:05:21 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (1.70s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:23 DEBUG : potato: size = 21 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:05:23 DEBUG : potato: size = 60 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:05:23 DEBUG : potato: Sizes differ 2026/08/17 04:05:23 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:23 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:23 DEBUG : potato: size = 21 OK 2026/08/17 04:05:23 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2026/08/17 04:05:23 INFO : potato: Copied (replaced existing) 2026/08/17 04:05:23 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (1.54s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:24 DEBUG : potato: size = 21 OK 2026/08/17 04:05:24 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:24 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2026/08/17 04:05:24 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone3511779363) 2026/08/17 04:05:24 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:05:24 DEBUG : potato: sha1 differ 2026/08/17 04:05:24 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:25 DEBUG : potato: size = 21 OK 2026/08/17 04:05:25 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2026/08/17 04:05:25 INFO : potato: Copied (replaced existing) 2026/08/17 04:05:25 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (1.45s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:26 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/17 04:05:26 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/08/17 04:05:26 DEBUG : empty space: size = 1 OK 2026/08/17 04:05:26 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/17 04:05:26 DEBUG : empty space: Unchanged skipping 2026/08/17 04:05:26 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:26 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:26 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:26 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (1.45s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:28 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/17 04:05:28 DEBUG : empty space: size = 1 OK 2026/08/17 04:05:28 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/17 04:05:28 DEBUG : empty space: Unchanged skipping 2026/08/17 04:05:28 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:28 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:28 DEBUG : potato2: size = 60 OK 2026/08/17 04:05:28 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/17 04:05:28 INFO : potato2: Copied (new) 2026/08/17 04:05:28 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:28 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.09s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:29 INFO : d: Making directory 2026/08/17 04:05:29 INFO : d/e: Making directory fstest.go:250: Filtering empty directory "d" fstest.go:250: Filtering empty directory "d/e" 2026/08/17 04:05:30 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/17 04:05:30 DEBUG : c/non empty space: size = 5 OK 2026/08/17 04:05:30 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/17 04:05:30 DEBUG : c/non empty space: Unchanged skipping 2026/08/17 04:05:30 DEBUG : a/potato2: size = 60 OK 2026/08/17 04:05:30 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/17 04:05:30 INFO : a/potato2: Copied (new) 2026/08/17 04:05:30 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:30 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:30 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:30 INFO : b/potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (2.25s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:32 INFO : d: Making directory fstest.go:250: Filtering empty directory "d" 2026/08/17 04:05:32 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/17 04:05:32 DEBUG : c/non empty space: size = 5 OK 2026/08/17 04:05:32 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/17 04:05:32 DEBUG : c/non empty space: Unchanged skipping 2026/08/17 04:05:32 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:32 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:32 DEBUG : a/potato2: size = 60 OK 2026/08/17 04:05:32 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/17 04:05:32 INFO : a/potato2: Copied (new) 2026/08/17 04:05:32 ERROR : B2 bucket rclone-test-qefonov0qeso: not deleting files as there were IO errors 2026/08/17 04:05:32 ERROR : B2 bucket rclone-test-qefonov0qeso: not deleting directories as there were IO errors fstest.go:250: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (2.05s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:34 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:34 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/17 04:05:34 DEBUG : empty space: size = 1 OK 2026/08/17 04:05:34 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/17 04:05:34 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:34 DEBUG : empty space: Unchanged skipping 2026/08/17 04:05:34 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:34 INFO : potato: Deleted 2026/08/17 04:05:34 DEBUG : potato2: size = 60 OK 2026/08/17 04:05:34 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/17 04:05:34 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (1.97s) === RUN TestSyncDeleteBefore run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:36 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:36 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:36 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:36 INFO : potato: Deleted 2026/08/17 04:05:36 DEBUG : empty space: size = 1 OK 2026/08/17 04:05:36 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/17 04:05:36 DEBUG : empty space: Unchanged skipping 2026/08/17 04:05:36 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/17 04:05:36 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:36 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:36 DEBUG : potato2: size = 60 OK 2026/08/17 04:05:36 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/17 04:05:36 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (2.23s) === RUN TestCopyDeleteBefore run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:38 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/17 04:05:38 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:38 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:38 DEBUG : potato2: size = 19 OK 2026/08/17 04:05:38 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2026/08/17 04:05:38 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (1.66s) === RUN TestSyncWithExclude run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:40 DEBUG : enormous: Excluded (Size Filter) 2026/08/17 04:05:40 DEBUG : enormous: Excluded 2026/08/17 04:05:40 DEBUG : potato2: Excluded (Size Filter) 2026/08/17 04:05:40 DEBUG : potato2: Excluded 2026/08/17 04:05:40 DEBUG : potato2: Excluded (Size Filter) 2026/08/17 04:05:40 DEBUG : potato2: Excluded 2026/08/17 04:05:40 DEBUG : empty space: size = 1 OK 2026/08/17 04:05:40 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/17 04:05:40 DEBUG : empty space: Unchanged skipping 2026/08/17 04:05:40 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:40 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:40 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:40 INFO : There was nothing to transfer 2026/08/17 04:05:40 DEBUG : enormous: Excluded (Size Filter) 2026/08/17 04:05:40 DEBUG : enormous: Excluded 2026/08/17 04:05:40 DEBUG : potato2: Excluded (Size Filter) 2026/08/17 04:05:40 DEBUG : potato2: Excluded 2026/08/17 04:05:40 DEBUG : potato2: Excluded (Size Filter) 2026/08/17 04:05:40 DEBUG : potato2: Excluded 2026/08/17 04:05:40 DEBUG : empty space: size = 1 OK 2026/08/17 04:05:40 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/17 04:05:40 DEBUG : empty space: Unchanged skipping 2026/08/17 04:05:40 DEBUG : Local file system at /tmp/rclone3511779363: Waiting for checks to finish 2026/08/17 04:05:40 DEBUG : Local file system at /tmp/rclone3511779363: Waiting for transfers to finish 2026/08/17 04:05:40 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:40 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (1.86s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:42 DEBUG : enormous: Excluded (Size Filter) 2026/08/17 04:05:42 DEBUG : enormous: Excluded 2026/08/17 04:05:42 DEBUG : potato2: Excluded (Size Filter) 2026/08/17 04:05:42 DEBUG : potato2: Excluded 2026/08/17 04:05:42 DEBUG : empty space: size = 1 OK 2026/08/17 04:05:42 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/17 04:05:42 DEBUG : empty space: Unchanged skipping 2026/08/17 04:05:42 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:42 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:42 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:42 INFO : enormous: Deleted 2026/08/17 04:05:42 INFO : potato2: Deleted 2026/08/17 04:05:42 INFO : There was nothing to transfer 2026/08/17 04:05:43 DEBUG : empty space: size = 1 OK 2026/08/17 04:05:43 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/17 04:05:43 DEBUG : empty space: Unchanged skipping 2026/08/17 04:05:43 DEBUG : Local file system at /tmp/rclone3511779363: Waiting for checks to finish 2026/08/17 04:05:43 DEBUG : Local file system at /tmp/rclone3511779363: Waiting for transfers to finish 2026/08/17 04:05:43 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:43 INFO : enormous: Deleted 2026/08/17 04:05:43 INFO : potato2: Deleted 2026/08/17 04:05:43 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (2.26s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:44 DEBUG : five: Need to transfer - File not found at Destination 2026/08/17 04:05:44 DEBUG : four: size = 4 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:05:44 DEBUG : four: size = 8 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:05:44 DEBUG : four: Sizes differ 2026/08/17 04:05:44 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/08/17 04:05:44 DEBUG : one: Destination is newer than source, skipping 2026/08/17 04:05:44 DEBUG : two: size = 3 OK 2026/08/17 04:05:44 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone3511779363) 2026/08/17 04:05:44 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:05:44 DEBUG : two: sha1 differ 2026/08/17 04:05:44 DEBUG : three: size = 5 OK 2026/08/17 04:05:44 DEBUG : three: Sizes identical 2026/08/17 04:05:44 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:44 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/08/17 04:05:44 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:45 DEBUG : five: size = 4 OK 2026/08/17 04:05:45 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/17 04:05:45 INFO : five: Copied (new) 2026/08/17 04:05:45 DEBUG : four: size = 4 OK 2026/08/17 04:05:45 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/17 04:05:45 INFO : four: Copied (replaced existing) 2026/08/17 04:05:45 DEBUG : two: size = 3 OK 2026/08/17 04:05:45 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/17 04:05:45 INFO : two: Copied (replaced existing) 2026/08/17 04:05:45 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:46 DEBUG : four: size = 4 OK 2026/08/17 04:05:46 DEBUG : five: size = 4 OK 2026/08/17 04:05:46 DEBUG : one: Destination is newer than source, skipping 2026/08/17 04:05:46 DEBUG : three: size = 5 OK 2026/08/17 04:05:46 DEBUG : two: size = 3 OK 2026/08/17 04:05:46 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/17 04:05:46 DEBUG : four: Size and sha1 of src and dst objects identical 2026/08/17 04:05:46 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/17 04:05:46 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2026/08/17 04:05:46 DEBUG : two: Size and sha1 of src and dst objects identical 2026/08/17 04:05:46 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/17 04:05:46 DEBUG : five: Size and sha1 of src and dst objects identical 2026/08/17 04:05:46 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2026/08/17 04:05:46 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:46 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2026/08/17 04:05:46 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone3511779363) 2026/08/17 04:05:46 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:05:46 DEBUG : three: sha1 differ 2026/08/17 04:05:46 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2026/08/17 04:05:46 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:46 DEBUG : three: size = 5 OK 2026/08/17 04:05:46 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/17 04:05:46 INFO : three: Copied (replaced existing) 2026/08/17 04:05:46 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.09s) === RUN TestSyncWithMaxDuration === RUN TestSyncWithMaxDuration/Hard sync_test.go:1497: Skipping test on non local remote === RUN TestSyncWithMaxDuration/Soft sync_test.go:1497: Skipping test on non local remote --- PASS: TestSyncWithMaxDuration (0.00s) --- SKIP: TestSyncWithMaxDuration/Hard (0.00s) --- SKIP: TestSyncWithMaxDuration/Soft (0.00s) === RUN TestSyncWithTrackRenames run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" sync_test.go:1569: Can track renames: true 2026/08/17 04:05:47 INFO : B2 bucket rclone-test-qefonov0qeso: Making map for --track-renames 2026/08/17 04:05:47 INFO : B2 bucket rclone-test-qefonov0qeso: Finished making map for --track-renames 2026/08/17 04:05:47 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:47 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/17 04:05:47 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for renames to finish 2026/08/17 04:05:47 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/17 04:05:47 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:48 DEBUG : potato: size = 14 OK 2026/08/17 04:05:48 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/17 04:05:48 INFO : potato: Copied (new) 2026/08/17 04:05:48 DEBUG : yam: size = 11 OK 2026/08/17 04:05:48 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/17 04:05:48 INFO : yam: Copied (new) 2026/08/17 04:05:48 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:48 DEBUG : potato: size = 14 OK 2026/08/17 04:05:48 INFO : B2 bucket rclone-test-qefonov0qeso: Making map for --track-renames 2026/08/17 04:05:48 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:05:48 INFO : B2 bucket rclone-test-qefonov0qeso: Finished making map for --track-renames 2026/08/17 04:05:48 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:48 DEBUG : potato: Unchanged skipping 2026/08/17 04:05:48 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for renames to finish 2026/08/17 04:05:49 DEBUG : yaml: size = 11 OK 2026/08/17 04:05:49 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/17 04:05:49 INFO : yam: Copied (server-side copy) to: yaml 2026/08/17 04:05:49 INFO : yam: Deleted 2026/08/17 04:05:49 INFO : yaml: Renamed from "yam" 2026/08/17 04:05:49 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:49 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenames (2.75s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" sync_test.go:1641: Can track renames: true 2026/08/17 04:05:50 INFO : B2 bucket rclone-test-qefonov0qeso: Making map for --track-renames 2026/08/17 04:05:50 INFO : B2 bucket rclone-test-qefonov0qeso: Finished making map for --track-renames 2026/08/17 04:05:50 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:50 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for renames to finish 2026/08/17 04:05:50 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/17 04:05:50 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/17 04:05:50 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:50 DEBUG : potato: size = 14 OK 2026/08/17 04:05:50 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/17 04:05:50 INFO : potato: Copied (new) 2026/08/17 04:05:50 DEBUG : yam: size = 11 OK 2026/08/17 04:05:50 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/17 04:05:50 INFO : yam: Copied (new) 2026/08/17 04:05:50 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:51 DEBUG : potato: size = 14 OK 2026/08/17 04:05:51 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:05:51 INFO : B2 bucket rclone-test-qefonov0qeso: Making map for --track-renames 2026/08/17 04:05:51 INFO : B2 bucket rclone-test-qefonov0qeso: Finished making map for --track-renames 2026/08/17 04:05:51 DEBUG : potato: Unchanged skipping 2026/08/17 04:05:51 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:51 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for renames to finish 2026/08/17 04:05:51 DEBUG : yaml: size = 11 OK 2026/08/17 04:05:51 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/17 04:05:51 INFO : yam: Copied (server-side copy) to: yaml 2026/08/17 04:05:51 INFO : yam: Deleted 2026/08/17 04:05:51 INFO : yaml: Renamed from "yam" 2026/08/17 04:05:51 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:51 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyModtime (2.24s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" sync_test.go:1680: Can track renames: true 2026/08/17 04:05:52 INFO : B2 bucket rclone-test-qefonov0qeso: Making map for --track-renames 2026/08/17 04:05:52 INFO : B2 bucket rclone-test-qefonov0qeso: Finished making map for --track-renames 2026/08/17 04:05:52 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:52 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/17 04:05:52 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for renames to finish 2026/08/17 04:05:52 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/08/17 04:05:52 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:53 DEBUG : potato: size = 14 OK 2026/08/17 04:05:53 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/17 04:05:53 INFO : potato: Copied (new) 2026/08/17 04:05:53 DEBUG : sub/yam: size = 11 OK 2026/08/17 04:05:53 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/17 04:05:53 INFO : sub/yam: Copied (new) 2026/08/17 04:05:53 DEBUG : Waiting for deletions to finish 2026/08/17 04:05:53 DEBUG : potato: size = 14 OK 2026/08/17 04:05:53 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:05:53 DEBUG : potato: Unchanged skipping 2026/08/17 04:05:53 INFO : B2 bucket rclone-test-qefonov0qeso: Making map for --track-renames 2026/08/17 04:05:53 INFO : B2 bucket rclone-test-qefonov0qeso: Finished making map for --track-renames 2026/08/17 04:05:53 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:53 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for renames to finish 2026/08/17 04:05:54 DEBUG : yam: size = 11 OK 2026/08/17 04:05:54 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/17 04:05:54 INFO : sub/yam: Copied (server-side copy) to: yam 2026/08/17 04:05:54 INFO : sub/yam: Deleted 2026/08/17 04:05:54 INFO : yam: Renamed from "sub/yam" 2026/08/17 04:05:54 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:54 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyLeaf (2.44s) === RUN TestServerSideMoveLocal run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:55 DEBUG : Creating backend with remote "/tmp/rclone3511779363/dir1" 2026/08/17 04:05:55 DEBUG : Creating backend with remote "/tmp/rclone3511779363/dir2" 2026/08/17 04:05:55 DEBUG : Local file system at /tmp/rclone3511779363/dir2: Using server-side directory move 2026/08/17 04:05:55 INFO : Local file system at /tmp/rclone3511779363/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/17 04:05:55 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/08/17 04:05:55 DEBUG : Local file system at /tmp/rclone3511779363/dir2: Waiting for checks to finish 2026/08/17 04:05:55 DEBUG : Local file system at /tmp/rclone3511779363/dir2: Waiting for transfers to finish 2026/08/17 04:05:55 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.37s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:55 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/17 04:05:55 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/17 04:05:55 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:55 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:55 DEBUG : sub dir/hello world: Clearing upload URL because of error: Post "https://pod-000-1179-04.backblaze.com/b2api/v1/b2_upload_file/cf025da3e04d0bdbaf080e1b/c001_v0001179_t0035": EOF 2026/08/17 04:05:55 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1179-04.backblaze.com/b2api/v1/b2_upload_file/cf025da3e04d0bdbaf080e1b/c001_v0001179_t0035": EOF) 2026/08/17 04:05:55 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/17 04:05:55 DEBUG : sub dir/hello world: Received error: Post "https://pod-000-1179-04.backblaze.com/b2api/v1/b2_upload_file/cf025da3e04d0bdbaf080e1b/c001_v0001179_t0035": EOF - low level retry 0/10 2026/08/17 04:05:55 DEBUG : pacer: Reducing sleep to 10ms 2026/08/17 04:05:55 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/17 04:05:55 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/08/17 04:05:55 INFO : nested/sub dir/file: Copied (new) 2026/08/17 04:05:55 INFO : nested/sub dir/file: Deleted 2026/08/17 04:05:56 DEBUG : sub dir/hello world: size = 11 OK 2026/08/17 04:05:56 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:05:56 INFO : sub dir/hello world: Copied (new) 2026/08/17 04:05:56 INFO : sub dir/hello world: Deleted 2026/08/17 04:05:56 INFO : sub dir: Removing directory 2026/08/17 04:05:56 INFO : nested/sub dir: Removing directory 2026/08/17 04:05:56 INFO : nested: Removing directory 2026/08/17 04:05:56 DEBUG : Local file system at /tmp/rclone3511779363: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (1.46s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/17 04:05:57 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/17 04:05:57 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:57 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:57 DEBUG : sub dir/hello world: size = 11 OK 2026/08/17 04:05:57 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:05:57 INFO : sub dir/hello world: Copied (new) 2026/08/17 04:05:57 INFO : sub dir/hello world: Deleted 2026/08/17 04:05:57 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/17 04:05:57 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/08/17 04:05:57 INFO : nested/sub dir/file: Copied (new) 2026/08/17 04:05:57 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (1.29s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:58 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/08/17 04:05:58 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/17 04:05:58 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:58 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:58 DEBUG : existing-b: size = 6 OK 2026/08/17 04:05:58 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2026/08/17 04:05:58 INFO : existing-b: Copied (new) 2026/08/17 04:05:58 INFO : existing-b: Deleted 2026/08/17 04:05:58 DEBUG : existing: size = 6 OK 2026/08/17 04:05:58 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/17 04:05:58 INFO : existing: Copied (new) 2026/08/17 04:05:58 INFO : existing: Deleted 2026/08/17 04:05:59 DEBUG : existing: Destination exists, skipping 2026/08/17 04:05:59 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/08/17 04:05:59 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:05:59 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:05:59 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (1.67s) === RUN TestServerSideMove run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:05:59 DEBUG : Creating backend with remote "TestB2:rclone-test-fomawos6lera" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-qefonov0qeso -> B2 bucket rclone-test-fomawos6lera 2026/08/17 04:06:04 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/17 04:06:04 DEBUG : empty space: size = 1 OK 2026/08/17 04:06:04 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/17 04:06:04 DEBUG : empty space: Unchanged skipping 2026/08/17 04:06:04 DEBUG : potato3: size = 68 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:06:04 DEBUG : potato3: size = 60 (B2 bucket rclone-test-fomawos6lera) 2026/08/17 04:06:04 DEBUG : potato3: Sizes differ 2026/08/17 04:06:04 DEBUG : B2 bucket rclone-test-fomawos6lera: Waiting for checks to finish 2026/08/17 04:06:04 INFO : empty space: Deleted 2026/08/17 04:06:04 DEBUG : B2 bucket rclone-test-fomawos6lera: Waiting for transfers to finish 2026/08/17 04:06:04 DEBUG : potato2: size = 60 OK 2026/08/17 04:06:04 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/17 04:06:04 INFO : potato2: Copied (server-side copy) 2026/08/17 04:06:04 INFO : potato2: Deleted 2026/08/17 04:06:04 DEBUG : potato3: size = 68 OK 2026/08/17 04:06:04 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/17 04:06:04 INFO : potato3: Copied (server-side copy) 2026/08/17 04:06:05 INFO : potato3: Deleted 2026/08/17 04:06:05 DEBUG : Creating backend with remote "TestB2:rclone-test-xiqiqoq3rize" 2026/08/17 04:06:06 DEBUG : empty space: Need to transfer - File not found at Destination 2026/08/17 04:06:06 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/17 04:06:06 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/17 04:06:06 DEBUG : B2 bucket rclone-test-xiqiqoq3rize: Waiting for checks to finish 2026/08/17 04:06:06 DEBUG : B2 bucket rclone-test-xiqiqoq3rize: Waiting for transfers to finish 2026/08/17 04:06:07 DEBUG : empty space: size = 1 OK 2026/08/17 04:06:07 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/17 04:06:07 INFO : empty space: Copied (server-side copy) 2026/08/17 04:06:07 INFO : empty space: Deleted 2026/08/17 04:06:07 DEBUG : potato2: size = 60 OK 2026/08/17 04:06:07 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/17 04:06:07 INFO : potato2: Copied (server-side copy) 2026/08/17 04:06:07 INFO : potato2: Deleted 2026/08/17 04:06:08 DEBUG : potato3: size = 68 OK 2026/08/17 04:06:08 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/17 04:06:08 INFO : potato3: Copied (server-side copy) 2026/08/17 04:06:09 INFO : potato3: Deleted 2026/08/17 04:06:09 DEBUG : B2 bucket rclone-test-xiqiqoq3rize: Purge remote 2026/08/17 04:06:09 INFO : B2 bucket rclone-test-xiqiqoq3rize: cleaning bucket "rclone-test-xiqiqoq3rize" of all files 2026/08/17 04:06:09 DEBUG : empty space: Deleting (id "4_z3fd2eda3e05d0bdbaf080e1b_f40056a5625f68589_d20260817_m040607_c001_v0001174_t0020_u01786939567112") 2026/08/17 04:06:09 DEBUG : potato2: Deleting (id "4_z3fd2eda3e05d0bdbaf080e1b_f1035b6f0c67c0624_d20260817_m040607_c001_v0001174_t0024_u01786939567360") 2026/08/17 04:06:09 DEBUG : potato3: Deleting (id "4_z3fd2eda3e05d0bdbaf080e1b_f1174077b6d36ac8b_d20260817_m040607_c001_v0001116_t0023_u01786939567502") 2026/08/17 04:06:10 DEBUG : B2 bucket rclone-test-fomawos6lera: Purge remote 2026/08/17 04:06:10 INFO : B2 bucket rclone-test-fomawos6lera: cleaning bucket "rclone-test-fomawos6lera" of all files 2026/08/17 04:06:10 DEBUG : empty space: Deleting (id "4_z8fd2dd93e05d0bdbaf080e1b_f41546a0aeb5f3556_d20260817_m040607_c001_v7007000_t0000_u01786939567298") 2026/08/17 04:06:10 DEBUG : empty space: Deleting (id "4_z8fd2dd93e05d0bdbaf080e1b_f41666c4a81216e06_d20260817_m040603_c001_v0001103_t0002_u01786939563366") 2026/08/17 04:06:10 DEBUG : potato2: Deleting (id "4_z8fd2dd93e05d0bdbaf080e1b_f41546a0aeb5f3557_d20260817_m040607_c001_v7007000_t0000_u01786939567791") 2026/08/17 04:06:10 DEBUG : potato2: Deleting (id "4_z8fd2dd93e05d0bdbaf080e1b_f1087e65b92f4722e_d20260817_m040604_c001_v0001174_t0032_u01786939564257") 2026/08/17 04:06:10 DEBUG : potato3: Deleting (id "4_z8fd2dd93e05d0bdbaf080e1b_f41546a0aeb5f3558_d20260817_m040608_c001_v7007000_t0000_u01786939568923") 2026/08/17 04:06:10 DEBUG : potato3: Deleting (id "4_z8fd2dd93e05d0bdbaf080e1b_f11202544421487ef_d20260817_m040604_c001_v0001113_t0041_u01786939564610") 2026/08/17 04:06:10 DEBUG : potato3: Deleting (id "4_z8fd2dd93e05d0bdbaf080e1b_f11666c4a81216e08_d20260817_m040603_c001_v0001103_t0048_u01786939563551") --- PASS: TestServerSideMove (12.28s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:06:12 DEBUG : Creating backend with remote "TestB2:rclone-test-locivel0guca" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-qefonov0qeso -> B2 bucket rclone-test-locivel0guca 2026/08/17 04:06:16 DEBUG : empty space: Excluded (Size Filter) 2026/08/17 04:06:16 DEBUG : empty space: Excluded 2026/08/17 04:06:16 DEBUG : empty space: Excluded (Size Filter) 2026/08/17 04:06:16 DEBUG : empty space: Excluded 2026/08/17 04:06:16 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/17 04:06:16 DEBUG : potato3: size = 68 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:06:16 DEBUG : potato3: size = 60 (B2 bucket rclone-test-locivel0guca) 2026/08/17 04:06:16 DEBUG : potato3: Sizes differ 2026/08/17 04:06:16 DEBUG : B2 bucket rclone-test-locivel0guca: Waiting for checks to finish 2026/08/17 04:06:16 DEBUG : B2 bucket rclone-test-locivel0guca: Waiting for transfers to finish 2026/08/17 04:06:17 DEBUG : potato2: size = 60 OK 2026/08/17 04:06:17 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/17 04:06:17 INFO : potato2: Copied (server-side copy) 2026/08/17 04:06:17 DEBUG : potato3: size = 68 OK 2026/08/17 04:06:17 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/17 04:06:17 INFO : potato3: Copied (server-side copy) 2026/08/17 04:06:17 INFO : potato2: Deleted 2026/08/17 04:06:17 INFO : potato3: Deleted 2026/08/17 04:06:18 DEBUG : Creating backend with remote "TestB2:rclone-test-qitimup9kage" 2026/08/17 04:06:19 DEBUG : empty space: Excluded (Size Filter) 2026/08/17 04:06:19 DEBUG : empty space: Excluded 2026/08/17 04:06:19 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/17 04:06:19 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/17 04:06:19 DEBUG : B2 bucket rclone-test-qitimup9kage: Waiting for checks to finish 2026/08/17 04:06:19 DEBUG : B2 bucket rclone-test-qitimup9kage: Waiting for transfers to finish 2026/08/17 04:06:20 DEBUG : potato3: size = 68 OK 2026/08/17 04:06:20 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/17 04:06:20 INFO : potato3: Copied (server-side copy) 2026/08/17 04:06:20 DEBUG : potato2: size = 60 OK 2026/08/17 04:06:20 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/17 04:06:20 INFO : potato2: Copied (server-side copy) 2026/08/17 04:06:20 INFO : potato3: Deleted 2026/08/17 04:06:20 INFO : potato2: Deleted 2026/08/17 04:06:20 DEBUG : B2 bucket rclone-test-qitimup9kage: Purge remote 2026/08/17 04:06:20 INFO : B2 bucket rclone-test-qitimup9kage: cleaning bucket "rclone-test-qitimup9kage" of all files 2026/08/17 04:06:21 DEBUG : potato2: Deleting (id "4_z0f621dc3e06d0bdbaf080e1b_f115987b17df525ac_d20260817_m040620_c001_v0001182_t0004_u01786939580202") 2026/08/17 04:06:21 DEBUG : potato3: Deleting (id "4_z0f621dc3e06d0bdbaf080e1b_f1189ab74d455fd27_d20260817_m040619_c001_v0001113_t0029_u01786939579840") 2026/08/17 04:06:21 DEBUG : B2 bucket rclone-test-locivel0guca: Purge remote 2026/08/17 04:06:21 INFO : B2 bucket rclone-test-locivel0guca: cleaning bucket "rclone-test-locivel0guca" of all files 2026/08/17 04:06:21 DEBUG : empty space: Deleting (id "4_zef620da3e06d0bdbaf080e1b_f4109e74c6be02852_d20260817_m040615_c001_v0001099_t0046_u01786939575914") 2026/08/17 04:06:21 DEBUG : potato2: Deleting (id "4_zef620da3e06d0bdbaf080e1b_f4231a11fe161aec5_d20260817_m040620_c001_v7007000_t0000_u01786939580412") 2026/08/17 04:06:21 DEBUG : potato2: Deleting (id "4_zef620da3e06d0bdbaf080e1b_f10296c427c0b0652_d20260817_m040616_c001_v0001144_t0046_u01786939576778") 2026/08/17 04:06:21 DEBUG : potato3: Deleting (id "4_zef620da3e06d0bdbaf080e1b_f4270390dca62148a_d20260817_m040620_c001_v7007000_t0000_u01786939580344") 2026/08/17 04:06:21 DEBUG : potato3: Deleting (id "4_zef620da3e06d0bdbaf080e1b_f109f7c78f7c1e829_d20260817_m040617_c001_v0001044_t0047_u01786939577146") 2026/08/17 04:06:21 DEBUG : potato3: Deleting (id "4_zef620da3e06d0bdbaf080e1b_f1109e74c6be02854_d20260817_m040616_c001_v0001099_t0055_u01786939576097") --- PASS: TestServerSideMoveWithFilter (11.10s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:06:23 DEBUG : Creating backend with remote "TestB2:rclone-test-hesavan4vuzu" 2026/08/17 04:06:25 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-qefonov0qeso -> B2 bucket rclone-test-hesavan4vuzu 2026/08/17 04:06:27 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/17 04:06:27 DEBUG : empty space: size = 1 OK 2026/08/17 04:06:27 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/17 04:06:27 DEBUG : empty space: Unchanged skipping 2026/08/17 04:06:27 DEBUG : potato3: size = 68 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:06:27 DEBUG : potato3: size = 60 (B2 bucket rclone-test-hesavan4vuzu) 2026/08/17 04:06:27 DEBUG : potato3: Sizes differ 2026/08/17 04:06:27 DEBUG : B2 bucket rclone-test-hesavan4vuzu: Waiting for checks to finish 2026/08/17 04:06:28 INFO : empty space: Deleted 2026/08/17 04:06:28 DEBUG : B2 bucket rclone-test-hesavan4vuzu: Waiting for transfers to finish 2026/08/17 04:06:28 DEBUG : potato3: size = 68 OK 2026/08/17 04:06:28 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/17 04:06:28 INFO : potato3: Copied (server-side copy) 2026/08/17 04:06:28 DEBUG : potato2: size = 60 OK 2026/08/17 04:06:28 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/17 04:06:28 INFO : potato2: Copied (server-side copy) 2026/08/17 04:06:28 INFO : potato3: Deleted 2026/08/17 04:06:28 INFO : potato2: Deleted 2026/08/17 04:06:29 DEBUG : Creating backend with remote "TestB2:rclone-test-waroced8fixa" 2026/08/17 04:06:29 INFO : tomatoDir: Making directory 2026/08/17 04:06:30 DEBUG : empty space: Need to transfer - File not found at Destination 2026/08/17 04:06:30 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/17 04:06:30 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/17 04:06:30 DEBUG : B2 bucket rclone-test-waroced8fixa: Waiting for checks to finish 2026/08/17 04:06:30 DEBUG : B2 bucket rclone-test-waroced8fixa: Waiting for transfers to finish 2026/08/17 04:06:31 DEBUG : empty space: size = 1 OK 2026/08/17 04:06:31 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/17 04:06:31 INFO : empty space: Copied (server-side copy) 2026/08/17 04:06:31 INFO : empty space: Deleted 2026/08/17 04:06:31 DEBUG : potato2: size = 60 OK 2026/08/17 04:06:31 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/17 04:06:31 INFO : potato2: Copied (server-side copy) 2026/08/17 04:06:31 INFO : potato2: Deleted 2026/08/17 04:06:31 DEBUG : potato3: size = 68 OK 2026/08/17 04:06:31 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/17 04:06:31 INFO : potato3: Copied (server-side copy) 2026/08/17 04:06:31 INFO : potato3: Deleted 2026/08/17 04:06:32 DEBUG : B2 bucket rclone-test-waroced8fixa: Purge remote 2026/08/17 04:06:32 INFO : B2 bucket rclone-test-waroced8fixa: cleaning bucket "rclone-test-waroced8fixa" of all files 2026/08/17 04:06:32 DEBUG : empty space: Deleting (id "4_zcf824d73e06d0bdbaf080e1b_f401744b64162ccd8_d20260817_m040630_c001_v0001033_t0034_u01786939590975") 2026/08/17 04:06:32 DEBUG : potato2: Deleting (id "4_zcf824d73e06d0bdbaf080e1b_f1037a04bea261ff2_d20260817_m040631_c001_v0001184_t0026_u01786939591201") 2026/08/17 04:06:32 DEBUG : potato3: Deleting (id "4_zcf824d73e06d0bdbaf080e1b_f113adb536f208e76_d20260817_m040631_c001_v0001106_t0056_u01786939591341") 2026/08/17 04:06:33 DEBUG : B2 bucket rclone-test-hesavan4vuzu: Purge remote 2026/08/17 04:06:33 INFO : B2 bucket rclone-test-hesavan4vuzu: cleaning bucket "rclone-test-hesavan4vuzu" of all files 2026/08/17 04:06:33 DEBUG : empty space: Deleting (id "4_z2ff23d73e06d0bdbaf080e1b_f4231a11fe161af00_d20260817_m040631_c001_v7007000_t0000_u01786939591161") 2026/08/17 04:06:33 DEBUG : empty space: Deleting (id "4_z2ff23d73e06d0bdbaf080e1b_f41439c453e9ccf8f_d20260817_m040627_c001_v0001185_t0002_u01786939587237") 2026/08/17 04:06:33 DEBUG : potato2: Deleting (id "4_z2ff23d73e06d0bdbaf080e1b_f4231a11fe161af04_d20260817_m040631_c001_v7007000_t0000_u01786939591431") 2026/08/17 04:06:33 DEBUG : potato2: Deleting (id "4_z2ff23d73e06d0bdbaf080e1b_f104671525cf9d0e8_d20260817_m040628_c001_v0001146_t0006_u01786939588056") 2026/08/17 04:06:33 DEBUG : potato3: Deleting (id "4_z2ff23d73e06d0bdbaf080e1b_f4231a11fe161af0b_d20260817_m040631_c001_v7007000_t0000_u01786939591881") 2026/08/17 04:06:33 DEBUG : potato3: Deleting (id "4_z2ff23d73e06d0bdbaf080e1b_f113e0201acebcb30_d20260817_m040628_c001_v0001167_t0053_u01786939588401") 2026/08/17 04:06:33 DEBUG : potato3: Deleting (id "4_z2ff23d73e06d0bdbaf080e1b_f11439c453e9ccf93_d20260817_m040627_c001_v0001185_t0015_u01786939587426") 2026/08/17 04:06:33 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_delete_file_version": EOF) 2026/08/17 04:06:33 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/17 04:06:33 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestServerSideMoveDeleteEmptySourceDirs (11.57s) === RUN TestServerSideMoveOverlap run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:06:34 DEBUG : Creating backend with remote "TestB2:rclone-test-qefonov0qeso/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.41s) === RUN TestSyncOverlap run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:06:37 DEBUG : Creating backend with remote "TestB2:rclone-test-qefonov0qeso/rclone-sync-test" --- PASS: TestSyncOverlap (1.45s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:06:38 DEBUG : Creating backend with remote "TestB2:rclone-test-qefonov0qeso/rclone-sync-test" 2026/08/17 04:06:38 DEBUG : Config file has changed externally - reloading 2026/08/17 04:06:41 DEBUG : Creating backend with remote "TestB2:rclone-test-qefonov0qeso/rclone-sync-test-include/layer2" 2026/08/17 04:07:03 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_create_bucket": EOF) 2026/08/17 04:07:03 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/17 04:07:03 DEBUG : pacer: Reducing sleep to 10ms 2026/08/17 04:07:04 DEBUG : Creating backend with remote "TestB2:rclone-test-qefonov0qeso/rclone-sync-test-ignore-file" 2026/08/17 04:07:08 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/17 04:07:08 DEBUG : B2 bucket rclone-test-qefonov0qeso path rclone-sync-test: Waiting for checks to finish 2026/08/17 04:07:08 DEBUG : B2 bucket rclone-test-qefonov0qeso path rclone-sync-test: Waiting for transfers to finish 2026/08/17 04:07:08 DEBUG : Waiting for deletions to finish 2026/08/17 04:07:08 INFO : There was nothing to transfer 2026/08/17 04:07:09 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/17 04:07:09 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:07:09 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:07:09 DEBUG : Waiting for deletions to finish 2026/08/17 04:07:09 INFO : There was nothing to transfer 2026/08/17 04:07:09 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/17 04:07:09 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/17 04:07:09 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/17 04:07:10 DEBUG : pacer: Reducing sleep to 10ms 2026/08/17 04:07:10 DEBUG : B2 bucket rclone-test-qefonov0qeso path rclone-sync-test-include/layer2: Waiting for checks to finish 2026/08/17 04:07:10 DEBUG : B2 bucket rclone-test-qefonov0qeso path rclone-sync-test-include/layer2: Waiting for transfers to finish 2026/08/17 04:07:10 DEBUG : Waiting for deletions to finish 2026/08/17 04:07:10 INFO : There was nothing to transfer 2026/08/17 04:07:10 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/17 04:07:10 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:07:10 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:07:10 DEBUG : Waiting for deletions to finish 2026/08/17 04:07:10 INFO : There was nothing to transfer 2026/08/17 04:07:11 DEBUG : Excluded 2026/08/17 04:07:11 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/17 04:07:11 DEBUG : B2 bucket rclone-test-qefonov0qeso path rclone-sync-test-ignore-file: Waiting for checks to finish 2026/08/17 04:07:11 DEBUG : B2 bucket rclone-test-qefonov0qeso path rclone-sync-test-ignore-file: Waiting for transfers to finish 2026/08/17 04:07:11 DEBUG : Waiting for deletions to finish 2026/08/17 04:07:11 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (33.14s) === RUN TestSyncCompareDest run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:07:11 DEBUG : Creating backend with remote "TestB2:rclone-test-qefonov0qeso/dst" 2026/08/17 04:07:13 DEBUG : Creating backend with remote "TestB2:rclone-test-qefonov0qeso/CompareDest" 2026/08/17 04:07:15 DEBUG : one: Need to transfer - File not found at Destination 2026/08/17 04:07:15 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for checks to finish 2026/08/17 04:07:15 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for transfers to finish 2026/08/17 04:07:15 DEBUG : one: size = 3 OK 2026/08/17 04:07:15 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/17 04:07:15 INFO : one: Copied (new) 2026/08/17 04:07:15 DEBUG : Waiting for deletions to finish 2026/08/17 04:07:16 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for checks to finish 2026/08/17 04:07:16 DEBUG : one: size = 5 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:07:16 DEBUG : one: size = 3 (B2 bucket rclone-test-qefonov0qeso path dst) 2026/08/17 04:07:16 DEBUG : one: Sizes differ 2026/08/17 04:07:16 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for transfers to finish 2026/08/17 04:07:16 DEBUG : one: size = 5 OK 2026/08/17 04:07:16 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/17 04:07:16 INFO : one: Copied (replaced existing) 2026/08/17 04:07:16 DEBUG : Waiting for deletions to finish 2026/08/17 04:07:18 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for checks to finish 2026/08/17 04:07:18 DEBUG : one: size = 5 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:07:18 DEBUG : one: size = 3 (B2 bucket rclone-test-qefonov0qeso path dst) 2026/08/17 04:07:18 DEBUG : one: Sizes differ 2026/08/17 04:07:18 DEBUG : one: size = 5 OK 2026/08/17 04:07:18 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/17 04:07:18 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/17 04:07:18 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for transfers to finish 2026/08/17 04:07:18 DEBUG : Waiting for deletions to finish 2026/08/17 04:07:18 INFO : There was nothing to transfer 2026/08/17 04:07:19 DEBUG : one: size = 5 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:07:19 DEBUG : one: size = 3 (B2 bucket rclone-test-qefonov0qeso path dst) 2026/08/17 04:07:19 DEBUG : one: Sizes differ 2026/08/17 04:07:19 DEBUG : two: size = 3 OK 2026/08/17 04:07:19 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/17 04:07:19 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/17 04:07:19 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for checks to finish 2026/08/17 04:07:19 DEBUG : one: size = 5 OK 2026/08/17 04:07:19 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/17 04:07:19 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/17 04:07:19 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for transfers to finish 2026/08/17 04:07:19 DEBUG : Waiting for deletions to finish 2026/08/17 04:07:19 INFO : There was nothing to transfer 2026/08/17 04:07:20 DEBUG : one: size = 5 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:07:20 DEBUG : one: size = 3 (B2 bucket rclone-test-qefonov0qeso path dst) 2026/08/17 04:07:20 DEBUG : one: Sizes differ 2026/08/17 04:07:20 DEBUG : two: size = 3 OK 2026/08/17 04:07:20 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/17 04:07:20 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/17 04:07:20 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for checks to finish 2026/08/17 04:07:20 DEBUG : one: size = 5 OK 2026/08/17 04:07:20 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/17 04:07:20 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/17 04:07:20 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for transfers to finish 2026/08/17 04:07:20 DEBUG : Waiting for deletions to finish 2026/08/17 04:07:20 INFO : There was nothing to transfer 2026/08/17 04:07:21 DEBUG : one: size = 5 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:07:21 DEBUG : one: size = 3 (B2 bucket rclone-test-qefonov0qeso path dst) 2026/08/17 04:07:21 DEBUG : one: Sizes differ 2026/08/17 04:07:21 DEBUG : two: size = 3 OK 2026/08/17 04:07:21 DEBUG : two: Modification times differ by -119h59m59.877s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59.123 +0000 UTC 2026/08/17 04:07:21 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/17 04:07:21 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/17 04:07:21 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for checks to finish 2026/08/17 04:07:21 DEBUG : one: size = 5 OK 2026/08/17 04:07:21 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/17 04:07:21 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/17 04:07:21 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for transfers to finish 2026/08/17 04:07:21 DEBUG : Waiting for deletions to finish 2026/08/17 04:07:21 INFO : There was nothing to transfer 2026/08/17 04:07:21 DEBUG : one: size = 5 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:07:21 DEBUG : one: size = 3 (B2 bucket rclone-test-qefonov0qeso path dst) 2026/08/17 04:07:21 DEBUG : one: Sizes differ 2026/08/17 04:07:22 DEBUG : two: size = 5 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:07:22 DEBUG : two: size = 3 (B2 bucket rclone-test-qefonov0qeso path CompareDest) 2026/08/17 04:07:22 DEBUG : two: Sizes differ 2026/08/17 04:07:22 DEBUG : two: Need to transfer - File not found at Destination 2026/08/17 04:07:22 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for checks to finish 2026/08/17 04:07:22 DEBUG : one: size = 5 OK 2026/08/17 04:07:22 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/17 04:07:22 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/17 04:07:22 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for transfers to finish 2026/08/17 04:07:22 DEBUG : two: size = 5 OK 2026/08/17 04:07:22 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2026/08/17 04:07:22 INFO : two: Copied (new) 2026/08/17 04:07:22 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (11.99s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:07:25 DEBUG : Creating backend with remote "TestB2:rclone-test-qefonov0qeso/dest" 2026/08/17 04:07:26 DEBUG : Creating backend with remote "TestB2:rclone-test-qefonov0qeso/pre-dest1" 2026/08/17 04:07:27 DEBUG : Creating backend with remote "TestB2:rclone-test-qefonov0qeso/pre-dest2" 2026/08/17 04:07:29 DEBUG : 1: size = 1 OK 2026/08/17 04:07:29 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:07:29 DEBUG : 1: Destination found in --compare-dest, skipping 2026/08/17 04:07:29 DEBUG : 2: size = 1 OK 2026/08/17 04:07:29 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:07:29 DEBUG : 2: Destination found in --compare-dest, skipping 2026/08/17 04:07:30 DEBUG : 3: Need to transfer - File not found at Destination 2026/08/17 04:07:30 DEBUG : B2 bucket rclone-test-qefonov0qeso path dest: Waiting for checks to finish 2026/08/17 04:07:30 DEBUG : B2 bucket rclone-test-qefonov0qeso path dest: Waiting for transfers to finish 2026/08/17 04:07:31 DEBUG : 3: size = 1 OK 2026/08/17 04:07:31 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2026/08/17 04:07:31 INFO : 3: Copied (new) 2026/08/17 04:07:31 DEBUG : Waiting for deletions to finish 2026/08/17 04:07:31 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/17 04:07:31 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/17 04:07:31 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestSyncMultipleCompareDest (8.83s) === RUN TestSyncCopyDest run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:07:32 DEBUG : Creating backend with remote "TestB2:rclone-test-qefonov0qeso/dst" 2026/08/17 04:07:33 DEBUG : Creating backend with remote "TestB2:rclone-test-qefonov0qeso/CopyDest" 2026/08/17 04:07:35 DEBUG : one: Need to transfer - File not found at Destination 2026/08/17 04:07:35 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for checks to finish 2026/08/17 04:07:35 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for transfers to finish 2026/08/17 04:07:36 DEBUG : one: size = 3 OK 2026/08/17 04:07:36 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/17 04:07:36 INFO : one: Copied (new) 2026/08/17 04:07:36 DEBUG : Waiting for deletions to finish 2026/08/17 04:07:37 DEBUG : one: size = 5 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:07:37 DEBUG : one: size = 3 (B2 bucket rclone-test-qefonov0qeso path dst) 2026/08/17 04:07:37 DEBUG : one: Sizes differ 2026/08/17 04:07:37 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for checks to finish 2026/08/17 04:07:37 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for transfers to finish 2026/08/17 04:07:37 DEBUG : one: size = 5 OK 2026/08/17 04:07:37 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/17 04:07:37 INFO : one: Copied (replaced existing) 2026/08/17 04:07:37 DEBUG : Waiting for deletions to finish 2026/08/17 04:07:39 DEBUG : Creating backend with remote "TestB2:rclone-test-qefonov0qeso/BackupDir" 2026/08/17 04:07:40 DEBUG : one: size = 5 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:07:40 DEBUG : one: size = 3 (B2 bucket rclone-test-qefonov0qeso path dst) 2026/08/17 04:07:40 DEBUG : one: Sizes differ 2026/08/17 04:07:40 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for checks to finish 2026/08/17 04:07:40 DEBUG : one: size = 5 OK 2026/08/17 04:07:40 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/17 04:07:40 DEBUG : one: size = 5 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:07:40 DEBUG : one: size = 3 (B2 bucket rclone-test-qefonov0qeso path dst) 2026/08/17 04:07:40 DEBUG : one: Sizes differ 2026/08/17 04:07:42 DEBUG : one: size = 3 OK 2026/08/17 04:07:42 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/17 04:07:42 INFO : one: Copied (server-side copy) 2026/08/17 04:07:42 INFO : one: Deleted 2026/08/17 04:07:42 DEBUG : one: size = 5 OK 2026/08/17 04:07:42 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/17 04:07:42 INFO : one: Copied (server-side copy) 2026/08/17 04:07:42 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/17 04:07:42 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for transfers to finish 2026/08/17 04:07:42 DEBUG : Waiting for deletions to finish 2026/08/17 04:07:43 DEBUG : one: size = 5 OK 2026/08/17 04:07:43 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/17 04:07:43 DEBUG : one: Unchanged skipping 2026/08/17 04:07:43 DEBUG : two: size = 3 OK 2026/08/17 04:07:43 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/17 04:07:43 DEBUG : two: size = 3 OK 2026/08/17 04:07:43 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/17 04:07:43 INFO : two: Copied (server-side copy) 2026/08/17 04:07:43 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/17 04:07:43 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for checks to finish 2026/08/17 04:07:43 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for transfers to finish 2026/08/17 04:07:43 DEBUG : Waiting for deletions to finish 2026/08/17 04:07:44 DEBUG : one: size = 5 OK 2026/08/17 04:07:44 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for checks to finish 2026/08/17 04:07:44 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/17 04:07:44 DEBUG : two: size = 3 OK 2026/08/17 04:07:44 DEBUG : one: Unchanged skipping 2026/08/17 04:07:44 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/17 04:07:44 DEBUG : two: Unchanged skipping 2026/08/17 04:07:44 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for transfers to finish 2026/08/17 04:07:44 DEBUG : Waiting for deletions to finish 2026/08/17 04:07:44 INFO : There was nothing to transfer 2026/08/17 04:07:45 DEBUG : one: size = 5 OK 2026/08/17 04:07:45 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/17 04:07:45 DEBUG : one: Unchanged skipping 2026/08/17 04:07:45 DEBUG : three: size = 7 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:07:45 DEBUG : three: size = 5 (B2 bucket rclone-test-qefonov0qeso path CopyDest) 2026/08/17 04:07:45 DEBUG : three: Sizes differ 2026/08/17 04:07:45 DEBUG : three: Destination not found in --copy-dest 2026/08/17 04:07:45 DEBUG : three: Need to transfer - File not found at Destination 2026/08/17 04:07:45 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for checks to finish 2026/08/17 04:07:45 DEBUG : two: size = 3 OK 2026/08/17 04:07:45 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/17 04:07:45 DEBUG : two: Unchanged skipping 2026/08/17 04:07:45 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for transfers to finish 2026/08/17 04:07:45 DEBUG : three: size = 7 OK 2026/08/17 04:07:45 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2026/08/17 04:07:45 INFO : three: Copied (new) 2026/08/17 04:07:45 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (15.13s) === RUN TestSyncBackupDir run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:07:47 DEBUG : dst/one: Clearing upload URL because of error: Post "https://pod-000-1102-06.backblaze.com/b2api/v1/b2_upload_file/cf025da3e04d0bdbaf080e1b/c001_v0001102_t0005": EOF 2026/08/17 04:07:47 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1102-06.backblaze.com/b2api/v1/b2_upload_file/cf025da3e04d0bdbaf080e1b/c001_v0001102_t0005": EOF) 2026/08/17 04:07:47 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:299: Retry Put of "dst/one" to B2 bucket rclone-test-qefonov0qeso: 1/10 (Post "https://pod-000-1102-06.backblaze.com/b2api/v1/b2_upload_file/cf025da3e04d0bdbaf080e1b/c001_v0001102_t0005": EOF) 2026/08/17 04:07:50 DEBUG : pacer: Reducing sleep to 10ms 2026/08/17 04:07:50 DEBUG : Creating backend with remote "TestB2:rclone-test-qefonov0qeso/dst" 2026/08/17 04:07:52 DEBUG : Creating backend with remote "TestB2:rclone-test-qefonov0qeso/backup" 2026/08/17 04:07:53 DEBUG : one: size = 4 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:07:53 DEBUG : one: size = 3 (B2 bucket rclone-test-qefonov0qeso path dst) 2026/08/17 04:07:53 DEBUG : one: Sizes differ 2026/08/17 04:07:53 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for checks to finish 2026/08/17 04:07:53 DEBUG : two: size = 3 OK 2026/08/17 04:07:53 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:07:53 DEBUG : two: Unchanged skipping 2026/08/17 04:07:55 DEBUG : one: size = 3 OK 2026/08/17 04:07:55 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/17 04:07:55 INFO : one: Copied (server-side copy) 2026/08/17 04:07:55 INFO : one: Deleted 2026/08/17 04:07:55 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for transfers to finish 2026/08/17 04:07:56 DEBUG : one: size = 4 OK 2026/08/17 04:07:56 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/17 04:07:56 INFO : one: Copied (new) 2026/08/17 04:07:56 DEBUG : Waiting for deletions to finish 2026/08/17 04:07:56 DEBUG : three.txt: size = 5 OK 2026/08/17 04:07:56 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/17 04:07:56 INFO : three.txt: Copied (server-side copy) 2026/08/17 04:07:56 INFO : three.txt: Deleted 2026/08/17 04:07:56 INFO : three.txt: Moved into backup dir 2026/08/17 04:07:58 DEBUG : one: size = 5 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:07:58 DEBUG : one: size = 4 (B2 bucket rclone-test-qefonov0qeso path dst) 2026/08/17 04:07:58 DEBUG : one: Sizes differ 2026/08/17 04:07:58 DEBUG : two: size = 3 OK 2026/08/17 04:07:58 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:07:58 DEBUG : two: Unchanged skipping 2026/08/17 04:07:58 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for checks to finish 2026/08/17 04:07:58 DEBUG : one: size = 4 OK 2026/08/17 04:07:58 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/17 04:07:58 INFO : one: Copied (server-side copy) 2026/08/17 04:07:58 INFO : one: Deleted 2026/08/17 04:07:58 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for transfers to finish 2026/08/17 04:07:59 DEBUG : one: size = 5 OK 2026/08/17 04:07:59 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/17 04:07:59 INFO : one: Copied (new) 2026/08/17 04:07:59 DEBUG : Waiting for deletions to finish 2026/08/17 04:07:59 DEBUG : three.txt: size = 6 OK 2026/08/17 04:07:59 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/17 04:07:59 INFO : three.txt: Copied (server-side copy) 2026/08/17 04:07:59 INFO : three.txt: Deleted 2026/08/17 04:07:59 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (13.26s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:08:01 DEBUG : Creating backend with remote "TestB2:rclone-test-qefonov0qeso/dst" 2026/08/17 04:08:03 DEBUG : Creating backend with remote "TestB2:rclone-test-qefonov0qeso/backup" 2026/08/17 04:08:04 DEBUG : one: size = 4 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:08:04 DEBUG : one: size = 3 (B2 bucket rclone-test-qefonov0qeso path dst) 2026/08/17 04:08:04 DEBUG : one: Sizes differ 2026/08/17 04:08:04 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for checks to finish 2026/08/17 04:08:04 DEBUG : two: size = 3 OK 2026/08/17 04:08:04 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:08:04 DEBUG : two: Unchanged skipping 2026/08/17 04:08:06 DEBUG : one.bak: size = 3 OK 2026/08/17 04:08:06 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/17 04:08:06 INFO : one: Copied (server-side copy) to: one.bak 2026/08/17 04:08:06 INFO : one: Deleted 2026/08/17 04:08:06 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for transfers to finish 2026/08/17 04:08:07 DEBUG : one: size = 4 OK 2026/08/17 04:08:07 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/17 04:08:07 INFO : one: Copied (new) 2026/08/17 04:08:07 DEBUG : Waiting for deletions to finish 2026/08/17 04:08:07 DEBUG : three.txt.bak: size = 5 OK 2026/08/17 04:08:07 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/17 04:08:07 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/17 04:08:07 INFO : three.txt: Deleted 2026/08/17 04:08:07 INFO : three.txt: Moved into backup dir 2026/08/17 04:08:09 DEBUG : one: size = 5 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:08:09 DEBUG : one: size = 4 (B2 bucket rclone-test-qefonov0qeso path dst) 2026/08/17 04:08:09 DEBUG : one: Sizes differ 2026/08/17 04:08:09 DEBUG : two: size = 3 OK 2026/08/17 04:08:09 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:08:09 DEBUG : two: Unchanged skipping 2026/08/17 04:08:09 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for checks to finish 2026/08/17 04:08:09 DEBUG : one.bak: size = 4 OK 2026/08/17 04:08:09 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/17 04:08:09 INFO : one: Copied (server-side copy) to: one.bak 2026/08/17 04:08:09 INFO : one: Deleted 2026/08/17 04:08:09 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for transfers to finish 2026/08/17 04:08:10 DEBUG : one: size = 5 OK 2026/08/17 04:08:10 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/17 04:08:10 INFO : one: Copied (new) 2026/08/17 04:08:10 DEBUG : Waiting for deletions to finish 2026/08/17 04:08:10 DEBUG : three.txt.bak: size = 6 OK 2026/08/17 04:08:10 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/17 04:08:10 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/17 04:08:10 INFO : three.txt: Deleted 2026/08/17 04:08:10 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (10.73s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:08:12 DEBUG : Creating backend with remote "TestB2:rclone-test-qefonov0qeso/dst" 2026/08/17 04:08:13 DEBUG : Creating backend with remote "TestB2:rclone-test-qefonov0qeso/backup" 2026/08/17 04:08:35 DEBUG : pacer: low level retry 1/10 (error Get "https://api.backblazeb2.com/b2api/v4/b2_authorize_account": EOF) 2026/08/17 04:08:35 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/17 04:08:35 DEBUG : pacer: Reducing sleep to 10ms 2026/08/17 04:08:37 DEBUG : one: size = 4 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:08:37 DEBUG : one: size = 3 (B2 bucket rclone-test-qefonov0qeso path dst) 2026/08/17 04:08:37 DEBUG : one: Sizes differ 2026/08/17 04:08:37 DEBUG : two: size = 3 OK 2026/08/17 04:08:37 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:08:37 DEBUG : two: Unchanged skipping 2026/08/17 04:08:37 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for checks to finish 2026/08/17 04:08:38 DEBUG : one-2019-01-01: size = 3 OK 2026/08/17 04:08:38 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/17 04:08:38 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/17 04:08:38 INFO : one: Deleted 2026/08/17 04:08:38 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for transfers to finish 2026/08/17 04:08:39 DEBUG : one: size = 4 OK 2026/08/17 04:08:39 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/17 04:08:39 INFO : one: Copied (new) 2026/08/17 04:08:39 DEBUG : Waiting for deletions to finish 2026/08/17 04:08:39 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/08/17 04:08:39 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/17 04:08:39 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/17 04:08:40 INFO : three.txt: Deleted 2026/08/17 04:08:40 INFO : three.txt: Moved into backup dir 2026/08/17 04:08:41 DEBUG : one: size = 5 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:08:41 DEBUG : one: size = 4 (B2 bucket rclone-test-qefonov0qeso path dst) 2026/08/17 04:08:41 DEBUG : one: Sizes differ 2026/08/17 04:08:41 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for checks to finish 2026/08/17 04:08:41 DEBUG : two: size = 3 OK 2026/08/17 04:08:41 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:08:41 DEBUG : two: Unchanged skipping 2026/08/17 04:08:41 DEBUG : one-2019-01-01: size = 4 OK 2026/08/17 04:08:41 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/17 04:08:41 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/17 04:08:42 INFO : one: Deleted 2026/08/17 04:08:42 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for transfers to finish 2026/08/17 04:08:42 DEBUG : one: size = 5 OK 2026/08/17 04:08:42 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/17 04:08:42 INFO : one: Copied (new) 2026/08/17 04:08:42 DEBUG : Waiting for deletions to finish 2026/08/17 04:08:42 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/08/17 04:08:42 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/17 04:08:42 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/17 04:08:42 INFO : three.txt: Deleted 2026/08/17 04:08:42 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (32.30s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:08:44 DEBUG : Creating backend with remote "TestB2:rclone-test-qefonov0qeso/dst" 2026/08/17 04:08:46 DEBUG : one: size = 4 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:08:46 DEBUG : one: size = 3 (B2 bucket rclone-test-qefonov0qeso path dst) 2026/08/17 04:08:46 DEBUG : one: Sizes differ 2026/08/17 04:08:46 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for checks to finish 2026/08/17 04:08:46 DEBUG : two: size = 3 OK 2026/08/17 04:08:46 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:08:46 DEBUG : two: Unchanged skipping 2026/08/17 04:08:47 DEBUG : one.bak: size = 3 OK 2026/08/17 04:08:47 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/17 04:08:47 INFO : one: Copied (server-side copy) to: one.bak 2026/08/17 04:08:47 INFO : one: Deleted 2026/08/17 04:08:47 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for transfers to finish 2026/08/17 04:08:48 DEBUG : one: size = 4 OK 2026/08/17 04:08:48 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/17 04:08:48 INFO : one: Copied (new) 2026/08/17 04:08:48 DEBUG : Waiting for deletions to finish 2026/08/17 04:08:48 DEBUG : three.txt.bak: size = 5 OK 2026/08/17 04:08:48 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/17 04:08:48 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/17 04:08:48 INFO : three.txt: Deleted 2026/08/17 04:08:48 INFO : three.txt: Moved into backup dir 2026/08/17 04:08:49 DEBUG : one.bak: Excluded (Path Filter) 2026/08/17 04:08:49 DEBUG : one.bak: Excluded 2026/08/17 04:08:49 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/08/17 04:08:49 DEBUG : three.txt.bak: Excluded 2026/08/17 04:08:49 DEBUG : one: size = 5 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:08:49 DEBUG : one: size = 4 (B2 bucket rclone-test-qefonov0qeso path dst) 2026/08/17 04:08:49 DEBUG : one: Sizes differ 2026/08/17 04:08:49 DEBUG : two: size = 3 OK 2026/08/17 04:08:49 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:08:49 DEBUG : two: Unchanged skipping 2026/08/17 04:08:49 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for checks to finish 2026/08/17 04:08:49 DEBUG : one.bak: size = 4 OK 2026/08/17 04:08:49 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/17 04:08:49 INFO : one: Copied (server-side copy) to: one.bak 2026/08/17 04:08:50 INFO : one: Deleted 2026/08/17 04:08:50 DEBUG : B2 bucket rclone-test-qefonov0qeso path dst: Waiting for transfers to finish 2026/08/17 04:08:50 DEBUG : one: size = 5 OK 2026/08/17 04:08:50 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/17 04:08:50 INFO : one: Copied (new) 2026/08/17 04:08:50 DEBUG : Waiting for deletions to finish 2026/08/17 04:08:50 DEBUG : three.txt.bak: size = 6 OK 2026/08/17 04:08:50 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/17 04:08:50 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/17 04:08:50 INFO : three.txt: Deleted 2026/08/17 04:08:50 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (7.93s) === RUN TestSyncSuffix run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:08:52 DEBUG : Creating backend with remote "TestB2:rclone-test-qefonov0qeso/dst" 2026/08/17 04:08:54 DEBUG : one: size = 4 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:08:54 DEBUG : one: size = 3 (B2 bucket rclone-test-qefonov0qeso path dst) 2026/08/17 04:08:54 DEBUG : one: Sizes differ 2026/08/17 04:08:55 DEBUG : one.bak: size = 3 OK 2026/08/17 04:08:55 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/17 04:08:55 INFO : one: Copied (server-side copy) to: one.bak 2026/08/17 04:08:55 INFO : one: Deleted 2026/08/17 04:08:56 DEBUG : one: size = 4 OK 2026/08/17 04:08:56 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/17 04:08:56 INFO : one: Copied (new) 2026/08/17 04:08:56 DEBUG : two: size = 3 OK 2026/08/17 04:08:56 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:08:56 DEBUG : two: Unchanged skipping 2026/08/17 04:08:56 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:08:56 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-qefonov0qeso path dst) 2026/08/17 04:08:56 DEBUG : three.txt: Sizes differ 2026/08/17 04:08:57 DEBUG : three.txt.bak: size = 5 OK 2026/08/17 04:08:57 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/17 04:08:57 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/17 04:08:57 INFO : three.txt: Deleted 2026/08/17 04:08:57 DEBUG : three.txt: size = 6 OK 2026/08/17 04:08:57 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/17 04:08:57 INFO : three.txt: Copied (new) 2026/08/17 04:08:58 DEBUG : one: size = 5 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:08:58 DEBUG : one: size = 4 (B2 bucket rclone-test-qefonov0qeso path dst) 2026/08/17 04:08:58 DEBUG : one: Sizes differ 2026/08/17 04:08:58 DEBUG : one.bak: size = 4 OK 2026/08/17 04:08:58 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/17 04:08:58 INFO : one: Copied (server-side copy) to: one.bak 2026/08/17 04:08:58 INFO : one: Deleted 2026/08/17 04:08:58 DEBUG : one: size = 5 OK 2026/08/17 04:08:58 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/17 04:08:58 INFO : one: Copied (new) 2026/08/17 04:08:59 DEBUG : two: size = 3 OK 2026/08/17 04:08:59 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:08:59 DEBUG : two: Unchanged skipping 2026/08/17 04:08:59 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:08:59 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-qefonov0qeso path dst) 2026/08/17 04:08:59 DEBUG : three.txt: Sizes differ 2026/08/17 04:08:59 DEBUG : three.txt.bak: size = 6 OK 2026/08/17 04:08:59 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/17 04:08:59 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/17 04:08:59 INFO : three.txt: Deleted 2026/08/17 04:09:00 DEBUG : three.txt: size = 19 OK 2026/08/17 04:09:00 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/08/17 04:09:00 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (9.48s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:09:02 DEBUG : Creating backend with remote "TestB2:rclone-test-qefonov0qeso/dst" 2026/08/17 04:09:03 DEBUG : one: size = 4 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:03 DEBUG : one: size = 3 (B2 bucket rclone-test-qefonov0qeso path dst) 2026/08/17 04:09:03 DEBUG : one: Sizes differ 2026/08/17 04:09:05 DEBUG : one-2019-01-01: size = 3 OK 2026/08/17 04:09:05 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/17 04:09:05 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/17 04:09:05 INFO : one: Deleted 2026/08/17 04:09:06 DEBUG : one: size = 4 OK 2026/08/17 04:09:06 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/17 04:09:06 INFO : one: Copied (new) 2026/08/17 04:09:06 DEBUG : two: size = 3 OK 2026/08/17 04:09:06 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:06 DEBUG : two: Unchanged skipping 2026/08/17 04:09:06 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:06 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-qefonov0qeso path dst) 2026/08/17 04:09:06 DEBUG : three.txt: Sizes differ 2026/08/17 04:09:07 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/08/17 04:09:07 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/17 04:09:07 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/17 04:09:07 INFO : three.txt: Deleted 2026/08/17 04:09:07 DEBUG : three.txt: size = 6 OK 2026/08/17 04:09:07 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/17 04:09:07 INFO : three.txt: Copied (new) 2026/08/17 04:09:07 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/17 04:09:07 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/17 04:09:08 DEBUG : pacer: Reducing sleep to 10ms 2026/08/17 04:09:08 DEBUG : one: size = 5 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:08 DEBUG : one: size = 4 (B2 bucket rclone-test-qefonov0qeso path dst) 2026/08/17 04:09:08 DEBUG : one: Sizes differ 2026/08/17 04:09:08 DEBUG : one-2019-01-01: size = 4 OK 2026/08/17 04:09:08 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/17 04:09:08 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/17 04:09:09 INFO : one: Deleted 2026/08/17 04:09:09 DEBUG : one: size = 5 OK 2026/08/17 04:09:09 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/17 04:09:09 INFO : one: Copied (new) 2026/08/17 04:09:09 DEBUG : two: size = 3 OK 2026/08/17 04:09:09 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:09 DEBUG : two: Unchanged skipping 2026/08/17 04:09:09 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:09 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-qefonov0qeso path dst) 2026/08/17 04:09:09 DEBUG : three.txt: Sizes differ 2026/08/17 04:09:10 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/08/17 04:09:10 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/17 04:09:10 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/17 04:09:10 INFO : three.txt: Deleted 2026/08/17 04:09:10 DEBUG : three.txt: size = 19 OK 2026/08/17 04:09:10 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/08/17 04:09:10 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (10.39s) === RUN TestSyncUTFNorm run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:09:12 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:09:12 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:12 DEBUG : Testêé: size = 18 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:09:12 DEBUG : Testêé: Sizes differ 2026/08/17 04:09:12 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:09:13 DEBUG : Testêé: size = 14 OK 2026/08/17 04:09:13 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2026/08/17 04:09:13 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/08/17 04:09:13 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (1.86s) === RUN TestSyncImmutable run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:09:14 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/17 04:09:14 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:09:14 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:09:14 DEBUG : existing: size = 6 OK 2026/08/17 04:09:14 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/17 04:09:14 INFO : existing: Copied (new) 2026/08/17 04:09:14 DEBUG : Waiting for deletions to finish 2026/08/17 04:09:14 DEBUG : existing: size = 8 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:14 DEBUG : existing: size = 6 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:09:14 DEBUG : existing: Sizes differ 2026/08/17 04:09:14 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/08/17 04:09:14 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:09:14 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:09:14 ERROR : B2 bucket rclone-test-qefonov0qeso: not deleting files as there were IO errors 2026/08/17 04:09:14 ERROR : B2 bucket rclone-test-qefonov0qeso: not deleting directories as there were IO errors --- PASS: TestSyncImmutable (1.91s) === RUN TestSyncIgnoreCase run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:09:16 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:09:16 DEBUG : EXISTING: size = 6 OK 2026/08/17 04:09:16 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:16 DEBUG : existing: Unchanged skipping 2026/08/17 04:09:16 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:09:16 DEBUG : Waiting for deletions to finish 2026/08/17 04:09:16 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.32s) === RUN TestFixCase run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" sync_test.go:2666: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.38s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Soft run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.13s) --- SKIP: TestMaxTransfer/Hard (0.38s) --- SKIP: TestMaxTransfer/Soft (0.38s) --- SKIP: TestMaxTransfer/Cautious (0.38s) === RUN TestSyncConcurrentDelete run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:09:26 DEBUG : both0: size = 6 OK 2026/08/17 04:09:26 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:09:26 DEBUG : both12: size = 6 OK 2026/08/17 04:09:26 DEBUG : both11: size = 6 OK 2026/08/17 04:09:26 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:26 DEBUG : both11: Unchanged skipping 2026/08/17 04:09:26 DEBUG : both13: size = 6 OK 2026/08/17 04:09:26 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:26 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:26 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:26 DEBUG : both10: size = 6 OK 2026/08/17 04:09:26 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:26 DEBUG : both13: Unchanged skipping 2026/08/17 04:09:26 DEBUG : both14: size = 6 OK 2026/08/17 04:09:26 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:26 DEBUG : both10: Unchanged skipping 2026/08/17 04:09:26 DEBUG : both15: size = 6 OK 2026/08/17 04:09:26 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:26 DEBUG : both15: Unchanged skipping 2026/08/17 04:09:26 DEBUG : both16: size = 6 OK 2026/08/17 04:09:26 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:26 DEBUG : both14: Unchanged skipping 2026/08/17 04:09:26 DEBUG : both17: size = 6 OK 2026/08/17 04:09:26 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:26 DEBUG : both17: Unchanged skipping 2026/08/17 04:09:26 DEBUG : both18: size = 6 OK 2026/08/17 04:09:26 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:26 DEBUG : both12: Unchanged skipping 2026/08/17 04:09:26 DEBUG : both19: size = 6 OK 2026/08/17 04:09:26 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:26 DEBUG : both0: Unchanged skipping 2026/08/17 04:09:26 DEBUG : both1: size = 6 OK 2026/08/17 04:09:26 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:26 DEBUG : both16: Unchanged skipping 2026/08/17 04:09:26 DEBUG : both2: size = 6 OK 2026/08/17 04:09:26 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:26 DEBUG : both2: Unchanged skipping 2026/08/17 04:09:26 DEBUG : both3: size = 6 OK 2026/08/17 04:09:26 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:26 DEBUG : both3: Unchanged skipping 2026/08/17 04:09:26 DEBUG : both4: size = 6 OK 2026/08/17 04:09:26 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:26 DEBUG : both4: Unchanged skipping 2026/08/17 04:09:26 DEBUG : both5: size = 6 OK 2026/08/17 04:09:26 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:26 DEBUG : both18: Unchanged skipping 2026/08/17 04:09:26 DEBUG : both6: size = 6 OK 2026/08/17 04:09:26 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:26 DEBUG : both6: Unchanged skipping 2026/08/17 04:09:26 DEBUG : both7: size = 6 OK 2026/08/17 04:09:26 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:26 DEBUG : both7: Unchanged skipping 2026/08/17 04:09:26 DEBUG : both8: size = 6 OK 2026/08/17 04:09:26 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:26 DEBUG : both19: Unchanged skipping 2026/08/17 04:09:26 DEBUG : both9: size = 6 OK 2026/08/17 04:09:26 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:26 DEBUG : both9: Unchanged skipping 2026/08/17 04:09:26 DEBUG : both1: Unchanged skipping 2026/08/17 04:09:26 DEBUG : both5: Unchanged skipping 2026/08/17 04:09:26 DEBUG : both8: Unchanged skipping 2026/08/17 04:09:26 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:09:26 DEBUG : Waiting for deletions to finish 2026/08/17 04:09:27 INFO : only10: Deleted 2026/08/17 04:09:27 INFO : only14: Deleted 2026/08/17 04:09:27 INFO : only7: Deleted 2026/08/17 04:09:27 INFO : only8: Deleted 2026/08/17 04:09:27 INFO : only5: Deleted 2026/08/17 04:09:27 INFO : only1: Deleted 2026/08/17 04:09:27 INFO : only2: Deleted 2026/08/17 04:09:27 INFO : only3: Deleted 2026/08/17 04:09:27 INFO : only0: Deleted 2026/08/17 04:09:27 INFO : only13: Deleted 2026/08/17 04:09:27 INFO : only16: Deleted 2026/08/17 04:09:27 INFO : only18: Deleted 2026/08/17 04:09:27 INFO : only19: Deleted 2026/08/17 04:09:27 INFO : only15: Deleted 2026/08/17 04:09:27 INFO : only4: Deleted 2026/08/17 04:09:27 INFO : only6: Deleted 2026/08/17 04:09:27 INFO : only9: Deleted 2026/08/17 04:09:28 INFO : only11: Deleted 2026/08/17 04:09:28 INFO : only12: Deleted 2026/08/17 04:09:28 INFO : only17: Deleted 2026/08/17 04:09:28 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (13.89s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:09:40 DEBUG : both0: size = 6 OK 2026/08/17 04:09:40 DEBUG : both12: size = 6 OK 2026/08/17 04:09:40 DEBUG : both10: size = 6 OK 2026/08/17 04:09:40 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:40 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:40 DEBUG : both11: size = 6 OK 2026/08/17 04:09:40 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:40 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:09:40 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:40 DEBUG : both12: Unchanged skipping 2026/08/17 04:09:40 DEBUG : both13: size = 6 OK 2026/08/17 04:09:40 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:40 DEBUG : both13: Unchanged skipping 2026/08/17 04:09:40 DEBUG : both14: size = 6 OK 2026/08/17 04:09:40 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:40 DEBUG : both14: Unchanged skipping 2026/08/17 04:09:40 DEBUG : both15: size = 6 OK 2026/08/17 04:09:40 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:40 DEBUG : both15: Unchanged skipping 2026/08/17 04:09:40 DEBUG : both16: size = 6 OK 2026/08/17 04:09:40 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:40 DEBUG : both16: Unchanged skipping 2026/08/17 04:09:40 DEBUG : both17: size = 6 OK 2026/08/17 04:09:40 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:40 DEBUG : both10: Unchanged skipping 2026/08/17 04:09:40 DEBUG : both18: size = 6 OK 2026/08/17 04:09:40 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:40 DEBUG : both18: Unchanged skipping 2026/08/17 04:09:40 DEBUG : both19: size = 6 OK 2026/08/17 04:09:40 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:40 DEBUG : both11: Unchanged skipping 2026/08/17 04:09:40 DEBUG : both1: size = 6 OK 2026/08/17 04:09:40 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:40 DEBUG : both1: Unchanged skipping 2026/08/17 04:09:40 DEBUG : both2: size = 6 OK 2026/08/17 04:09:40 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:40 DEBUG : both2: Unchanged skipping 2026/08/17 04:09:40 DEBUG : both3: size = 6 OK 2026/08/17 04:09:40 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:40 DEBUG : both0: Unchanged skipping 2026/08/17 04:09:40 DEBUG : both4: size = 6 OK 2026/08/17 04:09:40 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:40 DEBUG : both4: Unchanged skipping 2026/08/17 04:09:40 DEBUG : both5: size = 6 OK 2026/08/17 04:09:40 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:40 DEBUG : both17: Unchanged skipping 2026/08/17 04:09:40 DEBUG : both6: size = 6 OK 2026/08/17 04:09:40 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:40 DEBUG : both6: Unchanged skipping 2026/08/17 04:09:40 DEBUG : both7: size = 6 OK 2026/08/17 04:09:40 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:40 DEBUG : both7: Unchanged skipping 2026/08/17 04:09:40 DEBUG : both8: size = 6 OK 2026/08/17 04:09:40 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:40 DEBUG : both19: Unchanged skipping 2026/08/17 04:09:40 DEBUG : both9: size = 6 OK 2026/08/17 04:09:40 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:09:40 DEBUG : both9: Unchanged skipping 2026/08/17 04:09:40 DEBUG : only0: size = 0 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:40 DEBUG : only0: size = 6 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:09:40 DEBUG : only0: Sizes differ 2026/08/17 04:09:40 DEBUG : both3: Unchanged skipping 2026/08/17 04:09:40 DEBUG : only10: size = 0 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:40 DEBUG : only10: size = 6 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:09:40 DEBUG : only10: Sizes differ 2026/08/17 04:09:40 DEBUG : only11: size = 0 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:40 DEBUG : only11: size = 6 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:09:40 DEBUG : only11: Sizes differ 2026/08/17 04:09:40 DEBUG : both5: Unchanged skipping 2026/08/17 04:09:40 DEBUG : only12: size = 0 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:40 DEBUG : only12: size = 6 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:09:40 DEBUG : only12: Sizes differ 2026/08/17 04:09:40 DEBUG : only13: size = 0 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:40 DEBUG : only13: size = 6 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:09:40 DEBUG : only13: Sizes differ 2026/08/17 04:09:40 DEBUG : only14: size = 0 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:40 DEBUG : only14: size = 6 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:09:40 DEBUG : only14: Sizes differ 2026/08/17 04:09:40 DEBUG : only15: size = 0 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:40 DEBUG : only15: size = 6 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:09:40 DEBUG : only15: Sizes differ 2026/08/17 04:09:40 DEBUG : only16: size = 0 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:40 DEBUG : only16: size = 6 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:09:40 DEBUG : only16: Sizes differ 2026/08/17 04:09:40 DEBUG : both8: Unchanged skipping 2026/08/17 04:09:40 DEBUG : only17: size = 0 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:40 DEBUG : only17: size = 6 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:09:40 DEBUG : only17: Sizes differ 2026/08/17 04:09:40 DEBUG : only18: size = 0 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:40 DEBUG : only1: size = 0 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:40 DEBUG : only1: size = 6 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:09:40 DEBUG : only1: Sizes differ 2026/08/17 04:09:40 DEBUG : only18: size = 6 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:09:40 DEBUG : only18: Sizes differ 2026/08/17 04:09:40 DEBUG : only19: size = 0 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:40 DEBUG : only19: size = 6 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:09:40 DEBUG : only19: Sizes differ 2026/08/17 04:09:40 DEBUG : only2: size = 0 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:40 DEBUG : only2: size = 6 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:09:40 DEBUG : only2: Sizes differ 2026/08/17 04:09:40 DEBUG : only3: size = 0 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:40 DEBUG : only3: size = 6 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:09:40 DEBUG : only3: Sizes differ 2026/08/17 04:09:40 DEBUG : only4: size = 0 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:40 DEBUG : only4: size = 6 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:09:40 DEBUG : only4: Sizes differ 2026/08/17 04:09:40 DEBUG : only5: size = 0 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:40 DEBUG : only5: size = 6 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:09:40 DEBUG : only5: Sizes differ 2026/08/17 04:09:40 DEBUG : only6: size = 0 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:40 DEBUG : only6: size = 6 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:09:40 DEBUG : only6: Sizes differ 2026/08/17 04:09:40 DEBUG : only7: size = 0 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:40 DEBUG : only7: size = 6 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:09:40 DEBUG : only7: Sizes differ 2026/08/17 04:09:40 DEBUG : only8: size = 0 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:40 DEBUG : only8: size = 6 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:09:40 DEBUG : only8: Sizes differ 2026/08/17 04:09:40 DEBUG : only9: size = 0 (Local file system at /tmp/rclone3511779363) 2026/08/17 04:09:40 DEBUG : only9: size = 6 (B2 bucket rclone-test-qefonov0qeso) 2026/08/17 04:09:40 DEBUG : only9: Sizes differ 2026/08/17 04:09:40 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:09:41 DEBUG : only10: size = 0 OK 2026/08/17 04:09:41 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/17 04:09:41 INFO : only10: Copied (replaced existing) 2026/08/17 04:09:41 DEBUG : only12: size = 0 OK 2026/08/17 04:09:41 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/17 04:09:41 INFO : only12: Copied (replaced existing) 2026/08/17 04:09:41 DEBUG : only15: size = 0 OK 2026/08/17 04:09:41 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/17 04:09:41 INFO : only15: Copied (replaced existing) 2026/08/17 04:09:41 DEBUG : only17: size = 0 OK 2026/08/17 04:09:41 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/17 04:09:41 INFO : only17: Copied (replaced existing) 2026/08/17 04:09:41 DEBUG : only13: size = 0 OK 2026/08/17 04:09:41 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/17 04:09:41 INFO : only13: Copied (replaced existing) 2026/08/17 04:09:41 DEBUG : only0: size = 0 OK 2026/08/17 04:09:41 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/17 04:09:41 INFO : only0: Copied (replaced existing) 2026/08/17 04:09:41 DEBUG : only11: size = 0 OK 2026/08/17 04:09:41 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/17 04:09:41 INFO : only11: Copied (replaced existing) 2026/08/17 04:09:41 DEBUG : only14: size = 0 OK 2026/08/17 04:09:41 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/17 04:09:41 INFO : only14: Copied (replaced existing) 2026/08/17 04:09:41 DEBUG : only16: size = 0 OK 2026/08/17 04:09:41 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/17 04:09:41 INFO : only16: Copied (replaced existing) 2026/08/17 04:09:41 DEBUG : only19: size = 0 OK 2026/08/17 04:09:41 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/17 04:09:41 INFO : only19: Copied (replaced existing) 2026/08/17 04:09:42 DEBUG : only3: size = 0 OK 2026/08/17 04:09:42 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/17 04:09:42 INFO : only3: Copied (replaced existing) 2026/08/17 04:09:42 DEBUG : only5: size = 0 OK 2026/08/17 04:09:42 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/17 04:09:42 INFO : only5: Copied (replaced existing) 2026/08/17 04:09:42 DEBUG : only2: size = 0 OK 2026/08/17 04:09:42 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/17 04:09:42 INFO : only2: Copied (replaced existing) 2026/08/17 04:09:42 DEBUG : only4: size = 0 OK 2026/08/17 04:09:42 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/17 04:09:42 INFO : only4: Copied (replaced existing) 2026/08/17 04:09:42 DEBUG : only7: size = 0 OK 2026/08/17 04:09:42 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/17 04:09:42 INFO : only7: Copied (replaced existing) 2026/08/17 04:09:42 DEBUG : only8: size = 0 OK 2026/08/17 04:09:42 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/17 04:09:42 INFO : only8: Copied (replaced existing) 2026/08/17 04:09:42 DEBUG : only9: size = 0 OK 2026/08/17 04:09:42 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/17 04:09:42 INFO : only9: Copied (replaced existing) 2026/08/17 04:09:42 DEBUG : only18: size = 0 OK 2026/08/17 04:09:42 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/17 04:09:42 INFO : only18: Copied (replaced existing) 2026/08/17 04:09:42 DEBUG : only1: size = 0 OK 2026/08/17 04:09:42 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/17 04:09:42 INFO : only1: Copied (replaced existing) 2026/08/17 04:09:42 DEBUG : only6: size = 0 OK 2026/08/17 04:09:42 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/17 04:09:42 INFO : only6: Copied (replaced existing) 2026/08/17 04:09:42 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (18.01s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:09:50 DEBUG : empty_dir: Making directory with metadata 2026/08/17 04:09:50 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/17 04:09:50 DEBUG : empty_on_remote: Making directory with metadata 2026/08/17 04:09:50 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/17 04:09:50 INFO : empty_on_remote: Making directory 2026/08/17 04:09:50 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/08/17 04:09:51 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/17 04:09:51 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/17 04:09:51 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/17 04:09:51 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (2.65s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:09:53 DEBUG : empty_dir: Making directory with metadata 2026/08/17 04:09:53 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/17 04:09:53 DEBUG : empty_on_remote: Making directory with metadata 2026/08/17 04:09:53 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/17 04:09:53 INFO : empty_on_remote: Making directory 2026/08/17 04:09:53 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/08/17 04:09:53 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/17 04:09:53 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/17 04:09:53 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/17 04:09:53 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/08/17 04:09:53 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (2.49s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:09:55 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/17 04:09:55 INFO : sub dir: Making directory 2026/08/17 04:09:55 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithEmptyDirs (3.23s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:09:58 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/17 04:09:58 INFO : sub dir: Making directory 2026/08/17 04:09:58 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithoutEmptyDirs (3.73s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:10:07 DEBUG : Waiting for deletions to finish 2026/08/17 04:10:07 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:10:07 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:10:07 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:10:07 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:10:07 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:10:07 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:10:07 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:10:07 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:10:07 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:10:07 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:10:07 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:10:07 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:10:07 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:10:07 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:10:07 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:10:07 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:10:07 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:10:07 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:10:07 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:10:07 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/17 04:10:07 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/17 04:10:07 DEBUG : splitbananasplit: size = 16 OK 2026/08/17 04:10:07 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:07 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:07 DEBUG : banana: size = 6 OK 2026/08/17 04:10:07 DEBUG : splitbananasplit: Unchanged skipping 2026/08/17 04:10:07 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:07 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/17 04:10:07 DEBUG : apple: size = 5 OK 2026/08/17 04:10:07 DEBUG : banana: Unchanged skipping 2026/08/17 04:10:07 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:07 DEBUG : apple: Unchanged skipping 2026/08/17 04:10:07 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/17 04:10:07 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:07 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/17 04:10:07 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/17 04:10:07 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:07 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/17 04:10:07 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/17 04:10:07 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:07 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/17 04:10:07 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:07 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/17 04:10:07 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/17 04:10:07 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:10:07 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/17 04:10:07 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:07 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/17 04:10:07 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/17 04:10:07 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:07 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/17 04:10:07 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/17 04:10:07 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:07 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/17 04:10:07 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/17 04:10:07 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:07 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/17 04:10:07 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/17 04:10:07 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:07 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/17 04:10:07 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:07 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/17 04:10:07 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/17 04:10:07 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:07 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/17 04:10:07 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/17 04:10:07 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:07 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/17 04:10:07 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:07 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/17 04:10:07 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/17 04:10:07 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:07 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/17 04:10:07 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/17 04:10:07 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/17 04:10:07 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:07 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/17 04:10:07 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/17 04:10:07 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/17 04:10:07 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:07 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/17 04:10:07 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:10:07 DEBUG : Waiting for deletions to finish 2026/08/17 04:10:07 INFO : There was nothing to transfer 2026/08/17 04:10:07 DEBUG : Waiting for deletions to finish 2026/08/17 04:10:08 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : apple: size = 5 OK 2026/08/17 04:10:08 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:08 DEBUG : apple: Unchanged skipping 2026/08/17 04:10:08 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/17 04:10:08 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:08 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/17 04:10:08 DEBUG : banana: size = 6 OK 2026/08/17 04:10:08 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:08 DEBUG : banana: Unchanged skipping 2026/08/17 04:10:08 DEBUG : splitbananasplit: size = 16 OK 2026/08/17 04:10:08 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:08 DEBUG : splitbananasplit: Unchanged skipping 2026/08/17 04:10:08 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/17 04:10:08 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/17 04:10:08 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:08 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/17 04:10:08 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/17 04:10:08 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:08 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:08 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/17 04:10:08 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/17 04:10:08 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:10:08 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:08 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/17 04:10:08 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/17 04:10:08 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/17 04:10:08 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:08 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/17 04:10:08 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/17 04:10:08 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:08 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/17 04:10:08 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/17 04:10:08 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:08 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/17 04:10:08 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/17 04:10:08 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/17 04:10:08 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:08 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:08 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/17 04:10:08 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/17 04:10:08 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/17 04:10:08 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:08 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/17 04:10:08 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/17 04:10:08 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:08 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/17 04:10:08 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/17 04:10:08 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:08 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/17 04:10:08 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/17 04:10:08 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:08 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/17 04:10:08 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/17 04:10:08 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/17 04:10:08 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:08 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/17 04:10:08 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:08 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/17 04:10:08 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:08 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/17 04:10:08 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/17 04:10:08 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:10:08 DEBUG : Waiting for deletions to finish 2026/08/17 04:10:08 INFO : There was nothing to transfer 2026/08/17 04:10:08 DEBUG : Waiting for deletions to finish 2026/08/17 04:10:08 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:10:08 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/NFD run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:10:19 DEBUG : Waiting for deletions to finish 2026/08/17 04:10:19 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/17 04:10:19 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/17 04:10:20 DEBUG : pacer: Reducing sleep to 10ms 2026/08/17 04:10:20 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:10:20 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:10:20 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:10:20 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:10:20 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:10:20 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:10:20 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:10:20 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:10:20 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:10:20 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:10:20 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:10:20 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:10:20 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:10:20 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:10:20 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:10:20 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:10:20 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:10:20 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:10:20 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:10:20 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/17 04:10:20 DEBUG : apple: size = 5 OK 2026/08/17 04:10:20 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:20 DEBUG : apple: Unchanged skipping 2026/08/17 04:10:20 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/17 04:10:20 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:20 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/17 04:10:20 DEBUG : banana: size = 6 OK 2026/08/17 04:10:20 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:20 DEBUG : banana: Unchanged skipping 2026/08/17 04:10:20 DEBUG : splitbananasplit: size = 16 OK 2026/08/17 04:10:20 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:20 DEBUG : splitbananasplit: Unchanged skipping 2026/08/17 04:10:20 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/17 04:10:20 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:20 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/17 04:10:20 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/17 04:10:20 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:20 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/17 04:10:20 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/17 04:10:20 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:20 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/17 04:10:20 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/17 04:10:20 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:20 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/17 04:10:20 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/17 04:10:20 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:20 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/17 04:10:20 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/17 04:10:20 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:20 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/17 04:10:20 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/17 04:10:20 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:20 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/17 04:10:20 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/17 04:10:20 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:20 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/17 04:10:20 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/17 04:10:20 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:20 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/17 04:10:20 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/17 04:10:20 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:20 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/17 04:10:20 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/17 04:10:20 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:20 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/17 04:10:20 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/17 04:10:20 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:20 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/17 04:10:20 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/17 04:10:20 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:20 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/17 04:10:20 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/17 04:10:20 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:20 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/17 04:10:20 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/17 04:10:20 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:20 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/17 04:10:20 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/17 04:10:20 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:20 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/17 04:10:20 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:10:20 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:10:20 DEBUG : Waiting for deletions to finish 2026/08/17 04:10:20 INFO : There was nothing to transfer 2026/08/17 04:10:20 DEBUG : Waiting for deletions to finish 2026/08/17 04:10:21 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:10:21 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:10:21 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:10:21 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:10:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:10:21 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:10:21 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:10:21 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:10:21 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:10:21 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:10:21 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:10:21 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:10:21 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:10:21 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:10:21 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:10:21 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:10:21 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:10:21 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:10:21 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:10:21 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/17 04:10:21 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/17 04:10:21 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:21 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/17 04:10:21 DEBUG : banana: size = 6 OK 2026/08/17 04:10:21 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:21 DEBUG : banana: Unchanged skipping 2026/08/17 04:10:21 DEBUG : apple: size = 5 OK 2026/08/17 04:10:21 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:21 DEBUG : apple: Unchanged skipping 2026/08/17 04:10:21 DEBUG : splitbananasplit: size = 16 OK 2026/08/17 04:10:21 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:21 DEBUG : splitbananasplit: Unchanged skipping 2026/08/17 04:10:21 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/17 04:10:21 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/17 04:10:21 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:21 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/17 04:10:21 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/17 04:10:21 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/17 04:10:21 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/17 04:10:21 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:21 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/17 04:10:21 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:21 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/17 04:10:21 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:21 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/17 04:10:21 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:10:21 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:21 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/17 04:10:21 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/17 04:10:21 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:21 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/17 04:10:21 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/17 04:10:21 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/17 04:10:21 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:21 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/17 04:10:21 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/17 04:10:21 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:21 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/17 04:10:21 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/17 04:10:21 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:21 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/17 04:10:21 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/17 04:10:21 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/17 04:10:21 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:21 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/17 04:10:21 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:21 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/17 04:10:21 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:21 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/17 04:10:21 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:21 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/17 04:10:21 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/17 04:10:21 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:21 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/17 04:10:21 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/17 04:10:21 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:21 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/17 04:10:21 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/17 04:10:21 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:21 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/17 04:10:21 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/17 04:10:21 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:10:21 DEBUG : Waiting for deletions to finish 2026/08/17 04:10:21 INFO : There was nothing to transfer 2026/08/17 04:10:21 DEBUG : Waiting for deletions to finish 2026/08/17 04:10:22 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:10:22 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:10:22 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:10:22 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:10:22 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:10:22 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:10:22 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:10:22 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:10:22 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:10:22 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:10:22 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:10:22 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:10:22 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:10:22 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:10:22 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:10:22 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:10:22 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:10:22 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:10:22 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:10:22 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/base64 run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:10:31 DEBUG : Waiting for deletions to finish 2026/08/17 04:10:32 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:10:32 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:10:32 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:10:32 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:10:32 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:10:32 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:10:32 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:10:32 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:10:32 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:10:32 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:10:32 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:10:32 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:10:32 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:10:32 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:10:32 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:10:32 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:10:32 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:10:32 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:10:32 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:10:32 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/17 04:10:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:32 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/17 04:10:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:32 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/17 04:10:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:32 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/17 04:10:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:32 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/17 04:10:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:32 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/17 04:10:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:32 DEBUG : YXBwbGU=: size = 5 OK 2026/08/17 04:10:32 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/17 04:10:32 INFO : apple: Copied (new) to: YXBwbGU= 2026/08/17 04:10:32 DEBUG : YmFuYW5h: size = 6 OK 2026/08/17 04:10:32 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/17 04:10:32 INFO : banana: Copied (new) to: YmFuYW5h 2026/08/17 04:10:32 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/17 04:10:32 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/17 04:10:32 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:32 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:32 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:32 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:32 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:32 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:32 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:32 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:32 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:32 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:32 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:32 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:32 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:32 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:32 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:32 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:32 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/17 04:10:32 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:32 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/17 04:10:32 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/17 04:10:32 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:32 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:10:32 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:10:32 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/17 04:10:32 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/17 04:10:32 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:32 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/17 04:10:32 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/17 04:10:32 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:33 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/17 04:10:33 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/17 04:10:33 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:33 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/17 04:10:33 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/17 04:10:33 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:33 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/17 04:10:33 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/17 04:10:33 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:33 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/17 04:10:33 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/17 04:10:33 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:33 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/17 04:10:33 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/17 04:10:33 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:33 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/17 04:10:33 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/17 04:10:33 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:33 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/17 04:10:33 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/17 04:10:33 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:33 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/17 04:10:33 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/17 04:10:33 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:33 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/17 04:10:33 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/17 04:10:33 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:33 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/17 04:10:33 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/17 04:10:33 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/17 04:10:33 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/17 04:10:33 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/17 04:10:33 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:33 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/17 04:10:33 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/17 04:10:33 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:33 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/17 04:10:33 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/17 04:10:33 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/08/17 04:10:34 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/17 04:10:34 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/17 04:10:34 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:34 DEBUG : Waiting for deletions to finish 2026/08/17 04:10:34 INFO : dir1/0014-89;=.txt: Deleted 2026/08/17 04:10:34 INFO : dir1/0012-6789;.txt: Deleted 2026/08/17 04:10:34 INFO : appleappleapplebanana: Deleted 2026/08/17 04:10:34 INFO : splitbananasplit: Deleted 2026/08/17 04:10:34 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/17 04:10:34 INFO : dir1/0009-3456789.txt: Deleted 2026/08/17 04:10:34 INFO : dir1/0007-1234567.txt: Deleted 2026/08/17 04:10:34 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/17 04:10:34 INFO : apple: Deleted 2026/08/17 04:10:34 INFO : dir1/0015-9;=.txt: Deleted 2026/08/17 04:10:34 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/17 04:10:34 INFO : dir1/0010-456789.txt: Deleted 2026/08/17 04:10:34 INFO : dir1/0011-56789;.txt: Deleted 2026/08/17 04:10:34 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/17 04:10:34 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/17 04:10:34 INFO : dir1/0003-defghij.txt: Deleted 2026/08/17 04:10:34 INFO : dir1/0008-2345678.txt: Deleted 2026/08/17 04:10:34 INFO : dir1/0013-789;=.txt: Deleted 2026/08/17 04:10:34 INFO : banana: Deleted 2026/08/17 04:10:35 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/17 04:10:35 DEBUG : Waiting for deletions to finish 2026/08/17 04:10:35 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/17 04:10:35 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/17 04:10:35 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/17 04:10:35 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/17 04:10:35 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/17 04:10:35 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/17 04:10:35 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/17 04:10:35 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/17 04:10:35 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/17 04:10:35 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/17 04:10:35 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/17 04:10:35 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/17 04:10:35 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/17 04:10:35 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/17 04:10:35 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/17 04:10:35 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/17 04:10:35 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/17 04:10:35 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/17 04:10:35 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/17 04:10:35 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/17 04:10:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/17 04:10:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/17 04:10:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/17 04:10:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/17 04:10:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/17 04:10:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:35 DEBUG : YXBwbGU=: size = 5 OK 2026/08/17 04:10:35 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:35 DEBUG : apple: Unchanged skipping 2026/08/17 04:10:35 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:35 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/17 04:10:35 DEBUG : YmFuYW5h: size = 6 OK 2026/08/17 04:10:35 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:35 DEBUG : banana: Unchanged skipping 2026/08/17 04:10:35 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/17 04:10:35 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:35 DEBUG : splitbananasplit: Unchanged skipping 2026/08/17 04:10:35 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:35 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:35 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:35 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:35 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:35 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:35 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:35 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:35 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:35 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:35 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:35 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:35 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:35 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:35 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:35 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:35 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:35 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:35 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:35 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:35 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:35 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:35 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:35 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:35 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:35 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:35 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:35 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:35 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:35 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:35 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:35 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:35 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:35 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:35 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:35 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:35 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:35 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:35 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:35 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:35 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:35 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:35 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:35 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:35 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:35 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:35 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:35 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:35 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:35 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:35 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:35 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:35 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:35 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:35 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:35 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:35 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:35 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:35 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:35 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:35 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:35 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:35 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:35 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:35 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:35 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:35 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:35 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:35 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:35 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:35 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:35 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:35 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:35 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:35 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:35 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:35 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:35 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:35 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:35 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:35 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:35 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:35 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:35 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:35 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:35 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:35 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:35 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:35 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:35 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:35 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:35 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:35 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:35 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:35 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:35 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:35 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:35 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:35 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:35 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:35 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:35 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:35 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:35 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:35 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:35 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:35 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:35 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:35 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:35 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:35 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:35 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:35 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:35 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:35 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:35 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:35 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:35 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:35 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:35 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:35 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:35 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:35 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:35 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:35 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:35 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:35 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:35 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:35 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:35 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:35 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:35 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:35 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:35 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:35 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:35 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:35 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:35 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:35 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:35 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:35 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:35 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:35 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:35 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:35 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:35 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:35 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:35 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:35 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:35 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:35 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:35 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:35 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:35 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:35 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:35 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:35 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:35 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:35 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:35 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:35 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:35 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:35 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:35 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:35 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:35 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:35 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:35 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:35 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/17 04:10:35 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:35 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:35 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:35 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:35 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:35 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:35 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:35 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:35 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:35 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:35 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:35 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:35 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:35 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:35 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:35 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:35 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/17 04:10:35 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/17 04:10:35 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/17 04:10:35 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:35 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/17 04:10:35 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/17 04:10:35 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:35 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/17 04:10:35 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/17 04:10:35 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:35 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/17 04:10:35 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/17 04:10:35 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/17 04:10:35 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/17 04:10:35 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:35 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/17 04:10:35 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:35 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/17 04:10:35 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/17 04:10:35 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:35 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/17 04:10:35 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:35 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/17 04:10:35 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/17 04:10:35 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/17 04:10:35 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/17 04:10:35 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/17 04:10:35 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:35 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/17 04:10:35 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/17 04:10:35 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:35 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/17 04:10:35 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/17 04:10:35 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:35 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/17 04:10:35 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/17 04:10:35 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:35 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/17 04:10:35 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:35 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/17 04:10:35 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:35 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/17 04:10:35 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:10:35 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:35 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/17 04:10:35 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/17 04:10:35 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:35 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/17 04:10:35 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:10:35 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/17 04:10:35 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:10:35 DEBUG : Waiting for deletions to finish 2026/08/17 04:10:35 DEBUG : Waiting for deletions to finish 2026/08/17 04:10:36 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/17 04:10:36 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/17 04:10:36 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/17 04:10:36 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/17 04:10:36 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/17 04:10:36 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/17 04:10:36 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/17 04:10:36 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/17 04:10:36 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/17 04:10:36 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/17 04:10:36 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/17 04:10:36 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/17 04:10:36 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/17 04:10:36 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/17 04:10:36 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/17 04:10:36 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/17 04:10:36 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/17 04:10:36 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/17 04:10:36 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/17 04:10:36 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/17 04:10:36 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:36 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:36 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:36 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:36 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:36 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:36 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:36 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:36 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:36 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:36 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:36 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:36 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:36 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:36 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:36 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:36 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/17 04:10:36 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:36 DEBUG : apple: transformed to: YXBwbGU= 2026/08/17 04:10:36 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/17 04:10:36 DEBUG : banana: transformed to: YmFuYW5h 2026/08/17 04:10:36 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/17 04:10:36 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/17 04:10:36 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/17 04:10:36 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/17 04:10:36 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/17 04:10:36 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/17 04:10:36 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:10:46 DEBUG : Waiting for deletions to finish 2026/08/17 04:10:46 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/17 04:10:46 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/17 04:10:46 DEBUG : pacer: Reducing sleep to 10ms 2026/08/17 04:10:46 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:10:46 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:10:46 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:10:46 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:10:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:10:46 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:10:46 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:10:46 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:10:46 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:10:46 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:10:46 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:10:46 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:10:46 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:10:46 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:10:46 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:10:46 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:10:46 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:10:46 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:10:46 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:10:46 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/17 04:10:46 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/17 04:10:46 DEBUG : apple: transformed to: PREFIXapple 2026/08/17 04:10:46 DEBUG : banana: transformed to: PREFIXbanana 2026/08/17 04:10:46 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/17 04:10:46 DEBUG : banana: transformed to: PREFIXbanana 2026/08/17 04:10:46 DEBUG : apple: transformed to: PREFIXapple 2026/08/17 04:10:46 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/17 04:10:46 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/17 04:10:46 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/17 04:10:46 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/17 04:10:46 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/17 04:10:46 DEBUG : banana: transformed to: PREFIXbanana 2026/08/17 04:10:46 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/17 04:10:46 DEBUG : apple: transformed to: PREFIXapple 2026/08/17 04:10:46 DEBUG : apple: transformed to: PREFIXapple 2026/08/17 04:10:46 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/17 04:10:46 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/17 04:10:46 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/17 04:10:46 DEBUG : banana: transformed to: PREFIXbanana 2026/08/17 04:10:46 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/17 04:10:46 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/17 04:10:46 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/17 04:10:46 DEBUG : apple: transformed to: PREFIXapple 2026/08/17 04:10:46 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/17 04:10:46 DEBUG : banana: transformed to: PREFIXbanana 2026/08/17 04:10:46 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/17 04:10:46 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/17 04:10:46 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/17 04:10:46 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/17 04:10:47 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/17 04:10:47 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/17 04:10:47 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/17 04:10:47 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/17 04:10:47 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/17 04:10:47 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/17 04:10:47 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/17 04:10:47 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/17 04:10:47 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/17 04:10:47 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/17 04:10:47 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/17 04:10:47 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/17 04:10:47 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/17 04:10:47 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/17 04:10:47 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/17 04:10:47 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/17 04:10:47 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/17 04:10:47 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/17 04:10:47 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/17 04:10:47 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/17 04:10:47 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/17 04:10:47 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/17 04:10:47 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/17 04:10:47 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/17 04:10:47 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/17 04:10:47 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/17 04:10:47 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/17 04:10:47 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/17 04:10:47 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/17 04:10:47 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/17 04:10:47 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/17 04:10:47 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/17 04:10:47 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/17 04:10:47 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/17 04:10:47 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/17 04:10:47 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/17 04:10:47 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/17 04:10:47 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/17 04:10:47 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/17 04:10:47 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/17 04:10:47 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/17 04:10:47 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/17 04:10:47 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/17 04:10:47 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/17 04:10:47 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/17 04:10:47 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/17 04:10:47 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/17 04:10:47 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/17 04:10:47 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/17 04:10:47 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/17 04:10:47 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/17 04:10:47 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/17 04:10:47 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/17 04:10:47 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/17 04:10:47 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/17 04:10:47 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/17 04:10:47 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/17 04:10:47 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/17 04:10:47 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/17 04:10:47 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/17 04:10:47 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/17 04:10:47 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/17 04:10:47 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/17 04:10:47 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/17 04:10:47 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/17 04:10:47 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/17 04:10:47 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/17 04:10:47 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/17 04:10:47 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/17 04:10:47 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/17 04:10:47 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/17 04:10:47 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/17 04:10:47 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/17 04:10:47 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/17 04:10:47 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/17 04:10:47 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/17 04:10:47 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/17 04:10:47 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/17 04:10:47 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/17 04:10:47 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/17 04:10:47 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/17 04:10:47 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/17 04:10:47 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/17 04:10:47 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/17 04:10:47 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/17 04:10:47 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/17 04:10:47 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/17 04:10:47 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/17 04:10:47 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/17 04:10:47 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/17 04:10:47 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/17 04:10:47 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/17 04:10:47 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/17 04:10:47 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/17 04:10:47 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/17 04:10:47 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/17 04:10:47 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/17 04:10:47 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/17 04:10:47 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/17 04:10:47 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/17 04:10:47 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/17 04:10:47 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/17 04:10:47 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/17 04:10:47 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/17 04:10:47 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/17 04:10:47 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/17 04:10:47 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/17 04:10:47 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/17 04:10:47 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/17 04:10:47 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/17 04:10:47 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/17 04:10:47 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/17 04:10:47 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/17 04:10:47 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/17 04:10:47 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/17 04:10:47 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/17 04:10:47 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/17 04:10:47 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/17 04:10:47 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/17 04:10:47 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/17 04:10:47 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/17 04:10:47 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/17 04:10:47 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/17 04:10:47 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/17 04:10:47 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/17 04:10:47 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/17 04:10:47 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/17 04:10:47 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/17 04:10:47 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/17 04:10:47 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/17 04:10:47 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/17 04:10:47 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/17 04:10:47 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/17 04:10:47 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/17 04:10:47 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/17 04:10:47 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/17 04:10:47 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/17 04:10:47 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/17 04:10:47 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/17 04:10:47 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/17 04:10:47 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/17 04:10:47 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/17 04:10:47 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/17 04:10:47 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/17 04:10:47 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/17 04:10:47 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/17 04:10:47 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/17 04:10:47 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/17 04:10:47 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/17 04:10:47 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/17 04:10:47 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/17 04:10:47 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/17 04:10:47 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/17 04:10:47 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/17 04:10:47 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/17 04:10:47 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/17 04:10:47 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/17 04:10:47 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/17 04:10:47 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/17 04:10:47 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/17 04:10:47 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/17 04:10:47 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/17 04:10:47 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/17 04:10:47 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/17 04:10:47 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/17 04:10:47 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/17 04:10:47 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/17 04:10:47 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/17 04:10:47 DEBUG : PREFIXbanana: size = 6 OK 2026/08/17 04:10:47 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/17 04:10:47 INFO : banana: Copied (new) to: PREFIXbanana 2026/08/17 04:10:47 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:47 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/17 04:10:47 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:47 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/17 04:10:47 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:47 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/17 04:10:47 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:47 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/17 04:10:47 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:47 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/17 04:10:47 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:47 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/17 04:10:47 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/17 04:10:47 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:47 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/17 04:10:47 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:47 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/17 04:10:47 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:47 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/17 04:10:47 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:47 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/17 04:10:47 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:47 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/17 04:10:47 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:47 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/17 04:10:47 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:47 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/17 04:10:47 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:47 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/17 04:10:47 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:47 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/17 04:10:47 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:47 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:10:47 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:10:47 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/08/17 04:10:47 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/17 04:10:47 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/08/17 04:10:47 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/17 04:10:47 DEBUG : PREFIXapple: size = 5 OK 2026/08/17 04:10:47 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/17 04:10:47 INFO : apple: Copied (new) to: PREFIXapple 2026/08/17 04:10:47 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/17 04:10:47 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/08/17 04:10:47 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/17 04:10:47 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/08/17 04:10:47 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/17 04:10:47 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/08/17 04:10:47 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/17 04:10:47 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/08/17 04:10:47 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/17 04:10:47 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/08/17 04:10:47 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/17 04:10:47 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/08/17 04:10:47 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/17 04:10:47 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/08/17 04:10:47 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/17 04:10:47 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/08/17 04:10:47 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/17 04:10:47 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/08/17 04:10:47 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/17 04:10:47 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/08/17 04:10:47 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/17 04:10:47 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/08/17 04:10:47 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/17 04:10:47 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/08/17 04:10:47 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/17 04:10:47 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/08/17 04:10:47 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/17 04:10:47 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/08/17 04:10:47 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/17 04:10:47 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/08/17 04:10:47 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/17 04:10:47 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/08/17 04:10:47 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/17 04:10:47 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/08/17 04:10:47 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/17 04:10:47 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/08/17 04:10:47 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/17 04:10:48 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/08/17 04:10:48 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/17 04:10:48 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/08/17 04:10:48 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/17 04:10:48 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/08/17 04:10:48 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/17 04:10:48 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/08/17 04:10:48 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/17 04:10:48 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/08/17 04:10:48 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/17 04:10:48 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/08/17 04:10:48 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/17 04:10:48 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/08/17 04:10:48 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/17 04:10:48 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/08/17 04:10:48 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/17 04:10:48 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/08/17 04:10:48 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/17 04:10:48 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/08/17 04:10:48 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/08/17 04:10:48 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/17 04:10:48 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/08/17 04:10:48 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/08/17 04:10:48 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/17 04:10:48 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/08/17 04:10:48 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/08/17 04:10:48 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/17 04:10:48 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/08/17 04:10:48 DEBUG : Waiting for deletions to finish 2026/08/17 04:10:48 INFO : splitbananasplit: Deleted 2026/08/17 04:10:48 INFO : dir1/0011-56789;.txt: Deleted 2026/08/17 04:10:49 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/17 04:10:49 INFO : apple: Deleted 2026/08/17 04:10:49 INFO : dir1/0007-1234567.txt: Deleted 2026/08/17 04:10:49 INFO : dir1/0008-2345678.txt: Deleted 2026/08/17 04:10:49 INFO : dir1/0014-89;=.txt: Deleted 2026/08/17 04:10:49 INFO : banana: Deleted 2026/08/17 04:10:49 INFO : dir1/0003-defghij.txt: Deleted 2026/08/17 04:10:49 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/17 04:10:49 INFO : dir1/0009-3456789.txt: Deleted 2026/08/17 04:10:49 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/17 04:10:49 INFO : dir1/0010-456789.txt: Deleted 2026/08/17 04:10:49 INFO : dir1/0012-6789;.txt: Deleted 2026/08/17 04:10:49 INFO : dir1/0015-9;=.txt: Deleted 2026/08/17 04:10:49 INFO : appleappleapplebanana: Deleted 2026/08/17 04:10:49 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/17 04:10:49 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/17 04:10:49 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/17 04:10:49 INFO : dir1/0013-789;=.txt: Deleted 2026/08/17 04:10:49 DEBUG : Waiting for deletions to finish 2026/08/17 04:10:49 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/08/17 04:10:49 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:10:49 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/08/17 04:10:49 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/08/17 04:10:49 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:10:49 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:10:49 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:10:49 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:10:49 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:10:49 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:10:49 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:10:49 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:10:49 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:10:49 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:10:49 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:10:49 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:10:49 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:10:49 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:10:49 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:10:49 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:10:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/17 04:10:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/17 04:10:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/17 04:10:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/17 04:10:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/17 04:10:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/17 04:10:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/17 04:10:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/17 04:10:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/17 04:10:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/17 04:10:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/17 04:10:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/17 04:10:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/17 04:10:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/17 04:10:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/17 04:10:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/17 04:10:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/17 04:10:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/17 04:10:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/17 04:10:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/17 04:10:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/17 04:10:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/17 04:10:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/17 04:10:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/17 04:10:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/17 04:10:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/17 04:10:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/17 04:10:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/17 04:10:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/17 04:10:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/17 04:10:50 DEBUG : apple: transformed to: PREFIXapple 2026/08/17 04:10:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/17 04:10:50 DEBUG : apple: transformed to: PREFIXapple 2026/08/17 04:10:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/17 04:10:50 DEBUG : apple: transformed to: PREFIXapple 2026/08/17 04:10:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/17 04:10:50 DEBUG : apple: transformed to: PREFIXapple 2026/08/17 04:10:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/17 04:10:50 DEBUG : apple: transformed to: PREFIXapple 2026/08/17 04:10:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/17 04:10:50 DEBUG : apple: transformed to: PREFIXapple 2026/08/17 04:10:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/17 04:10:50 DEBUG : apple: transformed to: PREFIXapple 2026/08/17 04:10:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/17 04:10:50 DEBUG : apple: transformed to: PREFIXapple 2026/08/17 04:10:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/17 04:10:50 DEBUG : apple: transformed to: PREFIXapple 2026/08/17 04:10:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/17 04:10:50 DEBUG : apple: transformed to: PREFIXapple 2026/08/17 04:10:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/17 04:10:50 DEBUG : apple: transformed to: PREFIXapple 2026/08/17 04:10:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/17 04:10:50 DEBUG : apple: transformed to: PREFIXapple 2026/08/17 04:10:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/17 04:10:50 DEBUG : apple: transformed to: PREFIXapple 2026/08/17 04:10:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/17 04:10:50 DEBUG : apple: transformed to: PREFIXapple 2026/08/17 04:10:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/17 04:10:50 DEBUG : apple: transformed to: PREFIXapple 2026/08/17 04:10:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/17 04:10:50 DEBUG : apple: transformed to: PREFIXapple 2026/08/17 04:10:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/17 04:10:50 DEBUG : banana: transformed to: PREFIXbanana 2026/08/17 04:10:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/17 04:10:50 DEBUG : banana: transformed to: PREFIXbanana 2026/08/17 04:10:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/17 04:10:50 DEBUG : banana: transformed to: PREFIXbanana 2026/08/17 04:10:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/17 04:10:50 DEBUG : banana: transformed to: PREFIXbanana 2026/08/17 04:10:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/17 04:10:50 DEBUG : banana: transformed to: PREFIXbanana 2026/08/17 04:10:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/17 04:10:50 DEBUG : banana: transformed to: PREFIXbanana 2026/08/17 04:10:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/17 04:10:50 DEBUG : banana: transformed to: PREFIXbanana 2026/08/17 04:10:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/17 04:10:50 DEBUG : banana: transformed to: PREFIXbanana 2026/08/17 04:10:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/17 04:10:50 DEBUG : banana: transformed to: PREFIXbanana 2026/08/17 04:10:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/17 04:10:50 DEBUG : banana: transformed to: PREFIXbanana 2026/08/17 04:10:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/17 04:10:50 DEBUG : banana: transformed to: PREFIXbanana 2026/08/17 04:10:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/17 04:10:50 DEBUG : banana: transformed to: PREFIXbanana 2026/08/17 04:10:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/17 04:10:50 DEBUG : banana: transformed to: PREFIXbanana 2026/08/17 04:10:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/17 04:10:50 DEBUG : banana: transformed to: PREFIXbanana 2026/08/17 04:10:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/17 04:10:50 DEBUG : banana: transformed to: PREFIXbanana 2026/08/17 04:10:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/17 04:10:50 DEBUG : banana: transformed to: PREFIXbanana 2026/08/17 04:10:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/17 04:10:50 DEBUG : banana: transformed to: PREFIXbanana 2026/08/17 04:10:50 DEBUG : apple: transformed to: PREFIXapple 2026/08/17 04:10:50 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/17 04:10:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/17 04:10:50 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/17 04:10:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/17 04:10:50 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/17 04:10:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/17 04:10:50 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/17 04:10:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/17 04:10:50 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/17 04:10:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/17 04:10:50 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/17 04:10:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/17 04:10:50 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/17 04:10:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/17 04:10:50 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/17 04:10:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/17 04:10:50 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/17 04:10:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/17 04:10:50 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/17 04:10:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/17 04:10:50 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/17 04:10:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/17 04:10:50 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/17 04:10:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/17 04:10:50 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/17 04:10:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/17 04:10:50 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/17 04:10:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/17 04:10:50 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/17 04:10:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/17 04:10:50 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/17 04:10:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/17 04:10:50 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/17 04:10:50 DEBUG : banana: transformed to: PREFIXbanana 2026/08/17 04:10:50 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/17 04:10:50 DEBUG : apple: transformed to: PREFIXapple 2026/08/17 04:10:50 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/17 04:10:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/17 04:10:50 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/17 04:10:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/17 04:10:50 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/17 04:10:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/17 04:10:50 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/17 04:10:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/17 04:10:50 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/17 04:10:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/17 04:10:50 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/17 04:10:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/17 04:10:50 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/17 04:10:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/17 04:10:50 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/17 04:10:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/17 04:10:50 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/17 04:10:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/17 04:10:50 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/17 04:10:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/17 04:10:50 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/17 04:10:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/17 04:10:50 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/17 04:10:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/17 04:10:50 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/17 04:10:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/17 04:10:50 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/17 04:10:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/17 04:10:50 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/17 04:10:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/17 04:10:50 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/17 04:10:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/17 04:10:50 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/17 04:10:50 DEBUG : banana: transformed to: PREFIXbanana 2026/08/17 04:10:50 DEBUG : apple: transformed to: PREFIXapple 2026/08/17 04:10:50 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/17 04:10:50 DEBUG : banana: transformed to: PREFIXbanana 2026/08/17 04:10:50 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/17 04:10:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/17 04:10:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/17 04:10:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/17 04:10:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/17 04:10:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/17 04:10:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/17 04:10:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/17 04:10:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/17 04:10:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/17 04:10:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/17 04:10:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/17 04:10:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/17 04:10:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/17 04:10:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/17 04:10:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/17 04:10:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/17 04:10:50 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/17 04:10:50 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/17 04:10:50 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/17 04:10:50 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/17 04:10:50 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/17 04:10:50 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/17 04:10:50 INFO : appleappleapplebanana: Copied (new) 2026/08/17 04:10:50 DEBUG : banana: size = 6 OK 2026/08/17 04:10:50 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/17 04:10:50 INFO : banana: Copied (new) 2026/08/17 04:10:50 DEBUG : splitbananasplit: size = 16 OK 2026/08/17 04:10:50 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/17 04:10:50 INFO : splitbananasplit: Copied (new) 2026/08/17 04:10:50 DEBUG : apple: size = 5 OK 2026/08/17 04:10:50 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/17 04:10:50 INFO : apple: Copied (new) 2026/08/17 04:10:50 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:50 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:50 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:50 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:50 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:50 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:50 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:50 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:50 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:50 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:50 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:50 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:50 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:50 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:50 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:50 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/17 04:10:50 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:10:50 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:10:50 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/17 04:10:50 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/17 04:10:50 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/17 04:10:50 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/17 04:10:50 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/17 04:10:50 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/17 04:10:50 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/17 04:10:50 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/17 04:10:50 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/17 04:10:50 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/17 04:10:50 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/17 04:10:50 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/17 04:10:50 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/17 04:10:50 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/17 04:10:50 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/17 04:10:50 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/17 04:10:50 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/17 04:10:50 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/17 04:10:50 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/17 04:10:50 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/17 04:10:50 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/17 04:10:50 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/17 04:10:50 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/17 04:10:50 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/17 04:10:51 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/17 04:10:51 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/17 04:10:51 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/17 04:10:51 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/17 04:10:51 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/17 04:10:51 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/17 04:10:51 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/17 04:10:51 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/17 04:10:51 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/17 04:10:51 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/17 04:10:51 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/17 04:10:51 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/17 04:10:51 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/17 04:10:51 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/17 04:10:51 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/17 04:10:51 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/17 04:10:51 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/17 04:10:51 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/17 04:10:51 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/17 04:10:51 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/17 04:10:51 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/17 04:10:51 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/17 04:10:51 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/17 04:10:51 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/17 04:10:51 DEBUG : Waiting for deletions to finish 2026/08/17 04:10:51 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/08/17 04:10:51 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/08/17 04:10:51 INFO : PREFIXapple: Deleted 2026/08/17 04:10:51 INFO : PREFIXsplitbananasplit: Deleted 2026/08/17 04:10:51 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/08/17 04:10:51 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/08/17 04:10:51 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/08/17 04:10:51 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/08/17 04:10:51 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/08/17 04:10:51 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/08/17 04:10:51 INFO : PREFIXappleappleapplebanana: Deleted 2026/08/17 04:10:51 INFO : PREFIXbanana: Deleted 2026/08/17 04:10:51 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/08/17 04:10:51 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/08/17 04:10:51 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/08/17 04:10:51 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/08/17 04:10:51 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/08/17 04:10:51 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/08/17 04:10:51 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/08/17 04:10:51 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/08/17 04:10:51 DEBUG : Waiting for deletions to finish 2026/08/17 04:10:52 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : Waiting for deletions to finish 2026/08/17 04:10:52 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:10:52 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/suffix run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:11:02 DEBUG : Waiting for deletions to finish 2026/08/17 04:11:02 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/17 04:11:02 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/17 04:11:03 DEBUG : pacer: Reducing sleep to 10ms 2026/08/17 04:11:03 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:11:03 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:11:03 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:11:03 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:11:03 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:11:03 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:11:03 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:11:03 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:11:03 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:11:03 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:11:03 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:11:03 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:11:03 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:11:03 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:11:03 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:11:03 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:11:03 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:11:03 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:11:03 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:11:03 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/17 04:11:03 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/17 04:11:03 DEBUG : apple: transformed to: appleSUFFIX 2026/08/17 04:11:03 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/17 04:11:03 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/17 04:11:03 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/17 04:11:03 DEBUG : apple: transformed to: appleSUFFIX 2026/08/17 04:11:03 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/17 04:11:03 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/17 04:11:03 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/17 04:11:03 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/17 04:11:03 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/17 04:11:03 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/17 04:11:03 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/17 04:11:03 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/17 04:11:03 DEBUG : apple: transformed to: appleSUFFIX 2026/08/17 04:11:03 DEBUG : apple: transformed to: appleSUFFIX 2026/08/17 04:11:03 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/17 04:11:03 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/17 04:11:03 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/17 04:11:03 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/17 04:11:03 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/17 04:11:03 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/17 04:11:03 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/17 04:11:03 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/17 04:11:03 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/17 04:11:03 DEBUG : apple: transformed to: appleSUFFIX 2026/08/17 04:11:03 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/17 04:11:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/17 04:11:03 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/08/17 04:11:03 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/17 04:11:03 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/08/17 04:11:03 DEBUG : appleSUFFIX: size = 5 OK 2026/08/17 04:11:03 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/17 04:11:03 INFO : apple: Copied (new) to: appleSUFFIX 2026/08/17 04:11:03 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/17 04:11:03 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/17 04:11:03 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/17 04:11:03 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/17 04:11:03 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/17 04:11:03 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/17 04:11:03 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:03 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/17 04:11:03 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/17 04:11:03 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/17 04:11:03 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:03 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/17 04:11:03 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:03 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/17 04:11:03 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:03 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/17 04:11:03 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/17 04:11:03 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:03 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/17 04:11:03 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:03 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:11:03 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:11:03 DEBUG : bananaSUFFIX: size = 6 OK 2026/08/17 04:11:03 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/17 04:11:03 INFO : banana: Copied (new) to: bananaSUFFIX 2026/08/17 04:11:03 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/17 04:11:04 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/08/17 04:11:04 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/17 04:11:04 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/17 04:11:04 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/17 04:11:04 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/08/17 04:11:04 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/17 04:11:04 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/08/17 04:11:04 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/17 04:11:04 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/08/17 04:11:04 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/17 04:11:04 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/08/17 04:11:04 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/17 04:11:04 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/08/17 04:11:04 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/17 04:11:04 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/08/17 04:11:04 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/17 04:11:04 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/08/17 04:11:04 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/17 04:11:04 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/08/17 04:11:04 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/17 04:11:04 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/08/17 04:11:04 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/17 04:11:04 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/08/17 04:11:04 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/17 04:11:04 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/08/17 04:11:04 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/17 04:11:04 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/08/17 04:11:04 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/17 04:11:04 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/08/17 04:11:04 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/17 04:11:04 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/08/17 04:11:04 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/17 04:11:04 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/08/17 04:11:04 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/17 04:11:04 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/08/17 04:11:04 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/17 04:11:04 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/08/17 04:11:04 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/17 04:11:04 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/08/17 04:11:04 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/17 04:11:04 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/08/17 04:11:04 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/17 04:11:04 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/08/17 04:11:04 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/17 04:11:04 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/08/17 04:11:04 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/17 04:11:04 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/08/17 04:11:04 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/17 04:11:04 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/08/17 04:11:04 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/17 04:11:04 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/08/17 04:11:04 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/17 04:11:05 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/08/17 04:11:05 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/17 04:11:05 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/08/17 04:11:05 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/08/17 04:11:05 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/17 04:11:05 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/08/17 04:11:05 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/08/17 04:11:05 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/17 04:11:05 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/08/17 04:11:05 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/08/17 04:11:05 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/17 04:11:05 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/08/17 04:11:05 DEBUG : Waiting for deletions to finish 2026/08/17 04:11:05 INFO : appleappleapplebanana: Deleted 2026/08/17 04:11:05 INFO : apple: Deleted 2026/08/17 04:11:05 INFO : dir1/0012-6789;.txt: Deleted 2026/08/17 04:11:05 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/17 04:11:05 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/17 04:11:05 INFO : banana: Deleted 2026/08/17 04:11:05 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/17 04:11:05 INFO : dir1/0007-1234567.txt: Deleted 2026/08/17 04:11:05 INFO : dir1/0009-3456789.txt: Deleted 2026/08/17 04:11:05 INFO : dir1/0010-456789.txt: Deleted 2026/08/17 04:11:05 INFO : dir1/0013-789;=.txt: Deleted 2026/08/17 04:11:05 INFO : dir1/0015-9;=.txt: Deleted 2026/08/17 04:11:05 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/17 04:11:05 INFO : dir1/0008-2345678.txt: Deleted 2026/08/17 04:11:05 INFO : dir1/0011-56789;.txt: Deleted 2026/08/17 04:11:06 INFO : dir1/0014-89;=.txt: Deleted 2026/08/17 04:11:06 INFO : splitbananasplit: Deleted 2026/08/17 04:11:06 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/17 04:11:06 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/17 04:11:06 INFO : dir1/0003-defghij.txt: Deleted 2026/08/17 04:11:06 DEBUG : Waiting for deletions to finish 2026/08/17 04:11:06 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/08/17 04:11:06 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/08/17 04:11:06 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/08/17 04:11:06 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/08/17 04:11:06 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/08/17 04:11:06 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/08/17 04:11:06 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/08/17 04:11:06 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/08/17 04:11:06 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/08/17 04:11:06 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/08/17 04:11:06 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/08/17 04:11:06 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/08/17 04:11:06 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/08/17 04:11:06 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/08/17 04:11:06 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/08/17 04:11:06 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/08/17 04:11:06 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/08/17 04:11:06 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/08/17 04:11:06 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/08/17 04:11:06 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/08/17 04:11:06 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/17 04:11:06 DEBUG : apple: transformed to: appleSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/17 04:11:06 DEBUG : apple: transformed to: appleSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/17 04:11:06 DEBUG : apple: transformed to: appleSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/17 04:11:06 DEBUG : apple: transformed to: appleSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/17 04:11:06 DEBUG : apple: transformed to: appleSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/17 04:11:06 DEBUG : apple: transformed to: appleSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/17 04:11:06 DEBUG : apple: transformed to: appleSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/17 04:11:06 DEBUG : apple: transformed to: appleSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/17 04:11:06 DEBUG : apple: transformed to: appleSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/17 04:11:06 DEBUG : apple: transformed to: appleSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/17 04:11:06 DEBUG : apple: transformed to: appleSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/17 04:11:06 DEBUG : apple: transformed to: appleSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/17 04:11:06 DEBUG : apple: transformed to: appleSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/17 04:11:06 DEBUG : apple: transformed to: appleSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/17 04:11:06 DEBUG : apple: transformed to: appleSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/17 04:11:06 DEBUG : apple: transformed to: appleSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/17 04:11:06 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/17 04:11:06 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/17 04:11:06 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/17 04:11:06 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/17 04:11:06 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/17 04:11:06 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/17 04:11:06 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/17 04:11:06 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/17 04:11:06 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/17 04:11:06 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/17 04:11:06 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/17 04:11:06 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/17 04:11:06 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/17 04:11:06 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/17 04:11:06 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/17 04:11:06 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/17 04:11:06 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/17 04:11:06 DEBUG : apple: transformed to: appleSUFFIX 2026/08/17 04:11:06 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/17 04:11:06 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/17 04:11:06 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/17 04:11:06 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/17 04:11:06 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/17 04:11:06 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/17 04:11:06 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/17 04:11:06 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/17 04:11:06 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/17 04:11:06 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/17 04:11:06 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/17 04:11:06 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/17 04:11:06 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/17 04:11:06 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/17 04:11:06 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/17 04:11:06 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/17 04:11:06 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/17 04:11:06 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/17 04:11:06 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/17 04:11:06 DEBUG : apple: transformed to: appleSUFFIX 2026/08/17 04:11:06 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/17 04:11:06 DEBUG : apple: transformed to: appleSUFFIX 2026/08/17 04:11:06 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/17 04:11:06 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/17 04:11:06 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/17 04:11:06 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/17 04:11:06 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/17 04:11:06 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/17 04:11:06 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/17 04:11:06 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/17 04:11:06 DEBUG : apple: size = 5 OK 2026/08/17 04:11:06 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/17 04:11:06 INFO : apple: Copied (new) 2026/08/17 04:11:06 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/17 04:11:06 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/17 04:11:06 INFO : appleappleapplebanana: Copied (new) 2026/08/17 04:11:06 DEBUG : banana: size = 6 OK 2026/08/17 04:11:06 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/17 04:11:06 INFO : banana: Copied (new) 2026/08/17 04:11:06 DEBUG : splitbananasplit: size = 16 OK 2026/08/17 04:11:06 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/17 04:11:06 INFO : splitbananasplit: Copied (new) 2026/08/17 04:11:06 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:06 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:06 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:06 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:06 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:06 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:06 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:06 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:06 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:06 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:06 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:06 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:06 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:06 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:06 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:06 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:06 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:11:06 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:11:07 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/17 04:11:07 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/17 04:11:07 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/17 04:11:07 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/17 04:11:07 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/17 04:11:07 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/17 04:11:07 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/17 04:11:07 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/17 04:11:07 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/17 04:11:07 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/17 04:11:07 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/17 04:11:07 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/17 04:11:07 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/17 04:11:07 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/17 04:11:07 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/17 04:11:07 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/17 04:11:07 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/17 04:11:07 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/17 04:11:07 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/17 04:11:07 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/17 04:11:07 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/17 04:11:07 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/17 04:11:07 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/17 04:11:07 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/17 04:11:07 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/17 04:11:07 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/17 04:11:07 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/17 04:11:07 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/17 04:11:07 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/17 04:11:07 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/17 04:11:07 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/17 04:11:07 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/17 04:11:07 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/17 04:11:07 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/17 04:11:07 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/17 04:11:07 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/17 04:11:07 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/17 04:11:07 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/17 04:11:07 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/17 04:11:07 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/17 04:11:07 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/17 04:11:07 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/17 04:11:07 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/17 04:11:07 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/17 04:11:07 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/17 04:11:07 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/17 04:11:07 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/17 04:11:07 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/17 04:11:07 DEBUG : Waiting for deletions to finish 2026/08/17 04:11:07 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/08/17 04:11:07 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/08/17 04:11:07 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/08/17 04:11:07 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/08/17 04:11:07 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/08/17 04:11:08 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/08/17 04:11:08 INFO : bananaSUFFIX: Deleted 2026/08/17 04:11:08 INFO : appleSUFFIX: Deleted 2026/08/17 04:11:08 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/08/17 04:11:08 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/08/17 04:11:08 INFO : splitbananasplitSUFFIX: Deleted 2026/08/17 04:11:08 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/08/17 04:11:08 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/08/17 04:11:08 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/08/17 04:11:08 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/08/17 04:11:08 INFO : appleappleapplebananaSUFFIX: Deleted 2026/08/17 04:11:08 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/08/17 04:11:08 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/08/17 04:11:08 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/08/17 04:11:08 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/08/17 04:11:08 DEBUG : Waiting for deletions to finish 2026/08/17 04:11:08 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:11:08 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:11:08 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:11:08 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:11:08 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:11:08 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:11:08 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:11:08 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:11:08 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:11:08 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:11:08 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:11:08 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:11:08 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:11:08 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:11:08 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:11:08 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:11:08 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:11:08 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:11:08 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:11:08 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/17 04:11:08 DEBUG : Waiting for deletions to finish 2026/08/17 04:11:09 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:11:09 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:11:09 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:11:09 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:11:09 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:11:09 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:11:09 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:11:09 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:11:09 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:11:09 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:11:09 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:11:09 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:11:09 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:11:09 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:11:09 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:11:09 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:11:09 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:11:09 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:11:09 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:11:09 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/truncate run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:11:18 DEBUG : Waiting for deletions to finish 2026/08/17 04:11:19 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:11:19 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:11:19 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:11:19 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:11:19 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:11:19 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:11:19 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:11:19 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:11:19 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:11:19 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:11:19 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:11:19 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:11:19 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:11:19 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:11:19 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:11:19 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:11:19 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:11:19 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:11:19 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:11:19 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/17 04:11:19 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/17 04:11:19 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/17 04:11:19 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/17 04:11:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:19 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/17 04:11:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:19 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/17 04:11:19 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/17 04:11:19 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/17 04:11:19 DEBUG : banana: size = 6 OK 2026/08/17 04:11:19 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:19 DEBUG : banana: Unchanged skipping 2026/08/17 04:11:19 DEBUG : apple: size = 5 OK 2026/08/17 04:11:19 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:19 DEBUG : apple: Unchanged skipping 2026/08/17 04:11:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:19 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/17 04:11:19 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:19 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:19 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/17 04:11:19 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:19 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/17 04:11:19 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:19 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:19 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:19 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:19 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:19 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/17 04:11:19 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:19 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/17 04:11:19 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:19 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/17 04:11:19 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:19 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/17 04:11:19 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/17 04:11:19 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/17 04:11:19 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:19 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/17 04:11:19 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:19 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/17 04:11:19 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:19 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/17 04:11:19 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/17 04:11:19 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/17 04:11:19 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:19 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/17 04:11:19 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:19 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:19 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:19 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:19 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/17 04:11:19 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:19 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:19 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:19 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:19 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:19 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/17 04:11:19 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:19 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/17 04:11:19 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:19 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/17 04:11:19 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/17 04:11:19 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:19 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/17 04:11:19 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/17 04:11:19 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/17 04:11:19 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:19 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/17 04:11:19 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:19 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/17 04:11:19 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/17 04:11:19 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/17 04:11:19 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/17 04:11:19 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/17 04:11:19 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/17 04:11:19 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/17 04:11:19 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:19 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/17 04:11:19 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:19 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/17 04:11:19 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/17 04:11:19 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/17 04:11:19 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:19 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/17 04:11:19 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:19 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/17 04:11:19 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/17 04:11:19 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/17 04:11:19 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/17 04:11:19 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/17 04:11:19 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/17 04:11:19 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/17 04:11:19 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:19 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/17 04:11:19 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/17 04:11:19 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/17 04:11:19 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:19 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/17 04:11:19 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/17 04:11:19 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/17 04:11:19 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:19 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/17 04:11:19 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:19 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/17 04:11:19 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/17 04:11:19 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/17 04:11:19 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:19 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/17 04:11:19 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/17 04:11:19 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/17 04:11:19 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:19 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/17 04:11:19 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:19 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/17 04:11:19 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/17 04:11:19 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/17 04:11:19 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/17 04:11:19 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/17 04:11:19 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/17 04:11:19 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/17 04:11:19 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/17 04:11:19 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/17 04:11:19 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:19 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:19 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:19 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:19 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/17 04:11:19 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:19 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:19 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:19 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:19 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:19 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/17 04:11:19 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:19 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/17 04:11:19 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:19 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/17 04:11:19 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:19 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/17 04:11:19 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:19 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/17 04:11:19 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:19 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:19 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:19 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/17 04:11:19 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:19 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/17 04:11:19 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/17 04:11:19 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:19 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/17 04:11:19 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/17 04:11:19 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/17 04:11:19 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:19 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/17 04:11:19 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:19 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/17 04:11:19 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/17 04:11:19 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:19 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:19 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:19 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/17 04:11:19 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:19 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:19 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:19 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:19 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:19 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/17 04:11:19 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:19 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/17 04:11:19 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:19 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/17 04:11:19 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:19 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/17 04:11:19 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:19 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/17 04:11:19 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:19 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/17 04:11:19 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:19 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:19 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:19 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/17 04:11:19 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:19 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/17 04:11:19 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:19 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:19 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/17 04:11:19 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:19 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:19 DEBUG : splitbanan: size = 16 OK 2026/08/17 04:11:19 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/17 04:11:19 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/08/17 04:11:19 DEBUG : appleapple: size = 21 OK 2026/08/17 04:11:19 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/17 04:11:19 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/08/17 04:11:19 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:19 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:19 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:19 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/17 04:11:19 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:19 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/17 04:11:19 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:19 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:19 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:19 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/17 04:11:19 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:19 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/17 04:11:19 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:19 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/17 04:11:19 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:19 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/17 04:11:19 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:19 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/17 04:11:19 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:19 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/17 04:11:19 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/17 04:11:19 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:19 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:19 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:19 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:19 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:19 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/17 04:11:19 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:19 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:19 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/17 04:11:19 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/17 04:11:19 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/17 04:11:19 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:11:19 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:11:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/17 04:11:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/17 04:11:20 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/17 04:11:20 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/17 04:11:20 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/08/17 04:11:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/17 04:11:20 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/17 04:11:20 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/17 04:11:20 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/08/17 04:11:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/17 04:11:20 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/17 04:11:20 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/17 04:11:20 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/08/17 04:11:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/17 04:11:20 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/17 04:11:20 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/17 04:11:20 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/08/17 04:11:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/17 04:11:20 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/17 04:11:20 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/17 04:11:20 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/08/17 04:11:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/17 04:11:20 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/17 04:11:20 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/17 04:11:20 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/08/17 04:11:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/17 04:11:20 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/17 04:11:20 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/17 04:11:20 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/08/17 04:11:20 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/17 04:11:20 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/17 04:11:20 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/17 04:11:20 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/08/17 04:11:20 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/17 04:11:20 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/17 04:11:20 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/17 04:11:20 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/08/17 04:11:20 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/17 04:11:20 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/17 04:11:20 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/17 04:11:20 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/08/17 04:11:20 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/17 04:11:20 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/17 04:11:20 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/17 04:11:20 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/08/17 04:11:20 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/17 04:11:20 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/17 04:11:20 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/17 04:11:20 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/08/17 04:11:20 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/17 04:11:20 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/17 04:11:20 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/17 04:11:20 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/08/17 04:11:20 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/17 04:11:20 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/17 04:11:20 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/08/17 04:11:20 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/17 04:11:20 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/17 04:11:20 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/08/17 04:11:20 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/17 04:11:20 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/17 04:11:20 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/08/17 04:11:20 DEBUG : Waiting for deletions to finish 2026/08/17 04:11:20 INFO : dir1/0008-2345678.txt: Deleted 2026/08/17 04:11:21 INFO : dir1/0013-789;=.txt: Deleted 2026/08/17 04:11:21 INFO : dir1/0003-defghij.txt: Deleted 2026/08/17 04:11:21 INFO : appleappleapplebanana: Deleted 2026/08/17 04:11:21 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/17 04:11:21 INFO : dir1/0012-6789;.txt: Deleted 2026/08/17 04:11:21 INFO : dir1/0014-89;=.txt: Deleted 2026/08/17 04:11:21 INFO : dir1/0011-56789;.txt: Deleted 2026/08/17 04:11:21 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/17 04:11:21 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/17 04:11:21 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/17 04:11:21 INFO : dir1/0010-456789.txt: Deleted 2026/08/17 04:11:21 INFO : dir1/0015-9;=.txt: Deleted 2026/08/17 04:11:21 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/17 04:11:21 INFO : dir1/0007-1234567.txt: Deleted 2026/08/17 04:11:21 INFO : dir1/0009-3456789.txt: Deleted 2026/08/17 04:11:21 INFO : splitbananasplit: Deleted 2026/08/17 04:11:21 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/17 04:11:21 DEBUG : Waiting for deletions to finish 2026/08/17 04:11:21 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:11:21 DEBUG : appleapple: Excluded (Path Filter) 2026/08/17 04:11:21 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:11:21 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/17 04:11:21 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/17 04:11:21 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/17 04:11:21 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/17 04:11:21 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/17 04:11:21 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/17 04:11:21 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/17 04:11:21 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/17 04:11:21 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/17 04:11:21 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/17 04:11:21 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/17 04:11:21 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/17 04:11:21 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/17 04:11:21 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/17 04:11:21 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/17 04:11:21 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/17 04:11:21 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/17 04:11:22 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/17 04:11:22 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/17 04:11:22 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/17 04:11:22 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/17 04:11:22 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/17 04:11:22 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/17 04:11:22 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/17 04:11:22 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/17 04:11:22 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/17 04:11:22 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/17 04:11:22 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/17 04:11:22 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/17 04:11:22 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/17 04:11:22 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/17 04:11:22 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/17 04:11:22 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/17 04:11:22 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/17 04:11:22 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/17 04:11:22 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/17 04:11:22 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/17 04:11:22 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/17 04:11:22 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/17 04:11:22 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/17 04:11:22 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/17 04:11:22 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/17 04:11:22 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/17 04:11:22 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/17 04:11:22 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/17 04:11:22 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/17 04:11:22 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/17 04:11:22 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/17 04:11:22 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/17 04:11:22 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/17 04:11:22 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/17 04:11:22 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/17 04:11:22 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/17 04:11:22 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/17 04:11:22 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/17 04:11:22 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/17 04:11:22 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/17 04:11:22 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/17 04:11:22 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/17 04:11:22 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/17 04:11:22 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/17 04:11:22 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/17 04:11:22 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/17 04:11:22 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/17 04:11:22 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/17 04:11:22 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/17 04:11:22 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/17 04:11:22 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/17 04:11:22 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/17 04:11:22 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/17 04:11:22 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/17 04:11:22 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/17 04:11:22 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/17 04:11:22 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/17 04:11:22 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/17 04:11:22 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/17 04:11:22 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/17 04:11:22 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/17 04:11:22 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/17 04:11:22 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/17 04:11:22 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/17 04:11:22 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/17 04:11:22 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/17 04:11:22 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/17 04:11:22 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/17 04:11:22 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/17 04:11:22 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/17 04:11:22 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/17 04:11:22 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/17 04:11:22 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/17 04:11:22 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/17 04:11:22 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/17 04:11:22 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/17 04:11:22 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/17 04:11:22 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/17 04:11:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/17 04:11:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/17 04:11:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/17 04:11:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/17 04:11:22 DEBUG : apple: size = 5 OK 2026/08/17 04:11:22 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:22 DEBUG : apple: Unchanged skipping 2026/08/17 04:11:22 DEBUG : banana: size = 6 OK 2026/08/17 04:11:22 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:22 DEBUG : banana: Unchanged skipping 2026/08/17 04:11:22 DEBUG : appleapple: size = 21 OK 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/17 04:11:22 DEBUG : splitbanan: size = 16 OK 2026/08/17 04:11:22 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:22 DEBUG : splitbananasplit: Unchanged skipping 2026/08/17 04:11:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/17 04:11:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/17 04:11:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/17 04:11:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/17 04:11:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/17 04:11:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/17 04:11:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/17 04:11:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/17 04:11:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/17 04:11:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/17 04:11:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/17 04:11:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/17 04:11:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/17 04:11:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/17 04:11:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/17 04:11:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/17 04:11:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/17 04:11:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/17 04:11:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/17 04:11:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/17 04:11:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/17 04:11:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/17 04:11:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/17 04:11:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/17 04:11:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/17 04:11:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/17 04:11:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/17 04:11:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/17 04:11:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/17 04:11:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/17 04:11:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/17 04:11:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/17 04:11:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/17 04:11:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/17 04:11:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/17 04:11:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/17 04:11:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/17 04:11:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/17 04:11:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/17 04:11:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/17 04:11:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/17 04:11:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/17 04:11:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/17 04:11:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/17 04:11:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/17 04:11:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/17 04:11:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/17 04:11:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/17 04:11:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/17 04:11:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/17 04:11:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/17 04:11:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/17 04:11:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/17 04:11:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/17 04:11:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/17 04:11:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/17 04:11:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/17 04:11:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/17 04:11:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/17 04:11:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/17 04:11:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/17 04:11:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/17 04:11:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/17 04:11:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/17 04:11:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/17 04:11:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/17 04:11:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/17 04:11:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/17 04:11:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/17 04:11:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/17 04:11:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/17 04:11:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/17 04:11:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/17 04:11:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/17 04:11:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/17 04:11:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/17 04:11:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/17 04:11:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/17 04:11:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/17 04:11:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/17 04:11:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/17 04:11:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/17 04:11:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/17 04:11:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/17 04:11:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/17 04:11:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/17 04:11:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/17 04:11:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/17 04:11:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/17 04:11:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:22 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/17 04:11:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/17 04:11:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/17 04:11:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/17 04:11:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/17 04:11:22 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/17 04:11:22 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/17 04:11:22 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/17 04:11:22 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/17 04:11:22 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:22 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/17 04:11:22 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/17 04:11:22 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:22 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:22 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/17 04:11:22 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/17 04:11:22 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/17 04:11:22 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:22 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/17 04:11:22 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/17 04:11:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/17 04:11:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/17 04:11:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/17 04:11:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/17 04:11:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/17 04:11:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/17 04:11:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/17 04:11:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/17 04:11:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/17 04:11:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/17 04:11:22 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/17 04:11:22 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/17 04:11:22 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/17 04:11:22 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:22 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/17 04:11:22 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:22 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/17 04:11:22 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/17 04:11:22 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/17 04:11:22 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:22 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/17 04:11:22 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/17 04:11:22 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/17 04:11:22 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/17 04:11:22 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:22 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/17 04:11:22 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/17 04:11:22 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:22 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:22 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/17 04:11:22 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:22 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/17 04:11:22 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/17 04:11:22 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/17 04:11:22 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:22 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/17 04:11:22 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/17 04:11:22 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:11:22 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:22 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/17 04:11:22 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:22 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/17 04:11:22 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:22 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/17 04:11:22 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/17 04:11:22 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:11:22 DEBUG : Waiting for deletions to finish 2026/08/17 04:11:22 DEBUG : Waiting for deletions to finish 2026/08/17 04:11:22 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:11:22 DEBUG : appleapple: Excluded (Path Filter) 2026/08/17 04:11:22 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:11:22 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/17 04:11:22 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/17 04:11:22 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/17 04:11:22 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/17 04:11:22 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/17 04:11:22 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/17 04:11:22 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/17 04:11:22 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/17 04:11:22 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/17 04:11:22 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/17 04:11:22 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/17 04:11:22 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/17 04:11:22 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/17 04:11:22 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/17 04:11:22 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/17 04:11:22 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/17 04:11:22 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/17 04:11:22 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/17 04:11:22 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/17 04:11:22 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/17 04:11:22 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/17 04:11:22 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/17 04:11:22 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/17 04:11:22 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/17 04:11:22 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/17 04:11:22 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/17 04:11:22 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/17 04:11:22 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/17 04:11:22 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/17 04:11:22 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/17 04:11:22 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/17 04:11:22 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/17 04:11:22 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/17 04:11:22 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/17 04:11:22 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/17 04:11:22 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/17 04:11:22 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/17 04:11:22 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/17 04:11:22 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/17 04:11:22 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/17 04:11:22 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/17 04:11:22 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/17 04:11:22 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/17 04:11:22 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/17 04:11:22 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/17 04:11:22 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/17 04:11:22 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/17 04:11:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/17 04:11:22 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/17 04:11:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/17 04:11:22 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/17 04:11:22 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/17 04:11:22 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/17 04:11:22 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/17 04:11:22 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/17 04:11:22 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/17 04:11:22 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/17 04:11:22 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/17 04:11:22 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/17 04:11:22 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/17 04:11:22 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/17 04:11:22 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/17 04:11:22 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/17 04:11:22 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/17 04:11:22 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/17 04:11:22 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/17 04:11:22 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:11:33 DEBUG : Waiting for deletions to finish 2026/08/17 04:11:33 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/17 04:11:33 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/17 04:11:33 DEBUG : pacer: Reducing sleep to 10ms 2026/08/17 04:11:33 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:11:33 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:11:33 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:11:33 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:11:33 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:11:33 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:11:33 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:11:33 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:11:33 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:11:33 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:11:33 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:11:33 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:11:33 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:11:33 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:11:33 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:11:33 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:11:33 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:11:33 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:11:33 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:11:33 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/17 04:11:34 DEBUG : apple: size = 5 OK 2026/08/17 04:11:34 DEBUG : banana: size = 6 OK 2026/08/17 04:11:34 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:34 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:34 DEBUG : apple: Unchanged skipping 2026/08/17 04:11:34 DEBUG : banana: Unchanged skipping 2026/08/17 04:11:34 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/17 04:11:34 DEBUG : splitbananasplit: size = 16 OK 2026/08/17 04:11:34 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:34 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/17 04:11:34 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:34 DEBUG : splitbananasplit: Unchanged skipping 2026/08/17 04:11:34 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/17 04:11:34 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:34 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/17 04:11:34 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:11:34 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/17 04:11:34 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/17 04:11:34 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:34 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/17 04:11:34 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/17 04:11:34 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/17 04:11:34 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:34 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/17 04:11:34 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/17 04:11:34 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:34 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/17 04:11:34 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/17 04:11:34 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:34 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/17 04:11:34 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/17 04:11:34 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/17 04:11:34 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:34 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:34 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/17 04:11:34 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/17 04:11:34 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:34 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/17 04:11:34 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/17 04:11:34 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:34 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/17 04:11:34 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/17 04:11:34 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:34 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/17 04:11:34 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/17 04:11:34 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:34 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:34 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/17 04:11:34 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/17 04:11:34 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:34 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/17 04:11:34 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/17 04:11:34 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/17 04:11:34 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:34 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/17 04:11:34 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/17 04:11:34 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:34 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/17 04:11:34 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/17 04:11:34 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:34 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/17 04:11:34 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:11:34 DEBUG : Waiting for deletions to finish 2026/08/17 04:11:34 INFO : There was nothing to transfer 2026/08/17 04:11:34 DEBUG : Waiting for deletions to finish 2026/08/17 04:11:34 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:11:34 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:11:34 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:11:34 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:11:34 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:11:34 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:11:34 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:11:34 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:11:34 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:11:34 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:11:34 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:11:34 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:11:34 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:11:34 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:11:34 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:11:34 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:11:34 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:11:34 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:11:34 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:11:34 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/17 04:11:34 DEBUG : apple: size = 5 OK 2026/08/17 04:11:34 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:34 DEBUG : apple: Unchanged skipping 2026/08/17 04:11:34 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/17 04:11:34 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:34 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/17 04:11:34 DEBUG : banana: size = 6 OK 2026/08/17 04:11:34 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:34 DEBUG : banana: Unchanged skipping 2026/08/17 04:11:34 DEBUG : splitbananasplit: size = 16 OK 2026/08/17 04:11:34 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:34 DEBUG : splitbananasplit: Unchanged skipping 2026/08/17 04:11:35 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/17 04:11:35 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/17 04:11:35 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:35 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:35 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/17 04:11:35 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/17 04:11:35 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/17 04:11:35 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/17 04:11:35 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:35 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:35 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/17 04:11:35 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/17 04:11:35 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:35 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/17 04:11:35 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:11:35 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/17 04:11:35 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/17 04:11:35 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:35 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/17 04:11:35 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:35 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/17 04:11:35 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/17 04:11:35 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:35 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/17 04:11:35 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/17 04:11:35 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:35 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/17 04:11:35 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/17 04:11:35 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/17 04:11:35 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:35 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:35 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/17 04:11:35 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/17 04:11:35 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:35 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/17 04:11:35 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/17 04:11:35 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:35 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/17 04:11:35 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/17 04:11:35 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/17 04:11:35 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:35 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/17 04:11:35 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/17 04:11:35 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/17 04:11:35 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:35 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/17 04:11:35 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/17 04:11:35 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:35 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/17 04:11:35 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:11:35 DEBUG : Waiting for deletions to finish 2026/08/17 04:11:35 INFO : There was nothing to transfer 2026/08/17 04:11:35 DEBUG : Waiting for deletions to finish 2026/08/17 04:11:35 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : Waiting for deletions to finish 2026/08/17 04:11:35 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:11:35 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ISO-8859-1 run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:11:45 DEBUG : Waiting for deletions to finish 2026/08/17 04:11:46 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:11:46 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:11:46 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:11:46 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:11:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:11:46 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:11:46 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:11:46 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:11:46 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:11:46 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:11:46 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:11:46 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:11:46 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:11:46 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:11:46 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:11:46 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:11:46 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:11:46 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:11:46 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:11:46 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/17 04:11:46 DEBUG : apple: size = 5 OK 2026/08/17 04:11:46 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:46 DEBUG : apple: Unchanged skipping 2026/08/17 04:11:46 DEBUG : banana: size = 6 OK 2026/08/17 04:11:46 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:46 DEBUG : banana: Unchanged skipping 2026/08/17 04:11:46 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/17 04:11:46 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:46 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/17 04:11:46 DEBUG : splitbananasplit: size = 16 OK 2026/08/17 04:11:46 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:46 DEBUG : splitbananasplit: Unchanged skipping 2026/08/17 04:11:46 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/17 04:11:46 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:46 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/17 04:11:46 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/17 04:11:46 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:46 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/17 04:11:46 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/17 04:11:46 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/17 04:11:46 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/17 04:11:46 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:46 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:46 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/17 04:11:46 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/17 04:11:46 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/17 04:11:46 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/17 04:11:46 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:46 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/17 04:11:46 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/17 04:11:46 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:46 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:11:46 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:46 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/17 04:11:46 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/17 04:11:46 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:46 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/17 04:11:46 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/17 04:11:46 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:46 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/17 04:11:46 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/17 04:11:46 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:46 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/17 04:11:46 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/17 04:11:46 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:46 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/17 04:11:46 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/17 04:11:46 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:46 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/17 04:11:46 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:46 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/17 04:11:46 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/17 04:11:46 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:46 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/17 04:11:46 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/17 04:11:46 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:46 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/17 04:11:46 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/17 04:11:46 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/17 04:11:46 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:46 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/17 04:11:46 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:11:46 DEBUG : Waiting for deletions to finish 2026/08/17 04:11:46 INFO : There was nothing to transfer 2026/08/17 04:11:46 DEBUG : Waiting for deletions to finish 2026/08/17 04:11:47 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:11:47 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:11:47 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:11:47 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:11:47 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:11:47 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:11:47 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:11:47 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:11:47 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:11:47 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:11:47 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:11:47 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:11:47 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:11:47 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:11:47 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:11:47 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:11:47 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:11:47 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:11:47 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:11:47 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/17 04:11:47 DEBUG : apple: size = 5 OK 2026/08/17 04:11:47 DEBUG : splitbananasplit: size = 16 OK 2026/08/17 04:11:47 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:47 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:47 DEBUG : splitbananasplit: Unchanged skipping 2026/08/17 04:11:47 DEBUG : apple: Unchanged skipping 2026/08/17 04:11:47 DEBUG : banana: size = 6 OK 2026/08/17 04:11:47 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:47 DEBUG : banana: Unchanged skipping 2026/08/17 04:11:47 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/17 04:11:47 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:47 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/17 04:11:47 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/17 04:11:47 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:47 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/17 04:11:47 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/17 04:11:47 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/17 04:11:47 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:47 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/17 04:11:47 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/17 04:11:47 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/17 04:11:47 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:47 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:47 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/17 04:11:47 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/17 04:11:47 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/17 04:11:47 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:47 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:47 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/17 04:11:47 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/17 04:11:47 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:47 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/17 04:11:47 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/17 04:11:47 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:11:47 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/17 04:11:47 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:47 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/17 04:11:47 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/17 04:11:47 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:47 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/17 04:11:47 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/17 04:11:47 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:47 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/17 04:11:47 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/17 04:11:47 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:47 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/17 04:11:47 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/17 04:11:47 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:47 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/17 04:11:47 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:47 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/17 04:11:47 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/17 04:11:47 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:47 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/17 04:11:47 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/17 04:11:47 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:47 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/17 04:11:47 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/17 04:11:47 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/17 04:11:47 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:47 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/17 04:11:47 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:11:47 DEBUG : Waiting for deletions to finish 2026/08/17 04:11:47 INFO : There was nothing to transfer 2026/08/17 04:11:47 DEBUG : Waiting for deletions to finish 2026/08/17 04:11:48 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:11:48 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:11:48 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:11:48 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:11:48 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:11:48 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:11:48 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:11:48 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:11:48 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:11:48 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:11:48 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:11:48 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:11:48 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:11:48 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:11:48 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:11:48 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:11:48 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:11:48 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:11:48 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:11:48 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/charmap run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:11:58 DEBUG : Waiting for deletions to finish 2026/08/17 04:11:58 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:11:58 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:11:58 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:11:58 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:11:58 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:11:58 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:11:58 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:11:58 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:11:58 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:11:58 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:11:58 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:11:58 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:11:58 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:11:58 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:11:58 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:11:58 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:11:58 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:11:58 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:11:58 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:11:58 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/17 04:11:58 DEBUG : apple: size = 5 OK 2026/08/17 04:11:58 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:58 DEBUG : apple: Unchanged skipping 2026/08/17 04:11:58 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/17 04:11:58 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:58 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/17 04:11:58 DEBUG : banana: size = 6 OK 2026/08/17 04:11:58 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:58 DEBUG : banana: Unchanged skipping 2026/08/17 04:11:58 DEBUG : splitbananasplit: size = 16 OK 2026/08/17 04:11:58 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:58 DEBUG : splitbananasplit: Unchanged skipping 2026/08/17 04:11:59 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/17 04:11:59 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:59 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/17 04:11:59 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:11:59 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/17 04:11:59 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:59 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/17 04:11:59 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:59 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/17 04:11:59 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/17 04:11:59 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:59 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/17 04:11:59 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/17 04:11:59 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:59 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/17 04:11:59 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/17 04:11:59 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:59 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/17 04:11:59 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/17 04:11:59 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:59 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/17 04:11:59 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/17 04:11:59 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:59 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/17 04:11:59 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/17 04:11:59 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:59 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/17 04:11:59 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/17 04:11:59 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:59 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:59 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/17 04:11:59 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/17 04:11:59 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:59 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/17 04:11:59 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/17 04:11:59 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/17 04:11:59 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/17 04:11:59 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:59 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/17 04:11:59 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/17 04:11:59 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/17 04:11:59 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:59 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/17 04:11:59 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/17 04:11:59 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:59 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/17 04:11:59 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/17 04:11:59 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:59 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/17 04:11:59 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:11:59 DEBUG : Waiting for deletions to finish 2026/08/17 04:11:59 INFO : There was nothing to transfer 2026/08/17 04:11:59 DEBUG : Waiting for deletions to finish 2026/08/17 04:11:59 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:11:59 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:11:59 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:11:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:11:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:11:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:11:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:11:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:11:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:11:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:11:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:11:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:11:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:11:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:11:59 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:11:59 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:11:59 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:11:59 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:11:59 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:11:59 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/17 04:11:59 DEBUG : apple: size = 5 OK 2026/08/17 04:11:59 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:59 DEBUG : apple: Unchanged skipping 2026/08/17 04:11:59 DEBUG : banana: size = 6 OK 2026/08/17 04:11:59 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:59 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/17 04:11:59 DEBUG : banana: Unchanged skipping 2026/08/17 04:11:59 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:59 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/17 04:11:59 DEBUG : splitbananasplit: size = 16 OK 2026/08/17 04:11:59 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:11:59 DEBUG : splitbananasplit: Unchanged skipping 2026/08/17 04:12:00 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/17 04:12:00 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:00 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/17 04:12:00 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/17 04:12:00 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:00 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/17 04:12:00 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:00 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/17 04:12:00 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/17 04:12:00 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:00 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/17 04:12:00 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/17 04:12:00 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:12:00 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/17 04:12:00 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:00 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/17 04:12:00 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/17 04:12:00 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/17 04:12:00 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/17 04:12:00 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:00 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/17 04:12:00 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/17 04:12:00 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:00 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/17 04:12:00 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/17 04:12:00 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:00 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/17 04:12:00 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:00 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/17 04:12:00 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/17 04:12:00 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/17 04:12:00 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/17 04:12:00 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:00 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/17 04:12:00 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:00 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/17 04:12:00 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:00 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/17 04:12:00 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:00 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/17 04:12:00 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/17 04:12:00 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:00 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/17 04:12:00 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:00 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/17 04:12:00 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/17 04:12:00 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/17 04:12:00 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:00 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/17 04:12:00 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:12:00 DEBUG : Waiting for deletions to finish 2026/08/17 04:12:00 INFO : There was nothing to transfer 2026/08/17 04:12:00 DEBUG : Waiting for deletions to finish 2026/08/17 04:12:00 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:12:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:12:00 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:12:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:12:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:12:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:12:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:12:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:12:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:12:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:12:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:12:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:12:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:12:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:12:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:12:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:12:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:12:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:12:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:12:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/17 04:12:25 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_hide_file": EOF) 2026/08/17 04:12:25 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/17 04:12:26 DEBUG : pacer: Reducing sleep to 10ms === RUN TestTransform/lowercase run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:12:31 DEBUG : Waiting for deletions to finish 2026/08/17 04:12:32 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:12:32 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:12:32 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:12:32 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:12:32 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:12:32 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:12:32 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:12:32 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:12:32 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:12:32 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:12:32 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:12:32 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:12:32 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:12:32 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:12:32 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:12:32 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:12:32 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:12:32 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:12:32 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:12:32 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/17 04:12:32 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/17 04:12:32 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:32 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/17 04:12:32 DEBUG : apple: size = 5 OK 2026/08/17 04:12:32 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:32 DEBUG : apple: Unchanged skipping 2026/08/17 04:12:32 DEBUG : banana: size = 6 OK 2026/08/17 04:12:32 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:32 DEBUG : banana: Unchanged skipping 2026/08/17 04:12:32 DEBUG : splitbananasplit: size = 16 OK 2026/08/17 04:12:32 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:32 DEBUG : splitbananasplit: Unchanged skipping 2026/08/17 04:12:32 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/17 04:12:32 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:32 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/17 04:12:32 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/17 04:12:32 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:32 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/17 04:12:32 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/17 04:12:32 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:32 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/17 04:12:32 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/17 04:12:32 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:32 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/17 04:12:32 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/17 04:12:32 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:32 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/17 04:12:32 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/17 04:12:32 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:32 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/17 04:12:32 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/17 04:12:32 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:32 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/17 04:12:32 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/17 04:12:32 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:32 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/17 04:12:32 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/17 04:12:32 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:32 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/17 04:12:32 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/17 04:12:32 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:32 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/17 04:12:32 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/17 04:12:32 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/17 04:12:32 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:32 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/17 04:12:32 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/17 04:12:32 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:32 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/17 04:12:32 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/17 04:12:32 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:32 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/17 04:12:32 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/17 04:12:32 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:32 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/17 04:12:32 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/17 04:12:32 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:32 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/17 04:12:32 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:12:32 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:32 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/17 04:12:32 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:12:32 DEBUG : Waiting for deletions to finish 2026/08/17 04:12:32 INFO : There was nothing to transfer 2026/08/17 04:12:32 DEBUG : Waiting for deletions to finish 2026/08/17 04:12:33 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:12:33 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:12:33 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:12:33 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:12:33 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:12:33 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:12:33 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:12:33 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:12:33 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:12:33 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:12:33 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:12:33 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:12:33 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:12:33 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:12:33 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:12:33 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:12:33 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:12:33 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:12:33 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:12:33 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/17 04:12:33 DEBUG : apple: size = 5 OK 2026/08/17 04:12:33 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:33 DEBUG : apple: Unchanged skipping 2026/08/17 04:12:33 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/17 04:12:33 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:33 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/17 04:12:33 DEBUG : banana: size = 6 OK 2026/08/17 04:12:33 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:33 DEBUG : banana: Unchanged skipping 2026/08/17 04:12:33 DEBUG : splitbananasplit: size = 16 OK 2026/08/17 04:12:33 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:33 DEBUG : splitbananasplit: Unchanged skipping 2026/08/17 04:12:33 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/17 04:12:33 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:33 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/17 04:12:33 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/17 04:12:33 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/17 04:12:33 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:33 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:33 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/17 04:12:33 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/17 04:12:33 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/17 04:12:33 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:33 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/17 04:12:33 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/17 04:12:33 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/17 04:12:33 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:33 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:33 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/17 04:12:33 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/17 04:12:33 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/17 04:12:33 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/17 04:12:33 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:33 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/17 04:12:33 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/17 04:12:33 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:33 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/17 04:12:33 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/17 04:12:33 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:33 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/17 04:12:33 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/17 04:12:33 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:33 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:33 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/17 04:12:33 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/17 04:12:33 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/17 04:12:33 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:33 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:33 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/17 04:12:33 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/17 04:12:33 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:33 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/17 04:12:33 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/17 04:12:33 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:12:33 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:33 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/17 04:12:33 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/17 04:12:33 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/17 04:12:33 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/17 04:12:33 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:33 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/17 04:12:33 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:12:33 DEBUG : Waiting for deletions to finish 2026/08/17 04:12:33 INFO : There was nothing to transfer 2026/08/17 04:12:33 DEBUG : Waiting for deletions to finish 2026/08/17 04:12:34 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:12:34 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:12:34 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:12:34 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:12:34 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:12:34 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:12:34 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:12:34 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:12:34 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:12:34 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:12:34 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:12:34 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:12:34 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:12:34 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:12:34 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:12:34 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:12:34 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:12:34 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:12:34 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:12:34 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ascii run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:12:44 DEBUG : Waiting for deletions to finish 2026/08/17 04:12:44 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/17 04:12:44 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/17 04:12:44 DEBUG : pacer: Reducing sleep to 10ms 2026/08/17 04:12:44 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:12:44 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:12:44 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:12:44 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:12:44 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:12:44 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:12:44 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:12:44 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:12:44 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:12:44 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:12:44 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:12:44 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:12:44 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:12:44 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:12:44 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:12:44 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:12:44 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:12:44 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:12:44 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:12:44 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/17 04:12:45 DEBUG : apple: size = 5 OK 2026/08/17 04:12:45 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:45 DEBUG : apple: Unchanged skipping 2026/08/17 04:12:45 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/17 04:12:45 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:45 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/17 04:12:45 DEBUG : banana: size = 6 OK 2026/08/17 04:12:45 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:45 DEBUG : banana: Unchanged skipping 2026/08/17 04:12:45 DEBUG : splitbananasplit: size = 16 OK 2026/08/17 04:12:45 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:45 DEBUG : splitbananasplit: Unchanged skipping 2026/08/17 04:12:45 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/17 04:12:45 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:45 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/17 04:12:45 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/17 04:12:45 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:45 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/17 04:12:45 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/17 04:12:45 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:45 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/17 04:12:45 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/17 04:12:45 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:45 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/17 04:12:45 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/17 04:12:45 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:45 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/17 04:12:45 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/17 04:12:45 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/17 04:12:45 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/17 04:12:45 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:45 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/17 04:12:45 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/17 04:12:45 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:45 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/17 04:12:45 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/17 04:12:45 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:45 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:45 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:45 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/17 04:12:45 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/17 04:12:45 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/17 04:12:45 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:45 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/17 04:12:45 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:45 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/17 04:12:45 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/17 04:12:45 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/17 04:12:45 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:45 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/17 04:12:45 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/17 04:12:45 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/17 04:12:45 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:45 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:45 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/17 04:12:45 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/17 04:12:45 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:45 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/17 04:12:45 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/17 04:12:45 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:12:45 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/17 04:12:45 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:12:45 DEBUG : Waiting for deletions to finish 2026/08/17 04:12:45 INFO : There was nothing to transfer 2026/08/17 04:12:45 DEBUG : Waiting for deletions to finish 2026/08/17 04:12:45 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:12:45 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:12:45 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:12:45 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:12:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:12:45 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:12:45 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:12:45 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:12:45 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:12:45 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:12:45 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:12:45 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:12:45 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:12:45 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:12:45 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:12:45 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:12:45 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:12:45 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:12:45 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:12:45 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/17 04:12:46 DEBUG : apple: size = 5 OK 2026/08/17 04:12:46 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:46 DEBUG : apple: Unchanged skipping 2026/08/17 04:12:46 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/17 04:12:46 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:46 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/17 04:12:46 DEBUG : banana: size = 6 OK 2026/08/17 04:12:46 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:46 DEBUG : banana: Unchanged skipping 2026/08/17 04:12:46 DEBUG : splitbananasplit: size = 16 OK 2026/08/17 04:12:46 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:46 DEBUG : splitbananasplit: Unchanged skipping 2026/08/17 04:12:46 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/17 04:12:46 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:46 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/17 04:12:46 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/17 04:12:46 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:46 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/17 04:12:46 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/17 04:12:46 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:46 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/17 04:12:46 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/17 04:12:46 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:46 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/17 04:12:46 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/17 04:12:46 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/17 04:12:46 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:46 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/17 04:12:46 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/17 04:12:46 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:12:46 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:46 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:46 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/17 04:12:46 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/17 04:12:46 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/17 04:12:46 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:46 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/17 04:12:46 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/17 04:12:46 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:46 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:46 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/17 04:12:46 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/17 04:12:46 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/17 04:12:46 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:46 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:46 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/17 04:12:46 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/17 04:12:46 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/17 04:12:46 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:46 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/17 04:12:46 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/17 04:12:46 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/17 04:12:46 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:46 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/17 04:12:46 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:46 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/17 04:12:46 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/17 04:12:46 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/17 04:12:46 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/17 04:12:46 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:12:46 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/17 04:12:46 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:12:46 DEBUG : Waiting for deletions to finish 2026/08/17 04:12:46 INFO : There was nothing to transfer 2026/08/17 04:12:46 DEBUG : Waiting for deletions to finish 2026/08/17 04:12:46 DEBUG : apple: Excluded (Path Filter) 2026/08/17 04:12:46 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/17 04:12:46 DEBUG : banana: Excluded (Path Filter) 2026/08/17 04:12:46 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/17 04:12:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/17 04:12:46 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/17 04:12:46 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/17 04:12:46 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/17 04:12:46 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/17 04:12:46 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/17 04:12:46 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/17 04:12:46 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/17 04:12:46 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/17 04:12:46 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/17 04:12:46 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/17 04:12:46 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/17 04:12:46 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/17 04:12:46 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/17 04:12:46 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/17 04:12:46 DEBUG : splitbananasplit: Excluded (Path Filter) --- PASS: TestTransform (168.96s) --- PASS: TestTransform/NFC (11.10s) --- PASS: TestTransform/NFD (12.97s) --- PASS: TestTransform/base64 (14.30s) --- PASS: TestTransform/prefix (16.50s) --- PASS: TestTransform/suffix (16.38s) --- PASS: TestTransform/truncate (13.71s) --- PASS: TestTransform/encoder (13.14s) --- PASS: TestTransform/ISO-8859-1 (12.30s) --- PASS: TestTransform/charmap (33.83s) --- PASS: TestTransform/lowercase (12.20s) --- PASS: TestTransform/ascii (12.53s) === RUN TestTransformCopy run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:12:51 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/17 04:12:51 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/17 04:12:51 INFO : sub dir_somesuffix: Making directory 2026/08/17 04:12:51 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/17 04:12:51 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/08/17 04:12:51 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/17 04:12:51 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/08/17 04:12:51 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/17 04:12:51 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:12:51 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:12:52 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/08/17 04:12:52 DEBUG : sub dir/hello world.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:12:52 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/17 04:12:52 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (1.62s) === RUN TestDoubleTransform run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:12:53 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:12:53 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:12:53 INFO : tictactoe: Making directory 2026/08/17 04:12:53 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:12:53 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:12:53 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/17 04:12:53 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/08/17 04:12:53 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/17 04:12:53 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:12:53 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:12:53 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/08/17 04:12:53 DEBUG : toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:12:53 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/08/17 04:12:53 DEBUG : Waiting for deletions to finish --- PASS: TestDoubleTransform (1.56s) === RUN TestFileTag run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:12:54 INFO : toe: Making directory 2026/08/17 04:12:54 INFO : toe/toe: Making directory 2026/08/17 04:12:54 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:12:54 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/17 04:12:54 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/17 04:12:54 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/17 04:12:54 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:12:54 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:12:55 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/17 04:12:55 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:12:55 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/17 04:12:55 DEBUG : Waiting for deletions to finish --- PASS: TestFileTag (1.63s) === RUN TestNoTag run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:12:56 INFO : toe: Making directory 2026/08/17 04:12:56 INFO : toe/toe: Making directory 2026/08/17 04:12:56 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:12:56 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/17 04:12:56 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/17 04:12:56 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/17 04:12:56 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:12:56 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:12:57 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/17 04:12:57 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:12:57 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/17 04:12:57 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (1.56s) === RUN TestDirTag run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:12:57 DEBUG : empty_dir: Making directory with metadata 2026/08/17 04:12:57 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/17 04:12:57 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:12:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/17 04:12:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/17 04:12:58 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/17 04:12:58 INFO : tictacempty_dir: Making directory 2026/08/17 04:12:58 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/17 04:12:58 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:12:58 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:12:58 INFO : tictactoe: Making directory 2026/08/17 04:12:58 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:12:58 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:12:58 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/17 04:12:58 INFO : tictactoe/tictactoe: Making directory 2026/08/17 04:12:58 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/17 04:12:58 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/17 04:12:58 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/17 04:12:58 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/17 04:12:58 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:12:58 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:12:58 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/17 04:12:58 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:12:58 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/17 04:12:58 DEBUG : Waiting for deletions to finish fstest.go:250: Filtering empty directory "tictacempty_dir" --- PASS: TestDirTag (1.59s) === RUN TestAllTag run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:12:59 DEBUG : empty_dir: Making directory with metadata 2026/08/17 04:12:59 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/17 04:12:59 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:12:59 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/17 04:12:59 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/17 04:12:59 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/17 04:12:59 INFO : tictacempty_dir: Making directory 2026/08/17 04:12:59 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/17 04:12:59 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:12:59 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:12:59 INFO : tictactoe: Making directory 2026/08/17 04:12:59 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:12:59 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:12:59 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/17 04:12:59 INFO : tictactoe/tictactoe: Making directory 2026/08/17 04:12:59 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/17 04:12:59 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/17 04:12:59 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/17 04:12:59 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/17 04:12:59 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/17 04:12:59 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:12:59 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:13:00 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/17 04:13:00 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:13:00 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/17 04:13:00 DEBUG : Waiting for deletions to finish fstest.go:250: Filtering empty directory "tictacempty_dir" 2026/08/17 04:13:00 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:13:00 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:13:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/17 04:13:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/17 04:13:00 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:13:00 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:13:00 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/17 04:13:01 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/17 04:13:01 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:13:01 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK 2026/08/17 04:13:01 NOTICE: B2 bucket rclone-test-qefonov0qeso: 0 differences found 2026/08/17 04:13:01 NOTICE: B2 bucket rclone-test-qefonov0qeso: 1 matching files --- PASS: TestAllTag (2.20s) === RUN TestRunTwice run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:13:01 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:13:01 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:13:01 INFO : tictactoe: Making directory 2026/08/17 04:13:01 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:13:01 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:13:01 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/17 04:13:01 INFO : tictactoe/tictactoe: Making directory 2026/08/17 04:13:01 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/17 04:13:01 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/17 04:13:01 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/17 04:13:01 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/17 04:13:01 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:13:01 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:13:02 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/17 04:13:02 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:13:02 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/17 04:13:02 DEBUG : Waiting for deletions to finish 2026/08/17 04:13:02 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:13:03 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:13:03 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:13:03 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/17 04:13:03 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:13:03 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/17 04:13:03 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/17 04:13:03 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/17 04:13:03 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/08/17 04:13:03 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:13:03 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (2.55s) === RUN TestSyntax 2026/08/17 04:13:04 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:13:04 INFO : toe: Making directory 2026/08/17 04:13:04 INFO : toe/toe: Making directory 2026/08/17 04:13:04 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/17 04:13:04 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:13:04 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:13:04 DEBUG : toe/toe/toe: size = 11 OK 2026/08/17 04:13:04 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:13:04 INFO : toe/toe/toe: Copied (new) 2026/08/17 04:13:04 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (1.66s) === RUN TestMove run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:13:05 DEBUG : empty_dir: Making directory with metadata 2026/08/17 04:13:05 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/17 04:13:05 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:13:05 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/17 04:13:05 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/17 04:13:06 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/17 04:13:06 INFO : tictacempty_dir: Making directory 2026/08/17 04:13:06 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/17 04:13:06 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:13:06 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:13:06 INFO : tictactoe: Making directory 2026/08/17 04:13:06 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:13:06 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:13:06 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/17 04:13:06 INFO : tictactoe/tictactoe: Making directory 2026/08/17 04:13:06 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/17 04:13:06 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/17 04:13:06 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/17 04:13:06 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/17 04:13:06 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/17 04:13:06 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/17 04:13:06 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:13:06 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:13:06 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/17 04:13:06 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:13:06 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/17 04:13:06 INFO : toe/toe/toe.txt: Deleted 2026/08/17 04:13:06 INFO : toe/toe: Removing directory 2026/08/17 04:13:06 INFO : toe: Removing directory 2026/08/17 04:13:06 INFO : empty_dir: Removing directory 2026/08/17 04:13:06 DEBUG : Local file system at /tmp/rclone3511779363: deleted 3 directories fstest.go:250: Filtering empty directory "tictacempty_dir" --- PASS: TestMove (1.61s) === RUN TestTransformFile run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:13:07 DEBUG : empty_dir: Making directory with metadata 2026/08/17 04:13:07 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/17 04:13:07 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:13:07 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/17 04:13:07 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/17 04:13:07 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/17 04:13:07 INFO : tictacempty_dir: Making directory 2026/08/17 04:13:07 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/17 04:13:07 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:13:07 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:13:07 INFO : tictactoe: Making directory 2026/08/17 04:13:07 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:13:07 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:13:07 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/17 04:13:07 INFO : tictactoe/tictactoe: Making directory 2026/08/17 04:13:07 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/17 04:13:07 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/17 04:13:07 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/17 04:13:07 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/17 04:13:07 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/17 04:13:07 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/17 04:13:07 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:13:07 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:13:08 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/17 04:13:08 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:13:08 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/17 04:13:08 INFO : toe/toe/toe.txt: Deleted 2026/08/17 04:13:08 INFO : toe/toe: Removing directory 2026/08/17 04:13:08 INFO : toe: Removing directory 2026/08/17 04:13:08 INFO : empty_dir: Removing directory 2026/08/17 04:13:08 DEBUG : Local file system at /tmp/rclone3511779363: deleted 3 directories fstest.go:250: Filtering empty directory "tictacempty_dir" 2026/08/17 04:13:09 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/17 04:13:09 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/17 04:13:09 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/17 04:13:09 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/17 04:13:09 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/17 04:13:09 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/17 04:13:09 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:13:09 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (server-side copy) to: toe/toe/toe.txt 2026/08/17 04:13:09 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted fstest.go:250: Filtering empty directory "tictacempty_dir" fstest.go:250: Filtering empty directory "tictactoe" fstest.go:250: Filtering empty directory "tictactoe/tictactoe" --- PASS: TestTransformFile (2.97s) === RUN TestManualTransformFile run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:13:10 DEBUG : Reset feature "Copy" 2026/08/17 04:13:10 DEBUG : Reset feature "Move" 2026/08/17 04:13:10 DEBUG : Reset feature "Copy" 2026/08/17 04:13:10 DEBUG : Reset feature "Move" 2026/08/17 04:13:10 DEBUG : empty_dir: Making directory with metadata 2026/08/17 04:13:10 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/17 04:13:10 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:13:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/17 04:13:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/17 04:13:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/17 04:13:10 INFO : tictacempty_dir: Making directory 2026/08/17 04:13:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/17 04:13:10 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:13:10 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:13:10 INFO : tictactoe: Making directory 2026/08/17 04:13:10 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:13:10 DEBUG : toe: transformed to: tictactoe 2026/08/17 04:13:10 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/17 04:13:10 INFO : tictactoe/tictactoe: Making directory 2026/08/17 04:13:10 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/17 04:13:10 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/17 04:13:10 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/17 04:13:10 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/17 04:13:10 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/17 04:13:10 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/17 04:13:10 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:13:10 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:13:11 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/17 04:13:11 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:13:11 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/17 04:13:11 INFO : toe/toe/toe.txt: Deleted 2026/08/17 04:13:11 INFO : toe/toe: Removing directory 2026/08/17 04:13:11 INFO : toe: Removing directory 2026/08/17 04:13:11 INFO : empty_dir: Removing directory 2026/08/17 04:13:11 DEBUG : Local file system at /tmp/rclone3511779363: deleted 3 directories fstest.go:250: Filtering empty directory "tictacempty_dir" 2026/08/17 04:13:12 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/17 04:13:12 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/17 04:13:12 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/17 04:13:12 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/17 04:13:12 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/17 04:13:12 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/17 04:13:12 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:13:12 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/08/17 04:13:13 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted fstest.go:250: Filtering empty directory "tictacempty_dir" fstest.go:250: Filtering empty directory "tictactoe" fstest.go:250: Filtering empty directory "tictactoe/tictactoe" --- PASS: TestManualTransformFile (3.90s) === RUN TestBase64 run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:13:14 DEBUG : toe: transformed to: dG9l 2026/08/17 04:13:14 DEBUG : toe: transformed to: dG9l 2026/08/17 04:13:14 INFO : dG9l: Making directory 2026/08/17 04:13:14 DEBUG : toe: transformed to: dG9l 2026/08/17 04:13:14 DEBUG : toe: transformed to: dG9l 2026/08/17 04:13:14 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/17 04:13:14 INFO : dG9l/dG9l: Making directory 2026/08/17 04:13:14 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/17 04:13:14 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/08/17 04:13:14 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/17 04:13:14 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/17 04:13:14 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/17 04:13:14 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:13:14 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:13:15 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/08/17 04:13:15 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:13:15 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/08/17 04:13:15 DEBUG : Waiting for deletions to finish 2026/08/17 04:13:15 DEBUG : dG9l: transformed to: toe 2026/08/17 04:13:15 DEBUG : dG9l: transformed to: toe 2026/08/17 04:13:15 DEBUG : dG9l: transformed to: toe 2026/08/17 04:13:15 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/08/17 04:13:16 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/08/17 04:13:16 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/17 04:13:16 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2026/08/17 04:13:16 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/08/17 04:13:16 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/08/17 04:13:16 DEBUG : Local file system at /tmp/rclone3511779363: Waiting for checks to finish 2026/08/17 04:13:16 DEBUG : Local file system at /tmp/rclone3511779363: Waiting for transfers to finish 2026/08/17 04:13:16 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (2.63s) === RUN TestError run.go:198: Remote "B2 bucket rclone-test-qefonov0qeso", Local "Local file system at /tmp/rclone3511779363", Modify Window "1ms" 2026/08/17 04:13:17 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/17 04:13:17 DEBUG : toe: transformed to: 2026/08/17 04:13:17 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/17 04:13:17 DEBUG : toe: transformed to: 2026/08/17 04:13:17 INFO : B2 bucket rclone-test-qefonov0qeso: Making directory 2026/08/17 04:13:17 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/17 04:13:17 DEBUG : toe: transformed to: 2026/08/17 04:13:17 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/17 04:13:17 DEBUG : toe: transformed to: 2026/08/17 04:13:17 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/17 04:13:17 DEBUG : toe/toe: transformed to: 2026/08/17 04:13:17 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/17 04:13:17 INFO : toe/toe: Making directory 2026/08/17 04:13:17 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/17 04:13:17 DEBUG : toe/toe: transformed to: 2026/08/17 04:13:17 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/17 04:13:17 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/17 04:13:17 DEBUG : toe: transformed to: 2026/08/17 04:13:17 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/17 04:13:17 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/17 04:13:17 DEBUG : toe/toe/toe: transformed to: 2026/08/17 04:13:17 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/08/17 04:13:17 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for checks to finish 2026/08/17 04:13:17 DEBUG : B2 bucket rclone-test-qefonov0qeso: Waiting for transfers to finish 2026/08/17 04:13:17 DEBUG : toe/toe/toe: size = 11 OK 2026/08/17 04:13:17 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/17 04:13:17 INFO : toe/toe/toe: Copied (new) 2026/08/17 04:13:17 ERROR : B2 bucket rclone-test-qefonov0qeso: not deleting files as there were IO errors 2026/08/17 04:13:17 ERROR : B2 bucket rclone-test-qefonov0qeso: not deleting directories as there were IO errors --- PASS: TestError (1.62s) PASS 2026/08/17 04:13:18 DEBUG : B2 bucket rclone-test-qefonov0qeso: Purge remote 2026/08/17 04:13:18 INFO : B2 bucket rclone-test-qefonov0qeso: cleaning bucket "rclone-test-qefonov0qeso" of all files 2026/08/17 04:13:19 DEBUG : BackupDir/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4004132ab4ee511d_d20260817_m040746_c001_v7007000_t0000_u01786939666519") 2026/08/17 04:13:19 DEBUG : BackupDir/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40867e6432e49a10_d20260817_m040742_c001_v0001145_t0039_u01786939662046") 2026/08/17 04:13:19 DEBUG : CompareDest/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41009e268eb3965f_d20260817_m040723_c001_v7007000_t0000_u01786939643103") 2026/08/17 04:13:19 DEBUG : CompareDest/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f406bba15c6d854f7_d20260817_m040717_c001_v0001102_t0005_u01786939637932") 2026/08/17 04:13:19 DEBUG : CompareDest/two: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41009e268eb39660_d20260817_m040723_c001_v7007000_t0000_u01786939643285") 2026/08/17 04:13:19 DEBUG : CompareDest/two: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dc7d_d20260817_m040718_c001_v0001184_t0012_u01786939638853") 2026/08/17 04:13:19 DEBUG : CopyDest/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4004132ab4ee511e_d20260817_m040746_c001_v7007000_t0000_u01786939666700") 2026/08/17 04:13:19 DEBUG : CopyDest/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dcf3_d20260817_m040738_c001_v0001184_t0012_u01786939658769") 2026/08/17 04:13:19 DEBUG : CopyDest/three: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4004132ab4ee511f_d20260817_m040746_c001_v7007000_t0000_u01786939666881") 2026/08/17 04:13:19 DEBUG : CopyDest/three: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dd17_d20260817_m040744_c001_v0001184_t0012_u01786939664719") 2026/08/17 04:13:20 DEBUG : CopyDest/two: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4004132ab4ee5120_d20260817_m040747_c001_v7007000_t0000_u01786939667061") 2026/08/17 04:13:20 DEBUG : CopyDest/two: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f406bba15c6d85547_d20260817_m040742_c001_v0001102_t0005_u01786939662803") 2026/08/17 04:13:20 DEBUG : EXISTING: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f403f7d67a83140cc_d20260817_m040916_c001_v7007000_t0000_u01786939756778") 2026/08/17 04:13:20 DEBUG : EXISTING: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327df4a_d20260817_m040915_c001_v0001184_t0012_u01786939755827") 2026/08/17 04:13:20 DEBUG : PREFIXapple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21bce_d20260817_m041051_c001_v7007000_t0000_u01786939851412") 2026/08/17 04:13:20 DEBUG : PREFIXapple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa464b_d20260817_m041047_c001_v0001130_t0035_u01786939847170") 2026/08/17 04:13:20 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21bd2_d20260817_m041051_c001_v7007000_t0000_u01786939851593") 2026/08/17 04:13:20 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f114b85de912c79bb_d20260817_m041047_c001_v0001177_t0029_u01786939847170") 2026/08/17 04:13:20 DEBUG : PREFIXbanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21bd3_d20260817_m041051_c001_v7007000_t0000_u01786939851605") 2026/08/17 04:13:20 DEBUG : PREFIXbanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e228_d20260817_m041047_c001_v0001184_t0012_u01786939847124") 2026/08/17 04:13:20 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21bcf_d20260817_m041051_c001_v7007000_t0000_u01786939851422") 2026/08/17 04:13:20 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045bb8_d20260817_m041047_c001_v0001161_t0056_u01786939847170") 2026/08/17 04:13:20 DEBUG : Testêé: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f403f7d67a83140c8_d20260817_m040913_c001_v7007000_t0000_u01786939753545") 2026/08/17 04:13:20 DEBUG : Testêé: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327df32_d20260817_m040912_c001_v0001184_t0012_u01786939752981") 2026/08/17 04:13:20 DEBUG : Testêé: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327df2e_d20260817_m040912_c001_v0001184_t0012_u01786939752411") 2026/08/17 04:13:20 DEBUG : YXBwbGU=: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42404439bc8ce742_d20260817_m041036_c001_v7007000_t0000_u01786939836724") 2026/08/17 04:13:20 DEBUG : YXBwbGU=: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7982_d20260817_m041032_c001_v0001177_t0004_u01786939832579") 2026/08/17 04:13:20 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42404439bc8ce743_d20260817_m041036_c001_v7007000_t0000_u01786939836906") 2026/08/17 04:13:20 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327e1ba_d20260817_m041032_c001_v0001184_t0055_u01786939832587") 2026/08/17 04:13:21 DEBUG : YmFuYW5h: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42404439bc8ce744_d20260817_m041037_c001_v7007000_t0000_u01786939837087") 2026/08/17 04:13:21 DEBUG : YmFuYW5h: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa460b_d20260817_m041032_c001_v0001130_t0035_u01786939832598") 2026/08/17 04:13:21 DEBUG : a/potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8ce2_d20260817_m040533_c001_v7007000_t0000_u01786939533045") 2026/08/17 04:13:21 DEBUG : a/potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327da08_d20260817_m040532_c001_v0001184_t0029_u01786939532478") 2026/08/17 04:13:21 DEBUG : a/potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4227bf6ed8620d75_d20260817_m040531_c001_v7007000_t0000_u01786939531184") 2026/08/17 04:13:21 DEBUG : a/potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327d9fc_d20260817_m040530_c001_v0001184_t0044_u01786939530298") 2026/08/17 04:13:21 DEBUG : a/potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5ae7b_d20260817_m040515_c001_v7007000_t0000_u01786939515603") 2026/08/17 04:13:21 DEBUG : a/potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327d970_d20260817_m040514_c001_v0001184_t0030_u01786939514720") 2026/08/17 04:13:21 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba609_d20260817_m041247_c001_v7007000_t0000_u01786939967373") 2026/08/17 04:13:21 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e571_d20260817_m041243_c001_v0001184_t0012_u01786939963525") 2026/08/17 04:13:21 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f420e67f86f4bc0c1_d20260817_m041234_c001_v7007000_t0000_u01786939954698") 2026/08/17 04:13:21 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e531_d20260817_m041231_c001_v0001184_t0012_u01786939951304") 2026/08/17 04:13:21 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdca_d20260817_m041200_c001_v7007000_t0000_u01786939920953") 2026/08/17 04:13:21 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e467_d20260817_m041157_c001_v0001184_t0012_u01786939917614") 2026/08/17 04:13:21 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdb4_d20260817_m041148_c001_v7007000_t0000_u01786939908714") 2026/08/17 04:13:21 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e41e_d20260817_m041145_c001_v0001184_t0012_u01786939905196") 2026/08/17 04:13:21 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bd8b_d20260817_m041136_c001_v7007000_t0000_u01786939896483") 2026/08/17 04:13:21 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e3be_d20260817_m041132_c001_v0001184_t0012_u01786939892699") 2026/08/17 04:13:21 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056ea1f5_d20260817_m041123_c001_v7007000_t0000_u01786939883289") 2026/08/17 04:13:21 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7a98_d20260817_m041118_c001_v0001177_t0004_u01786939878327") 2026/08/17 04:13:21 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd8c_d20260817_m041109_c001_v7007000_t0000_u01786939869639") 2026/08/17 04:13:22 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7a48_d20260817_m041106_c001_v0001177_t0004_u01786939866871") 2026/08/17 04:13:22 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4190b163f4154cd8_d20260817_m041105_c001_v7007000_t0000_u01786939865334") 2026/08/17 04:13:22 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045c12_d20260817_m041102_c001_v0001161_t0056_u01786939862081") 2026/08/17 04:13:22 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21be8_d20260817_m041053_c001_v7007000_t0000_u01786939853272") 2026/08/17 04:13:22 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa4655_d20260817_m041050_c001_v0001130_t0035_u01786939850416") 2026/08/17 04:13:22 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f967f_d20260817_m041049_c001_v7007000_t0000_u01786939849032") 2026/08/17 04:13:22 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa463f_d20260817_m041045_c001_v0001130_t0035_u01786939845560") 2026/08/17 04:13:22 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd27_d20260817_m041034_c001_v7007000_t0000_u01786939834545") 2026/08/17 04:13:22 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7976_d20260817_m041031_c001_v0001177_t0004_u01786939831125") 2026/08/17 04:13:22 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca6216e4_d20260817_m041022_c001_v7007000_t0000_u01786939822530") 2026/08/17 04:13:22 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c792e_d20260817_m041018_c001_v0001177_t0004_u01786939818851") 2026/08/17 04:13:22 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f9407_d20260817_m041009_c001_v7007000_t0000_u01786939809523") 2026/08/17 04:13:22 DEBUG : apple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c790e_d20260817_m041006_c001_v0001177_t0004_u01786939806383") 2026/08/17 04:13:22 DEBUG : appleSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4231a11fe161bfb2_d20260817_m041107_c001_v7007000_t0000_u01786939867941") 2026/08/17 04:13:22 DEBUG : appleSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e2ae_d20260817_m041103_c001_v0001184_t0012_u01786939863768") 2026/08/17 04:13:22 DEBUG : appleapple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056ea1f9_d20260817_m041123_c001_v7007000_t0000_u01786939883472") 2026/08/17 04:13:22 DEBUG : appleapple: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7aa0_d20260817_m041119_c001_v0001177_t0004_u01786939879804") 2026/08/17 04:13:22 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba60a_d20260817_m041247_c001_v7007000_t0000_u01786939967552") 2026/08/17 04:13:22 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045db1_d20260817_m041243_c001_v0001161_t0056_u01786939963907") 2026/08/17 04:13:22 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f420e67f86f4bc0c4_d20260817_m041234_c001_v7007000_t0000_u01786939954880") 2026/08/17 04:13:22 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045d8e_d20260817_m041231_c001_v0001161_t0056_u01786939951674") 2026/08/17 04:13:23 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdcb_d20260817_m041201_c001_v7007000_t0000_u01786939921136") 2026/08/17 04:13:23 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045d12_d20260817_m041157_c001_v0001161_t0056_u01786939917981") 2026/08/17 04:13:23 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdb5_d20260817_m041148_c001_v7007000_t0000_u01786939908896") 2026/08/17 04:13:23 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045ce2_d20260817_m041145_c001_v0001161_t0056_u01786939905697") 2026/08/17 04:13:23 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bd8c_d20260817_m041136_c001_v7007000_t0000_u01786939896666") 2026/08/17 04:13:23 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045cb2_d20260817_m041133_c001_v0001161_t0056_u01786939893074") 2026/08/17 04:13:23 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4067bfbb1ee9cee6_d20260817_m041120_c001_v7007000_t0000_u01786939880941") 2026/08/17 04:13:23 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e336_d20260817_m041118_c001_v0001184_t0012_u01786939878697") 2026/08/17 04:13:23 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd8d_d20260817_m041109_c001_v7007000_t0000_u01786939869823") 2026/08/17 04:13:23 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa469f_d20260817_m041106_c001_v0001130_t0035_u01786939866880") 2026/08/17 04:13:23 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f411617f33a6ba43b_d20260817_m041105_c001_v7007000_t0000_u01786939865321") 2026/08/17 04:13:23 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e2a4_d20260817_m041102_c001_v0001184_t0012_u01786939862452") 2026/08/17 04:13:23 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21beb_d20260817_m041053_c001_v7007000_t0000_u01786939853455") 2026/08/17 04:13:23 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045bd0_d20260817_m041050_c001_v0001161_t0056_u01786939850384") 2026/08/17 04:13:23 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca621734_d20260817_m041049_c001_v7007000_t0000_u01786939849423") 2026/08/17 04:13:23 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c79b6_d20260817_m041045_c001_v0001177_t0004_u01786939845930") 2026/08/17 04:13:23 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca62171f_d20260817_m041034_c001_v7007000_t0000_u01786939834468") 2026/08/17 04:13:23 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa4609_d20260817_m041031_c001_v0001130_t0035_u01786939831495") 2026/08/17 04:13:23 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca6216e7_d20260817_m041022_c001_v7007000_t0000_u01786939822711") 2026/08/17 04:13:23 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa45d1_d20260817_m041019_c001_v0001130_t0035_u01786939819296") 2026/08/17 04:13:24 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f9408_d20260817_m041009_c001_v7007000_t0000_u01786939809706") 2026/08/17 04:13:24 DEBUG : appleappleapplebanana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa45b3_d20260817_m041006_c001_v0001130_t0035_u01786939806754") 2026/08/17 04:13:24 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4231a11fe161bfb3_d20260817_m041108_c001_v7007000_t0000_u01786939868124") 2026/08/17 04:13:24 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f117b26a7c0045c1e_d20260817_m041103_c001_v0001161_t0008_u01786939863747") 2026/08/17 04:13:24 DEBUG : b/potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8ce3_d20260817_m040533_c001_v7007000_t0000_u01786939533228") 2026/08/17 04:13:24 DEBUG : b/potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327da02_d20260817_m040531_c001_v0001184_t0012_u01786939531727") 2026/08/17 04:13:24 DEBUG : b/potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4227bf6ed8620d74_d20260817_m040530_c001_v7007000_t0000_u01786939530639") 2026/08/17 04:13:24 DEBUG : b/potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d9f2_d20260817_m040529_c001_v0001184_t0012_u01786939529481") 2026/08/17 04:13:24 DEBUG : b/potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5ae72_d20260817_m040515_c001_v7007000_t0000_u01786939515062") 2026/08/17 04:13:24 DEBUG : b/potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d968_d20260817_m040513_c001_v0001184_t0012_u01786939513967") 2026/08/17 04:13:24 DEBUG : backup/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b9039_d20260817_m040800_c001_v7007000_t0000_u01786939680196") 2026/08/17 04:13:24 DEBUG : backup/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41172aae938d6a5d_d20260817_m040758_c001_v0001136_t0007_u01786939678694") 2026/08/17 04:13:24 DEBUG : backup/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4094d8c60c9c4879_d20260817_m040755_c001_v0001120_t0046_u01786939675346") 2026/08/17 04:13:24 DEBUG : backup/one-2019-01-01: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4067bfbb1ee9cc1d_d20260817_m040843_c001_v7007000_t0000_u01786939723337") 2026/08/17 04:13:24 DEBUG : backup/one-2019-01-01: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4128411a607adb91_d20260817_m040841_c001_v0001043_t0009_u01786939721850") 2026/08/17 04:13:24 DEBUG : backup/one-2019-01-01: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417eb24f3ff06b30_d20260817_m040838_c001_v0001117_t0017_u01786939718404") 2026/08/17 04:13:24 DEBUG : backup/one.bak: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056e94d4_d20260817_m040811_c001_v7007000_t0000_u01786939691049") 2026/08/17 04:13:24 DEBUG : backup/one.bak: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41365021564ab790_d20260817_m040809_c001_v0001131_t0031_u01786939689542") 2026/08/17 04:13:24 DEBUG : backup/one.bak: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4039072371f9bfa2_d20260817_m040806_c001_v0001105_t0029_u01786939686215") 2026/08/17 04:13:24 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4067bfbb1ee9cc1f_d20260817_m040843_c001_v7007000_t0000_u01786939723517") 2026/08/17 04:13:25 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f408f0a336d61fc3c_d20260817_m040842_c001_v0001117_t0040_u01786939722598") 2026/08/17 04:13:25 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4115553ae5c90add_d20260817_m040839_c001_v0001099_t0031_u01786939719787") 2026/08/17 04:13:25 DEBUG : backup/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b903a_d20260817_m040800_c001_v7007000_t0000_u01786939680380") 2026/08/17 04:13:25 DEBUG : backup/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40707f76443b3f5e_d20260817_m040759_c001_v0001176_t0013_u01786939679455") 2026/08/17 04:13:25 DEBUG : backup/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4117ca2102c78545_d20260817_m040756_c001_v0001177_t0014_u01786939676641") 2026/08/17 04:13:25 DEBUG : backup/three.txt.bak: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056e94d5_d20260817_m040811_c001_v7007000_t0000_u01786939691230") 2026/08/17 04:13:25 DEBUG : backup/three.txt.bak: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4147ec9735db8ea0_d20260817_m040810_c001_v0001099_t0045_u01786939690312") 2026/08/17 04:13:25 DEBUG : backup/three.txt.bak: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f411723706d3519a8_d20260817_m040807_c001_v0001038_t0032_u01786939687512") 2026/08/17 04:13:25 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba60b_d20260817_m041247_c001_v7007000_t0000_u01786939967731") 2026/08/17 04:13:25 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7bfc_d20260817_m041243_c001_v0001177_t0004_u01786939963720") 2026/08/17 04:13:25 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f420e67f86f4bc0c7_d20260817_m041235_c001_v7007000_t0000_u01786939955064") 2026/08/17 04:13:25 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7bb9_d20260817_m041231_c001_v0001177_t0004_u01786939951490") 2026/08/17 04:13:25 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdcc_d20260817_m041201_c001_v7007000_t0000_u01786939921319") 2026/08/17 04:13:25 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7b3c_d20260817_m041157_c001_v0001177_t0004_u01786939917798") 2026/08/17 04:13:25 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdb6_d20260817_m041149_c001_v7007000_t0000_u01786939909078") 2026/08/17 04:13:25 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7b0a_d20260817_m041145_c001_v0001177_t0004_u01786939905380") 2026/08/17 04:13:25 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bd8d_d20260817_m041136_c001_v7007000_t0000_u01786939896851") 2026/08/17 04:13:25 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7ae2_d20260817_m041132_c001_v0001177_t0004_u01786939892887") 2026/08/17 04:13:25 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056ea1fd_d20260817_m041123_c001_v7007000_t0000_u01786939883655") 2026/08/17 04:13:25 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa46cb_d20260817_m041118_c001_v0001130_t0035_u01786939878512") 2026/08/17 04:13:25 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd8e_d20260817_m041110_c001_v7007000_t0000_u01786939870006") 2026/08/17 04:13:26 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e2cc_d20260817_m041106_c001_v0001184_t0012_u01786939866890") 2026/08/17 04:13:26 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4190b163f4154cda_d20260817_m041105_c001_v7007000_t0000_u01786939865700") 2026/08/17 04:13:26 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7a26_d20260817_m041102_c001_v0001177_t0004_u01786939862266") 2026/08/17 04:13:26 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21bee_d20260817_m041053_c001_v7007000_t0000_u01786939853638") 2026/08/17 04:13:26 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c79d4_d20260817_m041050_c001_v0001177_t0004_u01786939850395") 2026/08/17 04:13:26 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21baf_d20260817_m041049_c001_v7007000_t0000_u01786939849234") 2026/08/17 04:13:26 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e21a_d20260817_m041045_c001_v0001184_t0012_u01786939845746") 2026/08/17 04:13:26 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca621723_d20260817_m041034_c001_v7007000_t0000_u01786939834830") 2026/08/17 04:13:26 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e1b6_d20260817_m041031_c001_v0001184_t0012_u01786939831309") 2026/08/17 04:13:26 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca6216eb_d20260817_m041022_c001_v7007000_t0000_u01786939822892") 2026/08/17 04:13:26 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e170_d20260817_m041019_c001_v0001184_t0012_u01786939819109") 2026/08/17 04:13:26 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f9409_d20260817_m041009_c001_v7007000_t0000_u01786939809889") 2026/08/17 04:13:26 DEBUG : banana: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e124_d20260817_m041006_c001_v0001184_t0012_u01786939806570") 2026/08/17 04:13:26 DEBUG : bananaSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f403f7d67a8314697_d20260817_m041107_c001_v7007000_t0000_u01786939867927") 2026/08/17 04:13:26 DEBUG : bananaSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa468f_d20260817_m041103_c001_v0001130_t0035_u01786939863778") 2026/08/17 04:13:26 DEBUG : both0: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f9307_d20260817_m040943_c001_v7007000_t0000_u01786939783040") 2026/08/17 04:13:26 DEBUG : both0: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e004_d20260817_m040932_c001_v0001184_t0012_u01786939772910") 2026/08/17 04:13:26 DEBUG : both0: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5b3d6_d20260817_m040928_c001_v7007000_t0000_u01786939768679") 2026/08/17 04:13:26 DEBUG : both0: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327df5a_d20260817_m040918_c001_v0001184_t0012_u01786939758660") 2026/08/17 04:13:26 DEBUG : both1: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f930b_d20260817_m040943_c001_v7007000_t0000_u01786939783222") 2026/08/17 04:13:26 DEBUG : both1: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e008_d20260817_m040933_c001_v0001184_t0012_u01786939773279") 2026/08/17 04:13:26 DEBUG : both1: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5b3d7_d20260817_m040928_c001_v7007000_t0000_u01786939768863") 2026/08/17 04:13:26 DEBUG : both1: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327df64_d20260817_m040919_c001_v0001184_t0012_u01786939759028") 2026/08/17 04:13:27 DEBUG : both10: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f9310_d20260817_m040943_c001_v7007000_t0000_u01786939783405") 2026/08/17 04:13:27 DEBUG : both10: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e03a_d20260817_m040936_c001_v0001184_t0012_u01786939776591") 2026/08/17 04:13:27 DEBUG : both10: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5b3d8_d20260817_m040929_c001_v7007000_t0000_u01786939769048") 2026/08/17 04:13:27 DEBUG : both10: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327df9e_d20260817_m040922_c001_v0001184_t0012_u01786939762352") 2026/08/17 04:13:27 DEBUG : both11: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f9315_d20260817_m040943_c001_v7007000_t0000_u01786939783589") 2026/08/17 04:13:27 DEBUG : both11: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e044_d20260817_m040936_c001_v0001184_t0012_u01786939776958") 2026/08/17 04:13:27 DEBUG : both11: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5b3da_d20260817_m040929_c001_v7007000_t0000_u01786939769231") 2026/08/17 04:13:27 DEBUG : both11: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dfaa_d20260817_m040922_c001_v0001184_t0012_u01786939762721") 2026/08/17 04:13:27 DEBUG : both12: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f931b_d20260817_m040943_c001_v7007000_t0000_u01786939783772") 2026/08/17 04:13:27 DEBUG : both12: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e04c_d20260817_m040937_c001_v0001184_t0012_u01786939777325") 2026/08/17 04:13:27 DEBUG : both12: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5b3db_d20260817_m040929_c001_v7007000_t0000_u01786939769414") 2026/08/17 04:13:27 DEBUG : both12: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dfb0_d20260817_m040923_c001_v0001184_t0012_u01786939763090") 2026/08/17 04:13:27 DEBUG : both13: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f9320_d20260817_m040943_c001_v7007000_t0000_u01786939783954") 2026/08/17 04:13:27 DEBUG : both13: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e054_d20260817_m040937_c001_v0001184_t0012_u01786939777691") 2026/08/17 04:13:27 DEBUG : both13: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5b3dc_d20260817_m040929_c001_v7007000_t0000_u01786939769598") 2026/08/17 04:13:27 DEBUG : both13: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dfb6_d20260817_m040923_c001_v0001184_t0012_u01786939763458") 2026/08/17 04:13:27 DEBUG : both14: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f9325_d20260817_m040944_c001_v7007000_t0000_u01786939784137") 2026/08/17 04:13:27 DEBUG : both14: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e05a_d20260817_m040938_c001_v0001184_t0012_u01786939778057") 2026/08/17 04:13:27 DEBUG : both14: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5b3dd_d20260817_m040929_c001_v7007000_t0000_u01786939769784") 2026/08/17 04:13:27 DEBUG : both14: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dfc0_d20260817_m040923_c001_v0001184_t0012_u01786939763827") 2026/08/17 04:13:28 DEBUG : both15: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f932b_d20260817_m040944_c001_v7007000_t0000_u01786939784319") 2026/08/17 04:13:28 DEBUG : both15: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e05e_d20260817_m040938_c001_v0001184_t0012_u01786939778424") 2026/08/17 04:13:28 DEBUG : both15: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5b3e0_d20260817_m040929_c001_v7007000_t0000_u01786939769969") 2026/08/17 04:13:28 DEBUG : both15: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dfc6_d20260817_m040924_c001_v0001184_t0012_u01786939764197") 2026/08/17 04:13:28 DEBUG : both16: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f9330_d20260817_m040944_c001_v7007000_t0000_u01786939784502") 2026/08/17 04:13:28 DEBUG : both16: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e062_d20260817_m040938_c001_v0001184_t0012_u01786939778789") 2026/08/17 04:13:28 DEBUG : both16: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5b3e1_d20260817_m040930_c001_v7007000_t0000_u01786939770157") 2026/08/17 04:13:28 DEBUG : both16: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dfd0_d20260817_m040924_c001_v0001184_t0012_u01786939764566") 2026/08/17 04:13:28 DEBUG : both17: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f9334_d20260817_m040944_c001_v7007000_t0000_u01786939784685") 2026/08/17 04:13:28 DEBUG : both17: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e068_d20260817_m040939_c001_v0001184_t0012_u01786939779155") 2026/08/17 04:13:28 DEBUG : both17: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5b3e2_d20260817_m040930_c001_v7007000_t0000_u01786939770344") 2026/08/17 04:13:28 DEBUG : both17: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dfd8_d20260817_m040924_c001_v0001184_t0012_u01786939764935") 2026/08/17 04:13:28 DEBUG : both18: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f9338_d20260817_m040944_c001_v7007000_t0000_u01786939784868") 2026/08/17 04:13:28 DEBUG : both18: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e06c_d20260817_m040939_c001_v0001184_t0012_u01786939779522") 2026/08/17 04:13:28 DEBUG : both18: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5b3e4_d20260817_m040930_c001_v7007000_t0000_u01786939770527") 2026/08/17 04:13:28 DEBUG : both18: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dfde_d20260817_m040925_c001_v0001184_t0012_u01786939765310") 2026/08/17 04:13:28 DEBUG : both19: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f933d_d20260817_m040945_c001_v7007000_t0000_u01786939785055") 2026/08/17 04:13:28 DEBUG : both19: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e070_d20260817_m040939_c001_v0001184_t0012_u01786939779888") 2026/08/17 04:13:28 DEBUG : both19: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5b3e5_d20260817_m040930_c001_v7007000_t0000_u01786939770710") 2026/08/17 04:13:28 DEBUG : both19: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dfe6_d20260817_m040925_c001_v0001184_t0012_u01786939765677") 2026/08/17 04:13:28 DEBUG : both2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f9342_d20260817_m040945_c001_v7007000_t0000_u01786939785237") 2026/08/17 04:13:29 DEBUG : both2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e00e_d20260817_m040933_c001_v0001184_t0012_u01786939773649") 2026/08/17 04:13:29 DEBUG : both2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5b3e6_d20260817_m040930_c001_v7007000_t0000_u01786939770892") 2026/08/17 04:13:29 DEBUG : both2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327df6a_d20260817_m040919_c001_v0001184_t0012_u01786939759395") 2026/08/17 04:13:29 DEBUG : both3: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f9347_d20260817_m040945_c001_v7007000_t0000_u01786939785420") 2026/08/17 04:13:29 DEBUG : both3: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e012_d20260817_m040934_c001_v0001184_t0012_u01786939774014") 2026/08/17 04:13:29 DEBUG : both3: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5b3e7_d20260817_m040931_c001_v7007000_t0000_u01786939771075") 2026/08/17 04:13:29 DEBUG : both3: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327df6e_d20260817_m040919_c001_v0001184_t0012_u01786939759764") 2026/08/17 04:13:29 DEBUG : both4: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f934c_d20260817_m040945_c001_v7007000_t0000_u01786939785604") 2026/08/17 04:13:29 DEBUG : both4: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e01a_d20260817_m040934_c001_v0001184_t0012_u01786939774381") 2026/08/17 04:13:29 DEBUG : both4: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5b3e8_d20260817_m040931_c001_v7007000_t0000_u01786939771258") 2026/08/17 04:13:29 DEBUG : both4: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327df74_d20260817_m040920_c001_v0001184_t0012_u01786939760133") 2026/08/17 04:13:29 DEBUG : both5: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f9352_d20260817_m040945_c001_v7007000_t0000_u01786939785786") 2026/08/17 04:13:29 DEBUG : both5: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e020_d20260817_m040934_c001_v0001184_t0012_u01786939774758") 2026/08/17 04:13:29 DEBUG : both5: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5b3e9_d20260817_m040931_c001_v7007000_t0000_u01786939771440") 2026/08/17 04:13:29 DEBUG : both5: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327df7a_d20260817_m040920_c001_v0001184_t0012_u01786939760506") 2026/08/17 04:13:29 DEBUG : both6: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f9358_d20260817_m040945_c001_v7007000_t0000_u01786939785969") 2026/08/17 04:13:29 DEBUG : both6: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e024_d20260817_m040935_c001_v0001184_t0012_u01786939775127") 2026/08/17 04:13:29 DEBUG : both6: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5b3eb_d20260817_m040931_c001_v7007000_t0000_u01786939771623") 2026/08/17 04:13:29 DEBUG : both6: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327df82_d20260817_m040920_c001_v0001184_t0012_u01786939760876") 2026/08/17 04:13:29 DEBUG : both7: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f935c_d20260817_m040946_c001_v7007000_t0000_u01786939786152") 2026/08/17 04:13:29 DEBUG : both7: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e028_d20260817_m040935_c001_v0001184_t0012_u01786939775493") 2026/08/17 04:13:29 DEBUG : both7: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5b3ed_d20260817_m040931_c001_v7007000_t0000_u01786939771805") 2026/08/17 04:13:29 DEBUG : both7: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327df8a_d20260817_m040921_c001_v0001184_t0012_u01786939761247") 2026/08/17 04:13:30 DEBUG : both8: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f9360_d20260817_m040946_c001_v7007000_t0000_u01786939786335") 2026/08/17 04:13:30 DEBUG : both8: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e02e_d20260817_m040935_c001_v0001184_t0012_u01786939775859") 2026/08/17 04:13:30 DEBUG : both8: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5b3ee_d20260817_m040931_c001_v7007000_t0000_u01786939771988") 2026/08/17 04:13:30 DEBUG : both8: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327df90_d20260817_m040921_c001_v0001184_t0012_u01786939761617") 2026/08/17 04:13:30 DEBUG : both9: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f9364_d20260817_m040946_c001_v7007000_t0000_u01786939786517") 2026/08/17 04:13:30 DEBUG : both9: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e036_d20260817_m040936_c001_v0001184_t0012_u01786939776225") 2026/08/17 04:13:30 DEBUG : both9: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5b3f0_d20260817_m040932_c001_v7007000_t0000_u01786939772172") 2026/08/17 04:13:30 DEBUG : both9: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327df98_d20260817_m040921_c001_v0001184_t0012_u01786939761985") 2026/08/17 04:13:30 DEBUG : c/non empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8ce4_d20260817_m040533_c001_v7007000_t0000_u01786939533411") 2026/08/17 04:13:30 DEBUG : c/non empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327da06_d20260817_m040531_c001_v0001184_t0012_u01786939531912") 2026/08/17 04:13:30 DEBUG : c/non empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4227bf6ed8620d77_d20260817_m040531_c001_v7007000_t0000_u01786939531365") 2026/08/17 04:13:30 DEBUG : c/non empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d9f4_d20260817_m040529_c001_v0001184_t0012_u01786939529664") 2026/08/17 04:13:30 DEBUG : c/non empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5ae7e_d20260817_m040515_c001_v7007000_t0000_u01786939515785") 2026/08/17 04:13:30 DEBUG : c/non empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d96a_d20260817_m040514_c001_v0001184_t0012_u01786939514151") 2026/08/17 04:13:30 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42404439bc8ce745_d20260817_m041037_c001_v7007000_t0000_u01786939837269") 2026/08/17 04:13:30 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045b6e_d20260817_m041032_c001_v0001161_t0056_u01786939832609") 2026/08/17 04:13:30 DEBUG : check sum: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5a38b_d20260817_m040507_c001_v7007000_t0000_u01786939507451") 2026/08/17 04:13:30 DEBUG : check sum: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d922_d20260817_m040506_c001_v0001184_t0012_u01786939506539") 2026/08/17 04:13:30 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41009e268eb39c65_d20260817_m041316_c001_v7007000_t0000_u01786939996698") 2026/08/17 04:13:30 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e670_d20260817_m041315_c001_v0001184_t0012_u01786939995050") 2026/08/17 04:13:31 DEBUG : dest/3: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4004132ab4ee50a3_d20260817_m040732_c001_v7007000_t0000_u01786939652114") 2026/08/17 04:13:31 DEBUG : dest/3: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f405f3712cb9c11d7_d20260817_m040730_c001_v0001183_t0005_u01786939650914") 2026/08/17 04:13:31 DEBUG : dir1/0000-abcde: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056ea202_d20260817_m041123_c001_v7007000_t0000_u01786939883837") 2026/08/17 04:13:31 DEBUG : dir1/0000-abcde: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e348_d20260817_m041119_c001_v0001184_t0012_u01786939879994") 2026/08/17 04:13:31 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba60c_d20260817_m041247_c001_v7007000_t0000_u01786939967911") 2026/08/17 04:13:31 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e559_d20260817_m041239_c001_v0001184_t0012_u01786939959457") 2026/08/17 04:13:31 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f420e67f86f4bc0ca_d20260817_m041235_c001_v7007000_t0000_u01786939955249") 2026/08/17 04:13:31 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e51d_d20260817_m041227_c001_v0001184_t0012_u01786939947253") 2026/08/17 04:13:31 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdcd_d20260817_m041201_c001_v7007000_t0000_u01786939921502") 2026/08/17 04:13:31 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e449_d20260817_m041153_c001_v0001184_t0012_u01786939913427") 2026/08/17 04:13:31 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdb8_d20260817_m041149_c001_v7007000_t0000_u01786939909259") 2026/08/17 04:13:31 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e400_d20260817_m041141_c001_v0001184_t0012_u01786939901121") 2026/08/17 04:13:31 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bd8e_d20260817_m041137_c001_v7007000_t0000_u01786939897034") 2026/08/17 04:13:31 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e390_d20260817_m041127_c001_v0001184_t0012_u01786939887976") 2026/08/17 04:13:31 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2ddb4_d20260817_m041121_c001_v7007000_t0000_u01786939881270") 2026/08/17 04:13:31 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7a78_d20260817_m041114_c001_v0001177_t0004_u01786939874280") 2026/08/17 04:13:31 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd8f_d20260817_m041110_c001_v7007000_t0000_u01786939870189") 2026/08/17 04:13:31 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7a4a_d20260817_m041107_c001_v0001177_t0004_u01786939867088") 2026/08/17 04:13:31 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42640cede5429481_d20260817_m041105_c001_v7007000_t0000_u01786939865936") 2026/08/17 04:13:31 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045c00_d20260817_m041057_c001_v0001161_t0056_u01786939857888") 2026/08/17 04:13:31 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21bf1_d20260817_m041053_c001_v7007000_t0000_u01786939853820") 2026/08/17 04:13:32 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045bd4_d20260817_m041050_c001_v0001161_t0056_u01786939850615") 2026/08/17 04:13:32 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21bb3_d20260817_m041049_c001_v7007000_t0000_u01786939849434") 2026/08/17 04:13:32 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa4627_d20260817_m041041_c001_v0001130_t0035_u01786939841394") 2026/08/17 04:13:32 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca621721_d20260817_m041034_c001_v7007000_t0000_u01786939834649") 2026/08/17 04:13:32 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7958_d20260817_m041027_c001_v0001177_t0004_u01786939827091") 2026/08/17 04:13:32 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca6216ed_d20260817_m041023_c001_v7007000_t0000_u01786939823072") 2026/08/17 04:13:32 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c791e_d20260817_m041014_c001_v0001177_t0004_u01786939814123") 2026/08/17 04:13:32 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41289f38e347f402_d20260817_m041010_c001_v7007000_t0000_u01786939810073") 2026/08/17 04:13:32 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7900_d20260817_m041003_c001_v0001177_t0004_u01786939803023") 2026/08/17 04:13:32 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd88_d20260817_m041108_c001_v7007000_t0000_u01786939868077") 2026/08/17 04:13:32 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f114b85de912c7a2c_d20260817_m041103_c001_v0001177_t0020_u01786939863961") 2026/08/17 04:13:32 DEBUG : dir1/0001-bcdef: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056ea206_d20260817_m041124_c001_v7007000_t0000_u01786939884019") 2026/08/17 04:13:32 DEBUG : dir1/0001-bcdef: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045c74_d20260817_m041120_c001_v0001161_t0056_u01786939880006") 2026/08/17 04:13:32 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba60d_d20260817_m041248_c001_v7007000_t0000_u01786939968091") 2026/08/17 04:13:32 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7be8_d20260817_m041240_c001_v0001177_t0004_u01786939960004") 2026/08/17 04:13:32 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f420e67f86f4bc0cd_d20260817_m041235_c001_v7007000_t0000_u01786939955433") 2026/08/17 04:13:32 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7bac_d20260817_m041227_c001_v0001177_t0004_u01786939947800") 2026/08/17 04:13:32 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdcf_d20260817_m041201_c001_v7007000_t0000_u01786939921684") 2026/08/17 04:13:32 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7b2a_d20260817_m041153_c001_v0001177_t0004_u01786939913979") 2026/08/17 04:13:33 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdb9_d20260817_m041149_c001_v7007000_t0000_u01786939909447") 2026/08/17 04:13:33 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7afc_d20260817_m041141_c001_v0001177_t0004_u01786939901677") 2026/08/17 04:13:33 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bd8f_d20260817_m041137_c001_v7007000_t0000_u01786939897216") 2026/08/17 04:13:33 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7ac8_d20260817_m041128_c001_v0001177_t0004_u01786939888526") 2026/08/17 04:13:33 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4193c9599a4417da_d20260817_m041121_c001_v7007000_t0000_u01786939881321") 2026/08/17 04:13:33 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa46bf_d20260817_m041114_c001_v0001130_t0035_u01786939874826") 2026/08/17 04:13:33 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd90_d20260817_m041110_c001_v7007000_t0000_u01786939870372") 2026/08/17 04:13:33 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa46a3_d20260817_m041107_c001_v0001130_t0035_u01786939867097") 2026/08/17 04:13:33 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f411617f33a6ba43e_d20260817_m041105_c001_v7007000_t0000_u01786939865870") 2026/08/17 04:13:33 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7a0e_d20260817_m041058_c001_v0001177_t0004_u01786939858444") 2026/08/17 04:13:33 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21bf4_d20260817_m041054_c001_v7007000_t0000_u01786939854003") 2026/08/17 04:13:33 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c79d8_d20260817_m041050_c001_v0001177_t0004_u01786939850626") 2026/08/17 04:13:33 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21bb0_d20260817_m041049_c001_v7007000_t0000_u01786939849251") 2026/08/17 04:13:33 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e200_d20260817_m041041_c001_v0001184_t0012_u01786939841944") 2026/08/17 04:13:33 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca621722_d20260817_m041034_c001_v7007000_t0000_u01786939834711") 2026/08/17 04:13:33 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e198_d20260817_m041027_c001_v0001184_t0012_u01786939827632") 2026/08/17 04:13:33 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca6216f1_d20260817_m041023_c001_v7007000_t0000_u01786939823253") 2026/08/17 04:13:33 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e15c_d20260817_m041015_c001_v0001184_t0012_u01786939815352") 2026/08/17 04:13:33 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41289f38e347f404_d20260817_m041010_c001_v7007000_t0000_u01786939810255") 2026/08/17 04:13:33 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e114_d20260817_m041003_c001_v0001184_t0012_u01786939803572") 2026/08/17 04:13:33 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4190b163f4154cf1_d20260817_m041107_c001_v7007000_t0000_u01786939867863") 2026/08/17 04:13:33 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327e2b0_d20260817_m041103_c001_v0001184_t0056_u01786939863970") 2026/08/17 04:13:34 DEBUG : dir1/0002-cdefg: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056ea20a_d20260817_m041124_c001_v7007000_t0000_u01786939884201") 2026/08/17 04:13:34 DEBUG : dir1/0002-cdefg: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa46d1_d20260817_m041120_c001_v0001130_t0035_u01786939880026") 2026/08/17 04:13:34 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba60e_d20260817_m041248_c001_v7007000_t0000_u01786939968271") 2026/08/17 04:13:34 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045da9_d20260817_m041240_c001_v0001161_t0056_u01786939960552") 2026/08/17 04:13:34 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f420e67f86f4bc0d0_d20260817_m041235_c001_v7007000_t0000_u01786939955617") 2026/08/17 04:13:34 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045d7a_d20260817_m041228_c001_v0001161_t0056_u01786939948347") 2026/08/17 04:13:34 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdd0_d20260817_m041201_c001_v7007000_t0000_u01786939921866") 2026/08/17 04:13:34 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045d04_d20260817_m041154_c001_v0001161_t0056_u01786939914656") 2026/08/17 04:13:34 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdba_d20260817_m041149_c001_v7007000_t0000_u01786939909630") 2026/08/17 04:13:34 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045cce_d20260817_m041142_c001_v0001161_t0056_u01786939902228") 2026/08/17 04:13:34 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bd91_d20260817_m041137_c001_v7007000_t0000_u01786939897408") 2026/08/17 04:13:34 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045c9c_d20260817_m041129_c001_v0001161_t0056_u01786939889083") 2026/08/17 04:13:34 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056ea1d7_d20260817_m041121_c001_v7007000_t0000_u01786939881470") 2026/08/17 04:13:34 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e31c_d20260817_m041115_c001_v0001184_t0012_u01786939875370") 2026/08/17 04:13:34 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd91_d20260817_m041110_c001_v7007000_t0000_u01786939870554") 2026/08/17 04:13:34 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e2d0_d20260817_m041107_c001_v0001184_t0012_u01786939867107") 2026/08/17 04:13:34 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bd73_d20260817_m041105_c001_v7007000_t0000_u01786939865946") 2026/08/17 04:13:34 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e284_d20260817_m041058_c001_v0001184_t0012_u01786939858991") 2026/08/17 04:13:34 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21bf7_d20260817_m041054_c001_v7007000_t0000_u01786939854186") 2026/08/17 04:13:34 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e24e_d20260817_m041050_c001_v0001184_t0012_u01786939850638") 2026/08/17 04:13:34 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42640cede54293d8_d20260817_m041049_c001_v7007000_t0000_u01786939849266") 2026/08/17 04:13:34 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c79a4_d20260817_m041042_c001_v0001177_t0004_u01786939842493") 2026/08/17 04:13:35 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f403f7d67a83145f1_d20260817_m041034_c001_v7007000_t0000_u01786939834724") 2026/08/17 04:13:35 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa45f1_d20260817_m041028_c001_v0001130_t0035_u01786939828179") 2026/08/17 04:13:35 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca6216f4_d20260817_m041023_c001_v7007000_t0000_u01786939823433") 2026/08/17 04:13:35 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa45c1_d20260817_m041015_c001_v0001130_t0035_u01786939815901") 2026/08/17 04:13:35 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41289f38e347f407_d20260817_m041010_c001_v7007000_t0000_u01786939810438") 2026/08/17 04:13:35 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa45a7_d20260817_m041003_c001_v0001130_t0035_u01786939803796") 2026/08/17 04:13:35 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f403f7d67a8314698_d20260817_m041108_c001_v7007000_t0000_u01786939868087") 2026/08/17 04:13:35 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f101e7b3830fa4691_d20260817_m041103_c001_v0001130_t0002_u01786939863981") 2026/08/17 04:13:35 DEBUG : dir1/0003-defgh: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056ea20d_d20260817_m041124_c001_v7007000_t0000_u01786939884438") 2026/08/17 04:13:35 DEBUG : dir1/0003-defgh: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7aa2_d20260817_m041120_c001_v0001177_t0004_u01786939880016") 2026/08/17 04:13:35 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba60f_d20260817_m041248_c001_v7007000_t0000_u01786939968452") 2026/08/17 04:13:35 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa47c5_d20260817_m041241_c001_v0001130_t0035_u01786939961099") 2026/08/17 04:13:35 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f420e67f86f4bc0d3_d20260817_m041235_c001_v7007000_t0000_u01786939955800") 2026/08/17 04:13:35 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa479b_d20260817_m041228_c001_v0001130_t0035_u01786939948893") 2026/08/17 04:13:35 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdd1_d20260817_m041202_c001_v7007000_t0000_u01786939922048") 2026/08/17 04:13:35 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa4747_d20260817_m041155_c001_v0001130_t0035_u01786939915199") 2026/08/17 04:13:35 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdbb_d20260817_m041149_c001_v7007000_t0000_u01786939909813") 2026/08/17 04:13:35 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa4717_d20260817_m041142_c001_v0001130_t0035_u01786939902780") 2026/08/17 04:13:35 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bd92_d20260817_m041137_c001_v7007000_t0000_u01786939897591") 2026/08/17 04:13:35 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa46eb_d20260817_m041129_c001_v0001130_t0035_u01786939889624") 2026/08/17 04:13:36 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4085766727e8b8e3_d20260817_m041120_c001_v7007000_t0000_u01786939880941") 2026/08/17 04:13:36 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045c5c_d20260817_m041115_c001_v0001161_t0056_u01786939875922") 2026/08/17 04:13:36 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd92_d20260817_m041110_c001_v7007000_t0000_u01786939870738") 2026/08/17 04:13:36 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045c34_d20260817_m041107_c001_v0001161_t0056_u01786939867117") 2026/08/17 04:13:36 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4190b163f4154cdc_d20260817_m041105_c001_v7007000_t0000_u01786939865882") 2026/08/17 04:13:36 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa467d_d20260817_m041059_c001_v0001130_t0035_u01786939859538") 2026/08/17 04:13:36 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21bfa_d20260817_m041054_c001_v7007000_t0000_u01786939854369") 2026/08/17 04:13:36 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa4657_d20260817_m041050_c001_v0001130_t0035_u01786939850647") 2026/08/17 04:13:36 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca621733_d20260817_m041049_c001_v7007000_t0000_u01786939849239") 2026/08/17 04:13:36 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045ba0_d20260817_m041043_c001_v0001161_t0056_u01786939843042") 2026/08/17 04:13:36 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4227bf6ed8621a5a_d20260817_m041034_c001_v7007000_t0000_u01786939834735") 2026/08/17 04:13:36 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045b50_d20260817_m041028_c001_v0001161_t0056_u01786939828729") 2026/08/17 04:13:36 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca6216f6_d20260817_m041023_c001_v7007000_t0000_u01786939823614") 2026/08/17 04:13:36 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045b16_d20260817_m041016_c001_v0001161_t0056_u01786939816444") 2026/08/17 04:13:36 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41289f38e347f40a_d20260817_m041010_c001_v7007000_t0000_u01786939810620") 2026/08/17 04:13:36 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045af0_d20260817_m041003_c001_v0001161_t0056_u01786939803979") 2026/08/17 04:13:36 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42640cede542949f_d20260817_m041107_c001_v7007000_t0000_u01786939867884") 2026/08/17 04:13:36 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327e2b2_d20260817_m041104_c001_v0001184_t0020_u01786939864174") 2026/08/17 04:13:36 DEBUG : dir1/0004-efghi: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056ea211_d20260817_m041124_c001_v7007000_t0000_u01786939884625") 2026/08/17 04:13:36 DEBUG : dir1/0004-efghi: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e34a_d20260817_m041120_c001_v0001184_t0012_u01786939880178") 2026/08/17 04:13:36 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba610_d20260817_m041248_c001_v7007000_t0000_u01786939968633") 2026/08/17 04:13:36 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e561_d20260817_m041241_c001_v0001184_t0012_u01786939961286") 2026/08/17 04:13:36 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f420e67f86f4bc0d6_d20260817_m041235_c001_v7007000_t0000_u01786939955984") 2026/08/17 04:13:37 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e521_d20260817_m041229_c001_v0001184_t0012_u01786939949081") 2026/08/17 04:13:37 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdd2_d20260817_m041202_c001_v7007000_t0000_u01786939922231") 2026/08/17 04:13:37 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e459_d20260817_m041155_c001_v0001184_t0012_u01786939915382") 2026/08/17 04:13:37 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdbc_d20260817_m041149_c001_v7007000_t0000_u01786939909998") 2026/08/17 04:13:37 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e40c_d20260817_m041142_c001_v0001184_t0012_u01786939902966") 2026/08/17 04:13:37 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bd93_d20260817_m041137_c001_v7007000_t0000_u01786939897773") 2026/08/17 04:13:37 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e3a0_d20260817_m041129_c001_v0001184_t0012_u01786939889807") 2026/08/17 04:13:37 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056ea1d5_d20260817_m041121_c001_v7007000_t0000_u01786939881287") 2026/08/17 04:13:37 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7a88_d20260817_m041116_c001_v0001177_t0004_u01786939876109") 2026/08/17 04:13:37 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd93_d20260817_m041110_c001_v7007000_t0000_u01786939870921") 2026/08/17 04:13:37 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7a4c_d20260817_m041107_c001_v0001177_t0004_u01786939867276") 2026/08/17 04:13:37 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f411617f33a6ba43d_d20260817_m041105_c001_v7007000_t0000_u01786939865686") 2026/08/17 04:13:37 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045c08_d20260817_m041059_c001_v0001161_t0056_u01786939859721") 2026/08/17 04:13:37 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21bfd_d20260817_m041054_c001_v7007000_t0000_u01786939854552") 2026/08/17 04:13:37 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045bd6_d20260817_m041050_c001_v0001161_t0056_u01786939850799") 2026/08/17 04:13:37 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21bb4_d20260817_m041049_c001_v7007000_t0000_u01786939849445") 2026/08/17 04:13:37 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa4633_d20260817_m041043_c001_v0001130_t0035_u01786939843226") 2026/08/17 04:13:37 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42404439bc8ce741_d20260817_m041034_c001_v7007000_t0000_u01786939834857") 2026/08/17 04:13:37 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7962_d20260817_m041028_c001_v0001177_t0004_u01786939828916") 2026/08/17 04:13:37 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca6216f9_d20260817_m041023_c001_v7007000_t0000_u01786939823794") 2026/08/17 04:13:38 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7926_d20260817_m041016_c001_v0001177_t0004_u01786939816631") 2026/08/17 04:13:38 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41289f38e347f40d_d20260817_m041010_c001_v7007000_t0000_u01786939810802") 2026/08/17 04:13:38 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7906_d20260817_m041004_c001_v0001177_t0004_u01786939804163") 2026/08/17 04:13:38 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd89_d20260817_m041108_c001_v7007000_t0000_u01786939868098") 2026/08/17 04:13:38 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f114b85de912c7a2e_d20260817_m041104_c001_v0001177_t0044_u01786939864187") 2026/08/17 04:13:38 DEBUG : dir1/0005-fghij: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056ea216_d20260817_m041124_c001_v7007000_t0000_u01786939884808") 2026/08/17 04:13:38 DEBUG : dir1/0005-fghij: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7aa4_d20260817_m041120_c001_v0001177_t0004_u01786939880201") 2026/08/17 04:13:38 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba611_d20260817_m041248_c001_v7007000_t0000_u01786939968813") 2026/08/17 04:13:38 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7bee_d20260817_m041241_c001_v0001177_t0004_u01786939961473") 2026/08/17 04:13:38 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f420e67f86f4bc0d9_d20260817_m041236_c001_v7007000_t0000_u01786939956166") 2026/08/17 04:13:38 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7bae_d20260817_m041229_c001_v0001177_t0004_u01786939949267") 2026/08/17 04:13:38 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdd3_d20260817_m041202_c001_v7007000_t0000_u01786939922412") 2026/08/17 04:13:38 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7b32_d20260817_m041155_c001_v0001177_t0004_u01786939915567") 2026/08/17 04:13:38 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdbd_d20260817_m041150_c001_v7007000_t0000_u01786939910181") 2026/08/17 04:13:38 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7b00_d20260817_m041143_c001_v0001177_t0004_u01786939903152") 2026/08/17 04:13:38 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bd94_d20260817_m041137_c001_v7007000_t0000_u01786939897956") 2026/08/17 04:13:38 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7ace_d20260817_m041129_c001_v0001177_t0004_u01786939889991") 2026/08/17 04:13:38 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2ddb3_d20260817_m041121_c001_v7007000_t0000_u01786939881086") 2026/08/17 04:13:38 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa46c3_d20260817_m041116_c001_v0001130_t0035_u01786939876293") 2026/08/17 04:13:38 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd94_d20260817_m041111_c001_v7007000_t0000_u01786939871103") 2026/08/17 04:13:38 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa46a5_d20260817_m041107_c001_v0001130_t0035_u01786939867284") 2026/08/17 04:13:39 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f403f7d67a831468a_d20260817_m041105_c001_v7007000_t0000_u01786939865705") 2026/08/17 04:13:39 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7a12_d20260817_m041059_c001_v0001177_t0004_u01786939859913") 2026/08/17 04:13:39 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21c00_d20260817_m041054_c001_v7007000_t0000_u01786939854735") 2026/08/17 04:13:39 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c79da_d20260817_m041050_c001_v0001177_t0004_u01786939850813") 2026/08/17 04:13:39 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41698ece5786078f_d20260817_m041049_c001_v7007000_t0000_u01786939849020") 2026/08/17 04:13:39 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e208_d20260817_m041043_c001_v0001184_t0012_u01786939843413") 2026/08/17 04:13:39 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f420e67f86f4bba25_d20260817_m041034_c001_v7007000_t0000_u01786939834504") 2026/08/17 04:13:39 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e1a2_d20260817_m041029_c001_v0001184_t0012_u01786939829099") 2026/08/17 04:13:39 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca6216fd_d20260817_m041023_c001_v7007000_t0000_u01786939823975") 2026/08/17 04:13:39 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e162_d20260817_m041016_c001_v0001184_t0012_u01786939816818") 2026/08/17 04:13:39 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41289f38e347f410_d20260817_m041010_c001_v7007000_t0000_u01786939810985") 2026/08/17 04:13:39 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e116_d20260817_m041004_c001_v0001184_t0012_u01786939804350") 2026/08/17 04:13:39 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f403f7d67a8314699_d20260817_m041108_c001_v7007000_t0000_u01786939868110") 2026/08/17 04:13:39 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f117b26a7c0045c22_d20260817_m041104_c001_v0001161_t0005_u01786939864283") 2026/08/17 04:13:39 DEBUG : dir1/0006-ghijk: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056ea219_d20260817_m041124_c001_v7007000_t0000_u01786939884991") 2026/08/17 04:13:39 DEBUG : dir1/0006-ghijk: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045c76_d20260817_m041120_c001_v0001161_t0056_u01786939880213") 2026/08/17 04:13:39 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba612_d20260817_m041248_c001_v7007000_t0000_u01786939968994") 2026/08/17 04:13:39 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045dab_d20260817_m041241_c001_v0001161_t0056_u01786939961657") 2026/08/17 04:13:40 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f420e67f86f4bc0db_d20260817_m041236_c001_v7007000_t0000_u01786939956348") 2026/08/17 04:13:40 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045d80_d20260817_m041229_c001_v0001161_t0056_u01786939949450") 2026/08/17 04:13:40 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdd4_d20260817_m041202_c001_v7007000_t0000_u01786939922596") 2026/08/17 04:13:40 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045d08_d20260817_m041155_c001_v0001161_t0056_u01786939915752") 2026/08/17 04:13:40 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdbe_d20260817_m041150_c001_v7007000_t0000_u01786939910368") 2026/08/17 04:13:40 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045cd6_d20260817_m041143_c001_v0001161_t0056_u01786939903338") 2026/08/17 04:13:40 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bd95_d20260817_m041138_c001_v7007000_t0000_u01786939898138") 2026/08/17 04:13:40 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045ca0_d20260817_m041130_c001_v0001161_t0056_u01786939890177") 2026/08/17 04:13:40 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4067bfbb1ee9cee8_d20260817_m041121_c001_v7007000_t0000_u01786939881304") 2026/08/17 04:13:40 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e326_d20260817_m041116_c001_v0001184_t0012_u01786939876477") 2026/08/17 04:13:40 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd95_d20260817_m041111_c001_v7007000_t0000_u01786939871287") 2026/08/17 04:13:40 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e2d2_d20260817_m041107_c001_v0001184_t0012_u01786939867295") 2026/08/17 04:13:40 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4190b163f4154cd9_d20260817_m041105_c001_v7007000_t0000_u01786939865516") 2026/08/17 04:13:40 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e286_d20260817_m041100_c001_v0001184_t0012_u01786939860099") 2026/08/17 04:13:40 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21c04_d20260817_m041054_c001_v7007000_t0000_u01786939854919") 2026/08/17 04:13:40 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e250_d20260817_m041050_c001_v0001184_t0012_u01786939850826") 2026/08/17 04:13:40 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4190b163f4154cc7_d20260817_m041049_c001_v7007000_t0000_u01786939849479") 2026/08/17 04:13:40 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c79a8_d20260817_m041043_c001_v0001177_t0004_u01786939843597") 2026/08/17 04:13:40 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41009e268eb399ce_d20260817_m041034_c001_v7007000_t0000_u01786939834545") 2026/08/17 04:13:40 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa45fb_d20260817_m041029_c001_v0001130_t0035_u01786939829284") 2026/08/17 04:13:40 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca621700_d20260817_m041024_c001_v7007000_t0000_u01786939824157") 2026/08/17 04:13:40 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa45c7_d20260817_m041017_c001_v0001130_t0035_u01786939817001") 2026/08/17 04:13:41 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41289f38e347f413_d20260817_m041011_c001_v7007000_t0000_u01786939811167") 2026/08/17 04:13:41 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa45ad_d20260817_m041004_c001_v0001130_t0035_u01786939804535") 2026/08/17 04:13:41 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bd76_d20260817_m041107_c001_v7007000_t0000_u01786939867874") 2026/08/17 04:13:41 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327e2b4_d20260817_m041104_c001_v0001184_t0022_u01786939864383") 2026/08/17 04:13:41 DEBUG : dir1/0007-12345: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056ea21d_d20260817_m041125_c001_v7007000_t0000_u01786939885174") 2026/08/17 04:13:41 DEBUG : dir1/0007-12345: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa46d7_d20260817_m041120_c001_v0001130_t0035_u01786939880352") 2026/08/17 04:13:41 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba613_d20260817_m041249_c001_v7007000_t0000_u01786939969174") 2026/08/17 04:13:41 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa47c9_d20260817_m041241_c001_v0001130_t0035_u01786939961848") 2026/08/17 04:13:41 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f420e67f86f4bc0df_d20260817_m041236_c001_v7007000_t0000_u01786939956540") 2026/08/17 04:13:41 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa479f_d20260817_m041229_c001_v0001130_t0035_u01786939949633") 2026/08/17 04:13:41 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdd5_d20260817_m041202_c001_v7007000_t0000_u01786939922778") 2026/08/17 04:13:41 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa474b_d20260817_m041155_c001_v0001130_t0035_u01786939915938") 2026/08/17 04:13:41 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdbf_d20260817_m041150_c001_v7007000_t0000_u01786939910551") 2026/08/17 04:13:41 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa4719_d20260817_m041143_c001_v0001130_t0035_u01786939903525") 2026/08/17 04:13:41 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bd96_d20260817_m041138_c001_v7007000_t0000_u01786939898321") 2026/08/17 04:13:41 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa46f3_d20260817_m041130_c001_v0001130_t0035_u01786939890361") 2026/08/17 04:13:41 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41375cdac303252e_d20260817_m041121_c001_v7007000_t0000_u01786939881327") 2026/08/17 04:13:41 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045c5e_d20260817_m041116_c001_v0001161_t0056_u01786939876663") 2026/08/17 04:13:41 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd96_d20260817_m041111_c001_v7007000_t0000_u01786939871470") 2026/08/17 04:13:41 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045c36_d20260817_m041107_c001_v0001161_t0056_u01786939867305") 2026/08/17 04:13:41 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd81_d20260817_m041105_c001_v7007000_t0000_u01786939865715") 2026/08/17 04:13:42 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa4681_d20260817_m041100_c001_v0001130_t0035_u01786939860286") 2026/08/17 04:13:42 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21c07_d20260817_m041055_c001_v7007000_t0000_u01786939855102") 2026/08/17 04:13:42 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa465b_d20260817_m041050_c001_v0001130_t0035_u01786939850835") 2026/08/17 04:13:42 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41698ece57860790_d20260817_m041049_c001_v7007000_t0000_u01786939849201") 2026/08/17 04:13:42 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045baa_d20260817_m041043_c001_v0001161_t0056_u01786939843780") 2026/08/17 04:13:42 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f403f7d67a83145ec_d20260817_m041034_c001_v7007000_t0000_u01786939834543") 2026/08/17 04:13:42 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045b54_d20260817_m041029_c001_v0001161_t0056_u01786939829467") 2026/08/17 04:13:42 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca621703_d20260817_m041024_c001_v7007000_t0000_u01786939824339") 2026/08/17 04:13:42 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045b1c_d20260817_m041017_c001_v0001161_t0056_u01786939817184") 2026/08/17 04:13:42 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41289f38e347f417_d20260817_m041011_c001_v7007000_t0000_u01786939811350") 2026/08/17 04:13:42 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045af2_d20260817_m041004_c001_v0001161_t0056_u01786939804718") 2026/08/17 04:13:42 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd87_d20260817_m041107_c001_v7007000_t0000_u01786939867915") 2026/08/17 04:13:42 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f101e7b3830fa4697_d20260817_m041104_c001_v0001130_t0040_u01786939864410") 2026/08/17 04:13:42 DEBUG : dir1/0008-23456: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056ea221_d20260817_m041125_c001_v7007000_t0000_u01786939885357") 2026/08/17 04:13:42 DEBUG : dir1/0008-23456: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e34c_d20260817_m041120_c001_v0001184_t0012_u01786939880363") 2026/08/17 04:13:42 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba614_d20260817_m041249_c001_v7007000_t0000_u01786939969356") 2026/08/17 04:13:42 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e569_d20260817_m041242_c001_v0001184_t0012_u01786939962040") 2026/08/17 04:13:42 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f420e67f86f4bc0e2_d20260817_m041236_c001_v7007000_t0000_u01786939956723") 2026/08/17 04:13:42 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e523_d20260817_m041229_c001_v0001184_t0012_u01786939949818") 2026/08/17 04:13:42 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdd6_d20260817_m041202_c001_v7007000_t0000_u01786939922961") 2026/08/17 04:13:42 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e45d_d20260817_m041156_c001_v0001184_t0012_u01786939916121") 2026/08/17 04:13:43 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdc0_d20260817_m041150_c001_v7007000_t0000_u01786939910734") 2026/08/17 04:13:43 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e414_d20260817_m041143_c001_v0001184_t0012_u01786939903712") 2026/08/17 04:13:43 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bd97_d20260817_m041138_c001_v7007000_t0000_u01786939898503") 2026/08/17 04:13:43 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e3aa_d20260817_m041130_c001_v0001184_t0012_u01786939890544") 2026/08/17 04:13:43 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2ddb2_d20260817_m041120_c001_v7007000_t0000_u01786939880903") 2026/08/17 04:13:43 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7a8c_d20260817_m041116_c001_v0001177_t0004_u01786939876847") 2026/08/17 04:13:43 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd97_d20260817_m041111_c001_v7007000_t0000_u01786939871654") 2026/08/17 04:13:43 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7a4e_d20260817_m041107_c001_v0001177_t0004_u01786939867463") 2026/08/17 04:13:43 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f403f7d67a831468c_d20260817_m041105_c001_v7007000_t0000_u01786939865896") 2026/08/17 04:13:43 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045c0c_d20260817_m041100_c001_v0001161_t0056_u01786939860470") 2026/08/17 04:13:43 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21c09_d20260817_m041055_c001_v7007000_t0000_u01786939855286") 2026/08/17 04:13:43 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045bd8_d20260817_m041050_c001_v0001161_t0056_u01786939850987") 2026/08/17 04:13:43 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f9682_d20260817_m041049_c001_v7007000_t0000_u01786939849213") 2026/08/17 04:13:43 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa463b_d20260817_m041043_c001_v0001130_t0035_u01786939843963") 2026/08/17 04:13:43 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd28_d20260817_m041034_c001_v7007000_t0000_u01786939834744") 2026/08/17 04:13:43 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c796e_d20260817_m041029_c001_v0001177_t0004_u01786939829652") 2026/08/17 04:13:43 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca621707_d20260817_m041024_c001_v7007000_t0000_u01786939824522") 2026/08/17 04:13:43 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7928_d20260817_m041017_c001_v0001177_t0004_u01786939817370") 2026/08/17 04:13:43 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41289f38e347f419_d20260817_m041011_c001_v7007000_t0000_u01786939811532") 2026/08/17 04:13:43 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c790a_d20260817_m041004_c001_v0001177_t0004_u01786939804903") 2026/08/17 04:13:44 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4190b163f4154cf4_d20260817_m041108_c001_v7007000_t0000_u01786939868045") 2026/08/17 04:13:44 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f114b85de912c7a32_d20260817_m041104_c001_v0001177_t0046_u01786939864454") 2026/08/17 04:13:44 DEBUG : dir1/0009-34567: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056ea225_d20260817_m041125_c001_v7007000_t0000_u01786939885541") 2026/08/17 04:13:44 DEBUG : dir1/0009-34567: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7aa8_d20260817_m041120_c001_v0001177_t0004_u01786939880386") 2026/08/17 04:13:44 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba615_d20260817_m041249_c001_v7007000_t0000_u01786939969537") 2026/08/17 04:13:44 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7bf4_d20260817_m041242_c001_v0001177_t0004_u01786939962226") 2026/08/17 04:13:44 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f420e67f86f4bc0e5_d20260817_m041236_c001_v7007000_t0000_u01786939956908") 2026/08/17 04:13:44 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7bb4_d20260817_m041230_c001_v0001177_t0004_u01786939950004") 2026/08/17 04:13:44 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdd7_d20260817_m041203_c001_v7007000_t0000_u01786939923143") 2026/08/17 04:13:44 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7b36_d20260817_m041156_c001_v0001177_t0004_u01786939916305") 2026/08/17 04:13:44 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdc1_d20260817_m041150_c001_v7007000_t0000_u01786939910917") 2026/08/17 04:13:44 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7b02_d20260817_m041143_c001_v0001177_t0004_u01786939903896") 2026/08/17 04:13:44 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bd98_d20260817_m041138_c001_v7007000_t0000_u01786939898686") 2026/08/17 04:13:44 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7ad0_d20260817_m041130_c001_v0001177_t0004_u01786939890729") 2026/08/17 04:13:44 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f402d0eab12be0d90_d20260817_m041121_c001_v7007000_t0000_u01786939881345") 2026/08/17 04:13:44 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa46c5_d20260817_m041117_c001_v0001130_t0035_u01786939877031") 2026/08/17 04:13:44 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd98_d20260817_m041111_c001_v7007000_t0000_u01786939871837") 2026/08/17 04:13:44 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa46a7_d20260817_m041107_c001_v0001130_t0035_u01786939867472") 2026/08/17 04:13:44 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd82_d20260817_m041105_c001_v7007000_t0000_u01786939865725") 2026/08/17 04:13:44 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7a18_d20260817_m041100_c001_v0001177_t0004_u01786939860658") 2026/08/17 04:13:45 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21c0c_d20260817_m041055_c001_v7007000_t0000_u01786939855468") 2026/08/17 04:13:45 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c79dc_d20260817_m041050_c001_v0001177_t0004_u01786939850999") 2026/08/17 04:13:45 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4190b163f4154cc6_d20260817_m041049_c001_v7007000_t0000_u01786939849280") 2026/08/17 04:13:45 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e20c_d20260817_m041044_c001_v0001184_t0012_u01786939844149") 2026/08/17 04:13:45 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca621720_d20260817_m041034_c001_v7007000_t0000_u01786939834530") 2026/08/17 04:13:45 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e1ae_d20260817_m041029_c001_v0001184_t0012_u01786939829836") 2026/08/17 04:13:45 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca62170a_d20260817_m041024_c001_v7007000_t0000_u01786939824702") 2026/08/17 04:13:45 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e166_d20260817_m041017_c001_v0001184_t0012_u01786939817555") 2026/08/17 04:13:45 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41289f38e347f41c_d20260817_m041011_c001_v7007000_t0000_u01786939811714") 2026/08/17 04:13:45 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e11a_d20260817_m041005_c001_v0001184_t0012_u01786939805089") 2026/08/17 04:13:45 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4190b163f4154cf8_d20260817_m041108_c001_v7007000_t0000_u01786939868226") 2026/08/17 04:13:45 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327e2b6_d20260817_m041104_c001_v0001184_t0056_u01786939864598") 2026/08/17 04:13:45 DEBUG : dir1/0010-45678: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056ea229_d20260817_m041125_c001_v7007000_t0000_u01786939885723") 2026/08/17 04:13:45 DEBUG : dir1/0010-45678: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045c78_d20260817_m041120_c001_v0001161_t0056_u01786939880397") 2026/08/17 04:13:45 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba616_d20260817_m041249_c001_v7007000_t0000_u01786939969717") 2026/08/17 04:13:45 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045dad_d20260817_m041242_c001_v0001161_t0056_u01786939962412") 2026/08/17 04:13:45 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f420e67f86f4bc0e8_d20260817_m041237_c001_v7007000_t0000_u01786939957091") 2026/08/17 04:13:45 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045d86_d20260817_m041230_c001_v0001161_t0056_u01786939950194") 2026/08/17 04:13:45 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdd8_d20260817_m041203_c001_v7007000_t0000_u01786939923325") 2026/08/17 04:13:45 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045d0c_d20260817_m041156_c001_v0001161_t0056_u01786939916488") 2026/08/17 04:13:46 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdc2_d20260817_m041151_c001_v7007000_t0000_u01786939911102") 2026/08/17 04:13:46 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045cdc_d20260817_m041144_c001_v0001161_t0056_u01786939904081") 2026/08/17 04:13:46 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bd99_d20260817_m041138_c001_v7007000_t0000_u01786939898868") 2026/08/17 04:13:46 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045ca8_d20260817_m041130_c001_v0001161_t0056_u01786939890921") 2026/08/17 04:13:46 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4085766727e8b8e5_d20260817_m041121_c001_v7007000_t0000_u01786939881306") 2026/08/17 04:13:46 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e32e_d20260817_m041117_c001_v0001184_t0012_u01786939877216") 2026/08/17 04:13:46 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd99_d20260817_m041112_c001_v7007000_t0000_u01786939872021") 2026/08/17 04:13:46 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e2d4_d20260817_m041107_c001_v0001184_t0012_u01786939867483") 2026/08/17 04:13:46 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f403f7d67a831468b_d20260817_m041105_c001_v7007000_t0000_u01786939865730") 2026/08/17 04:13:46 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e290_d20260817_m041100_c001_v0001184_t0012_u01786939860844") 2026/08/17 04:13:46 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21c0f_d20260817_m041055_c001_v7007000_t0000_u01786939855651") 2026/08/17 04:13:46 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e252_d20260817_m041051_c001_v0001184_t0012_u01786939851014") 2026/08/17 04:13:46 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd6b_d20260817_m041049_c001_v7007000_t0000_u01786939849384") 2026/08/17 04:13:46 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c79ae_d20260817_m041044_c001_v0001177_t0004_u01786939844333") 2026/08/17 04:13:46 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42404439bc8ce740_d20260817_m041034_c001_v7007000_t0000_u01786939834675") 2026/08/17 04:13:46 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa45ff_d20260817_m041030_c001_v0001130_t0035_u01786939830021") 2026/08/17 04:13:46 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca62170d_d20260817_m041024_c001_v7007000_t0000_u01786939824882") 2026/08/17 04:13:46 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa45c9_d20260817_m041017_c001_v0001130_t0035_u01786939817739") 2026/08/17 04:13:46 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41289f38e347f41f_d20260817_m041011_c001_v7007000_t0000_u01786939811897") 2026/08/17 04:13:46 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa45af_d20260817_m041005_c001_v0001130_t0035_u01786939805273") 2026/08/17 04:13:46 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bd78_d20260817_m041108_c001_v7007000_t0000_u01786939868238") 2026/08/17 04:13:46 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f114b85de912c7a34_d20260817_m041104_c001_v0001177_t0019_u01786939864680") 2026/08/17 04:13:46 DEBUG : dir1/0011-56789: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056ea22d_d20260817_m041125_c001_v7007000_t0000_u01786939885905") 2026/08/17 04:13:47 DEBUG : dir1/0011-56789: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa46d9_d20260817_m041120_c001_v0001130_t0035_u01786939880535") 2026/08/17 04:13:47 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba617_d20260817_m041249_c001_v7007000_t0000_u01786939969897") 2026/08/17 04:13:47 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa47cb_d20260817_m041242_c001_v0001130_t0035_u01786939962595") 2026/08/17 04:13:47 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f420e67f86f4bc0ec_d20260817_m041237_c001_v7007000_t0000_u01786939957274") 2026/08/17 04:13:47 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa47a3_d20260817_m041230_c001_v0001130_t0035_u01786939950378") 2026/08/17 04:13:47 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdd9_d20260817_m041203_c001_v7007000_t0000_u01786939923507") 2026/08/17 04:13:47 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa474f_d20260817_m041156_c001_v0001130_t0035_u01786939916672") 2026/08/17 04:13:47 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdc3_d20260817_m041151_c001_v7007000_t0000_u01786939911284") 2026/08/17 04:13:47 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa471d_d20260817_m041144_c001_v0001130_t0035_u01786939904268") 2026/08/17 04:13:47 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bd9a_d20260817_m041139_c001_v7007000_t0000_u01786939899051") 2026/08/17 04:13:47 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa46f9_d20260817_m041131_c001_v0001130_t0035_u01786939891604") 2026/08/17 04:13:47 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4085766727e8b8e4_d20260817_m041121_c001_v7007000_t0000_u01786939881124") 2026/08/17 04:13:47 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045c66_d20260817_m041117_c001_v0001161_t0056_u01786939877402") 2026/08/17 04:13:47 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd9a_d20260817_m041112_c001_v7007000_t0000_u01786939872210") 2026/08/17 04:13:47 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045c38_d20260817_m041107_c001_v0001161_t0056_u01786939867493") 2026/08/17 04:13:47 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd83_d20260817_m041105_c001_v7007000_t0000_u01786939865905") 2026/08/17 04:13:47 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa4685_d20260817_m041101_c001_v0001130_t0035_u01786939861030") 2026/08/17 04:13:48 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21c13_d20260817_m041055_c001_v7007000_t0000_u01786939855834") 2026/08/17 04:13:48 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa465d_d20260817_m041051_c001_v0001130_t0035_u01786939851024") 2026/08/17 04:13:48 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f967b_d20260817_m041048_c001_v7007000_t0000_u01786939848851") 2026/08/17 04:13:48 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045bae_d20260817_m041044_c001_v0001161_t0056_u01786939844517") 2026/08/17 04:13:48 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f420e67f86f4bba28_d20260817_m041034_c001_v7007000_t0000_u01786939834687") 2026/08/17 04:13:48 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045b58_d20260817_m041030_c001_v0001161_t0056_u01786939830205") 2026/08/17 04:13:48 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca621710_d20260817_m041025_c001_v7007000_t0000_u01786939825063") 2026/08/17 04:13:48 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045b20_d20260817_m041017_c001_v0001161_t0056_u01786939817922") 2026/08/17 04:13:48 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41289f38e347f422_d20260817_m041012_c001_v7007000_t0000_u01786939812079") 2026/08/17 04:13:48 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045af4_d20260817_m041005_c001_v0001161_t0056_u01786939805457") 2026/08/17 04:13:48 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd86_d20260817_m041107_c001_v7007000_t0000_u01786939867894") 2026/08/17 04:13:48 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f117b26a7c0045c28_d20260817_m041104_c001_v0001161_t0056_u01786939864688") 2026/08/17 04:13:48 DEBUG : dir1/0012-6789;: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056ea231_d20260817_m041126_c001_v7007000_t0000_u01786939886088") 2026/08/17 04:13:48 DEBUG : dir1/0012-6789;: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e350_d20260817_m041120_c001_v0001184_t0012_u01786939880547") 2026/08/17 04:13:48 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba618_d20260817_m041250_c001_v7007000_t0000_u01786939970077") 2026/08/17 04:13:48 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e56d_d20260817_m041242_c001_v0001184_t0012_u01786939962782") 2026/08/17 04:13:48 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f420e67f86f4bc0ef_d20260817_m041237_c001_v7007000_t0000_u01786939957457") 2026/08/17 04:13:48 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e52b_d20260817_m041230_c001_v0001184_t0012_u01786939950562") 2026/08/17 04:13:48 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdda_d20260817_m041203_c001_v7007000_t0000_u01786939923699") 2026/08/17 04:13:48 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e461_d20260817_m041156_c001_v0001184_t0012_u01786939916855") 2026/08/17 04:13:48 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdc4_d20260817_m041151_c001_v7007000_t0000_u01786939911467") 2026/08/17 04:13:48 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e41a_d20260817_m041144_c001_v0001184_t0012_u01786939904454") 2026/08/17 04:13:48 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bd9b_d20260817_m041139_c001_v7007000_t0000_u01786939899233") 2026/08/17 04:13:48 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e3b6_d20260817_m041131_c001_v0001184_t0012_u01786939891933") 2026/08/17 04:13:49 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056ea1d3_d20260817_m041121_c001_v7007000_t0000_u01786939881104") 2026/08/17 04:13:49 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7a90_d20260817_m041117_c001_v0001177_t0004_u01786939877587") 2026/08/17 04:13:49 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd9b_d20260817_m041112_c001_v7007000_t0000_u01786939872393") 2026/08/17 04:13:49 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7a52_d20260817_m041107_c001_v0001177_t0004_u01786939867651") 2026/08/17 04:13:49 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f411617f33a6ba43c_d20260817_m041105_c001_v7007000_t0000_u01786939865505") 2026/08/17 04:13:49 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045c0e_d20260817_m041101_c001_v0001161_t0056_u01786939861255") 2026/08/17 04:13:49 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21c16_d20260817_m041056_c001_v7007000_t0000_u01786939856016") 2026/08/17 04:13:49 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045bda_d20260817_m041051_c001_v0001161_t0056_u01786939851169") 2026/08/17 04:13:49 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f9685_d20260817_m041049_c001_v7007000_t0000_u01786939849395") 2026/08/17 04:13:49 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa463d_d20260817_m041044_c001_v0001130_t0035_u01786939844700") 2026/08/17 04:13:49 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca62171e_d20260817_m041034_c001_v7007000_t0000_u01786939834288") 2026/08/17 04:13:49 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7974_d20260817_m041030_c001_v0001177_t0004_u01786939830390") 2026/08/17 04:13:49 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca621713_d20260817_m041025_c001_v7007000_t0000_u01786939825244") 2026/08/17 04:13:49 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c792c_d20260817_m041018_c001_v0001177_t0004_u01786939818109") 2026/08/17 04:13:49 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41289f38e347f429_d20260817_m041012_c001_v7007000_t0000_u01786939812262") 2026/08/17 04:13:49 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c790c_d20260817_m041005_c001_v0001177_t0004_u01786939805643") 2026/08/17 04:13:49 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bd77_d20260817_m041108_c001_v7007000_t0000_u01786939868057") 2026/08/17 04:13:49 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f101e7b3830fa469d_d20260817_m041104_c001_v0001130_t0046_u01786939864769") 2026/08/17 04:13:49 DEBUG : dir1/0013-789;=: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056ea237_d20260817_m041126_c001_v7007000_t0000_u01786939886270") 2026/08/17 04:13:49 DEBUG : dir1/0013-789;=: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7aac_d20260817_m041120_c001_v0001177_t0004_u01786939880575") 2026/08/17 04:13:50 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba619_d20260817_m041250_c001_v7007000_t0000_u01786939970257") 2026/08/17 04:13:50 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7bf8_d20260817_m041242_c001_v0001177_t0004_u01786939962970") 2026/08/17 04:13:50 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f420e67f86f4bc0f2_d20260817_m041237_c001_v7007000_t0000_u01786939957640") 2026/08/17 04:13:50 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7bb6_d20260817_m041230_c001_v0001177_t0004_u01786939950750") 2026/08/17 04:13:50 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bddb_d20260817_m041203_c001_v7007000_t0000_u01786939923882") 2026/08/17 04:13:50 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7b3a_d20260817_m041157_c001_v0001177_t0004_u01786939917040") 2026/08/17 04:13:50 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdc5_d20260817_m041151_c001_v7007000_t0000_u01786939911650") 2026/08/17 04:13:50 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7b06_d20260817_m041144_c001_v0001177_t0004_u01786939904639") 2026/08/17 04:13:50 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bd9c_d20260817_m041139_c001_v7007000_t0000_u01786939899415") 2026/08/17 04:13:50 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7ade_d20260817_m041132_c001_v0001177_t0004_u01786939892117") 2026/08/17 04:13:50 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056ea1d1_d20260817_m041120_c001_v7007000_t0000_u01786939880920") 2026/08/17 04:13:50 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa46c7_d20260817_m041117_c001_v0001130_t0035_u01786939877772") 2026/08/17 04:13:50 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dda2_d20260817_m041112_c001_v7007000_t0000_u01786939872577") 2026/08/17 04:13:50 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa46a9_d20260817_m041107_c001_v0001130_t0035_u01786939867660") 2026/08/17 04:13:50 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bd72_d20260817_m041105_c001_v7007000_t0000_u01786939865750") 2026/08/17 04:13:50 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7a20_d20260817_m041101_c001_v0001177_t0004_u01786939861441") 2026/08/17 04:13:50 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21c17_d20260817_m041056_c001_v7007000_t0000_u01786939856198") 2026/08/17 04:13:50 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c79e0_d20260817_m041051_c001_v0001177_t0004_u01786939851183") 2026/08/17 04:13:50 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42640cede54293d9_d20260817_m041049_c001_v7007000_t0000_u01786939849510") 2026/08/17 04:13:50 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e210_d20260817_m041045_c001_v0001184_t0012_u01786939845008") 2026/08/17 04:13:51 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41009e268eb399d0_d20260817_m041034_c001_v7007000_t0000_u01786939834756") 2026/08/17 04:13:51 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e1b2_d20260817_m041030_c001_v0001184_t0012_u01786939830573") 2026/08/17 04:13:51 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca621714_d20260817_m041025_c001_v7007000_t0000_u01786939825425") 2026/08/17 04:13:51 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e168_d20260817_m041018_c001_v0001184_t0012_u01786939818294") 2026/08/17 04:13:51 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41289f38e347f42c_d20260817_m041012_c001_v7007000_t0000_u01786939812444") 2026/08/17 04:13:51 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e120_d20260817_m041005_c001_v0001184_t0012_u01786939805828") 2026/08/17 04:13:51 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f403f7d67a8314696_d20260817_m041107_c001_v7007000_t0000_u01786939867904") 2026/08/17 04:13:51 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327e2ba_d20260817_m041104_c001_v0001184_t0029_u01786939864833") 2026/08/17 04:13:51 DEBUG : dir1/0014-89;=.: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056ea23b_d20260817_m041126_c001_v7007000_t0000_u01786939886452") 2026/08/17 04:13:51 DEBUG : dir1/0014-89;=.: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045c7a_d20260817_m041120_c001_v0001161_t0056_u01786939880586") 2026/08/17 04:13:51 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba61a_d20260817_m041250_c001_v7007000_t0000_u01786939970445") 2026/08/17 04:13:51 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045daf_d20260817_m041243_c001_v0001161_t0056_u01786939963154") 2026/08/17 04:13:51 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f420e67f86f4bc0f6_d20260817_m041237_c001_v7007000_t0000_u01786939957898") 2026/08/17 04:13:51 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045d88_d20260817_m041230_c001_v0001161_t0056_u01786939950935") 2026/08/17 04:13:51 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bddc_d20260817_m041204_c001_v7007000_t0000_u01786939924065") 2026/08/17 04:13:51 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045d0e_d20260817_m041157_c001_v0001161_t0056_u01786939917237") 2026/08/17 04:13:51 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdc6_d20260817_m041151_c001_v7007000_t0000_u01786939911839") 2026/08/17 04:13:51 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045cde_d20260817_m041144_c001_v0001161_t0056_u01786939904825") 2026/08/17 04:13:51 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bd9d_d20260817_m041139_c001_v7007000_t0000_u01786939899600") 2026/08/17 04:13:51 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045cb0_d20260817_m041132_c001_v0001161_t0056_u01786939892303") 2026/08/17 04:13:51 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4067bfbb1ee9cee7_d20260817_m041121_c001_v7007000_t0000_u01786939881123") 2026/08/17 04:13:51 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e334_d20260817_m041117_c001_v0001184_t0012_u01786939877955") 2026/08/17 04:13:51 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dda3_d20260817_m041112_c001_v7007000_t0000_u01786939872760") 2026/08/17 04:13:51 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e2d6_d20260817_m041107_c001_v0001184_t0012_u01786939867670") 2026/08/17 04:13:52 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f403f7d67a831468d_d20260817_m041105_c001_v7007000_t0000_u01786939865915") 2026/08/17 04:13:52 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e29c_d20260817_m041101_c001_v0001184_t0012_u01786939861714") 2026/08/17 04:13:52 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21c18_d20260817_m041056_c001_v7007000_t0000_u01786939856381") 2026/08/17 04:13:52 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e254_d20260817_m041051_c001_v0001184_t0012_u01786939851199") 2026/08/17 04:13:52 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41375cdac3032483_d20260817_m041049_c001_v7007000_t0000_u01786939849230") 2026/08/17 04:13:52 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c79b2_d20260817_m041045_c001_v0001177_t0004_u01786939845193") 2026/08/17 04:13:52 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca62171d_d20260817_m041034_c001_v7007000_t0000_u01786939834107") 2026/08/17 04:13:52 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa4603_d20260817_m041030_c001_v0001130_t0035_u01786939830757") 2026/08/17 04:13:52 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca621715_d20260817_m041025_c001_v7007000_t0000_u01786939825606") 2026/08/17 04:13:52 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa45cd_d20260817_m041018_c001_v0001130_t0035_u01786939818478") 2026/08/17 04:13:52 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41289f38e347f42f_d20260817_m041012_c001_v7007000_t0000_u01786939812625") 2026/08/17 04:13:52 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa45b1_d20260817_m041006_c001_v0001130_t0035_u01786939806013") 2026/08/17 04:13:52 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42640cede54294a5_d20260817_m041108_c001_v7007000_t0000_u01786939868248") 2026/08/17 04:13:52 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f114b85de912c7a3e_d20260817_m041104_c001_v0001177_t0017_u01786939864941") 2026/08/17 04:13:52 DEBUG : dir1/0015-9;=.t: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056ea23f_d20260817_m041126_c001_v7007000_t0000_u01786939886635") 2026/08/17 04:13:52 DEBUG : dir1/0015-9;=.t: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa46db_d20260817_m041120_c001_v0001130_t0035_u01786939880719") 2026/08/17 04:13:52 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba61b_d20260817_m041250_c001_v7007000_t0000_u01786939970626") 2026/08/17 04:13:52 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa47d1_d20260817_m041243_c001_v0001130_t0035_u01786939963340") 2026/08/17 04:13:52 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f420e67f86f4bc0f9_d20260817_m041238_c001_v7007000_t0000_u01786939958080") 2026/08/17 04:13:52 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa47a9_d20260817_m041231_c001_v0001130_t0035_u01786939951118") 2026/08/17 04:13:53 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bddd_d20260817_m041204_c001_v7007000_t0000_u01786939924247") 2026/08/17 04:13:53 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa4753_d20260817_m041157_c001_v0001130_t0035_u01786939917431") 2026/08/17 04:13:53 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdc7_d20260817_m041152_c001_v7007000_t0000_u01786939912057") 2026/08/17 04:13:53 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa4721_d20260817_m041145_c001_v0001130_t0035_u01786939905010") 2026/08/17 04:13:53 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bd9e_d20260817_m041139_c001_v7007000_t0000_u01786939899783") 2026/08/17 04:13:53 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa46fd_d20260817_m041132_c001_v0001130_t0035_u01786939892515") 2026/08/17 04:13:53 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f405774f6204a3821_d20260817_m041121_c001_v7007000_t0000_u01786939881312") 2026/08/17 04:13:53 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045c6e_d20260817_m041118_c001_v0001161_t0056_u01786939878141") 2026/08/17 04:13:53 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dda4_d20260817_m041112_c001_v7007000_t0000_u01786939872945") 2026/08/17 04:13:53 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045c3c_d20260817_m041107_c001_v0001161_t0056_u01786939867681") 2026/08/17 04:13:53 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42640cede542947d_d20260817_m041105_c001_v7007000_t0000_u01786939865755") 2026/08/17 04:13:53 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa4689_d20260817_m041101_c001_v0001130_t0035_u01786939861899") 2026/08/17 04:13:53 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21c19_d20260817_m041056_c001_v7007000_t0000_u01786939856564") 2026/08/17 04:13:53 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa4661_d20260817_m041051_c001_v0001130_t0035_u01786939851208") 2026/08/17 04:13:53 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41375cdac3032485_d20260817_m041049_c001_v7007000_t0000_u01786939849415") 2026/08/17 04:13:53 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045bb2_d20260817_m041045_c001_v0001161_t0056_u01786939845377") 2026/08/17 04:13:53 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4227bf6ed8621a58_d20260817_m041034_c001_v7007000_t0000_u01786939834547") 2026/08/17 04:13:53 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045b5e_d20260817_m041030_c001_v0001161_t0056_u01786939830940") 2026/08/17 04:13:53 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca621716_d20260817_m041025_c001_v7007000_t0000_u01786939825786") 2026/08/17 04:13:53 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045b24_d20260817_m041018_c001_v0001161_t0056_u01786939818661") 2026/08/17 04:13:54 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41289f38e347f432_d20260817_m041012_c001_v7007000_t0000_u01786939812806") 2026/08/17 04:13:54 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045afa_d20260817_m041006_c001_v0001161_t0056_u01786939806198") 2026/08/17 04:13:54 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd8a_d20260817_m041108_c001_v7007000_t0000_u01786939868264") 2026/08/17 04:13:54 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e2be_d20260817_m041105_c001_v0001184_t0012_u01786939865033") 2026/08/17 04:13:54 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42404439bc8ce746_d20260817_m041037_c001_v7007000_t0000_u01786939837451") 2026/08/17 04:13:54 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f114b85de912c7984_d20260817_m041032_c001_v0001177_t0044_u01786939832791") 2026/08/17 04:13:54 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42404439bc8ce747_d20260817_m041037_c001_v7007000_t0000_u01786939837707") 2026/08/17 04:13:54 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f101e7b3830fa460d_d20260817_m041032_c001_v0001130_t0004_u01786939832802") 2026/08/17 04:13:54 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42404439bc8ce749_d20260817_m041037_c001_v7007000_t0000_u01786939837888") 2026/08/17 04:13:54 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327e1be_d20260817_m041032_c001_v0001184_t0038_u01786939832813") 2026/08/17 04:13:54 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42404439bc8ce74a_d20260817_m041038_c001_v7007000_t0000_u01786939838072") 2026/08/17 04:13:54 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f117b26a7c0045b70_d20260817_m041032_c001_v0001161_t0018_u01786939832823") 2026/08/17 04:13:54 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42404439bc8ce74b_d20260817_m041038_c001_v7007000_t0000_u01786939838254") 2026/08/17 04:13:54 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327e1c4_d20260817_m041033_c001_v0001184_t0030_u01786939833028") 2026/08/17 04:13:54 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42404439bc8ce74c_d20260817_m041038_c001_v7007000_t0000_u01786939838437") 2026/08/17 04:13:54 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f114b85de912c7986_d20260817_m041033_c001_v0001177_t0052_u01786939833060") 2026/08/17 04:13:54 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42404439bc8ce74d_d20260817_m041038_c001_v7007000_t0000_u01786939838619") 2026/08/17 04:13:54 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f101e7b3830fa460f_d20260817_m041033_c001_v0001130_t0059_u01786939833111") 2026/08/17 04:13:54 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42404439bc8ce74e_d20260817_m041038_c001_v7007000_t0000_u01786939838803") 2026/08/17 04:13:54 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327e1c6_d20260817_m041033_c001_v0001184_t0017_u01786939833238") 2026/08/17 04:13:54 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42404439bc8ce74f_d20260817_m041038_c001_v7007000_t0000_u01786939838985") 2026/08/17 04:13:54 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f117b26a7c0045b74_d20260817_m041033_c001_v0001161_t0038_u01786939833261") 2026/08/17 04:13:55 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42404439bc8ce750_d20260817_m041039_c001_v7007000_t0000_u01786939839166") 2026/08/17 04:13:55 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f114b85de912c7988_d20260817_m041033_c001_v0001177_t0018_u01786939833313") 2026/08/17 04:13:55 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42404439bc8ce751_d20260817_m041039_c001_v7007000_t0000_u01786939839348") 2026/08/17 04:13:55 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f101e7b3830fa4615_d20260817_m041033_c001_v0001130_t0044_u01786939833460") 2026/08/17 04:13:55 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42404439bc8ce752_d20260817_m041039_c001_v7007000_t0000_u01786939839529") 2026/08/17 04:13:55 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327e1ce_d20260817_m041033_c001_v0001184_t0050_u01786939833470") 2026/08/17 04:13:55 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42404439bc8ce753_d20260817_m041039_c001_v7007000_t0000_u01786939839711") 2026/08/17 04:13:55 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f114b85de912c798a_d20260817_m041033_c001_v0001177_t0007_u01786939833526") 2026/08/17 04:13:55 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42404439bc8ce758_d20260817_m041039_c001_v7007000_t0000_u01786939839892") 2026/08/17 04:13:55 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327e1d2_d20260817_m041033_c001_v0001184_t0003_u01786939833670") 2026/08/17 04:13:55 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42404439bc8ce75c_d20260817_m041040_c001_v7007000_t0000_u01786939840076") 2026/08/17 04:13:55 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f117b26a7c0045b7a_d20260817_m041033_c001_v0001161_t0031_u01786939833749") 2026/08/17 04:13:55 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42404439bc8ce75d_d20260817_m041040_c001_v7007000_t0000_u01786939840260") 2026/08/17 04:13:55 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c798c_d20260817_m041033_c001_v0001177_t0004_u01786939833760") 2026/08/17 04:13:55 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca621735_d20260817_m041051_c001_v7007000_t0000_u01786939851432") 2026/08/17 04:13:55 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327e22e_d20260817_m041047_c001_v0001184_t0021_u01786939847316") 2026/08/17 04:13:55 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca621736_d20260817_m041051_c001_v7007000_t0000_u01786939851616") 2026/08/17 04:13:55 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f117b26a7c0045bba_d20260817_m041047_c001_v0001161_t0007_u01786939847352") 2026/08/17 04:13:55 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41375cdac3032486_d20260817_m041051_c001_v7007000_t0000_u01786939851444") 2026/08/17 04:13:55 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f101e7b3830fa464d_d20260817_m041047_c001_v0001130_t0032_u01786939847364") 2026/08/17 04:13:55 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41375cdac3032488_d20260817_m041051_c001_v7007000_t0000_u01786939851628") 2026/08/17 04:13:55 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f114b85de912c79be_d20260817_m041047_c001_v0001177_t0038_u01786939847386") 2026/08/17 04:13:56 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41885408256eade2_d20260817_m041051_c001_v7007000_t0000_u01786939851650") 2026/08/17 04:13:56 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327e230_d20260817_m041047_c001_v0001184_t0058_u01786939847530") 2026/08/17 04:13:56 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41885408256eade1_d20260817_m041051_c001_v7007000_t0000_u01786939851460") 2026/08/17 04:13:56 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f114b85de912c79c2_d20260817_m041047_c001_v0001177_t0052_u01786939847625") 2026/08/17 04:13:56 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f96aa_d20260817_m041051_c001_v7007000_t0000_u01786939851654") 2026/08/17 04:13:56 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327e234_d20260817_m041047_c001_v0001184_t0011_u01786939847735") 2026/08/17 04:13:56 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f96a6_d20260817_m041051_c001_v7007000_t0000_u01786939851464") 2026/08/17 04:13:56 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f117b26a7c0045bbe_d20260817_m041047_c001_v0001161_t0032_u01786939847838") 2026/08/17 04:13:56 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42640cede54293df_d20260817_m041051_c001_v7007000_t0000_u01786939851755") 2026/08/17 04:13:56 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f114b85de912c79c4_d20260817_m041047_c001_v0001177_t0042_u01786939847866") 2026/08/17 04:13:56 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21bd6_d20260817_m041051_c001_v7007000_t0000_u01786939851776") 2026/08/17 04:13:56 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f101e7b3830fa4651_d20260817_m041047_c001_v0001130_t0053_u01786939847913") 2026/08/17 04:13:56 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42640cede54293de_d20260817_m041051_c001_v7007000_t0000_u01786939851573") 2026/08/17 04:13:56 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327e236_d20260817_m041047_c001_v0001184_t0056_u01786939847936") 2026/08/17 04:13:56 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4190b163f4154ccb_d20260817_m041051_c001_v7007000_t0000_u01786939851584") 2026/08/17 04:13:56 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f114b85de912c79c6_d20260817_m041048_c001_v0001177_t0011_u01786939848083") 2026/08/17 04:13:56 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21bd8_d20260817_m041051_c001_v7007000_t0000_u01786939851787") 2026/08/17 04:13:56 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327e23a_d20260817_m041048_c001_v0001184_t0025_u01786939848147") 2026/08/17 04:13:56 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4190b163f4154ccc_d20260817_m041051_c001_v7007000_t0000_u01786939851765") 2026/08/17 04:13:56 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f101e7b3830fa4653_d20260817_m041048_c001_v0001130_t0013_u01786939848340") 2026/08/17 04:13:57 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42640cede54293dd_d20260817_m041051_c001_v7007000_t0000_u01786939851392") 2026/08/17 04:13:57 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327e23c_d20260817_m041048_c001_v0001184_t0041_u01786939848357") 2026/08/17 04:13:57 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4190b163f4154cca_d20260817_m041051_c001_v7007000_t0000_u01786939851402") 2026/08/17 04:13:57 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c79c8_d20260817_m041048_c001_v0001177_t0004_u01786939848380") 2026/08/17 04:13:57 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f403f7d67a83140c0_d20260817_m040910_c001_v7007000_t0000_u01786939750947") 2026/08/17 04:13:57 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b97f8d0efaeb3_d20260817_m040909_c001_v0001153_t0007_u01786939749268") 2026/08/17 04:13:57 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41698ece57860226_d20260817_m040909_c001_v7007000_t0000_u01786939749084") 2026/08/17 04:13:57 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b97f8d0efaea7_d20260817_m040906_c001_v0001153_t0007_u01786939746452") 2026/08/17 04:13:57 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41698ece57860221_d20260817_m040905_c001_v7007000_t0000_u01786939745723") 2026/08/17 04:13:57 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327def0_d20260817_m040902_c001_v0001184_t0012_u01786939742028") 2026/08/17 04:13:57 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4067bfbb1ee9cc62_d20260817_m040900_c001_v7007000_t0000_u01786939740528") 2026/08/17 04:13:57 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4041363cfeb8b92a_d20260817_m040858_c001_v0001184_t0000_u01786939738847") 2026/08/17 04:13:57 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42510b775eb7a342_d20260817_m040858_c001_v7007000_t0000_u01786939738663") 2026/08/17 04:13:57 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4041363cfeb8b912_d20260817_m040856_c001_v0001184_t0000_u01786939736414") 2026/08/17 04:13:57 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42510b775eb7a33d_d20260817_m040855_c001_v7007000_t0000_u01786939735691") 2026/08/17 04:13:57 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dea6_d20260817_m040852_c001_v0001184_t0012_u01786939732185") 2026/08/17 04:13:57 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4067bfbb1ee9cc5b_d20260817_m040851_c001_v7007000_t0000_u01786939731273") 2026/08/17 04:13:57 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4075a61d3aacd203_d20260817_m040850_c001_v0001184_t0011_u01786939730139") 2026/08/17 04:13:57 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4193c9599a44145d_d20260817_m040849_c001_v7007000_t0000_u01786939729955") 2026/08/17 04:13:57 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4075a61d3aacd1f7_d20260817_m040848_c001_v0001184_t0011_u01786939728039") 2026/08/17 04:13:58 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4193c9599a44143b_d20260817_m040847_c001_v7007000_t0000_u01786939727207") 2026/08/17 04:13:58 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327de5e_d20260817_m040844_c001_v0001184_t0012_u01786939724253") 2026/08/17 04:13:58 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4067bfbb1ee9cc22_d20260817_m040843_c001_v7007000_t0000_u01786939723699") 2026/08/17 04:13:58 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41660a6b906e13ba_d20260817_m040842_c001_v0001137_t0044_u01786939722219") 2026/08/17 04:13:58 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056e954a_d20260817_m040842_c001_v7007000_t0000_u01786939722036") 2026/08/17 04:13:58 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41660a6b906e13ae_d20260817_m040839_c001_v0001137_t0044_u01786939719321") 2026/08/17 04:13:58 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056e9546_d20260817_m040838_c001_v7007000_t0000_u01786939718593") 2026/08/17 04:13:58 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327ddb1_d20260817_m040811_c001_v0001184_t0012_u01786939691956") 2026/08/17 04:13:58 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056e94d6_d20260817_m040811_c001_v7007000_t0000_u01786939691410") 2026/08/17 04:13:58 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409e89e192b8357a_d20260817_m040809_c001_v0001179_t0051_u01786939689918") 2026/08/17 04:13:58 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4085766727e8b59d_d20260817_m040809_c001_v7007000_t0000_u01786939689735") 2026/08/17 04:13:58 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409e89e192b83564_d20260817_m040807_c001_v0001179_t0051_u01786939687131") 2026/08/17 04:13:58 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4085766727e8b59b_d20260817_m040806_c001_v7007000_t0000_u01786939686402") 2026/08/17 04:13:58 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dd71_d20260817_m040801_c001_v0001184_t0012_u01786939681227") 2026/08/17 04:13:58 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b903b_d20260817_m040800_c001_v7007000_t0000_u01786939680564") 2026/08/17 04:13:58 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4147c29eec88bba0_d20260817_m040759_c001_v0001042_t0051_u01786939679061") 2026/08/17 04:13:58 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca621516_d20260817_m040758_c001_v7007000_t0000_u01786939678878") 2026/08/17 04:13:58 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4147c29eec88bb9e_d20260817_m040756_c001_v0001042_t0051_u01786939676258") 2026/08/17 04:13:58 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca621514_d20260817_m040755_c001_v7007000_t0000_u01786939675532") 2026/08/17 04:13:58 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dd23_d20260817_m040750_c001_v0001184_t0012_u01786939670349") 2026/08/17 04:13:58 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4004132ab4ee5121_d20260817_m040747_c001_v7007000_t0000_u01786939667242") 2026/08/17 04:13:58 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ef5566ae09c36_d20260817_m040742_c001_v0001100_t0003_u01786939662432") 2026/08/17 04:13:59 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4190b163f415487e_d20260817_m040742_c001_v7007000_t0000_u01786939662234") 2026/08/17 04:13:59 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f406bba15c6d85539_d20260817_m040738_c001_v0001102_t0005_u01786939658227") 2026/08/17 04:13:59 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f410031b60ae1e087_d20260817_m040737_c001_v0001097_t0024_u01786939657495") 2026/08/17 04:13:59 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f410031b60ae1e083_d20260817_m040736_c001_v0001097_t0024_u01786939656569") 2026/08/17 04:13:59 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41009e268eb39661_d20260817_m040723_c001_v7007000_t0000_u01786939643467") 2026/08/17 04:13:59 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dc73_d20260817_m040717_c001_v0001184_t0012_u01786939637386") 2026/08/17 04:13:59 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f403a19aa85867060_d20260817_m040716_c001_v0001116_t0022_u01786939636656") 2026/08/17 04:13:59 DEBUG : dst/one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f403a19aa8586705a_d20260817_m040715_c001_v0001116_t0022_u01786939635730") 2026/08/17 04:13:59 DEBUG : dst/one-2019-01-01: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f403f7d67a83140c1_d20260817_m040911_c001_v7007000_t0000_u01786939751130") 2026/08/17 04:13:59 DEBUG : dst/one-2019-01-01: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f413e0201acebd025_d20260817_m040908_c001_v0001167_t0018_u01786939748899") 2026/08/17 04:13:59 DEBUG : dst/one-2019-01-01: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401c2ca8adf7f1c2_d20260817_m040905_c001_v0001165_t0016_u01786939745532") 2026/08/17 04:13:59 DEBUG : dst/one.bak: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4067bfbb1ee9cc63_d20260817_m040900_c001_v7007000_t0000_u01786939740709") 2026/08/17 04:13:59 DEBUG : dst/one.bak: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4117e5e1466bac68_d20260817_m040858_c001_v0001090_t0034_u01786939738477") 2026/08/17 04:13:59 DEBUG : dst/one.bak: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f400b6eeb2d5f5937_d20260817_m040855_c001_v0001177_t0043_u01786939735505") 2026/08/17 04:13:59 DEBUG : dst/one.bak: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4067bfbb1ee9cc5c_d20260817_m040851_c001_v7007000_t0000_u01786939731455") 2026/08/17 04:13:59 DEBUG : dst/one.bak: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4108f406d1ed5ec0_d20260817_m040849_c001_v0001180_t0026_u01786939729763") 2026/08/17 04:13:59 DEBUG : dst/one.bak: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4197d784f46000c8_d20260817_m040847_c001_v0001091_t0034_u01786939727021") 2026/08/17 04:13:59 DEBUG : dst/three: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4004132ab4ee5122_d20260817_m040747_c001_v7007000_t0000_u01786939667424") 2026/08/17 04:13:59 DEBUG : dst/three: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f410031b60ae1e0a5_d20260817_m040745_c001_v0001097_t0024_u01786939665829") 2026/08/17 04:13:59 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f403f7d67a83140c3_d20260817_m040911_c001_v7007000_t0000_u01786939751313") 2026/08/17 04:14:00 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4144550470cd1b07_d20260817_m040910_c001_v0001043_t0038_u01786939750004") 2026/08/17 04:14:00 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4144e842a14e7307_d20260817_m040907_c001_v0001101_t0014_u01786939747192") 2026/08/17 04:14:00 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f403f7d67a83140c4_d20260817_m040911_c001_v7007000_t0000_u01786939751495") 2026/08/17 04:14:00 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b97f8d0efaeb7_d20260817_m040910_c001_v0001153_t0007_u01786939750372") 2026/08/17 04:14:00 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41698ece57860227_d20260817_m040910_c001_v7007000_t0000_u01786939750188") 2026/08/17 04:14:00 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b97f8d0efaeb1_d20260817_m040907_c001_v0001153_t0007_u01786939747559") 2026/08/17 04:14:00 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41698ece57860224_d20260817_m040907_c001_v7007000_t0000_u01786939747375") 2026/08/17 04:14:00 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327def4_d20260817_m040902_c001_v0001184_t0012_u01786939742403") 2026/08/17 04:14:00 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4067bfbb1ee9cc64_d20260817_m040900_c001_v7007000_t0000_u01786939740891") 2026/08/17 04:14:00 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4041363cfeb8b93a_d20260817_m040859_c001_v0001184_t0000_u01786939739962") 2026/08/17 04:14:00 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42510b775eb7a343_d20260817_m040859_c001_v7007000_t0000_u01786939739778") 2026/08/17 04:14:00 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4041363cfeb8b91c_d20260817_m040857_c001_v0001184_t0000_u01786939737533") 2026/08/17 04:14:00 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42510b775eb7a340_d20260817_m040857_c001_v7007000_t0000_u01786939737350") 2026/08/17 04:14:00 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327deae_d20260817_m040852_c001_v0001184_t0012_u01786939732553") 2026/08/17 04:14:00 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4193c9599a44149c_d20260817_m040850_c001_v7007000_t0000_u01786939730721") 2026/08/17 04:14:00 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327de8e_d20260817_m040848_c001_v0001184_t0012_u01786939728979") 2026/08/17 04:14:00 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4193c9599a441451_d20260817_m040848_c001_v7007000_t0000_u01786939728608") 2026/08/17 04:14:00 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327de62_d20260817_m040844_c001_v0001184_t0012_u01786939724619") 2026/08/17 04:14:00 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056e954d_d20260817_m040842_c001_v7007000_t0000_u01786939722784") 2026/08/17 04:14:00 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327de4d_d20260817_m040841_c001_v0001184_t0012_u01786939721061") 2026/08/17 04:14:00 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056e9547_d20260817_m040839_c001_v7007000_t0000_u01786939719972") 2026/08/17 04:14:01 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327ddb7_d20260817_m040812_c001_v0001184_t0012_u01786939692326") 2026/08/17 04:14:01 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4085766727e8b59f_d20260817_m040810_c001_v7007000_t0000_u01786939690499") 2026/08/17 04:14:01 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dd9d_d20260817_m040808_c001_v0001184_t0012_u01786939688786") 2026/08/17 04:14:01 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4085766727e8b59c_d20260817_m040807_c001_v7007000_t0000_u01786939687698") 2026/08/17 04:14:01 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dd77_d20260817_m040801_c001_v0001184_t0012_u01786939681594") 2026/08/17 04:14:01 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca621517_d20260817_m040759_c001_v7007000_t0000_u01786939679642") 2026/08/17 04:14:01 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dd5b_d20260817_m040757_c001_v0001184_t0012_u01786939677930") 2026/08/17 04:14:01 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca621515_d20260817_m040756_c001_v7007000_t0000_u01786939676828") 2026/08/17 04:14:01 DEBUG : dst/three.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dd29_d20260817_m040750_c001_v0001184_t0012_u01786939670718") 2026/08/17 04:14:01 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4067bfbb1ee9cc65_d20260817_m040901_c001_v7007000_t0000_u01786939741072") 2026/08/17 04:14:01 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4126160465c429eb_d20260817_m040859_c001_v0001183_t0007_u01786939739592") 2026/08/17 04:14:01 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4162ac067a80608a_d20260817_m040857_c001_v0001032_t0041_u01786939737165") 2026/08/17 04:14:01 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4067bfbb1ee9cc5d_d20260817_m040851_c001_v7007000_t0000_u01786939731634") 2026/08/17 04:14:01 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4169871b50b84037_d20260817_m040850_c001_v0001037_t0011_u01786939730526") 2026/08/17 04:14:01 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f402fc2bed85c6b10_d20260817_m040848_c001_v0001109_t0001_u01786939728422") 2026/08/17 04:14:01 DEBUG : dst/two: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f403f7d67a83140c5_d20260817_m040911_c001_v7007000_t0000_u01786939751678") 2026/08/17 04:14:01 DEBUG : dst/two: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327def2_d20260817_m040902_c001_v0001184_t0012_u01786939742217") 2026/08/17 04:14:01 DEBUG : dst/two: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4067bfbb1ee9cc67_d20260817_m040901_c001_v7007000_t0000_u01786939741289") 2026/08/17 04:14:01 DEBUG : dst/two: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dea8_d20260817_m040852_c001_v0001184_t0012_u01786939732369") 2026/08/17 04:14:01 DEBUG : dst/two: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4067bfbb1ee9cc5e_d20260817_m040851_c001_v7007000_t0000_u01786939731816") 2026/08/17 04:14:01 DEBUG : dst/two: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327de60_d20260817_m040844_c001_v0001184_t0012_u01786939724436") 2026/08/17 04:14:01 DEBUG : dst/two: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4067bfbb1ee9cc25_d20260817_m040843_c001_v7007000_t0000_u01786939723880") 2026/08/17 04:14:02 DEBUG : dst/two: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327ddb3_d20260817_m040812_c001_v0001184_t0012_u01786939692140") 2026/08/17 04:14:02 DEBUG : dst/two: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056e94d7_d20260817_m040811_c001_v7007000_t0000_u01786939691590") 2026/08/17 04:14:02 DEBUG : dst/two: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dd75_d20260817_m040801_c001_v0001184_t0012_u01786939681410") 2026/08/17 04:14:02 DEBUG : dst/two: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b903d_d20260817_m040800_c001_v7007000_t0000_u01786939680749") 2026/08/17 04:14:02 DEBUG : dst/two: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dd27_d20260817_m040750_c001_v0001184_t0012_u01786939670534") 2026/08/17 04:14:02 DEBUG : dst/two: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4004132ab4ee5123_d20260817_m040747_c001_v7007000_t0000_u01786939667605") 2026/08/17 04:14:02 DEBUG : dst/two: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4105a7136b0799ab_d20260817_m040743_c001_v0001150_t0049_u01786939663601") 2026/08/17 04:14:02 DEBUG : dst/two: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41009e268eb39662_d20260817_m040723_c001_v7007000_t0000_u01786939643649") 2026/08/17 04:14:02 DEBUG : dst/two: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f403a19aa85867072_d20260817_m040722_c001_v0001116_t0022_u01786939642551") 2026/08/17 04:14:02 DEBUG : empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4227bf6ed86213c1_d20260817_m040627_c001_v7007000_t0000_u01786939587999") 2026/08/17 04:14:02 DEBUG : empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327db55_d20260817_m040625_c001_v0001184_t0012_u01786939585120") 2026/08/17 04:14:02 DEBUG : empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4227bf6ed8620f93_d20260817_m040623_c001_v7007000_t0000_u01786939583092") 2026/08/17 04:14:02 DEBUG : empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f406bba15c6d853f2_d20260817_m040613_c001_v0001102_t0005_u01786939573926") 2026/08/17 04:14:02 DEBUG : empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4085766727e8b3bd_d20260817_m040604_c001_v7007000_t0000_u01786939564215") 2026/08/17 04:14:02 DEBUG : empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dad7_d20260817_m040601_c001_v0001184_t0012_u01786939561066") 2026/08/17 04:14:02 DEBUG : empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8d73_d20260817_m040543_c001_v7007000_t0000_u01786939543386") 2026/08/17 04:14:02 DEBUG : empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327da4a_d20260817_m040541_c001_v0001184_t0012_u01786939541707") 2026/08/17 04:14:02 DEBUG : empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8d3d_d20260817_m040540_c001_v7007000_t0000_u01786939540950") 2026/08/17 04:14:02 DEBUG : empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327da40_d20260817_m040539_c001_v0001184_t0012_u01786939539841") 2026/08/17 04:14:02 DEBUG : empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8d0c_d20260817_m040537_c001_v7007000_t0000_u01786939537433") 2026/08/17 04:14:02 DEBUG : empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327da20_d20260817_m040535_c001_v0001184_t0012_u01786939535934") 2026/08/17 04:14:03 DEBUG : empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8cef_d20260817_m040535_c001_v7007000_t0000_u01786939535199") 2026/08/17 04:14:03 DEBUG : empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327da10_d20260817_m040533_c001_v0001184_t0012_u01786939533961") 2026/08/17 04:14:03 DEBUG : empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4227bf6ed8620d71_d20260817_m040528_c001_v7007000_t0000_u01786939528938") 2026/08/17 04:14:03 DEBUG : empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d9e2_d20260817_m040527_c001_v0001184_t0012_u01786939527633") 2026/08/17 04:14:03 DEBUG : empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4227bf6ed8620d6d_d20260817_m040526_c001_v7007000_t0000_u01786939526844") 2026/08/17 04:14:03 DEBUG : empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d9d8_d20260817_m040526_c001_v0001184_t0012_u01786939526118") 2026/08/17 04:14:03 DEBUG : empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4227bf6ed8620d65_d20260817_m040522_c001_v7007000_t0000_u01786939522408") 2026/08/17 04:14:03 DEBUG : empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d9ae_d20260817_m040521_c001_v0001184_t0012_u01786939521253") 2026/08/17 04:14:03 DEBUG : empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5ae92_d20260817_m040519_c001_v7007000_t0000_u01786939519439") 2026/08/17 04:14:03 DEBUG : empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d98e_d20260817_m040518_c001_v0001184_t0012_u01786939518530") 2026/08/17 04:14:03 DEBUG : empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5ae91_d20260817_m040518_c001_v7007000_t0000_u01786939518165") 2026/08/17 04:14:03 DEBUG : empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f400463a01943fc83_d20260817_m040517_c001_v0001038_t0036_u01786939517621") 2026/08/17 04:14:03 DEBUG : empty space: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d978_d20260817_m040516_c001_v0001184_t0012_u01786939516146") 2026/08/17 04:14:03 DEBUG : enormous: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8d63_d20260817_m040542_c001_v7007000_t0000_u01786939542465") 2026/08/17 04:14:03 DEBUG : enormous: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327da4e_d20260817_m040541_c001_v0001184_t0019_u01786939541891") 2026/08/17 04:14:03 DEBUG : existing: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f403f7d67a83140ca_d20260817_m040915_c001_v7007000_t0000_u01786939755427") 2026/08/17 04:14:03 DEBUG : existing: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327df3c_d20260817_m040914_c001_v0001184_t0012_u01786939754289") 2026/08/17 04:14:03 DEBUG : existing: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4085766727e8b3b9_d20260817_m040559_c001_v7007000_t0000_u01786939559524") 2026/08/17 04:14:03 DEBUG : existing: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dacf_d20260817_m040558_c001_v0001184_t0012_u01786939558600") 2026/08/17 04:14:03 DEBUG : existing: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5ae63_d20260817_m040513_c001_v7007000_t0000_u01786939513599") 2026/08/17 04:14:03 DEBUG : existing: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d960_d20260817_m040512_c001_v0001184_t0012_u01786939512697") 2026/08/17 04:14:03 DEBUG : existing: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5ae4f_d20260817_m040512_c001_v7007000_t0000_u01786939512085") 2026/08/17 04:14:04 DEBUG : existing: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d952_d20260817_m040511_c001_v0001184_t0012_u01786939511537") 2026/08/17 04:14:04 DEBUG : existing: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d94e_d20260817_m040510_c001_v0001184_t0012_u01786939510811") 2026/08/17 04:14:04 DEBUG : existing-b: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4085766727e8b3ba_d20260817_m040559_c001_v7007000_t0000_u01786939559709") 2026/08/17 04:14:04 DEBUG : existing-b: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f406bba15c6d853b0_d20260817_m040558_c001_v0001102_t0005_u01786939558590") 2026/08/17 04:14:04 DEBUG : file1: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f93f8_d20260817_m040954_c001_v7007000_t0000_u01786939794957") 2026/08/17 04:14:04 DEBUG : file1: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045aca_d20260817_m040953_c001_v0001161_t0056_u01786939793768") 2026/08/17 04:14:04 DEBUG : file1: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f93f5_d20260817_m040952_c001_v7007000_t0000_u01786939792461") 2026/08/17 04:14:04 DEBUG : file1: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e0c0_d20260817_m040951_c001_v0001184_t0012_u01786939791115") 2026/08/17 04:14:04 DEBUG : five: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8d9e_d20260817_m040546_c001_v7007000_t0000_u01786939546754") 2026/08/17 04:14:04 DEBUG : five: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327da66_d20260817_m040544_c001_v0001184_t0012_u01786939544869") 2026/08/17 04:14:04 DEBUG : foo: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4227bf6ed8620d61_d20260817_m040520_c001_v7007000_t0000_u01786939520892") 2026/08/17 04:14:04 DEBUG : foo: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d9a6_d20260817_m040520_c001_v0001184_t0012_u01786939520351") 2026/08/17 04:14:04 DEBUG : foo: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d99c_d20260817_m040519_c001_v0001184_t0012_u01786939519802") 2026/08/17 04:14:04 DEBUG : four: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8da1_d20260817_m040546_c001_v7007000_t0000_u01786939546937") 2026/08/17 04:14:04 DEBUG : four: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f406bba15c6d85366_d20260817_m040545_c001_v0001102_t0005_u01786939545428") 2026/08/17 04:14:04 DEBUG : four: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327da60_d20260817_m040544_c001_v0001184_t0012_u01786939544318") 2026/08/17 04:14:04 DEBUG : hello world2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f416cecb1c4cd8ca6_d20260817_m040433_c001_v7007000_t0000_u01786939473281") 2026/08/17 04:14:04 DEBUG : hello world2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d866_d20260817_m040432_c001_v0001184_t0012_u01786939472737") 2026/08/17 04:14:04 DEBUG : ignore-size: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5a3b2_d20260817_m040510_c001_v7007000_t0000_u01786939510449") 2026/08/17 04:14:04 DEBUG : ignore-size: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d944_d20260817_m040509_c001_v0001184_t0012_u01786939509537") 2026/08/17 04:14:05 DEBUG : nested/sub dir/file: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4085766727e8b3aa_d20260817_m040557_c001_v7007000_t0000_u01786939557857") 2026/08/17 04:14:05 DEBUG : nested/sub dir/file: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dacb_d20260817_m040557_c001_v0001184_t0012_u01786939557309") 2026/08/17 04:14:05 DEBUG : nested/sub dir/file: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8e09_d20260817_m040556_c001_v7007000_t0000_u01786939556541") 2026/08/17 04:14:05 DEBUG : nested/sub dir/file: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f406bba15c6d853a2_d20260817_m040555_c001_v0001102_t0005_u01786939555845") 2026/08/17 04:14:05 DEBUG : one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8da5_d20260817_m040547_c001_v7007000_t0000_u01786939547120") 2026/08/17 04:14:05 DEBUG : one: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327da5a_d20260817_m040543_c001_v0001184_t0012_u01786939543761") 2026/08/17 04:14:05 DEBUG : only0: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f9369_d20260817_m040946_c001_v7007000_t0000_u01786939786700") 2026/08/17 04:14:05 DEBUG : only0: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e082_d20260817_m040941_c001_v0001184_t0012_u01786939781562") 2026/08/17 04:14:05 DEBUG : only0: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e006_d20260817_m040933_c001_v0001184_t0012_u01786939773096") 2026/08/17 04:14:05 DEBUG : only0: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4193c9599a44154b_d20260817_m040927_c001_v7007000_t0000_u01786939767509") 2026/08/17 04:14:05 DEBUG : only0: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327df5e_d20260817_m040918_c001_v0001184_t0012_u01786939758844") 2026/08/17 04:14:05 DEBUG : only1: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f936e_d20260817_m040946_c001_v7007000_t0000_u01786939786884") 2026/08/17 04:14:05 DEBUG : only1: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c78b2_d20260817_m040942_c001_v0001177_t0004_u01786939782282") 2026/08/17 04:14:05 DEBUG : only1: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e00c_d20260817_m040933_c001_v0001184_t0012_u01786939773463") 2026/08/17 04:14:05 DEBUG : only1: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42510b775eb7a3a5_d20260817_m040927_c001_v7007000_t0000_u01786939767414") 2026/08/17 04:14:05 DEBUG : only1: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327df66_d20260817_m040919_c001_v0001184_t0012_u01786939759211") 2026/08/17 04:14:05 DEBUG : only10: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f9398_d20260817_m040947_c001_v7007000_t0000_u01786939787067") 2026/08/17 04:14:05 DEBUG : only10: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e07a_d20260817_m040940_c001_v0001184_t0012_u01786939780797") 2026/08/17 04:14:05 DEBUG : only10: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e03e_d20260817_m040936_c001_v0001184_t0012_u01786939776774") 2026/08/17 04:14:05 DEBUG : only10: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42510b775eb7a39e_d20260817_m040927_c001_v7007000_t0000_u01786939767016") 2026/08/17 04:14:05 DEBUG : only10: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dfa6_d20260817_m040922_c001_v0001184_t0012_u01786939762536") 2026/08/17 04:14:06 DEBUG : only11: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f939d_d20260817_m040947_c001_v7007000_t0000_u01786939787250") 2026/08/17 04:14:06 DEBUG : only11: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c78ac_d20260817_m040941_c001_v0001177_t0004_u01786939781728") 2026/08/17 04:14:06 DEBUG : only11: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e04a_d20260817_m040937_c001_v0001184_t0012_u01786939777141") 2026/08/17 04:14:06 DEBUG : only11: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42510b775eb7a3ae_d20260817_m040927_c001_v7007000_t0000_u01786939767958") 2026/08/17 04:14:06 DEBUG : only11: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dfae_d20260817_m040922_c001_v0001184_t0012_u01786939762905") 2026/08/17 04:14:06 DEBUG : only12: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f93a3_d20260817_m040947_c001_v7007000_t0000_u01786939787433") 2026/08/17 04:14:06 DEBUG : only12: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c78a6_d20260817_m040941_c001_v0001177_t0004_u01786939781355") 2026/08/17 04:14:06 DEBUG : only12: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e04e_d20260817_m040937_c001_v0001184_t0012_u01786939777508") 2026/08/17 04:14:06 DEBUG : only12: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42640cede54291be_d20260817_m040928_c001_v7007000_t0000_u01786939768025") 2026/08/17 04:14:06 DEBUG : only12: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dfb2_d20260817_m040923_c001_v0001184_t0012_u01786939763274") 2026/08/17 04:14:06 DEBUG : only13: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f93a8_d20260817_m040947_c001_v7007000_t0000_u01786939787617") 2026/08/17 04:14:06 DEBUG : only13: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045aa0_d20260817_m040941_c001_v0001161_t0056_u01786939781543") 2026/08/17 04:14:06 DEBUG : only13: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e056_d20260817_m040937_c001_v0001184_t0012_u01786939777874") 2026/08/17 04:14:06 DEBUG : only13: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42510b775eb7a3a8_d20260817_m040927_c001_v7007000_t0000_u01786939767596") 2026/08/17 04:14:06 DEBUG : only13: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dfbc_d20260817_m040923_c001_v0001184_t0012_u01786939763644") 2026/08/17 04:14:06 DEBUG : only14: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f93ae_d20260817_m040947_c001_v7007000_t0000_u01786939787800") 2026/08/17 04:14:06 DEBUG : only14: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa456f_d20260817_m040941_c001_v0001130_t0035_u01786939781728") 2026/08/17 04:14:06 DEBUG : only14: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e05c_d20260817_m040938_c001_v0001184_t0012_u01786939778241") 2026/08/17 04:14:06 DEBUG : only14: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42510b775eb7a3a2_d20260817_m040927_c001_v7007000_t0000_u01786939767233") 2026/08/17 04:14:06 DEBUG : only14: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dfc4_d20260817_m040924_c001_v0001184_t0012_u01786939764014") 2026/08/17 04:14:06 DEBUG : only15: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f93b3_d20260817_m040947_c001_v7007000_t0000_u01786939787984") 2026/08/17 04:14:06 DEBUG : only15: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e080_d20260817_m040941_c001_v0001184_t0012_u01786939781377") 2026/08/17 04:14:06 DEBUG : only15: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e060_d20260817_m040938_c001_v0001184_t0012_u01786939778606") 2026/08/17 04:14:07 DEBUG : only15: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42510b775eb7a3ab_d20260817_m040927_c001_v7007000_t0000_u01786939767776") 2026/08/17 04:14:07 DEBUG : only15: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dfca_d20260817_m040924_c001_v0001184_t0012_u01786939764381") 2026/08/17 04:14:07 DEBUG : only16: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f93b8_d20260817_m040948_c001_v7007000_t0000_u01786939788167") 2026/08/17 04:14:07 DEBUG : only16: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045aa2_d20260817_m040941_c001_v0001161_t0056_u01786939781739") 2026/08/17 04:14:07 DEBUG : only16: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e064_d20260817_m040938_c001_v0001184_t0012_u01786939778973") 2026/08/17 04:14:07 DEBUG : only16: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42640cede54291bb_d20260817_m040927_c001_v7007000_t0000_u01786939767663") 2026/08/17 04:14:07 DEBUG : only16: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dfd2_d20260817_m040924_c001_v0001184_t0012_u01786939764751") 2026/08/17 04:14:08 DEBUG : only17: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f93be_d20260817_m040948_c001_v7007000_t0000_u01786939788349") 2026/08/17 04:14:08 DEBUG : only17: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c78a8_d20260817_m040941_c001_v0001177_t0004_u01786939781545") 2026/08/17 04:14:08 DEBUG : only17: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e06a_d20260817_m040939_c001_v0001184_t0012_u01786939779338") 2026/08/17 04:14:08 DEBUG : only17: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5b3d5_d20260817_m040928_c001_v7007000_t0000_u01786939768051") 2026/08/17 04:14:08 DEBUG : only17: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dfda_d20260817_m040925_c001_v0001184_t0012_u01786939765123") 2026/08/17 04:14:08 DEBUG : only18: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f93c3_d20260817_m040948_c001_v7007000_t0000_u01786939788531") 2026/08/17 04:14:08 DEBUG : only18: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa4573_d20260817_m040942_c001_v0001130_t0035_u01786939782254") 2026/08/17 04:14:08 DEBUG : only18: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e06e_d20260817_m040939_c001_v0001184_t0012_u01786939779705") 2026/08/17 04:14:08 DEBUG : only18: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5b3d2_d20260817_m040927_c001_v7007000_t0000_u01786939767683") 2026/08/17 04:14:08 DEBUG : only18: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dfe4_d20260817_m040925_c001_v0001184_t0012_u01786939765493") 2026/08/17 04:14:08 DEBUG : only19: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f93c8_d20260817_m040948_c001_v7007000_t0000_u01786939788713") 2026/08/17 04:14:08 DEBUG : only19: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e086_d20260817_m040941_c001_v0001184_t0012_u01786939781749") 2026/08/17 04:14:08 DEBUG : only19: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e072_d20260817_m040940_c001_v0001184_t0012_u01786939780070") 2026/08/17 04:14:08 DEBUG : only19: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4193c9599a44154c_d20260817_m040927_c001_v7007000_t0000_u01786939767692") 2026/08/17 04:14:08 DEBUG : only19: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dfe8_d20260817_m040925_c001_v0001184_t0012_u01786939765860") 2026/08/17 04:14:08 DEBUG : only2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f93cd_d20260817_m040948_c001_v7007000_t0000_u01786939788896") 2026/08/17 04:14:08 DEBUG : only2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e088_d20260817_m040941_c001_v0001184_t0012_u01786939781953") 2026/08/17 04:14:08 DEBUG : only2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e010_d20260817_m040933_c001_v0001184_t0012_u01786939773832") 2026/08/17 04:14:08 DEBUG : only2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42640cede54291ba_d20260817_m040927_c001_v7007000_t0000_u01786939767482") 2026/08/17 04:14:08 DEBUG : only2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327df6c_d20260817_m040919_c001_v0001184_t0012_u01786939759579") 2026/08/17 04:14:08 DEBUG : only3: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f93d3_d20260817_m040949_c001_v7007000_t0000_u01786939789078") 2026/08/17 04:14:08 DEBUG : only3: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c78ae_d20260817_m040941_c001_v0001177_t0004_u01786939781913") 2026/08/17 04:14:08 DEBUG : only3: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e018_d20260817_m040934_c001_v0001184_t0012_u01786939774197") 2026/08/17 04:14:08 DEBUG : only3: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5b3d1_d20260817_m040927_c001_v7007000_t0000_u01786939767499") 2026/08/17 04:14:08 DEBUG : only3: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327df72_d20260817_m040919_c001_v0001184_t0012_u01786939759948") 2026/08/17 04:14:08 DEBUG : only4: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f93d9_d20260817_m040949_c001_v7007000_t0000_u01786939789262") 2026/08/17 04:14:09 DEBUG : only4: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa4571_d20260817_m040942_c001_v0001130_t0035_u01786939782072") 2026/08/17 04:14:09 DEBUG : only4: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e01e_d20260817_m040934_c001_v0001184_t0012_u01786939774575") 2026/08/17 04:14:09 DEBUG : only4: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42640cede54291bc_d20260817_m040927_c001_v7007000_t0000_u01786939767844") 2026/08/17 04:14:09 DEBUG : only4: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327df78_d20260817_m040920_c001_v0001184_t0012_u01786939760319") 2026/08/17 04:14:09 DEBUG : only5: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f93de_d20260817_m040949_c001_v7007000_t0000_u01786939789444") 2026/08/17 04:14:09 DEBUG : only5: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045aa4_d20260817_m040941_c001_v0001161_t0056_u01786939781942") 2026/08/17 04:14:09 DEBUG : only5: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e022_d20260817_m040934_c001_v0001184_t0012_u01786939774942") 2026/08/17 04:14:09 DEBUG : only5: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4193c9599a44154a_d20260817_m040927_c001_v7007000_t0000_u01786939767320") 2026/08/17 04:14:09 DEBUG : only5: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327df7e_d20260817_m040920_c001_v0001184_t0012_u01786939760692") 2026/08/17 04:14:09 DEBUG : only6: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f93e3_d20260817_m040949_c001_v7007000_t0000_u01786939789635") 2026/08/17 04:14:09 DEBUG : only6: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045aa8_d20260817_m040942_c001_v0001161_t0056_u01786939782312") 2026/08/17 04:14:09 DEBUG : only6: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e026_d20260817_m040935_c001_v0001184_t0012_u01786939775310") 2026/08/17 04:14:09 DEBUG : only6: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5b3d4_d20260817_m040927_c001_v7007000_t0000_u01786939767868") 2026/08/17 04:14:09 DEBUG : only6: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327df88_d20260817_m040921_c001_v0001184_t0012_u01786939761060") 2026/08/17 04:14:09 DEBUG : only7: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f93e8_d20260817_m040949_c001_v7007000_t0000_u01786939789817") 2026/08/17 04:14:09 DEBUG : only7: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c78b0_d20260817_m040942_c001_v0001177_t0004_u01786939782097") 2026/08/17 04:14:09 DEBUG : only7: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e02b_d20260817_m040935_c001_v0001184_t0012_u01786939775677") 2026/08/17 04:14:09 DEBUG : only7: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42640cede54291b9_d20260817_m040927_c001_v7007000_t0000_u01786939767300") 2026/08/17 04:14:09 DEBUG : only7: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327df8e_d20260817_m040921_c001_v0001184_t0012_u01786939761431") 2026/08/17 04:14:09 DEBUG : only8: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f93ee_d20260817_m040950_c001_v7007000_t0000_u01786939790000") 2026/08/17 04:14:10 DEBUG : only8: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045aa6_d20260817_m040942_c001_v0001161_t0056_u01786939782127") 2026/08/17 04:14:10 DEBUG : only8: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e032_d20260817_m040936_c001_v0001184_t0012_u01786939776042") 2026/08/17 04:14:10 DEBUG : only8: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5b3d0_d20260817_m040927_c001_v7007000_t0000_u01786939767316") 2026/08/17 04:14:10 DEBUG : only8: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327df94_d20260817_m040921_c001_v0001184_t0012_u01786939761801") 2026/08/17 04:14:10 DEBUG : only9: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f93f3_d20260817_m040950_c001_v7007000_t0000_u01786939790183") 2026/08/17 04:14:10 DEBUG : only9: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e08c_d20260817_m040942_c001_v0001184_t0012_u01786939782140") 2026/08/17 04:14:10 DEBUG : only9: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e038_d20260817_m040936_c001_v0001184_t0012_u01786939776407") 2026/08/17 04:14:10 DEBUG : only9: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4193c9599a44154d_d20260817_m040927_c001_v7007000_t0000_u01786939767876") 2026/08/17 04:14:10 DEBUG : only9: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327df9c_d20260817_m040922_c001_v0001184_t0012_u01786939762169") 2026/08/17 04:14:10 DEBUG : potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8dee_d20260817_m040554_c001_v7007000_t0000_u01786939554729") 2026/08/17 04:14:10 DEBUG : potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f406bba15c6d8538c_d20260817_m040553_c001_v0001102_t0005_u01786939553030") 2026/08/17 04:14:10 DEBUG : potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8dce_d20260817_m040552_c001_v7007000_t0000_u01786939552291") 2026/08/17 04:14:10 DEBUG : potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327daa2_d20260817_m040550_c001_v0001184_t0012_u01786939550790") 2026/08/17 04:14:10 DEBUG : potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8dc5_d20260817_m040549_c001_v7007000_t0000_u01786939549893") 2026/08/17 04:14:10 DEBUG : potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40459ab1c797a5b1_d20260817_m040548_c001_v0001179_t0035_u01786939548035") 2026/08/17 04:14:10 DEBUG : potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8d22_d20260817_m040539_c001_v7007000_t0000_u01786939539092") 2026/08/17 04:14:10 DEBUG : potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327da2e_d20260817_m040537_c001_v0001184_t0012_u01786939537984") 2026/08/17 04:14:10 DEBUG : potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8d01_d20260817_m040536_c001_v7007000_t0000_u01786939536492") 2026/08/17 04:14:10 DEBUG : potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327da1c_d20260817_m040535_c001_v0001184_t0012_u01786939535750") 2026/08/17 04:14:10 DEBUG : potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8ce7_d20260817_m040534_c001_v7007000_t0000_u01786939534520") 2026/08/17 04:14:10 DEBUG : potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327da0e_d20260817_m040533_c001_v0001184_t0012_u01786939533777") 2026/08/17 04:14:10 DEBUG : potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4227bf6ed8620d70_d20260817_m040528_c001_v7007000_t0000_u01786939528398") 2026/08/17 04:14:10 DEBUG : potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d9dc_d20260817_m040527_c001_v0001184_t0012_u01786939527389") 2026/08/17 04:14:10 DEBUG : potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4227bf6ed8620d6e_d20260817_m040527_c001_v7007000_t0000_u01786939527026") 2026/08/17 04:14:11 DEBUG : potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d9d4_d20260817_m040525_c001_v0001184_t0012_u01786939525934") 2026/08/17 04:14:11 DEBUG : potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4227bf6ed8620d6c_d20260817_m040525_c001_v7007000_t0000_u01786939525572") 2026/08/17 04:14:11 DEBUG : potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d9c8_d20260817_m040525_c001_v0001184_t0012_u01786939525030") 2026/08/17 04:14:11 DEBUG : potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d9c4_d20260817_m040524_c001_v0001184_t0012_u01786939524485") 2026/08/17 04:14:11 DEBUG : potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4227bf6ed8620d6a_d20260817_m040524_c001_v7007000_t0000_u01786939524122") 2026/08/17 04:14:11 DEBUG : potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d9c2_d20260817_m040523_c001_v0001184_t0012_u01786939523580") 2026/08/17 04:14:11 DEBUG : potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327d9b6_d20260817_m040522_c001_v0001184_t0032_u01786939522949") 2026/08/17 04:14:11 DEBUG : potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4227bf6ed8620d66_d20260817_m040522_c001_v7007000_t0000_u01786939522588") 2026/08/17 04:14:11 DEBUG : potato: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327d9b2_d20260817_m040521_c001_v0001184_t0052_u01786939521805") 2026/08/17 04:14:11 DEBUG : potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f408f8b861979eb77_d20260817_m040637_c001_v7007000_t0000_u01786939597069") 2026/08/17 04:14:11 DEBUG : potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327db7f_d20260817_m040636_c001_v0001184_t0003_u01786939596473") 2026/08/17 04:14:11 DEBUG : potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f408f8b861979eb6a_d20260817_m040628_c001_v7007000_t0000_u01786939588717") 2026/08/17 04:14:11 DEBUG : potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f106bba15c6d85431_d20260817_m040624_c001_v0001102_t0043_u01786939584400") 2026/08/17 04:14:11 DEBUG : potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4227bf6ed8620f53_d20260817_m040617_c001_v7007000_t0000_u01786939577550") 2026/08/17 04:14:11 DEBUG : potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327db23_d20260817_m040613_c001_v0001184_t0033_u01786939573277") 2026/08/17 04:14:11 DEBUG : potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4085766727e8b3bf_d20260817_m040604_c001_v7007000_t0000_u01786939564605") 2026/08/17 04:14:11 DEBUG : potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f106bba15c6d853c2_d20260817_m040600_c001_v0001102_t0039_u01786939560645") 2026/08/17 04:14:11 DEBUG : potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8d67_d20260817_m040542_c001_v7007000_t0000_u01786939542648") 2026/08/17 04:14:11 DEBUG : potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327da48_d20260817_m040541_c001_v0001184_t0020_u01786939541500") 2026/08/17 04:14:11 DEBUG : potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8d42_d20260817_m040541_c001_v7007000_t0000_u01786939541133") 2026/08/17 04:14:12 DEBUG : potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327da3c_d20260817_m040539_c001_v0001184_t0007_u01786939539641") 2026/08/17 04:14:12 DEBUG : potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8d25_d20260817_m040539_c001_v7007000_t0000_u01786939539276") 2026/08/17 04:14:12 DEBUG : potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327da36_d20260817_m040538_c001_v0001184_t0012_u01786939538538") 2026/08/17 04:14:12 DEBUG : potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8d0f_d20260817_m040537_c001_v7007000_t0000_u01786939537616") 2026/08/17 04:14:12 DEBUG : potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327da26_d20260817_m040536_c001_v0001184_t0013_u01786939536860") 2026/08/17 04:14:12 DEBUG : potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8cf2_d20260817_m040535_c001_v7007000_t0000_u01786939535382") 2026/08/17 04:14:12 DEBUG : potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327da14_d20260817_m040534_c001_v0001184_t0057_u01786939534531") 2026/08/17 04:14:12 DEBUG : potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4227bf6ed8620d72_d20260817_m040529_c001_v7007000_t0000_u01786939529119") 2026/08/17 04:14:12 DEBUG : potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327d9e8_d20260817_m040528_c001_v0001184_t0002_u01786939528180") 2026/08/17 04:14:12 DEBUG : potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f416cecb1c4cd8caa_d20260817_m040435_c001_v7007000_t0000_u01786939475906") 2026/08/17 04:14:12 DEBUG : potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d878_d20260817_m040435_c001_v0001184_t0012_u01786939475359") 2026/08/17 04:14:12 DEBUG : potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f416cecb1c4cd8ca8_d20260817_m040434_c001_v7007000_t0000_u01786939474368") 2026/08/17 04:14:12 DEBUG : potato2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d870_d20260817_m040433_c001_v0001184_t0012_u01786939473824") 2026/08/17 04:14:12 DEBUG : potato3: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4227bf6ed86213cb_d20260817_m040628_c001_v7007000_t0000_u01786939588658") 2026/08/17 04:14:12 DEBUG : potato3: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f106bba15c6d85433_d20260817_m040625_c001_v0001102_t0028_u01786939585304") 2026/08/17 04:14:12 DEBUG : potato3: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4227bf6ed8620f54_d20260817_m040617_c001_v7007000_t0000_u01786939577733") 2026/08/17 04:14:12 DEBUG : potato3: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327db2b_d20260817_m040614_c001_v0001184_t0033_u01786939574110") 2026/08/17 04:14:12 DEBUG : potato3: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4085766727e8b3c0_d20260817_m040604_c001_v7007000_t0000_u01786939564955") 2026/08/17 04:14:12 DEBUG : potato3: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f106bba15c6d853c8_d20260817_m040601_c001_v0001102_t0008_u01786939561342") 2026/08/17 04:14:12 DEBUG : pre-dest1/1: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4004132ab4ee50a5_d20260817_m040732_c001_v7007000_t0000_u01786939652297") 2026/08/17 04:14:13 DEBUG : pre-dest1/1: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f406bba15c6d85507_d20260817_m040724_c001_v0001102_t0005_u01786939644380") 2026/08/17 04:14:13 DEBUG : pre-dest2/2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4004132ab4ee50a8_d20260817_m040732_c001_v7007000_t0000_u01786939652478") 2026/08/17 04:14:13 DEBUG : pre-dest2/2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dc9b_d20260817_m040724_c001_v0001184_t0012_u01786939644930") 2026/08/17 04:14:13 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41009e268eb39607_d20260817_m040711_c001_v7007000_t0000_u01786939631662") 2026/08/17 04:14:13 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f106bba15c6d854cd_d20260817_m040706_c001_v0001102_t0023_u01786939626846") 2026/08/17 04:14:13 DEBUG : sizeonly: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5a39e_d20260817_m040508_c001_v7007000_t0000_u01786939508995") 2026/08/17 04:14:13 DEBUG : sizeonly: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d936_d20260817_m040508_c001_v0001184_t0012_u01786939508086") 2026/08/17 04:14:13 DEBUG : splitbanan: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4057acd0056ea243_d20260817_m041126_c001_v7007000_t0000_u01786939886820") 2026/08/17 04:14:13 DEBUG : splitbanan: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa46cf_d20260817_m041119_c001_v0001130_t0035_u01786939879794") 2026/08/17 04:14:13 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba61c_d20260817_m041250_c001_v7007000_t0000_u01786939970807") 2026/08/17 04:14:13 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa47d7_d20260817_m041244_c001_v0001130_t0035_u01786939964092") 2026/08/17 04:14:13 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f420e67f86f4bc0fc_d20260817_m041238_c001_v7007000_t0000_u01786939958266") 2026/08/17 04:14:13 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa47ad_d20260817_m041231_c001_v0001130_t0035_u01786939951858") 2026/08/17 04:14:13 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f420e67f86f4bc065_d20260817_m041226_c001_v7007000_t0000_u01786939946056") 2026/08/17 04:14:13 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa4757_d20260817_m041158_c001_v0001130_t0035_u01786939918165") 2026/08/17 04:14:13 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bdc8_d20260817_m041152_c001_v7007000_t0000_u01786939912245") 2026/08/17 04:14:13 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa4723_d20260817_m041145_c001_v0001130_t0035_u01786939905882") 2026/08/17 04:14:13 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40122dc171d0bd9f_d20260817_m041139_c001_v7007000_t0000_u01786939899965") 2026/08/17 04:14:13 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa4703_d20260817_m041133_c001_v0001130_t0035_u01786939893260") 2026/08/17 04:14:13 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2ddb5_d20260817_m041121_c001_v7007000_t0000_u01786939881453") 2026/08/17 04:14:13 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045c72_d20260817_m041118_c001_v0001161_t0056_u01786939878884") 2026/08/17 04:14:13 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dda5_d20260817_m041113_c001_v7007000_t0000_u01786939873128") 2026/08/17 04:14:14 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045c2e_d20260817_m041106_c001_v0001161_t0056_u01786939866900") 2026/08/17 04:14:14 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417ee63460d2dd84_d20260817_m041105_c001_v7007000_t0000_u01786939865926") 2026/08/17 04:14:14 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa468b_d20260817_m041102_c001_v0001130_t0035_u01786939862638") 2026/08/17 04:14:14 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f421f864f0bb21c1a_d20260817_m041056_c001_v7007000_t0000_u01786939856746") 2026/08/17 04:14:14 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e24c_d20260817_m041050_c001_v0001184_t0012_u01786939850407") 2026/08/17 04:14:14 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41698ece5786078e_d20260817_m041048_c001_v7007000_t0000_u01786939848839") 2026/08/17 04:14:14 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045bb4_d20260817_m041046_c001_v0001161_t0056_u01786939846113") 2026/08/17 04:14:14 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42404439bc8ce73f_d20260817_m041034_c001_v7007000_t0000_u01786939834493") 2026/08/17 04:14:14 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045b64_d20260817_m041031_c001_v0001161_t0056_u01786939831681") 2026/08/17 04:14:14 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4270390dca621717_d20260817_m041025_c001_v7007000_t0000_u01786939825967") 2026/08/17 04:14:14 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045b2c_d20260817_m041019_c001_v0001161_t0056_u01786939819478") 2026/08/17 04:14:14 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41289f38e347f435_d20260817_m041012_c001_v7007000_t0000_u01786939812989") 2026/08/17 04:14:14 DEBUG : splitbananasplit: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045afe_d20260817_m041006_c001_v0001161_t0056_u01786939806939") 2026/08/17 04:14:14 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f42640cede54294a2_d20260817_m041108_c001_v7007000_t0000_u01786939868067") 2026/08/17 04:14:14 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7a2a_d20260817_m041103_c001_v0001177_t0004_u01786939863759") 2026/08/17 04:14:14 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f9401_d20260817_m041002_c001_v7007000_t0000_u01786939802097") 2026/08/17 04:14:14 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa459d_d20260817_m040959_c001_v0001130_t0035_u01786939799485") 2026/08/17 04:14:14 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f93fe_d20260817_m040958_c001_v7007000_t0000_u01786939798380") 2026/08/17 04:14:14 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c78e2_d20260817_m040955_c001_v0001177_t0004_u01786939795899") 2026/08/17 04:14:14 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4085766727e8b3ad_d20260817_m040558_c001_v7007000_t0000_u01786939558040") 2026/08/17 04:14:14 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f406bba15c6d853ac_d20260817_m040557_c001_v0001102_t0005_u01786939557301") 2026/08/17 04:14:14 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8e0d_d20260817_m040556_c001_v7007000_t0000_u01786939556740") 2026/08/17 04:14:15 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327dabd_d20260817_m040555_c001_v0001184_t0012_u01786939555987") 2026/08/17 04:14:15 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5a377_d20260817_m040505_c001_v7007000_t0000_u01786939505996") 2026/08/17 04:14:15 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d914_d20260817_m040504_c001_v0001184_t0012_u01786939504552") 2026/08/17 04:14:15 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5a371_d20260817_m040504_c001_v7007000_t0000_u01786939504189") 2026/08/17 04:14:15 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d90a_d20260817_m040503_c001_v0001184_t0012_u01786939503109") 2026/08/17 04:14:15 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5a36f_d20260817_m040500_c001_v7007000_t0000_u01786939500953") 2026/08/17 04:14:15 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d8f8_d20260817_m040500_c001_v0001184_t0012_u01786939500030") 2026/08/17 04:14:15 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5a36e_d20260817_m040459_c001_v7007000_t0000_u01786939499491") 2026/08/17 04:14:15 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d8f2_d20260817_m040458_c001_v0001184_t0012_u01786939498569") 2026/08/17 04:14:15 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d8ea_d20260817_m040456_c001_v0001184_t0012_u01786939496151") 2026/08/17 04:14:15 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5a36c_d20260817_m040455_c001_v7007000_t0000_u01786939495786") 2026/08/17 04:14:15 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d8e2_d20260817_m040455_c001_v0001184_t0012_u01786939495212") 2026/08/17 04:14:15 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d8d6_d20260817_m040454_c001_v0001184_t0012_u01786939494469") 2026/08/17 04:14:15 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f407d372a7ca5a36a_d20260817_m040454_c001_v7007000_t0000_u01786939494106") 2026/08/17 04:14:15 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d8c0_d20260817_m040451_c001_v0001184_t0012_u01786939491555") 2026/08/17 04:14:15 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d8b4_d20260817_m040449_c001_v0001184_t0012_u01786939489080") 2026/08/17 04:14:15 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f416cecb1c4cd8d25_d20260817_m040448_c001_v7007000_t0000_u01786939488718") 2026/08/17 04:14:15 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d8ac_d20260817_m040448_c001_v0001184_t0012_u01786939488174") 2026/08/17 04:14:15 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d8a6_d20260817_m040447_c001_v0001184_t0012_u01786939487370") 2026/08/17 04:14:15 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f416cecb1c4cd8d16_d20260817_m040447_c001_v7007000_t0000_u01786939487000") 2026/08/17 04:14:16 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d896_d20260817_m040443_c001_v0001184_t0012_u01786939483715") 2026/08/17 04:14:16 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f416cecb1c4cd8ce1_d20260817_m040443_c001_v7007000_t0000_u01786939483351") 2026/08/17 04:14:16 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d892_d20260817_m040442_c001_v0001184_t0012_u01786939482806") 2026/08/17 04:14:16 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f416cecb1c4cd8ccd_d20260817_m040441_c001_v7007000_t0000_u01786939481902") 2026/08/17 04:14:16 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d88e_d20260817_m040441_c001_v0001184_t0012_u01786939481357") 2026/08/17 04:14:16 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f416cecb1c4cd8cc0_d20260817_m040440_c001_v7007000_t0000_u01786939480811") 2026/08/17 04:14:16 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d88a_d20260817_m040440_c001_v0001184_t0012_u01786939480267") 2026/08/17 04:14:16 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f416cecb1c4cd8caf_d20260817_m040439_c001_v7007000_t0000_u01786939479363") 2026/08/17 04:14:16 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d884_d20260817_m040438_c001_v0001184_t0012_u01786939478634") 2026/08/17 04:14:16 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f416cecb1c4cd8cac_d20260817_m040438_c001_v7007000_t0000_u01786939478089") 2026/08/17 04:14:16 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d87e_d20260817_m040437_c001_v0001184_t0012_u01786939477539") 2026/08/17 04:14:16 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f416cecb1c4cd8cab_d20260817_m040436_c001_v7007000_t0000_u01786939476995") 2026/08/17 04:14:16 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d87c_d20260817_m040436_c001_v0001184_t0012_u01786939476449") 2026/08/17 04:14:16 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f416cecb1c4cd8ca5_d20260817_m040432_c001_v7007000_t0000_u01786939472192") 2026/08/17 04:14:16 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d860_d20260817_m040431_c001_v0001184_t0012_u01786939471646") 2026/08/17 04:14:16 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f416cecb1c4cd8ca4_d20260817_m040431_c001_v7007000_t0000_u01786939471093") 2026/08/17 04:14:16 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d858_d20260817_m040430_c001_v0001184_t0012_u01786939470548") 2026/08/17 04:14:16 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f416cecb1c4cd8ca3_d20260817_m040429_c001_v7007000_t0000_u01786939469647") 2026/08/17 04:14:16 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d852_d20260817_m040428_c001_v0001184_t0012_u01786939468997") 2026/08/17 04:14:16 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f416cecb1c4cd8ca1_d20260817_m040426_c001_v7007000_t0000_u01786939466805") 2026/08/17 04:14:16 DEBUG : sub dir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327d842_d20260817_m040426_c001_v0001184_t0012_u01786939466258") 2026/08/17 04:14:16 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f9402_d20260817_m041002_c001_v7007000_t0000_u01786939802281") 2026/08/17 04:14:16 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f117b26a7c0045ada_d20260817_m040959_c001_v0001161_t0039_u01786939799490") 2026/08/17 04:14:16 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f93ff_d20260817_m040958_c001_v7007000_t0000_u01786939798561") 2026/08/17 04:14:17 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327e0e8_d20260817_m040955_c001_v0001184_t0011_u01786939795908") 2026/08/17 04:14:17 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba61e_d20260817_m041252_c001_v7007000_t0000_u01786939972839") 2026/08/17 04:14:17 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327e5b1_d20260817_m041252_c001_v0001184_t0033_u01786939972186") 2026/08/17 04:14:17 DEBUG : sub/yam: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8de6_d20260817_m040554_c001_v7007000_t0000_u01786939554181") 2026/08/17 04:14:17 DEBUG : sub/yam: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327daac_d20260817_m040553_c001_v0001184_t0012_u01786939553038") 2026/08/17 04:14:17 DEBUG : test_dir1/file2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f93f9_d20260817_m040955_c001_v7007000_t0000_u01786939795142") 2026/08/17 04:14:17 DEBUG : test_dir1/file2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa4595_d20260817_m040953_c001_v0001130_t0035_u01786939793429") 2026/08/17 04:14:17 DEBUG : test_dir1/file2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f93f6_d20260817_m040952_c001_v7007000_t0000_u01786939792644") 2026/08/17 04:14:17 DEBUG : test_dir1/file2: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c78d4_d20260817_m040951_c001_v0001177_t0004_u01786939791140") 2026/08/17 04:14:17 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f93fa_d20260817_m040955_c001_v7007000_t0000_u01786939795325") 2026/08/17 04:14:17 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327e0d0_d20260817_m040953_c001_v0001184_t0012_u01786939793421") 2026/08/17 04:14:17 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4185093e2c1f93f7_d20260817_m040952_c001_v7007000_t0000_u01786939792826") 2026/08/17 04:14:17 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa458f_d20260817_m040951_c001_v0001130_t0035_u01786939791124") 2026/08/17 04:14:17 DEBUG : three: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8da8_d20260817_m040547_c001_v7007000_t0000_u01786939547304") 2026/08/17 04:14:17 DEBUG : three: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327da6c_d20260817_m040546_c001_v0001184_t0012_u01786939546190") 2026/08/17 04:14:17 DEBUG : three: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327da5e_d20260817_m040544_c001_v0001184_t0012_u01786939544132") 2026/08/17 04:14:17 DEBUG : tictactoe/tictactoe: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba620_d20260817_m041254_c001_v7007000_t0000_u01786939974410") 2026/08/17 04:14:17 DEBUG : tictactoe/tictactoe: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7c22_d20260817_m041253_c001_v0001177_t0004_u01786939973818") 2026/08/17 04:14:17 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016baa76_d20260817_m041312_c001_v7007000_t0000_u01786939992930") 2026/08/17 04:14:17 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f117b26a7c0045e23_d20260817_m041311_c001_v0001161_t0009_u01786939991151") 2026/08/17 04:14:18 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba948_d20260817_m041309_c001_v7007000_t0000_u01786939989577") 2026/08/17 04:14:18 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f114b85de912c7c58_d20260817_m041308_c001_v0001177_t0013_u01786939988196") 2026/08/17 04:14:18 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba8e3_d20260817_m041307_c001_v7007000_t0000_u01786939987206") 2026/08/17 04:14:18 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327e62e_d20260817_m041306_c001_v0001184_t0039_u01786939986567") 2026/08/17 04:14:18 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba750_d20260817_m041301_c001_v7007000_t0000_u01786939981386") 2026/08/17 04:14:18 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f114b85de912c7c32_d20260817_m041300_c001_v0001177_t0054_u01786939980165") 2026/08/17 04:14:18 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba819_d20260817_m041303_c001_v7007000_t0000_u01786939983954") 2026/08/17 04:14:18 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f117b26a7c0045e01_d20260817_m041302_c001_v0001161_t0040_u01786939982345") 2026/08/17 04:14:18 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba6eb_d20260817_m041259_c001_v7007000_t0000_u01786939979198") 2026/08/17 04:14:18 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f109dfb0c8327e5e4_d20260817_m041258_c001_v0001184_t0015_u01786939978569") 2026/08/17 04:14:18 DEBUG : toe/toe/tictactoe: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba686_d20260817_m041257_c001_v7007000_t0000_u01786939977610") 2026/08/17 04:14:18 DEBUG : toe/toe/tictactoe: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa47f3_d20260817_m041257_c001_v0001130_t0035_u01786939977004") 2026/08/17 04:14:18 DEBUG : toe/toe/tictactoe: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba621_d20260817_m041256_c001_v7007000_t0000_u01786939976048") 2026/08/17 04:14:18 DEBUG : toe/toe/tictactoe: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f417b26a7c0045de1_d20260817_m041255_c001_v0001161_t0056_u01786939975370") 2026/08/17 04:14:18 DEBUG : toe/toe/toe: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41009e268eb39c68_d20260817_m041318_c001_v7007000_t0000_u01786939998312") 2026/08/17 04:14:18 DEBUG : toe/toe/toe: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f414b85de912c7c88_d20260817_m041317_c001_v0001177_t0004_u01786939997690") 2026/08/17 04:14:18 DEBUG : toe/toe/toe: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba87e_d20260817_m041305_c001_v7007000_t0000_u01786939985580") 2026/08/17 04:14:18 DEBUG : toe/toe/toe: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa4803_d20260817_m041304_c001_v0001130_t0035_u01786939984892") 2026/08/17 04:14:18 DEBUG : toe/toe/toe.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016baa78_d20260817_m041313_c001_v7007000_t0000_u01786939993537") 2026/08/17 04:14:18 DEBUG : toe/toe/toe.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f401e7b3830fa481b_d20260817_m041312_c001_v0001130_t0035_u01786939992748") 2026/08/17 04:14:18 DEBUG : toe/toe/toe.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016ba9ad_d20260817_m041310_c001_v7007000_t0000_u01786939990187") 2026/08/17 04:14:19 DEBUG : toe/toe/toe.txt: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f406cb608ed236f28_d20260817_m041309_c001_v0001117_t0053_u01786939989395") 2026/08/17 04:14:19 DEBUG : two: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8dab_d20260817_m040547_c001_v7007000_t0000_u01786939547486") 2026/08/17 04:14:19 DEBUG : two: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40459ab1c797a5a5_d20260817_m040545_c001_v0001179_t0035_u01786939545624") 2026/08/17 04:14:19 DEBUG : two: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f409dfb0c8327da5c_d20260817_m040543_c001_v0001184_t0012_u01786939543945") 2026/08/17 04:14:19 DEBUG : yam: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8df2_d20260817_m040554_c001_v7007000_t0000_u01786939554911") 2026/08/17 04:14:19 DEBUG : yam: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f419ce80fbc2d9c0c_d20260817_m040553_c001_v0001185_t0020_u01786939553992") 2026/08/17 04:14:19 DEBUG : yam: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8dc7_d20260817_m040551_c001_v7007000_t0000_u01786939551740") 2026/08/17 04:14:19 DEBUG : yam: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f40459ab1c797a5cb_d20260817_m040550_c001_v0001179_t0035_u01786939550802") 2026/08/17 04:14:19 DEBUG : yam: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8dc2_d20260817_m040549_c001_v7007000_t0000_u01786939549342") 2026/08/17 04:14:19 DEBUG : yam: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f406bba15c6d85370_d20260817_m040548_c001_v0001102_t0005_u01786939548045") 2026/08/17 04:14:19 DEBUG : yaml: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8dd2_d20260817_m040552_c001_v7007000_t0000_u01786939552473") 2026/08/17 04:14:19 DEBUG : yaml: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f418d00d6c0e17710_d20260817_m040551_c001_v0001041_t0053_u01786939551554") 2026/08/17 04:14:19 DEBUG : yaml: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f41499aa9016b8dc6_d20260817_m040550_c001_v7007000_t0000_u01786939550238") 2026/08/17 04:14:19 DEBUG : yaml: Deleting (id "4_zcf025da3e04d0bdbaf080e1b_f4174f92dde0c4d8d_d20260817_m040549_c001_v0001130_t0021_u01786939549156") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Finished OK in 9m57.322842952s (try 1/5)