"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Starting (try 1/5) 2026/08/23 03:32:25 DEBUG : Creating backend with remote "TestB2:rclone-test-cuhiweg6sodi" 2026/08/23 03:32:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/23 03:32:25 DEBUG : Creating backend with remote "/tmp/rclone1703115636" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.04s) === 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-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:32:26 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 03:32:26 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:32:26 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/08/23 03:32:26 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish --- PASS: TestCopyWithDryRun (1.46s) === RUN TestCopy run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:32:27 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/23 03:32:27 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 03:32:27 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:32:27 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:32:28 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 03:32:28 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:32:28 INFO : sub dir/hello world: Copied (new) 2026/08/23 03:32:28 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (1.66s) === RUN TestCopyMetadata run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" sync_test.go:99: Skipping as metadata not supported --- SKIP: TestCopyMetadata (0.36s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" sync_test.go:99: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (0.36s) === RUN TestCopyMissingDirectory run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:32:29 DEBUG : Creating backend with remote "/non-existing" 2026/08/23 03:32:29 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/08/23 03:32:29 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:32:29 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.54s) === RUN TestCopyNoTraverse run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:32:30 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 03:32:30 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:32:30 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:32:31 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 03:32:31 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:32:31 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (1.55s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" sync_test.go:223: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.36s) === RUN TestCopyCheckFirst run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:32:32 INFO : B2 bucket rclone-test-cuhiweg6sodi: Running all checks before starting transfers 2026/08/23 03:32:32 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 03:32:32 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:32:32 INFO : B2 bucket rclone-test-cuhiweg6sodi: Checks finished, now starting transfers 2026/08/23 03:32:32 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:32:32 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 03:32:32 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:32:32 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (1.08s) === RUN TestSyncNoTraverse run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:32:33 ERROR : Ignoring --no-traverse with sync 2026/08/23 03:32:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 03:32:33 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:32:33 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:32:33 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 03:32:33 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:32:33 INFO : sub dir/hello world: Copied (new) 2026/08/23 03:32:33 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (1.08s) === RUN TestCopyWithDepth run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:32:34 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/08/23 03:32:34 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:32:34 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:32:34 DEBUG : hello world2: size = 12 OK 2026/08/23 03:32:34 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2026/08/23 03:32:34 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (1.14s) === RUN TestCopyWithFilesFrom run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:32:35 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 03:32:35 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:32:35 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:32:35 DEBUG : potato2: size = 11 OK 2026/08/23 03:32:35 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:32:35 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (1.08s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:32:37 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 03:32:37 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:32:37 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:32:37 DEBUG : potato2: size = 11 OK 2026/08/23 03:32:37 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:32:37 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (1.46s) === RUN TestCopyEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:32:38 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/23 03:32:38 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/23 03:32:38 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/23 03:32:38 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/23 03:32:38 INFO : sub dir2: Making directory 2026/08/23 03:32:38 INFO : sub dir: Making directory 2026/08/23 03:32:38 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 03:32:38 INFO : sub dir2/sub sub dir2: Making directory 2026/08/23 03:32:38 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:32:38 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:32:38 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 03:32:38 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:32:38 INFO : sub dir/hello world: Copied (new) fstest.go:251: Filtering empty directory "sub dir2" fstest.go:251: Filtering empty directory "sub dir2/sub sub dir2" 2026/08/23 03:32:38 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.10s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:32:39 INFO : sub dir2: Making directory 2026/08/23 03:32:39 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/23 03:32:39 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/23 03:32:39 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 03:32:39 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:32:39 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:32:39 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 03:32:39 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:32:39 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.08s) === RUN TestMoveEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:32:40 DEBUG : sub dir2: Making directory with metadata 2026/08/23 03:32:40 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/23 03:32:40 INFO : sub dir2: Making directory 2026/08/23 03:32:40 INFO : sub dir: Making directory 2026/08/23 03:32:40 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 03:32:40 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:32:40 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:32:40 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 03:32:40 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:32:40 INFO : sub dir/hello world: Copied (new) 2026/08/23 03:32:40 INFO : sub dir/hello world: Deleted fstest.go:251: Filtering empty directory "sub dir2" 2026/08/23 03:32:40 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/08/23 03:32:40 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (1.26s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" sync_test.go:439: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (0.36s) === RUN TestMoveNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:32:41 INFO : sub dir2: Making directory 2026/08/23 03:32:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 03:32:42 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:32:42 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:32:42 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 03:32:42 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:32:42 INFO : sub dir/hello world: Copied (new) 2026/08/23 03:32:42 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.08s) === RUN TestSyncEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:32:42 DEBUG : sub dir2: Making directory with metadata 2026/08/23 03:32:42 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/23 03:32:42 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/23 03:32:43 INFO : sub dir2: Making directory 2026/08/23 03:32:43 INFO : sub dir: Making directory 2026/08/23 03:32:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 03:32:43 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:32:43 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:32:43 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 03:32:43 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:32:43 INFO : sub dir/hello world: Copied (new) 2026/08/23 03:32:43 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "sub dir2" 2026/08/23 03:32:43 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: 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-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" sync_test.go:538: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.36s) === RUN TestSyncNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:32:44 INFO : sub dir2: Making directory 2026/08/23 03:32:44 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 03:32:44 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:32:44 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:32:44 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 03:32:44 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:32:44 INFO : sub dir/hello world: Copied (new) 2026/08/23 03:32:44 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.08s) === RUN TestServerSideCopy run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:32:45 DEBUG : Creating backend with remote "TestB2:rclone-test-poweqeh4luxa" sync_test.go:620: Server side copy (if possible) B2 bucket rclone-test-cuhiweg6sodi -> B2 bucket rclone-test-poweqeh4luxa 2026/08/23 03:32:46 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 03:32:46 DEBUG : B2 bucket rclone-test-poweqeh4luxa: Waiting for checks to finish 2026/08/23 03:32:46 DEBUG : B2 bucket rclone-test-poweqeh4luxa: Waiting for transfers to finish 2026/08/23 03:32:47 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 03:32:47 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:32:47 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/23 03:32:47 DEBUG : B2 bucket rclone-test-poweqeh4luxa: Purge remote 2026/08/23 03:32:47 INFO : B2 bucket rclone-test-poweqeh4luxa: cleaning bucket "rclone-test-poweqeh4luxa" of all files 2026/08/23 03:32:47 DEBUG : sub dir/hello world: Deleting (id "4_z4f828df3a0dd2bcbaf080e1b_f400b96b1a652d071_d20260823_m033247_c001_v0001137_t0047_u01787455967432") --- PASS: TestServerSideCopy (3.54s) === RUN TestCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:32:49 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:32:49 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:32:49 DEBUG : sub dir/hello world: Sizes differ 2026/08/23 03:32:49 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:32:49 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:32:49 DEBUG : sub dir/hello world: size = 17 OK 2026/08/23 03:32:49 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/23 03:32:49 INFO : sub dir/hello world: Copied (replaced existing) --- PASS: TestCopyOverSelf (1.46s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:32:50 DEBUG : Creating backend with remote "TestB2:rclone-test-sipuxav9janu" sync_test.go:656: Server side copy (if possible) B2 bucket rclone-test-cuhiweg6sodi -> B2 bucket rclone-test-sipuxav9janu 2026/08/23 03:32:51 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 03:32:51 DEBUG : B2 bucket rclone-test-sipuxav9janu: Waiting for checks to finish 2026/08/23 03:32:51 DEBUG : B2 bucket rclone-test-sipuxav9janu: Waiting for transfers to finish 2026/08/23 03:32:52 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 03:32:52 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:32:52 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/23 03:32:53 DEBUG : B2 bucket rclone-test-sipuxav9janu: Waiting for checks to finish 2026/08/23 03:32:53 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:32:53 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-sipuxav9janu) 2026/08/23 03:32:53 DEBUG : sub dir/hello world: Sizes differ 2026/08/23 03:32:53 DEBUG : B2 bucket rclone-test-sipuxav9janu: Waiting for transfers to finish 2026/08/23 03:32:53 DEBUG : sub dir/hello world: size = 17 OK 2026/08/23 03:32:53 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/23 03:32:53 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/23 03:32:53 DEBUG : B2 bucket rclone-test-sipuxav9janu: Purge remote 2026/08/23 03:32:53 INFO : B2 bucket rclone-test-sipuxav9janu: cleaning bucket "rclone-test-sipuxav9janu" of all files 2026/08/23 03:32:54 DEBUG : sub dir/hello world: Deleting (id "4_zef12ad23a0dd2bcbaf080e1b_f4126c7622868cc56_d20260823_m033253_c001_v0001174_t0012_u01787455973561") 2026/08/23 03:32:54 DEBUG : sub dir/hello world: Deleting (id "4_zef12ad23a0dd2bcbaf080e1b_f4115e42d18031dec_d20260823_m033252_c001_v0001098_t0025_u01787455972499") --- PASS: TestServerSideCopyOverSelf (5.27s) === RUN TestMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:32:56 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:32:56 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:32:56 DEBUG : sub dir/hello world: Sizes differ 2026/08/23 03:32:56 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:32:56 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:32:56 DEBUG : sub dir/hello world: size = 17 OK 2026/08/23 03:32:56 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/23 03:32:56 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/23 03:32:56 INFO : sub dir/hello world: Deleted --- PASS: TestMoveOverSelf (1.47s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:32:57 DEBUG : Creating backend with remote "TestB2:rclone-test-jimujaj6pumi" sync_test.go:701: Server side copy (if possible) B2 bucket rclone-test-cuhiweg6sodi -> B2 bucket rclone-test-jimujaj6pumi 2026/08/23 03:32:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 03:32:58 DEBUG : B2 bucket rclone-test-jimujaj6pumi: Waiting for checks to finish 2026/08/23 03:32:58 DEBUG : B2 bucket rclone-test-jimujaj6pumi: Waiting for transfers to finish 2026/08/23 03:32:59 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 03:32:59 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:32:59 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/23 03:32:59 DEBUG : B2 bucket rclone-test-jimujaj6pumi: Waiting for checks to finish 2026/08/23 03:32:59 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:32:59 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-jimujaj6pumi) 2026/08/23 03:32:59 DEBUG : sub dir/hello world: Sizes differ 2026/08/23 03:32:59 DEBUG : B2 bucket rclone-test-jimujaj6pumi: Waiting for transfers to finish 2026/08/23 03:33:00 DEBUG : sub dir/hello world: size = 17 OK 2026/08/23 03:33:00 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/23 03:33:00 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/23 03:33:00 INFO : sub dir/hello world: Deleted 2026/08/23 03:33:01 DEBUG : testing file moves 2026/08/23 03:33:01 DEBUG : sub dir/hello world: size = 24 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:33:01 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-jimujaj6pumi) 2026/08/23 03:33:01 DEBUG : sub dir/hello world: Sizes differ 2026/08/23 03:33:01 DEBUG : B2 bucket rclone-test-jimujaj6pumi: Waiting for checks to finish 2026/08/23 03:33:01 DEBUG : B2 bucket rclone-test-jimujaj6pumi: Waiting for transfers to finish 2026/08/23 03:33:01 DEBUG : sub dir/hello world: size = 24 OK 2026/08/23 03:33:01 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2026/08/23 03:33:01 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/23 03:33:01 INFO : sub dir/hello world: Deleted 2026/08/23 03:33:02 DEBUG : B2 bucket rclone-test-jimujaj6pumi: Purge remote 2026/08/23 03:33:02 INFO : B2 bucket rclone-test-jimujaj6pumi: cleaning bucket "rclone-test-jimujaj6pumi" of all files 2026/08/23 03:33:02 DEBUG : sub dir/hello world: Deleting (id "4_z1f92bdd3a0dd2bcbaf080e1b_f4021900c7ead4ebf_d20260823_m033301_c001_v0001041_t0036_u01787455981386") 2026/08/23 03:33:02 DEBUG : sub dir/hello world: Deleting (id "4_z1f92bdd3a0dd2bcbaf080e1b_f4048fbdaf2199323_d20260823_m033300_c001_v0001184_t0041_u01787455980084") 2026/08/23 03:33:02 DEBUG : sub dir/hello world: Deleting (id "4_z1f92bdd3a0dd2bcbaf080e1b_f414a8aed410da2d8_d20260823_m033259_c001_v0001184_t0029_u01787455979146") --- PASS: TestServerSideMoveOverSelf (6.36s) === RUN TestCopyAfterDelete run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:03 ERROR : error listing: directory not found 2026/08/23 03:33:03 INFO : Local file system at /tmp/rclone1703115636: Making directory 2026/08/23 03:33:04 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:04 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish --- PASS: TestCopyAfterDelete (1.28s) === RUN TestCopyRedownload run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:05 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 03:33:05 DEBUG : Local file system at /tmp/rclone1703115636: Waiting for checks to finish 2026/08/23 03:33:05 DEBUG : Local file system at /tmp/rclone1703115636: Waiting for transfers to finish 2026/08/23 03:33:06 DEBUG : sub dir/hello world.df762ecf.partial: size = 11 OK 2026/08/23 03:33:06 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:33:06 DEBUG : sub dir/hello world.df762ecf.partial: renamed to: sub dir/hello world 2026/08/23 03:33:06 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (1.75s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:06 DEBUG : check sum: Need to transfer - File not found at Destination 2026/08/23 03:33:06 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:06 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:06 DEBUG : check sum: size = 1 OK 2026/08/23 03:33:06 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/23 03:33:06 INFO : check sum: Copied (new) 2026/08/23 03:33:06 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:07 DEBUG : check sum: size = 1 OK 2026/08/23 03:33:07 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:07 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/23 03:33:07 DEBUG : check sum: Size and sha1 of src and dst objects identical 2026/08/23 03:33:07 DEBUG : check sum: Unchanged skipping 2026/08/23 03:33:07 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:07 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:07 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (1.45s) === RUN TestSyncSizeOnly run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:08 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/08/23 03:33:08 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:08 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:08 DEBUG : sizeonly: size = 6 OK 2026/08/23 03:33:08 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/23 03:33:08 INFO : sizeonly: Copied (new) 2026/08/23 03:33:08 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:08 DEBUG : sizeonly: size = 6 OK 2026/08/23 03:33:08 DEBUG : sizeonly: Sizes identical 2026/08/23 03:33:08 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:08 DEBUG : sizeonly: Unchanged skipping 2026/08/23 03:33:08 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:08 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:08 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (1.45s) === RUN TestSyncIgnoreSize run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:09 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/08/23 03:33:09 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:09 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:09 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2026/08/23 03:33:09 INFO : ignore-size: Copied (new) 2026/08/23 03:33:09 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:10 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:33:10 DEBUG : ignore-size: Unchanged skipping 2026/08/23 03:33:10 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:10 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:10 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:10 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (1.45s) === RUN TestSyncIgnoreTimes run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:11 DEBUG : existing: size = 6 OK 2026/08/23 03:33:11 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:33:11 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:11 DEBUG : existing: Unchanged skipping 2026/08/23 03:33:11 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:11 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:11 INFO : There was nothing to transfer 2026/08/23 03:33:11 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/08/23 03:33:11 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:11 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:11 DEBUG : existing: size = 6 OK 2026/08/23 03:33:11 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/23 03:33:11 INFO : existing: Copied (replaced existing) 2026/08/23 03:33:11 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (1.64s) === RUN TestSyncIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:12 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/23 03:33:12 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:12 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:12 DEBUG : existing: size = 6 OK 2026/08/23 03:33:12 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/23 03:33:12 INFO : existing: Copied (new) 2026/08/23 03:33:12 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:13 DEBUG : existing: Destination exists, skipping 2026/08/23 03:33:13 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:13 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:13 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:13 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (1.45s) === RUN TestSyncIgnoreErrors run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:14 INFO : d: Making directory fstest.go:251: Filtering empty directory "d" 2026/08/23 03:33:14 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/23 03:33:14 DEBUG : c/non empty space: size = 5 OK 2026/08/23 03:33:14 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 03:33:14 DEBUG : c/non empty space: Unchanged skipping 2026/08/23 03:33:14 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:14 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:15 DEBUG : a/potato2: size = 60 OK 2026/08/23 03:33:15 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 03:33:15 INFO : a/potato2: Copied (new) 2026/08/23 03:33:15 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:15 INFO : b/potato: Deleted --- PASS: TestSyncIgnoreErrors (2.49s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:17 DEBUG : empty space: size = 1 OK 2026/08/23 03:33:17 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/23 03:33:17 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:17 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/23 03:33:17 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2026/08/23 03:33:17 DEBUG : empty space: Unchanged skipping 2026/08/23 03:33:17 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:17 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:17 INFO : There was nothing to transfer 2026/08/23 03:33:17 DEBUG : empty space: size = 1 OK 2026/08/23 03:33:17 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/23 03:33:17 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:17 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/23 03:33:18 INFO : empty space: Updated modification time in destination 2026/08/23 03:33:18 DEBUG : empty space: Unchanged skipping 2026/08/23 03:33:18 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:18 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:18 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (2.37s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:19 DEBUG : empty space: size = 1 OK 2026/08/23 03:33:19 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/23 03:33:19 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:19 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/23 03:33:19 DEBUG : empty space: Unchanged skipping 2026/08/23 03:33:19 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:19 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:19 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.41s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:20 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:20 DEBUG : foo: size = 3 OK 2026/08/23 03:33: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/23 03:33:20 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:33:20 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:33:20 DEBUG : foo: sha1 differ 2026/08/23 03:33:20 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:21 DEBUG : foo: size = 3 OK 2026/08/23 03:33:21 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2026/08/23 03:33:21 INFO : foo: Copied (replaced existing) 2026/08/23 03:33:21 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (1.45s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:22 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/23 03:33:22 DEBUG : empty space: size = 1 OK 2026/08/23 03:33:22 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 03:33:22 DEBUG : empty space: Unchanged skipping 2026/08/23 03:33:22 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:22 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:22 DEBUG : potato: size = 60 OK 2026/08/23 03:33:22 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 03:33:22 INFO : potato: Copied (new) 2026/08/23 03:33:22 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (2.16s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:24 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:24 DEBUG : potato: size = 21 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:33:24 DEBUG : potato: size = 60 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:33:24 DEBUG : potato: Sizes differ 2026/08/23 03:33:24 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:24 DEBUG : potato: size = 21 OK 2026/08/23 03:33:24 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2026/08/23 03:33:24 INFO : potato: Copied (replaced existing) 2026/08/23 03:33:24 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (1.76s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:26 DEBUG : potato: size = 21 OK 2026/08/23 03:33:26 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/23 03:33:26 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:26 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone1703115636) 2026/08/23 03:33:26 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:33:26 DEBUG : potato: sha1 differ 2026/08/23 03:33:26 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:26 DEBUG : potato: size = 21 OK 2026/08/23 03:33:26 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2026/08/23 03:33:26 INFO : potato: Copied (replaced existing) 2026/08/23 03:33:26 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (1.46s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:27 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 03:33:27 DEBUG : empty space: size = 1 OK 2026/08/23 03:33:27 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 03:33:27 DEBUG : empty space: Unchanged skipping 2026/08/23 03:33:27 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/08/23 03:33:27 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:27 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:27 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:27 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (1.47s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:29 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 03:33:29 DEBUG : empty space: size = 1 OK 2026/08/23 03:33:29 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 03:33:29 DEBUG : empty space: Unchanged skipping 2026/08/23 03:33:29 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:29 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:29 DEBUG : potato2: size = 60 OK 2026/08/23 03:33:29 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 03:33:29 INFO : potato2: Copied (new) 2026/08/23 03:33:29 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:29 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.29s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:31 INFO : d: Making directory 2026/08/23 03:33:31 INFO : d/e: Making directory fstest.go:251: Filtering empty directory "d" fstest.go:251: Filtering empty directory "d/e" 2026/08/23 03:33:31 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/23 03:33:31 DEBUG : c/non empty space: size = 5 OK 2026/08/23 03:33:31 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 03:33:31 DEBUG : c/non empty space: Unchanged skipping 2026/08/23 03:33:31 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:31 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:32 DEBUG : a/potato2: size = 60 OK 2026/08/23 03:33:32 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 03:33:32 INFO : a/potato2: Copied (new) 2026/08/23 03:33:32 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:32 INFO : b/potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (2.31s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:33 INFO : d: Making directory fstest.go:251: Filtering empty directory "d" 2026/08/23 03:33:33 DEBUG : c/non empty space: size = 5 OK 2026/08/23 03:33:33 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/23 03:33:33 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 03:33:33 DEBUG : c/non empty space: Unchanged skipping 2026/08/23 03:33:33 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:33 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:34 DEBUG : a/potato2: size = 60 OK 2026/08/23 03:33:34 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 03:33:34 INFO : a/potato2: Copied (new) 2026/08/23 03:33:34 ERROR : B2 bucket rclone-test-cuhiweg6sodi: not deleting files as there were IO errors 2026/08/23 03:33:34 ERROR : B2 bucket rclone-test-cuhiweg6sodi: not deleting directories as there were IO errors fstest.go:251: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (2.23s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:35 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:36 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 03:33:36 DEBUG : empty space: size = 1 OK 2026/08/23 03:33:36 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 03:33:36 DEBUG : empty space: Unchanged skipping 2026/08/23 03:33:36 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:36 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:36 INFO : potato: Deleted 2026/08/23 03:33:36 DEBUG : potato2: size = 60 OK 2026/08/23 03:33:36 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 03:33:36 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (2.30s) === RUN TestSyncDeleteBefore run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:38 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:38 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:38 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:38 INFO : potato: Deleted 2026/08/23 03:33:38 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 03:33:38 DEBUG : empty space: size = 1 OK 2026/08/23 03:33:38 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 03:33:38 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:38 DEBUG : empty space: Unchanged skipping 2026/08/23 03:33:38 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:39 DEBUG : potato2: size = 60 OK 2026/08/23 03:33:39 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 03:33:39 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (2.57s) === RUN TestCopyDeleteBefore run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:40 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 03:33:40 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:40 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:41 DEBUG : potato2: size = 19 OK 2026/08/23 03:33:41 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2026/08/23 03:33:41 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (1.68s) === RUN TestSyncWithExclude run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:42 DEBUG : enormous: Excluded (Size Filter) 2026/08/23 03:33:42 DEBUG : enormous: Excluded 2026/08/23 03:33:42 DEBUG : potato2: Excluded (Size Filter) 2026/08/23 03:33:42 DEBUG : potato2: Excluded 2026/08/23 03:33:42 DEBUG : potato2: Excluded (Size Filter) 2026/08/23 03:33:42 DEBUG : empty space: size = 1 OK 2026/08/23 03:33:42 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 03:33:42 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:42 DEBUG : empty space: Unchanged skipping 2026/08/23 03:33:42 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:42 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:42 INFO : There was nothing to transfer 2026/08/23 03:33:43 DEBUG : enormous: Excluded (Size Filter) 2026/08/23 03:33:43 DEBUG : enormous: Excluded 2026/08/23 03:33:43 DEBUG : potato2: Excluded (Size Filter) 2026/08/23 03:33:43 DEBUG : potato2: Excluded 2026/08/23 03:33:43 DEBUG : potato2: Excluded (Size Filter) 2026/08/23 03:33:43 DEBUG : Local file system at /tmp/rclone1703115636: Waiting for checks to finish 2026/08/23 03:33:43 DEBUG : empty space: size = 1 OK 2026/08/23 03:33:43 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/23 03:33:43 DEBUG : empty space: Unchanged skipping 2026/08/23 03:33:43 DEBUG : Local file system at /tmp/rclone1703115636: Waiting for transfers to finish 2026/08/23 03:33:43 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:43 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (2.00s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:45 DEBUG : enormous: Excluded (Size Filter) 2026/08/23 03:33:45 DEBUG : enormous: Excluded 2026/08/23 03:33:45 DEBUG : potato2: Excluded (Size Filter) 2026/08/23 03:33:45 DEBUG : potato2: Excluded 2026/08/23 03:33:45 DEBUG : empty space: size = 1 OK 2026/08/23 03:33:45 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 03:33:45 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:45 DEBUG : empty space: Unchanged skipping 2026/08/23 03:33:45 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:45 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:45 INFO : enormous: Deleted 2026/08/23 03:33:45 INFO : potato2: Deleted 2026/08/23 03:33:45 INFO : There was nothing to transfer 2026/08/23 03:33:46 DEBUG : empty space: size = 1 OK 2026/08/23 03:33:46 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/23 03:33:46 DEBUG : empty space: Unchanged skipping 2026/08/23 03:33:46 DEBUG : Local file system at /tmp/rclone1703115636: Waiting for checks to finish 2026/08/23 03:33:46 DEBUG : Local file system at /tmp/rclone1703115636: Waiting for transfers to finish 2026/08/23 03:33:46 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:46 INFO : enormous: Deleted 2026/08/23 03:33:46 INFO : potato2: Deleted 2026/08/23 03:33:46 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (2.91s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:48 DEBUG : five: Need to transfer - File not found at Destination 2026/08/23 03:33:48 DEBUG : one: Destination is newer than source, skipping 2026/08/23 03:33:48 DEBUG : four: size = 4 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:33:48 DEBUG : four: size = 8 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:33:48 DEBUG : four: Sizes differ 2026/08/23 03:33:48 DEBUG : three: size = 5 OK 2026/08/23 03:33:48 DEBUG : three: Sizes identical 2026/08/23 03:33:48 DEBUG : two: size = 3 OK 2026/08/23 03:33:48 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/08/23 03:33:48 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone1703115636) 2026/08/23 03:33:48 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:33:48 DEBUG : two: sha1 differ 2026/08/23 03:33:48 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:48 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/08/23 03:33:48 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:48 DEBUG : five: size = 4 OK 2026/08/23 03:33:48 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/23 03:33:48 INFO : five: Copied (new) 2026/08/23 03:33:48 DEBUG : four: size = 4 OK 2026/08/23 03:33:48 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/23 03:33:48 INFO : four: Copied (replaced existing) 2026/08/23 03:33:49 DEBUG : two: size = 3 OK 2026/08/23 03:33:49 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/23 03:33:49 INFO : two: Copied (replaced existing) 2026/08/23 03:33:49 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:49 DEBUG : one: Destination is newer than source, skipping 2026/08/23 03:33:49 DEBUG : five: size = 4 OK 2026/08/23 03:33:49 DEBUG : three: size = 5 OK 2026/08/23 03:33:49 DEBUG : two: size = 3 OK 2026/08/23 03:33:49 DEBUG : four: size = 4 OK 2026/08/23 03:33:49 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:49 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone1703115636) 2026/08/23 03:33:49 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:33:49 DEBUG : three: sha1 differ 2026/08/23 03:33:49 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2026/08/23 03:33:49 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/23 03:33:49 DEBUG : four: Size and sha1 of src and dst objects identical 2026/08/23 03:33:49 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2026/08/23 03:33:49 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/23 03:33:49 DEBUG : two: Size and sha1 of src and dst objects identical 2026/08/23 03:33:49 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2026/08/23 03:33:49 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/23 03:33:49 DEBUG : five: Size and sha1 of src and dst objects identical 2026/08/23 03:33:49 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2026/08/23 03:33:49 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:49 DEBUG : three: size = 5 OK 2026/08/23 03:33:49 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/23 03:33:49 INFO : three: Copied (replaced existing) 2026/08/23 03:33:49 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.20s) === 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-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" sync_test.go:1569: Can track renames: true 2026/08/23 03:33:51 INFO : B2 bucket rclone-test-cuhiweg6sodi: Making map for --track-renames 2026/08/23 03:33:51 INFO : B2 bucket rclone-test-cuhiweg6sodi: Finished making map for --track-renames 2026/08/23 03:33:51 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:51 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/23 03:33:51 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/23 03:33:51 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for renames to finish 2026/08/23 03:33:51 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:51 DEBUG : potato: size = 14 OK 2026/08/23 03:33:51 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/23 03:33:51 INFO : potato: Copied (new) 2026/08/23 03:33:51 DEBUG : yam: size = 11 OK 2026/08/23 03:33:51 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/23 03:33:51 INFO : yam: Copied (new) 2026/08/23 03:33:51 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:51 DEBUG : potato: size = 14 OK 2026/08/23 03:33:51 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:33:51 DEBUG : potato: Unchanged skipping 2026/08/23 03:33:51 INFO : B2 bucket rclone-test-cuhiweg6sodi: Making map for --track-renames 2026/08/23 03:33:51 INFO : B2 bucket rclone-test-cuhiweg6sodi: Finished making map for --track-renames 2026/08/23 03:33:51 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:51 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for renames to finish 2026/08/23 03:33:52 DEBUG : yaml: size = 11 OK 2026/08/23 03:33:52 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/23 03:33:52 INFO : yam: Copied (server-side copy) to: yaml 2026/08/23 03:33:52 INFO : yam: Deleted 2026/08/23 03:33:52 INFO : yaml: Renamed from "yam" 2026/08/23 03:33:52 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:52 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenames (2.58s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" sync_test.go:1641: Can track renames: true 2026/08/23 03:33:53 INFO : B2 bucket rclone-test-cuhiweg6sodi: Making map for --track-renames 2026/08/23 03:33:53 INFO : B2 bucket rclone-test-cuhiweg6sodi: Finished making map for --track-renames 2026/08/23 03:33:53 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:53 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/23 03:33:53 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/23 03:33:53 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for renames to finish 2026/08/23 03:33:53 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:54 DEBUG : yam: size = 11 OK 2026/08/23 03:33:54 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/23 03:33:54 INFO : yam: Copied (new) 2026/08/23 03:33:54 DEBUG : potato: size = 14 OK 2026/08/23 03:33:54 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/23 03:33:54 INFO : potato: Copied (new) 2026/08/23 03:33:54 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:54 DEBUG : potato: size = 14 OK 2026/08/23 03:33:54 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:33:54 INFO : B2 bucket rclone-test-cuhiweg6sodi: Making map for --track-renames 2026/08/23 03:33:54 DEBUG : potato: Unchanged skipping 2026/08/23 03:33:54 INFO : B2 bucket rclone-test-cuhiweg6sodi: Finished making map for --track-renames 2026/08/23 03:33:54 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:54 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for renames to finish 2026/08/23 03:33:54 DEBUG : yaml: size = 11 OK 2026/08/23 03:33:54 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/23 03:33:54 INFO : yam: Copied (server-side copy) to: yaml 2026/08/23 03:33:54 INFO : yam: Deleted 2026/08/23 03:33:54 INFO : yaml: Renamed from "yam" 2026/08/23 03:33:54 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:54 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyModtime (2.23s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" sync_test.go:1680: Can track renames: true 2026/08/23 03:33:56 INFO : B2 bucket rclone-test-cuhiweg6sodi: Making map for --track-renames 2026/08/23 03:33:56 INFO : B2 bucket rclone-test-cuhiweg6sodi: Finished making map for --track-renames 2026/08/23 03:33:56 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:56 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/23 03:33:56 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/08/23 03:33:56 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for renames to finish 2026/08/23 03:33:56 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:56 DEBUG : potato: size = 14 OK 2026/08/23 03:33:56 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/23 03:33:56 INFO : potato: Copied (new) 2026/08/23 03:33:56 DEBUG : sub/yam: size = 11 OK 2026/08/23 03:33:56 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/23 03:33:56 INFO : sub/yam: Copied (new) 2026/08/23 03:33:56 DEBUG : Waiting for deletions to finish 2026/08/23 03:33:56 DEBUG : potato: size = 14 OK 2026/08/23 03:33:56 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:33:56 DEBUG : potato: Unchanged skipping 2026/08/23 03:33:56 INFO : B2 bucket rclone-test-cuhiweg6sodi: Making map for --track-renames 2026/08/23 03:33:56 INFO : B2 bucket rclone-test-cuhiweg6sodi: Finished making map for --track-renames 2026/08/23 03:33:56 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:56 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for renames to finish 2026/08/23 03:33:57 DEBUG : yam: size = 11 OK 2026/08/23 03:33:57 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/23 03:33:57 INFO : sub/yam: Copied (server-side copy) to: yam 2026/08/23 03:33:57 INFO : sub/yam: Deleted 2026/08/23 03:33:57 INFO : yam: Renamed from "sub/yam" 2026/08/23 03:33:57 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:57 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyLeaf (2.42s) === RUN TestServerSideMoveLocal run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:58 DEBUG : Creating backend with remote "/tmp/rclone1703115636/dir1" 2026/08/23 03:33:58 DEBUG : Config file has changed externally - reloading 2026/08/23 03:33:58 DEBUG : Creating backend with remote "/tmp/rclone1703115636/dir2" 2026/08/23 03:33:58 DEBUG : Local file system at /tmp/rclone1703115636/dir2: Using server-side directory move 2026/08/23 03:33:58 INFO : Local file system at /tmp/rclone1703115636/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/23 03:33:58 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/08/23 03:33:58 DEBUG : Local file system at /tmp/rclone1703115636/dir2: Waiting for checks to finish 2026/08/23 03:33:58 INFO : file1.txt: Moved (server-side) 2026/08/23 03:33:58 DEBUG : Local file system at /tmp/rclone1703115636/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.37s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:33:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 03:33:58 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/23 03:33:58 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:33:58 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:33:59 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 03:33:59 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:33:59 INFO : sub dir/hello world: Copied (new) 2026/08/23 03:33:59 INFO : sub dir/hello world: Deleted 2026/08/23 03:33:59 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/23 03:33:59 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/08/23 03:33:59 INFO : nested/sub dir/file: Copied (new) 2026/08/23 03:33:59 INFO : nested/sub dir/file: Deleted 2026/08/23 03:33:59 INFO : sub dir: Removing directory 2026/08/23 03:33:59 INFO : nested/sub dir: Removing directory 2026/08/23 03:33:59 INFO : nested: Removing directory 2026/08/23 03:33:59 DEBUG : Local file system at /tmp/rclone1703115636: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (1.29s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:34:00 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 03:34:00 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/23 03:34:00 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:34:00 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:34:00 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 03:34:00 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:34:00 INFO : sub dir/hello world: Copied (new) 2026/08/23 03:34:00 INFO : sub dir/hello world: Deleted 2026/08/23 03:34:00 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/23 03:34:00 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/08/23 03:34:00 INFO : nested/sub dir/file: Copied (new) 2026/08/23 03:34:00 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (1.28s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:34:01 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/08/23 03:34:01 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/23 03:34:01 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:34:01 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:34:01 DEBUG : existing-b: size = 6 OK 2026/08/23 03:34:01 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2026/08/23 03:34:01 INFO : existing-b: Copied (new) 2026/08/23 03:34:01 INFO : existing-b: Deleted 2026/08/23 03:34:01 DEBUG : existing: size = 6 OK 2026/08/23 03:34:01 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/23 03:34:01 INFO : existing: Copied (new) 2026/08/23 03:34:01 INFO : existing: Deleted 2026/08/23 03:34:02 DEBUG : existing: Destination exists, skipping 2026/08/23 03:34:02 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/08/23 03:34:02 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:34:02 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:34:02 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (1.66s) === RUN TestServerSideMove run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:34:02 DEBUG : Creating backend with remote "TestB2:rclone-test-tuluwoh4qilo" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-cuhiweg6sodi -> B2 bucket rclone-test-tuluwoh4qilo 2026/08/23 03:34:06 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 03:34:06 DEBUG : potato3: size = 68 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:34:06 DEBUG : potato3: size = 60 (B2 bucket rclone-test-tuluwoh4qilo) 2026/08/23 03:34:06 DEBUG : potato3: Sizes differ 2026/08/23 03:34:06 DEBUG : B2 bucket rclone-test-tuluwoh4qilo: Waiting for checks to finish 2026/08/23 03:34:06 DEBUG : empty space: size = 1 OK 2026/08/23 03:34:06 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/23 03:34:06 DEBUG : empty space: Unchanged skipping 2026/08/23 03:34:06 INFO : empty space: Deleted 2026/08/23 03:34:06 DEBUG : B2 bucket rclone-test-tuluwoh4qilo: Waiting for transfers to finish 2026/08/23 03:34:07 DEBUG : potato2: size = 60 OK 2026/08/23 03:34:07 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 03:34:07 INFO : potato2: Copied (server-side copy) 2026/08/23 03:34:07 DEBUG : potato3: size = 68 OK 2026/08/23 03:34:07 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/23 03:34:07 INFO : potato3: Copied (server-side copy) 2026/08/23 03:34:07 INFO : potato2: Deleted 2026/08/23 03:34:08 INFO : potato3: Deleted 2026/08/23 03:34:08 DEBUG : Creating backend with remote "TestB2:rclone-test-vekitat9hega" 2026/08/23 03:34:09 DEBUG : empty space: Need to transfer - File not found at Destination 2026/08/23 03:34:09 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 03:34:09 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/23 03:34:09 DEBUG : B2 bucket rclone-test-vekitat9hega: Waiting for checks to finish 2026/08/23 03:34:09 DEBUG : B2 bucket rclone-test-vekitat9hega: Waiting for transfers to finish 2026/08/23 03:34:10 DEBUG : empty space: size = 1 OK 2026/08/23 03:34:10 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/23 03:34:10 INFO : empty space: Copied (server-side copy) 2026/08/23 03:34:10 INFO : empty space: Deleted 2026/08/23 03:34:10 DEBUG : potato2: size = 60 OK 2026/08/23 03:34:10 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 03:34:10 INFO : potato2: Copied (server-side copy) 2026/08/23 03:34:10 DEBUG : potato3: size = 68 OK 2026/08/23 03:34:10 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/23 03:34:10 INFO : potato3: Copied (server-side copy) 2026/08/23 03:34:10 INFO : potato2: Deleted 2026/08/23 03:34:10 INFO : potato3: Deleted 2026/08/23 03:34:11 DEBUG : B2 bucket rclone-test-vekitat9hega: Purge remote 2026/08/23 03:34:11 INFO : B2 bucket rclone-test-vekitat9hega: cleaning bucket "rclone-test-vekitat9hega" of all files 2026/08/23 03:34:11 DEBUG : empty space: Deleting (id "4_z1f52dd23a0ed2bcbaf080e1b_f4071eefc08b5a1ba_d20260823_m033410_c001_v0001109_t0040_u01787456050050") 2026/08/23 03:34:11 DEBUG : potato2: Deleting (id "4_z1f52dd23a0ed2bcbaf080e1b_f106e860c893b1e50_d20260823_m033410_c001_v0001145_t0020_u01787456050262") 2026/08/23 03:34:11 DEBUG : potato3: Deleting (id "4_z1f52dd23a0ed2bcbaf080e1b_f111a66480646e180_d20260823_m033410_c001_v0001105_t0053_u01787456050438") 2026/08/23 03:34:17 DEBUG : B2 bucket rclone-test-tuluwoh4qilo: Purge remote 2026/08/23 03:34:17 INFO : B2 bucket rclone-test-tuluwoh4qilo: cleaning bucket "rclone-test-tuluwoh4qilo" of all files 2026/08/23 03:34:17 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_versions": EOF) 2026/08/23 03:34:17 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/23 03:34:17 DEBUG : pacer: Reducing sleep to 10ms 2026/08/23 03:34:17 DEBUG : empty space: Deleting (id "4_z6f62cd03a0ed2bcbaf080e1b_f417f207affbce92f_d20260823_m033410_c001_v7007000_t0000_u01787456050236") 2026/08/23 03:34:17 DEBUG : empty space: Deleting (id "4_z6f62cd03a0ed2bcbaf080e1b_f40528987c92323e8_d20260823_m033406_c001_v0001174_t0016_u01787456046064") 2026/08/23 03:34:17 DEBUG : potato2: Deleting (id "4_z6f62cd03a0ed2bcbaf080e1b_f417f207affbce937_d20260823_m033410_c001_v7007000_t0000_u01787456050805") 2026/08/23 03:34:17 DEBUG : potato2: Deleting (id "4_z6f62cd03a0ed2bcbaf080e1b_f103fd125907c0e3a_d20260823_m033406_c001_v0001115_t0015_u01787456046995") 2026/08/23 03:34:17 DEBUG : potato3: Deleting (id "4_z6f62cd03a0ed2bcbaf080e1b_f417f207affbce939_d20260823_m033410_c001_v7007000_t0000_u01787456050831") 2026/08/23 03:34:17 DEBUG : potato3: Deleting (id "4_z6f62cd03a0ed2bcbaf080e1b_f1111f4d37438326d_d20260823_m033407_c001_v0001104_t0056_u01787456047351") 2026/08/23 03:34:17 DEBUG : potato3: Deleting (id "4_z6f62cd03a0ed2bcbaf080e1b_f10528987c92323ec_d20260823_m033406_c001_v0001174_t0025_u01787456046249") --- PASS: TestServerSideMove (16.33s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:34:19 DEBUG : Creating backend with remote "TestB2:rclone-test-xijejes9jeco" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-cuhiweg6sodi -> B2 bucket rclone-test-xijejes9jeco 2026/08/23 03:34:24 DEBUG : empty space: Excluded (Size Filter) 2026/08/23 03:34:24 DEBUG : empty space: Excluded (Size Filter) 2026/08/23 03:34:24 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 03:34:24 DEBUG : potato3: size = 68 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:34:24 DEBUG : potato3: size = 60 (B2 bucket rclone-test-xijejes9jeco) 2026/08/23 03:34:24 DEBUG : potato3: Sizes differ 2026/08/23 03:34:24 DEBUG : B2 bucket rclone-test-xijejes9jeco: Waiting for checks to finish 2026/08/23 03:34:24 DEBUG : B2 bucket rclone-test-xijejes9jeco: Waiting for transfers to finish 2026/08/23 03:34:24 DEBUG : potato2: size = 60 OK 2026/08/23 03:34:24 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 03:34:24 INFO : potato2: Copied (server-side copy) 2026/08/23 03:34:25 DEBUG : potato3: size = 68 OK 2026/08/23 03:34:25 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/23 03:34:25 INFO : potato3: Copied (server-side copy) 2026/08/23 03:34:25 INFO : potato2: Deleted 2026/08/23 03:34:25 INFO : potato3: Deleted 2026/08/23 03:34:25 DEBUG : Creating backend with remote "TestB2:rclone-test-tobilid1guqa" 2026/08/23 03:34:26 DEBUG : empty space: Excluded (Size Filter) 2026/08/23 03:34:26 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 03:34:26 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/23 03:34:26 DEBUG : B2 bucket rclone-test-tobilid1guqa: Waiting for checks to finish 2026/08/23 03:34:26 DEBUG : B2 bucket rclone-test-tobilid1guqa: Waiting for transfers to finish 2026/08/23 03:34:27 DEBUG : potato2: size = 60 OK 2026/08/23 03:34:27 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 03:34:27 INFO : potato2: Copied (server-side copy) 2026/08/23 03:34:27 DEBUG : potato3: size = 68 OK 2026/08/23 03:34:27 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/23 03:34:27 INFO : potato3: Copied (server-side copy) 2026/08/23 03:34:27 INFO : potato2: Deleted 2026/08/23 03:34:27 INFO : potato3: Deleted 2026/08/23 03:34:28 DEBUG : B2 bucket rclone-test-tobilid1guqa: Purge remote 2026/08/23 03:34:28 INFO : B2 bucket rclone-test-tobilid1guqa: cleaning bucket "rclone-test-tobilid1guqa" of all files 2026/08/23 03:34:28 DEBUG : potato2: Deleting (id "4_z2ff21d53a0fd2bcbaf080e1b_f109811267fceef92_d20260823_m033427_c001_v0001171_t0005_u01787456067244") 2026/08/23 03:34:28 DEBUG : potato3: Deleting (id "4_z2ff21d53a0fd2bcbaf080e1b_f1133d06cea3bb976_d20260823_m033427_c001_v0001184_t0053_u01787456067623") 2026/08/23 03:34:29 DEBUG : B2 bucket rclone-test-xijejes9jeco: Purge remote 2026/08/23 03:34:29 INFO : B2 bucket rclone-test-xijejes9jeco: cleaning bucket "rclone-test-xijejes9jeco" of all files 2026/08/23 03:34:29 DEBUG : empty space: Deleting (id "4_z5f920d33a0fd2bcbaf080e1b_f4106169e65b24795_d20260823_m033423_c001_v0001174_t0015_u01787456063373") 2026/08/23 03:34:29 DEBUG : potato2: Deleting (id "4_z5f920d33a0fd2bcbaf080e1b_f400be1583d76adaf_d20260823_m033427_c001_v7007000_t0000_u01787456067757") 2026/08/23 03:34:29 DEBUG : potato2: Deleting (id "4_z5f920d33a0fd2bcbaf080e1b_f1033c50b6b018825_d20260823_m033424_c001_v0001116_t0057_u01787456064332") 2026/08/23 03:34:29 DEBUG : potato3: Deleting (id "4_z5f920d33a0fd2bcbaf080e1b_f420af02780f38287_d20260823_m033427_c001_v7007000_t0000_u01787456067868") 2026/08/23 03:34:29 DEBUG : potato3: Deleting (id "4_z5f920d33a0fd2bcbaf080e1b_f106e860c893b1e7a_d20260823_m033424_c001_v0001145_t0027_u01787456064714") 2026/08/23 03:34:29 DEBUG : potato3: Deleting (id "4_z5f920d33a0fd2bcbaf080e1b_f1106169e65b24799_d20260823_m033423_c001_v0001174_t0035_u01787456063613") --- PASS: TestServerSideMoveWithFilter (11.72s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:34:30 DEBUG : Creating backend with remote "TestB2:rclone-test-tayotoj4ceno" 2026/08/23 03:34:33 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-cuhiweg6sodi -> B2 bucket rclone-test-tayotoj4ceno 2026/08/23 03:34:35 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 03:34:35 DEBUG : empty space: size = 1 OK 2026/08/23 03:34:35 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/23 03:34:35 DEBUG : empty space: Unchanged skipping 2026/08/23 03:34:35 DEBUG : potato3: size = 68 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:34:35 DEBUG : potato3: size = 60 (B2 bucket rclone-test-tayotoj4ceno) 2026/08/23 03:34:35 DEBUG : potato3: Sizes differ 2026/08/23 03:34:35 DEBUG : B2 bucket rclone-test-tayotoj4ceno: Waiting for checks to finish 2026/08/23 03:34:35 INFO : empty space: Deleted 2026/08/23 03:34:35 DEBUG : B2 bucket rclone-test-tayotoj4ceno: Waiting for transfers to finish 2026/08/23 03:34:36 DEBUG : potato2: size = 60 OK 2026/08/23 03:34:36 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 03:34:36 INFO : potato2: Copied (server-side copy) 2026/08/23 03:34:36 DEBUG : potato3: size = 68 OK 2026/08/23 03:34:36 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/23 03:34:36 INFO : potato3: Copied (server-side copy) 2026/08/23 03:34:36 INFO : potato2: Deleted 2026/08/23 03:34:36 INFO : potato3: Deleted 2026/08/23 03:34:37 DEBUG : Creating backend with remote "TestB2:rclone-test-qusivek7ledu" 2026/08/23 03:34:37 INFO : tomatoDir: Making directory 2026/08/23 03:34:38 DEBUG : empty space: Need to transfer - File not found at Destination 2026/08/23 03:34:38 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 03:34:38 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/23 03:34:38 DEBUG : B2 bucket rclone-test-qusivek7ledu: Waiting for checks to finish 2026/08/23 03:34:38 DEBUG : B2 bucket rclone-test-qusivek7ledu: Waiting for transfers to finish 2026/08/23 03:34:39 DEBUG : empty space: size = 1 OK 2026/08/23 03:34:39 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/23 03:34:39 INFO : empty space: Copied (server-side copy) 2026/08/23 03:34:39 INFO : empty space: Deleted 2026/08/23 03:34:39 DEBUG : potato2: size = 60 OK 2026/08/23 03:34:39 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 03:34:39 INFO : potato2: Copied (server-side copy) 2026/08/23 03:34:39 DEBUG : potato3: size = 68 OK 2026/08/23 03:34:39 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/23 03:34:39 INFO : potato3: Copied (server-side copy) 2026/08/23 03:34:39 INFO : potato2: Deleted 2026/08/23 03:34:39 INFO : potato3: Deleted 2026/08/23 03:34:40 DEBUG : B2 bucket rclone-test-qusivek7ledu: Purge remote 2026/08/23 03:34:40 INFO : B2 bucket rclone-test-qusivek7ledu: cleaning bucket "rclone-test-qusivek7ledu" of all files 2026/08/23 03:34:40 DEBUG : empty space: Deleting (id "4_zbf324d23a0fd2bcbaf080e1b_f4015dfd2e12ea87c_d20260823_m033438_c001_v0001033_t0012_u01787456078905") 2026/08/23 03:34:40 DEBUG : potato2: Deleting (id "4_zbf324d23a0fd2bcbaf080e1b_f114f26a47cef72cb_d20260823_m033439_c001_v0001146_t0055_u01787456079247") 2026/08/23 03:34:40 DEBUG : potato3: Deleting (id "4_zbf324d23a0fd2bcbaf080e1b_f105956462deb487e_d20260823_m033439_c001_v0001105_t0004_u01787456079262") 2026/08/23 03:34:41 DEBUG : B2 bucket rclone-test-tayotoj4ceno: Purge remote 2026/08/23 03:34:41 INFO : B2 bucket rclone-test-tayotoj4ceno: cleaning bucket "rclone-test-tayotoj4ceno" of all files 2026/08/23 03:34:41 DEBUG : empty space: Deleting (id "4_z8f623d13a0fd2bcbaf080e1b_f4144a919a486c996_d20260823_m033439_c001_v7007000_t0000_u01787456079210") 2026/08/23 03:34:41 DEBUG : empty space: Deleting (id "4_z8f623d13a0fd2bcbaf080e1b_f4142b534d06297c0_d20260823_m033435_c001_v0001173_t0001_u01787456075007") 2026/08/23 03:34:41 DEBUG : potato2: Deleting (id "4_z8f623d13a0fd2bcbaf080e1b_f4144a919a486c9a5_d20260823_m033439_c001_v7007000_t0000_u01787456079659") 2026/08/23 03:34:41 DEBUG : potato2: Deleting (id "4_z8f623d13a0fd2bcbaf080e1b_f1162e3d88b1ba4b3_d20260823_m033435_c001_v0001113_t0023_u01787456075901") 2026/08/23 03:34:41 DEBUG : potato3: Deleting (id "4_z8f623d13a0fd2bcbaf080e1b_f400be1583d76af38_d20260823_m033439_c001_v7007000_t0000_u01787456079739") 2026/08/23 03:34:41 DEBUG : potato3: Deleting (id "4_z8f623d13a0fd2bcbaf080e1b_f1034e42e884ad4b8_d20260823_m033436_c001_v0001130_t0054_u01787456076247") 2026/08/23 03:34:41 DEBUG : potato3: Deleting (id "4_z8f623d13a0fd2bcbaf080e1b_f1142b534d06297c2_d20260823_m033435_c001_v0001173_t0033_u01787456075198") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (11.72s) === RUN TestServerSideMoveOverlap run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:34:42 DEBUG : Creating backend with remote "TestB2:rclone-test-cuhiweg6sodi/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.43s) === RUN TestSyncOverlap run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:34:45 DEBUG : Creating backend with remote "TestB2:rclone-test-cuhiweg6sodi/rclone-sync-test" --- PASS: TestSyncOverlap (1.46s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:34:46 DEBUG : Creating backend with remote "TestB2:rclone-test-cuhiweg6sodi/rclone-sync-test" 2026/08/23 03:34:48 DEBUG : Creating backend with remote "TestB2:rclone-test-cuhiweg6sodi/rclone-sync-test-include/layer2" 2026/08/23 03:34:50 DEBUG : Creating backend with remote "TestB2:rclone-test-cuhiweg6sodi/rclone-sync-test-ignore-file" 2026/08/23 03:34:55 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path rclone-sync-test: Waiting for checks to finish 2026/08/23 03:34:55 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path rclone-sync-test: Waiting for transfers to finish 2026/08/23 03:34:55 DEBUG : Waiting for deletions to finish 2026/08/23 03:34:55 INFO : There was nothing to transfer 2026/08/23 03:34:55 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:34:55 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:34:55 DEBUG : Waiting for deletions to finish 2026/08/23 03:34:55 INFO : There was nothing to transfer 2026/08/23 03:34:55 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path rclone-sync-test-include/layer2: Waiting for checks to finish 2026/08/23 03:34:55 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path rclone-sync-test-include/layer2: Waiting for transfers to finish 2026/08/23 03:34:55 DEBUG : Waiting for deletions to finish 2026/08/23 03:34:55 INFO : There was nothing to transfer 2026/08/23 03:34:56 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:34:56 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:34:56 DEBUG : Waiting for deletions to finish 2026/08/23 03:34:56 INFO : There was nothing to transfer 2026/08/23 03:34:56 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path rclone-sync-test-ignore-file: Waiting for checks to finish 2026/08/23 03:34:56 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path rclone-sync-test-ignore-file: Waiting for transfers to finish 2026/08/23 03:34:56 DEBUG : Waiting for deletions to finish 2026/08/23 03:34:56 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (10.61s) === RUN TestSyncCompareDest run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:34:57 DEBUG : Creating backend with remote "TestB2:rclone-test-cuhiweg6sodi/dst" 2026/08/23 03:34:58 DEBUG : Creating backend with remote "TestB2:rclone-test-cuhiweg6sodi/CompareDest" 2026/08/23 03:35:00 DEBUG : one: Need to transfer - File not found at Destination 2026/08/23 03:35:00 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for checks to finish 2026/08/23 03:35:00 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for transfers to finish 2026/08/23 03:35:01 DEBUG : one: size = 3 OK 2026/08/23 03:35:01 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/23 03:35:01 INFO : one: Copied (new) 2026/08/23 03:35:01 DEBUG : Waiting for deletions to finish 2026/08/23 03:35:01 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for checks to finish 2026/08/23 03:35:01 DEBUG : one: size = 5 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:35:01 DEBUG : one: size = 3 (B2 bucket rclone-test-cuhiweg6sodi path dst) 2026/08/23 03:35:01 DEBUG : one: Sizes differ 2026/08/23 03:35:01 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for transfers to finish 2026/08/23 03:35:01 DEBUG : one: size = 5 OK 2026/08/23 03:35:01 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/23 03:35:01 INFO : one: Copied (replaced existing) 2026/08/23 03:35:01 DEBUG : Waiting for deletions to finish 2026/08/23 03:35:03 DEBUG : one: size = 5 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:35:03 DEBUG : one: size = 3 (B2 bucket rclone-test-cuhiweg6sodi path dst) 2026/08/23 03:35:03 DEBUG : one: Sizes differ 2026/08/23 03:35:03 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for checks to finish 2026/08/23 03:35:03 DEBUG : one: size = 5 OK 2026/08/23 03:35:03 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 03:35:03 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/23 03:35:03 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for transfers to finish 2026/08/23 03:35:03 DEBUG : Waiting for deletions to finish 2026/08/23 03:35:03 INFO : There was nothing to transfer 2026/08/23 03:35:04 DEBUG : one: size = 5 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:35:04 DEBUG : one: size = 3 (B2 bucket rclone-test-cuhiweg6sodi path dst) 2026/08/23 03:35:04 DEBUG : one: Sizes differ 2026/08/23 03:35:05 DEBUG : two: size = 3 OK 2026/08/23 03:35:05 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 03:35:05 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/23 03:35:05 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for checks to finish 2026/08/23 03:35:05 DEBUG : one: size = 5 OK 2026/08/23 03:35:05 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 03:35:05 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/23 03:35:05 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for transfers to finish 2026/08/23 03:35:05 DEBUG : Waiting for deletions to finish 2026/08/23 03:35:05 INFO : There was nothing to transfer 2026/08/23 03:35:05 DEBUG : one: size = 5 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:35:05 DEBUG : one: size = 3 (B2 bucket rclone-test-cuhiweg6sodi path dst) 2026/08/23 03:35:05 DEBUG : one: Sizes differ 2026/08/23 03:35:05 DEBUG : two: size = 3 OK 2026/08/23 03:35:05 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 03:35:05 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/23 03:35:05 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for checks to finish 2026/08/23 03:35:05 DEBUG : one: size = 5 OK 2026/08/23 03:35:05 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 03:35:05 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/23 03:35:05 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for transfers to finish 2026/08/23 03:35:05 DEBUG : Waiting for deletions to finish 2026/08/23 03:35:05 INFO : There was nothing to transfer 2026/08/23 03:35:06 DEBUG : one: size = 5 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:35:06 DEBUG : one: size = 3 (B2 bucket rclone-test-cuhiweg6sodi path dst) 2026/08/23 03:35:06 DEBUG : one: Sizes differ 2026/08/23 03:35:06 DEBUG : two: size = 3 OK 2026/08/23 03:35:06 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/23 03:35:06 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/23 03:35:06 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/23 03:35:06 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for checks to finish 2026/08/23 03:35:06 DEBUG : one: size = 5 OK 2026/08/23 03:35:06 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 03:35:06 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/23 03:35:06 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for transfers to finish 2026/08/23 03:35:06 DEBUG : Waiting for deletions to finish 2026/08/23 03:35:06 INFO : There was nothing to transfer 2026/08/23 03:35:07 DEBUG : one: size = 5 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:35:07 DEBUG : one: size = 3 (B2 bucket rclone-test-cuhiweg6sodi path dst) 2026/08/23 03:35:07 DEBUG : one: Sizes differ 2026/08/23 03:35:07 DEBUG : two: size = 5 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:35:07 DEBUG : two: size = 3 (B2 bucket rclone-test-cuhiweg6sodi path CompareDest) 2026/08/23 03:35:07 DEBUG : two: Sizes differ 2026/08/23 03:35:07 DEBUG : two: Need to transfer - File not found at Destination 2026/08/23 03:35:07 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for checks to finish 2026/08/23 03:35:07 DEBUG : one: size = 5 OK 2026/08/23 03:35:07 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 03:35:07 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/23 03:35:07 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for transfers to finish 2026/08/23 03:35:08 DEBUG : two: size = 5 OK 2026/08/23 03:35:08 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2026/08/23 03:35:08 INFO : two: Copied (new) 2026/08/23 03:35:08 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (12.38s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:35:10 DEBUG : Creating backend with remote "TestB2:rclone-test-cuhiweg6sodi/dest" 2026/08/23 03:35:11 DEBUG : Creating backend with remote "TestB2:rclone-test-cuhiweg6sodi/pre-dest1" 2026/08/23 03:35:13 DEBUG : Creating backend with remote "TestB2:rclone-test-cuhiweg6sodi/pre-dest2" 2026/08/23 03:35:15 DEBUG : 1: size = 1 OK 2026/08/23 03:35:15 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:35:15 DEBUG : 1: Destination found in --compare-dest, skipping 2026/08/23 03:35:15 DEBUG : 2: size = 1 OK 2026/08/23 03:35:15 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:35:15 DEBUG : 2: Destination found in --compare-dest, skipping 2026/08/23 03:35:15 DEBUG : 3: Need to transfer - File not found at Destination 2026/08/23 03:35:15 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dest: Waiting for checks to finish 2026/08/23 03:35:15 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dest: Waiting for transfers to finish 2026/08/23 03:35:16 DEBUG : 3: size = 1 OK 2026/08/23 03:35:16 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2026/08/23 03:35:16 INFO : 3: Copied (new) 2026/08/23 03:35:16 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (8.66s) === RUN TestSyncCopyDest run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:35:18 DEBUG : Creating backend with remote "TestB2:rclone-test-cuhiweg6sodi/dst" 2026/08/23 03:35:19 DEBUG : Creating backend with remote "TestB2:rclone-test-cuhiweg6sodi/CopyDest" 2026/08/23 03:35:21 DEBUG : one: Need to transfer - File not found at Destination 2026/08/23 03:35:21 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for checks to finish 2026/08/23 03:35:21 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for transfers to finish 2026/08/23 03:35:22 DEBUG : one: size = 3 OK 2026/08/23 03:35:22 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/23 03:35:22 INFO : one: Copied (new) 2026/08/23 03:35:22 DEBUG : Waiting for deletions to finish 2026/08/23 03:35:22 DEBUG : one: size = 5 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:35:22 DEBUG : one: size = 3 (B2 bucket rclone-test-cuhiweg6sodi path dst) 2026/08/23 03:35:22 DEBUG : one: Sizes differ 2026/08/23 03:35:22 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for checks to finish 2026/08/23 03:35:22 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for transfers to finish 2026/08/23 03:35:23 DEBUG : one: size = 5 OK 2026/08/23 03:35:23 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/23 03:35:23 INFO : one: Copied (replaced existing) 2026/08/23 03:35:23 DEBUG : Waiting for deletions to finish 2026/08/23 03:35:24 DEBUG : Creating backend with remote "TestB2:rclone-test-cuhiweg6sodi/BackupDir" 2026/08/23 03:35:25 DEBUG : one: size = 5 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:35:25 DEBUG : one: size = 3 (B2 bucket rclone-test-cuhiweg6sodi path dst) 2026/08/23 03:35:25 DEBUG : one: Sizes differ 2026/08/23 03:35:25 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for checks to finish 2026/08/23 03:35:25 DEBUG : one: size = 5 OK 2026/08/23 03:35:25 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 03:35:25 DEBUG : one: size = 5 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:35:25 DEBUG : one: size = 3 (B2 bucket rclone-test-cuhiweg6sodi path dst) 2026/08/23 03:35:25 DEBUG : one: Sizes differ 2026/08/23 03:35:47 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_buckets": EOF) 2026/08/23 03:35:47 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/23 03:35:47 DEBUG : pacer: Reducing sleep to 10ms 2026/08/23 03:35:48 DEBUG : one: size = 3 OK 2026/08/23 03:35:48 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/23 03:35:48 INFO : one: Copied (server-side copy) 2026/08/23 03:35:48 INFO : one: Deleted 2026/08/23 03:35:49 DEBUG : one: size = 5 OK 2026/08/23 03:35:49 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/23 03:35:49 INFO : one: Copied (server-side copy) 2026/08/23 03:35:49 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/23 03:35:49 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for transfers to finish 2026/08/23 03:35:49 DEBUG : Waiting for deletions to finish 2026/08/23 03:35:50 DEBUG : one: size = 5 OK 2026/08/23 03:35:50 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 03:35:50 DEBUG : one: Unchanged skipping 2026/08/23 03:35:51 DEBUG : two: size = 3 OK 2026/08/23 03:35:51 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 03:35:51 DEBUG : two: size = 3 OK 2026/08/23 03:35:51 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/23 03:35:51 INFO : two: Copied (server-side copy) 2026/08/23 03:35:51 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/23 03:35:51 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for checks to finish 2026/08/23 03:35:51 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for transfers to finish 2026/08/23 03:35:51 DEBUG : Waiting for deletions to finish 2026/08/23 03:35:51 DEBUG : one: size = 5 OK 2026/08/23 03:35:51 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 03:35:51 DEBUG : one: Unchanged skipping 2026/08/23 03:35:51 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for checks to finish 2026/08/23 03:35:51 DEBUG : two: size = 3 OK 2026/08/23 03:35:51 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 03:35:51 DEBUG : two: Unchanged skipping 2026/08/23 03:35:51 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for transfers to finish 2026/08/23 03:35:51 DEBUG : Waiting for deletions to finish 2026/08/23 03:35:51 INFO : There was nothing to transfer 2026/08/23 03:35:52 DEBUG : one: size = 5 OK 2026/08/23 03:35:52 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 03:35:52 DEBUG : one: Unchanged skipping 2026/08/23 03:35:53 DEBUG : three: size = 7 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:35:53 DEBUG : three: size = 5 (B2 bucket rclone-test-cuhiweg6sodi path CopyDest) 2026/08/23 03:35:53 DEBUG : three: Sizes differ 2026/08/23 03:35:53 DEBUG : three: Destination not found in --copy-dest 2026/08/23 03:35:53 DEBUG : three: Need to transfer - File not found at Destination 2026/08/23 03:35:53 DEBUG : two: size = 3 OK 2026/08/23 03:35:53 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 03:35:53 DEBUG : two: Unchanged skipping 2026/08/23 03:35:53 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for checks to finish 2026/08/23 03:35:53 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for transfers to finish 2026/08/23 03:35:53 DEBUG : three: size = 7 OK 2026/08/23 03:35:53 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2026/08/23 03:35:53 INFO : three: Copied (new) 2026/08/23 03:35:53 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (37.18s) === RUN TestSyncBackupDir run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:35:56 DEBUG : Creating backend with remote "TestB2:rclone-test-cuhiweg6sodi/dst" 2026/08/23 03:35:57 DEBUG : Creating backend with remote "TestB2:rclone-test-cuhiweg6sodi/backup" 2026/08/23 03:35:59 DEBUG : one: size = 4 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:35:59 DEBUG : one: size = 3 (B2 bucket rclone-test-cuhiweg6sodi path dst) 2026/08/23 03:35:59 DEBUG : one: Sizes differ 2026/08/23 03:35:59 DEBUG : two: size = 3 OK 2026/08/23 03:35:59 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:35:59 DEBUG : two: Unchanged skipping 2026/08/23 03:35:59 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for checks to finish 2026/08/23 03:36:01 DEBUG : one: size = 3 OK 2026/08/23 03:36:01 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/23 03:36:01 INFO : one: Copied (server-side copy) 2026/08/23 03:36:01 INFO : one: Deleted 2026/08/23 03:36:01 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for transfers to finish 2026/08/23 03:36:02 DEBUG : one: size = 4 OK 2026/08/23 03:36:02 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/23 03:36:02 INFO : one: Copied (new) 2026/08/23 03:36:02 DEBUG : Waiting for deletions to finish 2026/08/23 03:36:02 DEBUG : three.txt: size = 5 OK 2026/08/23 03:36:02 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/23 03:36:02 INFO : three.txt: Copied (server-side copy) 2026/08/23 03:36:02 INFO : three.txt: Deleted 2026/08/23 03:36:02 INFO : three.txt: Moved into backup dir 2026/08/23 03:36:04 DEBUG : one: size = 5 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:36:04 DEBUG : one: size = 4 (B2 bucket rclone-test-cuhiweg6sodi path dst) 2026/08/23 03:36:04 DEBUG : one: Sizes differ 2026/08/23 03:36:04 DEBUG : two: size = 3 OK 2026/08/23 03:36:04 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:36:04 DEBUG : two: Unchanged skipping 2026/08/23 03:36:04 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for checks to finish 2026/08/23 03:36:04 DEBUG : one: size = 4 OK 2026/08/23 03:36:04 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/23 03:36:04 INFO : one: Copied (server-side copy) 2026/08/23 03:36:04 INFO : one: Deleted 2026/08/23 03:36:04 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for transfers to finish 2026/08/23 03:36:04 DEBUG : one: size = 5 OK 2026/08/23 03:36:04 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/23 03:36:04 INFO : one: Copied (new) 2026/08/23 03:36:04 DEBUG : Waiting for deletions to finish 2026/08/23 03:36:05 DEBUG : three.txt: size = 6 OK 2026/08/23 03:36:05 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/23 03:36:05 INFO : three.txt: Copied (server-side copy) 2026/08/23 03:36:05 INFO : three.txt: Deleted 2026/08/23 03:36:05 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (11.49s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:36:08 DEBUG : Creating backend with remote "TestB2:rclone-test-cuhiweg6sodi/dst" 2026/08/23 03:36:09 DEBUG : Creating backend with remote "TestB2:rclone-test-cuhiweg6sodi/backup" 2026/08/23 03:36:11 DEBUG : one: size = 4 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:36:11 DEBUG : one: size = 3 (B2 bucket rclone-test-cuhiweg6sodi path dst) 2026/08/23 03:36:11 DEBUG : one: Sizes differ 2026/08/23 03:36:11 DEBUG : two: size = 3 OK 2026/08/23 03:36:11 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:36:11 DEBUG : two: Unchanged skipping 2026/08/23 03:36:11 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for checks to finish 2026/08/23 03:36:12 DEBUG : one.bak: size = 3 OK 2026/08/23 03:36:12 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/23 03:36:12 INFO : one: Copied (server-side copy) to: one.bak 2026/08/23 03:36:12 INFO : one: Deleted 2026/08/23 03:36:12 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for transfers to finish 2026/08/23 03:36:13 DEBUG : one: size = 4 OK 2026/08/23 03:36:13 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/23 03:36:13 INFO : one: Copied (new) 2026/08/23 03:36:13 DEBUG : Waiting for deletions to finish 2026/08/23 03:36:14 DEBUG : three.txt.bak: size = 5 OK 2026/08/23 03:36:14 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/23 03:36:14 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/23 03:36:14 INFO : three.txt: Deleted 2026/08/23 03:36:14 INFO : three.txt: Moved into backup dir 2026/08/23 03:36:15 DEBUG : one: size = 5 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:36:15 DEBUG : one: size = 4 (B2 bucket rclone-test-cuhiweg6sodi path dst) 2026/08/23 03:36:15 DEBUG : one: Sizes differ 2026/08/23 03:36:15 DEBUG : two: size = 3 OK 2026/08/23 03:36:15 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:36:15 DEBUG : two: Unchanged skipping 2026/08/23 03:36:15 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for checks to finish 2026/08/23 03:36:16 DEBUG : one.bak: size = 4 OK 2026/08/23 03:36:16 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/23 03:36:16 INFO : one: Copied (server-side copy) to: one.bak 2026/08/23 03:36:16 INFO : one: Deleted 2026/08/23 03:36:16 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for transfers to finish 2026/08/23 03:36:16 DEBUG : one: size = 5 OK 2026/08/23 03:36:16 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/23 03:36:16 INFO : one: Copied (new) 2026/08/23 03:36:16 DEBUG : Waiting for deletions to finish 2026/08/23 03:36:16 DEBUG : three.txt.bak: size = 6 OK 2026/08/23 03:36:16 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/23 03:36:16 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/23 03:36:17 INFO : three.txt: Deleted 2026/08/23 03:36:17 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (11.45s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:36:19 DEBUG : Creating backend with remote "TestB2:rclone-test-cuhiweg6sodi/dst" 2026/08/23 03:36:20 DEBUG : Creating backend with remote "TestB2:rclone-test-cuhiweg6sodi/backup" 2026/08/23 03:36:22 DEBUG : one: size = 4 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:36:22 DEBUG : one: size = 3 (B2 bucket rclone-test-cuhiweg6sodi path dst) 2026/08/23 03:36:22 DEBUG : one: Sizes differ 2026/08/23 03:36:22 DEBUG : two: size = 3 OK 2026/08/23 03:36:22 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:36:22 DEBUG : two: Unchanged skipping 2026/08/23 03:36:22 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for checks to finish 2026/08/23 03:36:24 DEBUG : one-2019-01-01: size = 3 OK 2026/08/23 03:36:24 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/23 03:36:24 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/23 03:36:24 INFO : one: Deleted 2026/08/23 03:36:24 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for transfers to finish 2026/08/23 03:36:25 DEBUG : one: size = 4 OK 2026/08/23 03:36:25 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/23 03:36:25 INFO : one: Copied (new) 2026/08/23 03:36:25 DEBUG : Waiting for deletions to finish 2026/08/23 03:36:25 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/08/23 03:36:25 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/23 03:36:25 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/23 03:36:25 INFO : three.txt: Deleted 2026/08/23 03:36:25 INFO : three.txt: Moved into backup dir 2026/08/23 03:36:25 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/23 03:36:25 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/23 03:36:26 DEBUG : pacer: Reducing sleep to 10ms 2026/08/23 03:36:27 DEBUG : one: size = 5 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:36:27 DEBUG : one: size = 4 (B2 bucket rclone-test-cuhiweg6sodi path dst) 2026/08/23 03:36:27 DEBUG : one: Sizes differ 2026/08/23 03:36:27 DEBUG : two: size = 3 OK 2026/08/23 03:36:27 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:36:27 DEBUG : two: Unchanged skipping 2026/08/23 03:36:27 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for checks to finish 2026/08/23 03:36:27 DEBUG : one-2019-01-01: size = 4 OK 2026/08/23 03:36:27 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/23 03:36:27 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/23 03:36:27 INFO : one: Deleted 2026/08/23 03:36:27 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for transfers to finish 2026/08/23 03:36:28 DEBUG : one: size = 5 OK 2026/08/23 03:36:28 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/23 03:36:28 INFO : one: Copied (new) 2026/08/23 03:36:28 DEBUG : Waiting for deletions to finish 2026/08/23 03:36:28 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/08/23 03:36:28 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/23 03:36:28 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/23 03:36:28 INFO : three.txt: Deleted 2026/08/23 03:36:28 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (11.59s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:36:31 DEBUG : Creating backend with remote "TestB2:rclone-test-cuhiweg6sodi/dst" 2026/08/23 03:36:33 DEBUG : one: size = 4 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:36:33 DEBUG : one: size = 3 (B2 bucket rclone-test-cuhiweg6sodi path dst) 2026/08/23 03:36:33 DEBUG : one: Sizes differ 2026/08/23 03:36:33 DEBUG : two: size = 3 OK 2026/08/23 03:36:33 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:36:33 DEBUG : two: Unchanged skipping 2026/08/23 03:36:33 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for checks to finish 2026/08/23 03:36:33 DEBUG : one.bak: size = 3 OK 2026/08/23 03:36:33 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/23 03:36:33 INFO : one: Copied (server-side copy) to: one.bak 2026/08/23 03:36:33 INFO : one: Deleted 2026/08/23 03:36:33 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for transfers to finish 2026/08/23 03:36:34 DEBUG : one: size = 4 OK 2026/08/23 03:36:34 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/23 03:36:34 INFO : one: Copied (new) 2026/08/23 03:36:34 DEBUG : Waiting for deletions to finish 2026/08/23 03:36:35 DEBUG : three.txt.bak: size = 5 OK 2026/08/23 03:36:35 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/23 03:36:35 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/23 03:36:35 INFO : three.txt: Deleted 2026/08/23 03:36:35 INFO : three.txt: Moved into backup dir 2026/08/23 03:36:35 DEBUG : dst/three.txt: Clearing upload URL because of error: Post "https://pod-000-1041-01.backblaze.com/b2api/v1/b2_upload_file/9f723de3a0dd2bcbaf080e1b/c001_v0001041_t0051": EOF 2026/08/23 03:36:35 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1041-01.backblaze.com/b2api/v1/b2_upload_file/9f723de3a0dd2bcbaf080e1b/c001_v0001041_t0051": EOF) 2026/08/23 03:36:35 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:299: Retry Put of "dst/three.txt" to B2 bucket rclone-test-cuhiweg6sodi: 1/10 (Post "https://pod-000-1041-01.backblaze.com/b2api/v1/b2_upload_file/9f723de3a0dd2bcbaf080e1b/c001_v0001041_t0051": EOF) 2026/08/23 03:36:38 DEBUG : pacer: Reducing sleep to 10ms 2026/08/23 03:36:38 DEBUG : one.bak: Excluded (Path Filter) 2026/08/23 03:36:38 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/08/23 03:36:38 DEBUG : one: size = 5 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:36:38 DEBUG : one: size = 4 (B2 bucket rclone-test-cuhiweg6sodi path dst) 2026/08/23 03:36:38 DEBUG : one: Sizes differ 2026/08/23 03:36:38 DEBUG : two: size = 3 OK 2026/08/23 03:36:38 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:36:38 DEBUG : two: Unchanged skipping 2026/08/23 03:36:38 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for checks to finish 2026/08/23 03:36:38 DEBUG : one.bak: size = 4 OK 2026/08/23 03:36:38 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/23 03:36:38 INFO : one: Copied (server-side copy) to: one.bak 2026/08/23 03:36:38 INFO : one: Deleted 2026/08/23 03:36:38 DEBUG : B2 bucket rclone-test-cuhiweg6sodi path dst: Waiting for transfers to finish 2026/08/23 03:36:39 DEBUG : one: size = 5 OK 2026/08/23 03:36:39 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/23 03:36:39 INFO : one: Copied (new) 2026/08/23 03:36:39 DEBUG : Waiting for deletions to finish 2026/08/23 03:36:39 DEBUG : three.txt.bak: size = 6 OK 2026/08/23 03:36:39 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/23 03:36:39 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/23 03:36:39 INFO : three.txt: Deleted 2026/08/23 03:36:39 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (11.28s) === RUN TestSyncSuffix run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:36:42 DEBUG : Creating backend with remote "TestB2:rclone-test-cuhiweg6sodi/dst" 2026/08/23 03:36:43 DEBUG : one: size = 4 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:36:43 DEBUG : one: size = 3 (B2 bucket rclone-test-cuhiweg6sodi path dst) 2026/08/23 03:36:43 DEBUG : one: Sizes differ 2026/08/23 03:36:45 DEBUG : one.bak: size = 3 OK 2026/08/23 03:36:45 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/23 03:36:45 INFO : one: Copied (server-side copy) to: one.bak 2026/08/23 03:36:45 INFO : one: Deleted 2026/08/23 03:36:46 DEBUG : one: size = 4 OK 2026/08/23 03:36:46 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/23 03:36:46 INFO : one: Copied (new) 2026/08/23 03:36:46 DEBUG : two: size = 3 OK 2026/08/23 03:36:46 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:36:46 DEBUG : two: Unchanged skipping 2026/08/23 03:36:46 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:36:46 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-cuhiweg6sodi path dst) 2026/08/23 03:36:46 DEBUG : three.txt: Sizes differ 2026/08/23 03:36:46 DEBUG : three.txt.bak: size = 5 OK 2026/08/23 03:36:46 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/23 03:36:46 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/23 03:36:47 INFO : three.txt: Deleted 2026/08/23 03:36:47 DEBUG : three.txt: size = 6 OK 2026/08/23 03:36:47 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/23 03:36:47 INFO : three.txt: Copied (new) 2026/08/23 03:36:47 DEBUG : one: size = 5 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:36:47 DEBUG : one: size = 4 (B2 bucket rclone-test-cuhiweg6sodi path dst) 2026/08/23 03:36:47 DEBUG : one: Sizes differ 2026/08/23 03:36:48 DEBUG : one.bak: size = 4 OK 2026/08/23 03:36:48 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/23 03:36:48 INFO : one: Copied (server-side copy) to: one.bak 2026/08/23 03:36:48 INFO : one: Deleted 2026/08/23 03:36:48 DEBUG : one: size = 5 OK 2026/08/23 03:36:48 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/23 03:36:48 INFO : one: Copied (new) 2026/08/23 03:36:48 DEBUG : two: size = 3 OK 2026/08/23 03:36:48 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:36:48 DEBUG : two: Unchanged skipping 2026/08/23 03:36:49 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:36:49 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-cuhiweg6sodi path dst) 2026/08/23 03:36:49 DEBUG : three.txt: Sizes differ 2026/08/23 03:36:49 DEBUG : three.txt.bak: size = 6 OK 2026/08/23 03:36:49 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/23 03:36:49 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/23 03:36:49 INFO : three.txt: Deleted 2026/08/23 03:36:49 DEBUG : three.txt: size = 19 OK 2026/08/23 03:36:49 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/08/23 03:36:49 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (10.06s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:36:52 DEBUG : Creating backend with remote "TestB2:rclone-test-cuhiweg6sodi/dst" 2026/08/23 03:36:54 DEBUG : one: size = 4 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:36:54 DEBUG : one: size = 3 (B2 bucket rclone-test-cuhiweg6sodi path dst) 2026/08/23 03:36:54 DEBUG : one: Sizes differ 2026/08/23 03:36:55 DEBUG : one-2019-01-01: size = 3 OK 2026/08/23 03:36:55 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/23 03:36:55 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/23 03:36:55 INFO : one: Deleted 2026/08/23 03:36:56 DEBUG : one: size = 4 OK 2026/08/23 03:36:56 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/23 03:36:56 INFO : one: Copied (new) 2026/08/23 03:36:56 DEBUG : two: size = 3 OK 2026/08/23 03:36:56 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:36:56 DEBUG : two: Unchanged skipping 2026/08/23 03:36:56 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:36:56 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-cuhiweg6sodi path dst) 2026/08/23 03:36:56 DEBUG : three.txt: Sizes differ 2026/08/23 03:36:57 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/08/23 03:36:57 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/23 03:36:57 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/23 03:36:57 INFO : three.txt: Deleted 2026/08/23 03:36:57 DEBUG : three.txt: size = 6 OK 2026/08/23 03:36:57 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/23 03:36:57 INFO : three.txt: Copied (new) 2026/08/23 03:36:58 DEBUG : one: size = 5 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:36:58 DEBUG : one: size = 4 (B2 bucket rclone-test-cuhiweg6sodi path dst) 2026/08/23 03:36:58 DEBUG : one: Sizes differ 2026/08/23 03:36:58 DEBUG : one-2019-01-01: size = 4 OK 2026/08/23 03:36:58 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/23 03:36:58 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/23 03:36:58 INFO : one: Deleted 2026/08/23 03:36:59 DEBUG : one: size = 5 OK 2026/08/23 03:36:59 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/23 03:36:59 INFO : one: Copied (new) 2026/08/23 03:36:59 DEBUG : two: size = 3 OK 2026/08/23 03:36:59 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:36:59 DEBUG : two: Unchanged skipping 2026/08/23 03:36:59 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:36:59 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-cuhiweg6sodi path dst) 2026/08/23 03:36:59 DEBUG : three.txt: Sizes differ 2026/08/23 03:36:59 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/08/23 03:36:59 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/23 03:36:59 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/23 03:37:00 INFO : three.txt: Deleted 2026/08/23 03:37:00 DEBUG : three.txt: size = 19 OK 2026/08/23 03:37:00 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/08/23 03:37:00 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (10.64s) === RUN TestSyncUTFNorm run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:37:02 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:37:02 DEBUG : Testêé: size = 18 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:37:02 DEBUG : Testêé: Sizes differ 2026/08/23 03:37:02 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:37:02 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:37:03 DEBUG : Testêé: size = 14 OK 2026/08/23 03:37:03 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2026/08/23 03:37:03 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/08/23 03:37:03 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.19s) === RUN TestSyncImmutable run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:37:04 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/23 03:37:04 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:37:04 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:37:04 DEBUG : existing: size = 6 OK 2026/08/23 03:37:04 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/23 03:37:04 INFO : existing: Copied (new) 2026/08/23 03:37:04 DEBUG : Waiting for deletions to finish 2026/08/23 03:37:05 DEBUG : existing: size = 8 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:37:05 DEBUG : existing: size = 6 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:37:05 DEBUG : existing: Sizes differ 2026/08/23 03:37:05 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/08/23 03:37:05 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:37:05 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:37:05 ERROR : B2 bucket rclone-test-cuhiweg6sodi: not deleting files as there were IO errors 2026/08/23 03:37:05 ERROR : B2 bucket rclone-test-cuhiweg6sodi: not deleting directories as there were IO errors --- PASS: TestSyncImmutable (1.85s) === RUN TestSyncIgnoreCase run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:37:06 DEBUG : EXISTING: size = 6 OK 2026/08/23 03:37:06 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:06 DEBUG : existing: Unchanged skipping 2026/08/23 03:37:06 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:37:06 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:37:06 DEBUG : Waiting for deletions to finish 2026/08/23 03:37:06 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.28s) === RUN TestFixCase run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" sync_test.go:2666: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.37s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Soft run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.10s) --- SKIP: TestMaxTransfer/Hard (0.37s) --- SKIP: TestMaxTransfer/Soft (0.37s) --- SKIP: TestMaxTransfer/Cautious (0.36s) === RUN TestSyncConcurrentDelete run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:37:17 DEBUG : both0: size = 6 OK 2026/08/23 03:37:17 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:17 DEBUG : both10: size = 6 OK 2026/08/23 03:37:17 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:17 DEBUG : both12: size = 6 OK 2026/08/23 03:37:17 DEBUG : both11: size = 6 OK 2026/08/23 03:37:17 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:17 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:17 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:37:17 DEBUG : both0: Unchanged skipping 2026/08/23 03:37:17 DEBUG : both13: size = 6 OK 2026/08/23 03:37:17 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:17 DEBUG : both10: Unchanged skipping 2026/08/23 03:37:17 DEBUG : both14: size = 6 OK 2026/08/23 03:37:17 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:17 DEBUG : both14: Unchanged skipping 2026/08/23 03:37:17 DEBUG : both15: size = 6 OK 2026/08/23 03:37:17 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:17 DEBUG : both15: Unchanged skipping 2026/08/23 03:37:17 DEBUG : both16: size = 6 OK 2026/08/23 03:37:17 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:17 DEBUG : both16: Unchanged skipping 2026/08/23 03:37:17 DEBUG : both17: size = 6 OK 2026/08/23 03:37:17 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:17 DEBUG : both17: Unchanged skipping 2026/08/23 03:37:17 DEBUG : both18: size = 6 OK 2026/08/23 03:37:17 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:17 DEBUG : both18: Unchanged skipping 2026/08/23 03:37:17 DEBUG : both19: size = 6 OK 2026/08/23 03:37:17 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:17 DEBUG : both19: Unchanged skipping 2026/08/23 03:37:17 DEBUG : both1: size = 6 OK 2026/08/23 03:37:17 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:17 DEBUG : both1: Unchanged skipping 2026/08/23 03:37:17 DEBUG : both2: size = 6 OK 2026/08/23 03:37:17 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:17 DEBUG : both2: Unchanged skipping 2026/08/23 03:37:17 DEBUG : both3: size = 6 OK 2026/08/23 03:37:17 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:17 DEBUG : both3: Unchanged skipping 2026/08/23 03:37:17 DEBUG : both4: size = 6 OK 2026/08/23 03:37:17 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:17 DEBUG : both4: Unchanged skipping 2026/08/23 03:37:17 DEBUG : both5: size = 6 OK 2026/08/23 03:37:17 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:17 DEBUG : both5: Unchanged skipping 2026/08/23 03:37:17 DEBUG : both6: size = 6 OK 2026/08/23 03:37:17 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:17 DEBUG : both6: Unchanged skipping 2026/08/23 03:37:17 DEBUG : both7: size = 6 OK 2026/08/23 03:37:17 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:17 DEBUG : both7: Unchanged skipping 2026/08/23 03:37:17 DEBUG : both8: size = 6 OK 2026/08/23 03:37:17 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:17 DEBUG : both8: Unchanged skipping 2026/08/23 03:37:17 DEBUG : both9: size = 6 OK 2026/08/23 03:37:17 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:17 DEBUG : both9: Unchanged skipping 2026/08/23 03:37:17 DEBUG : both11: Unchanged skipping 2026/08/23 03:37:17 DEBUG : both12: Unchanged skipping 2026/08/23 03:37:17 DEBUG : both13: Unchanged skipping 2026/08/23 03:37:17 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:37:17 DEBUG : Waiting for deletions to finish 2026/08/23 03:37:17 INFO : only19: Deleted 2026/08/23 03:37:17 INFO : only8: Deleted 2026/08/23 03:37:17 INFO : only6: Deleted 2026/08/23 03:37:17 INFO : only16: Deleted 2026/08/23 03:37:17 INFO : only12: Deleted 2026/08/23 03:37:18 INFO : only18: Deleted 2026/08/23 03:37:18 INFO : only3: Deleted 2026/08/23 03:37:18 INFO : only10: Deleted 2026/08/23 03:37:18 INFO : only13: Deleted 2026/08/23 03:37:18 INFO : only11: Deleted 2026/08/23 03:37:18 INFO : only14: Deleted 2026/08/23 03:37:18 INFO : only15: Deleted 2026/08/23 03:37:18 INFO : only2: Deleted 2026/08/23 03:37:18 INFO : only7: Deleted 2026/08/23 03:37:18 INFO : only0: Deleted 2026/08/23 03:37:18 INFO : only17: Deleted 2026/08/23 03:37:18 INFO : only1: Deleted 2026/08/23 03:37:18 INFO : only4: Deleted 2026/08/23 03:37:18 INFO : only5: Deleted 2026/08/23 03:37:18 INFO : only9: Deleted 2026/08/23 03:37:18 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (14.27s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:37:31 DEBUG : both11: size = 6 OK 2026/08/23 03:37:31 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:31 DEBUG : both12: size = 6 OK 2026/08/23 03:37:31 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:31 DEBUG : both10: size = 6 OK 2026/08/23 03:37:31 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:37:31 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:31 DEBUG : both0: size = 6 OK 2026/08/23 03:37:31 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:31 DEBUG : both11: Unchanged skipping 2026/08/23 03:37:31 DEBUG : both13: size = 6 OK 2026/08/23 03:37:31 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:31 DEBUG : both13: Unchanged skipping 2026/08/23 03:37:31 DEBUG : both14: size = 6 OK 2026/08/23 03:37:31 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:31 DEBUG : both12: Unchanged skipping 2026/08/23 03:37:31 DEBUG : both15: size = 6 OK 2026/08/23 03:37:31 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:31 DEBUG : both15: Unchanged skipping 2026/08/23 03:37:31 DEBUG : both16: size = 6 OK 2026/08/23 03:37:31 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:31 DEBUG : both16: Unchanged skipping 2026/08/23 03:37:31 DEBUG : both17: size = 6 OK 2026/08/23 03:37:31 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:31 DEBUG : both17: Unchanged skipping 2026/08/23 03:37:31 DEBUG : both18: size = 6 OK 2026/08/23 03:37:31 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:31 DEBUG : both18: Unchanged skipping 2026/08/23 03:37:31 DEBUG : both19: size = 6 OK 2026/08/23 03:37:31 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:31 DEBUG : both10: Unchanged skipping 2026/08/23 03:37:31 DEBUG : both1: size = 6 OK 2026/08/23 03:37:31 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:31 DEBUG : both1: Unchanged skipping 2026/08/23 03:37:31 DEBUG : both2: size = 6 OK 2026/08/23 03:37:31 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:31 DEBUG : both0: Unchanged skipping 2026/08/23 03:37:31 DEBUG : both3: size = 6 OK 2026/08/23 03:37:31 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:31 DEBUG : both14: Unchanged skipping 2026/08/23 03:37:31 DEBUG : both4: size = 6 OK 2026/08/23 03:37:31 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:31 DEBUG : both4: Unchanged skipping 2026/08/23 03:37:31 DEBUG : both5: size = 6 OK 2026/08/23 03:37:31 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:31 DEBUG : both5: Unchanged skipping 2026/08/23 03:37:31 DEBUG : both6: size = 6 OK 2026/08/23 03:37:31 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:31 DEBUG : both6: Unchanged skipping 2026/08/23 03:37:31 DEBUG : both7: size = 6 OK 2026/08/23 03:37:31 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:31 DEBUG : both7: Unchanged skipping 2026/08/23 03:37:31 DEBUG : both8: size = 6 OK 2026/08/23 03:37:31 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:31 DEBUG : both8: Unchanged skipping 2026/08/23 03:37:31 DEBUG : both9: size = 6 OK 2026/08/23 03:37:31 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:31 DEBUG : both9: Unchanged skipping 2026/08/23 03:37:31 DEBUG : only0: size = 0 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:37:31 DEBUG : only0: size = 6 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:37:31 DEBUG : only0: Sizes differ 2026/08/23 03:37:31 DEBUG : only10: size = 0 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:37:31 DEBUG : only10: size = 6 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:37:31 DEBUG : only10: Sizes differ 2026/08/23 03:37:31 DEBUG : only11: size = 0 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:37:31 DEBUG : only11: size = 6 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:37:31 DEBUG : only11: Sizes differ 2026/08/23 03:37:31 DEBUG : only12: size = 0 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:37:31 DEBUG : only12: size = 6 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:37:31 DEBUG : only12: Sizes differ 2026/08/23 03:37:31 DEBUG : only13: size = 0 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:37:31 DEBUG : only13: size = 6 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:37:31 DEBUG : only13: Sizes differ 2026/08/23 03:37:31 DEBUG : only14: size = 0 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:37:31 DEBUG : only14: size = 6 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:37:31 DEBUG : only14: Sizes differ 2026/08/23 03:37:31 DEBUG : only15: size = 0 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:37:31 DEBUG : only15: size = 6 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:37:31 DEBUG : only15: Sizes differ 2026/08/23 03:37:31 DEBUG : only16: size = 0 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:37:31 DEBUG : only16: size = 6 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:37:31 DEBUG : only16: Sizes differ 2026/08/23 03:37:31 DEBUG : only17: size = 0 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:37:31 DEBUG : only17: size = 6 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:37:31 DEBUG : only17: Sizes differ 2026/08/23 03:37:31 DEBUG : only18: size = 0 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:37:31 DEBUG : only18: size = 6 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:37:31 DEBUG : only18: Sizes differ 2026/08/23 03:37:31 DEBUG : only19: size = 0 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:37:31 DEBUG : only19: size = 6 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:37:31 DEBUG : only19: Sizes differ 2026/08/23 03:37:31 DEBUG : only1: size = 0 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:37:31 DEBUG : only1: size = 6 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:37:31 DEBUG : only1: Sizes differ 2026/08/23 03:37:31 DEBUG : only2: size = 0 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:37:31 DEBUG : only2: size = 6 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:37:31 DEBUG : only2: Sizes differ 2026/08/23 03:37:31 DEBUG : only3: size = 0 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:37:31 DEBUG : only3: size = 6 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:37:31 DEBUG : only3: Sizes differ 2026/08/23 03:37:31 DEBUG : only4: size = 0 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:37:31 DEBUG : only4: size = 6 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:37:31 DEBUG : only4: Sizes differ 2026/08/23 03:37:31 DEBUG : only5: size = 0 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:37:31 DEBUG : only5: size = 6 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:37:31 DEBUG : only5: Sizes differ 2026/08/23 03:37:31 DEBUG : only6: size = 0 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:37:31 DEBUG : only6: size = 6 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:37:31 DEBUG : only6: Sizes differ 2026/08/23 03:37:31 DEBUG : only7: size = 0 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:37:31 DEBUG : only7: size = 6 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:37:31 DEBUG : only7: Sizes differ 2026/08/23 03:37:31 DEBUG : only8: size = 0 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:37:31 DEBUG : only8: size = 6 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:37:31 DEBUG : only8: Sizes differ 2026/08/23 03:37:31 DEBUG : only9: size = 0 (Local file system at /tmp/rclone1703115636) 2026/08/23 03:37:31 DEBUG : only9: size = 6 (B2 bucket rclone-test-cuhiweg6sodi) 2026/08/23 03:37:31 DEBUG : only9: Sizes differ 2026/08/23 03:37:31 DEBUG : both19: Unchanged skipping 2026/08/23 03:37:31 DEBUG : both2: Unchanged skipping 2026/08/23 03:37:31 DEBUG : both3: Unchanged skipping 2026/08/23 03:37:31 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:37:32 DEBUG : only0: size = 0 OK 2026/08/23 03:37:32 DEBUG : only10: size = 0 OK 2026/08/23 03:37:32 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 03:37:32 INFO : only10: Copied (replaced existing) 2026/08/23 03:37:32 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 03:37:32 INFO : only0: Copied (replaced existing) 2026/08/23 03:37:32 DEBUG : only13: size = 0 OK 2026/08/23 03:37:32 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 03:37:32 INFO : only13: Copied (replaced existing) 2026/08/23 03:37:32 DEBUG : only14: size = 0 OK 2026/08/23 03:37:32 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 03:37:32 INFO : only14: Copied (replaced existing) 2026/08/23 03:37:32 DEBUG : only11: size = 0 OK 2026/08/23 03:37:32 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 03:37:32 INFO : only11: Copied (replaced existing) 2026/08/23 03:37:32 DEBUG : only15: size = 0 OK 2026/08/23 03:37:32 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 03:37:32 INFO : only15: Copied (replaced existing) 2026/08/23 03:37:32 DEBUG : only16: size = 0 OK 2026/08/23 03:37:32 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 03:37:32 INFO : only16: Copied (replaced existing) 2026/08/23 03:37:32 DEBUG : only17: size = 0 OK 2026/08/23 03:37:32 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 03:37:32 INFO : only17: Copied (replaced existing) 2026/08/23 03:37:32 DEBUG : only12: size = 0 OK 2026/08/23 03:37:32 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 03:37:32 INFO : only12: Copied (replaced existing) 2026/08/23 03:37:32 DEBUG : only18: size = 0 OK 2026/08/23 03:37:32 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 03:37:32 INFO : only18: Copied (replaced existing) 2026/08/23 03:37:32 DEBUG : only19: size = 0 OK 2026/08/23 03:37:32 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 03:37:32 INFO : only19: Copied (replaced existing) 2026/08/23 03:37:33 DEBUG : only1: size = 0 OK 2026/08/23 03:37:33 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 03:37:33 INFO : only1: Copied (replaced existing) 2026/08/23 03:37:33 DEBUG : only2: size = 0 OK 2026/08/23 03:37:33 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 03:37:33 INFO : only2: Copied (replaced existing) 2026/08/23 03:37:33 DEBUG : only3: size = 0 OK 2026/08/23 03:37:33 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 03:37:33 INFO : only3: Copied (replaced existing) 2026/08/23 03:37:33 DEBUG : only4: size = 0 OK 2026/08/23 03:37:33 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 03:37:33 INFO : only4: Copied (replaced existing) 2026/08/23 03:37:33 DEBUG : only5: size = 0 OK 2026/08/23 03:37:33 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 03:37:33 INFO : only5: Copied (replaced existing) 2026/08/23 03:37:33 DEBUG : only6: size = 0 OK 2026/08/23 03:37:33 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 03:37:33 INFO : only6: Copied (replaced existing) 2026/08/23 03:37:33 DEBUG : only7: size = 0 OK 2026/08/23 03:37:33 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 03:37:33 INFO : only7: Copied (replaced existing) 2026/08/23 03:37:33 DEBUG : only8: size = 0 OK 2026/08/23 03:37:33 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 03:37:33 INFO : only8: Copied (replaced existing) 2026/08/23 03:37:33 DEBUG : only9: size = 0 OK 2026/08/23 03:37:33 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 03:37:33 INFO : only9: Copied (replaced existing) 2026/08/23 03:37:33 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (18.70s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:37:41 DEBUG : empty_dir: Making directory with metadata 2026/08/23 03:37:41 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/23 03:37:41 DEBUG : empty_on_remote: Making directory with metadata 2026/08/23 03:37:41 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/23 03:37:41 INFO : empty_on_remote: Making directory 2026/08/23 03:37:41 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/08/23 03:37:42 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/23 03:37:42 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/23 03:37:42 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/23 03:37:42 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (2.07s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:37:43 DEBUG : empty_dir: Making directory with metadata 2026/08/23 03:37:43 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/23 03:37:43 DEBUG : empty_on_remote: Making directory with metadata 2026/08/23 03:37:43 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/23 03:37:43 INFO : empty_on_remote: Making directory 2026/08/23 03:37:43 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/08/23 03:37:44 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/23 03:37:44 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/23 03:37:44 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/23 03:37:44 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/08/23 03:37:44 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (2.16s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:37:45 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/23 03:37:45 INFO : sub dir: Making directory 2026/08/23 03:37:45 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithEmptyDirs (1.74s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:37:47 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/23 03:37:47 INFO : sub dir: Making directory 2026/08/23 03:37:47 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithoutEmptyDirs (2.19s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:37:53 DEBUG : Waiting for deletions to finish 2026/08/23 03:37:53 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:37:53 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:37:53 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:37:53 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:37:53 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:37:53 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:37:53 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:37:53 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:37:53 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:37:53 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:37:53 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:37:53 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:37:53 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:37:53 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:37:53 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:37:53 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:37:53 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:37:53 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:37:53 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:37:53 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 03:37:54 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 03:37:54 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:54 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 03:37:54 DEBUG : apple: size = 5 OK 2026/08/23 03:37:54 DEBUG : banana: size = 6 OK 2026/08/23 03:37:54 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:54 DEBUG : banana: Unchanged skipping 2026/08/23 03:37:54 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:54 DEBUG : apple: Unchanged skipping 2026/08/23 03:37:54 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 03:37:54 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:54 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 03:37:54 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 03:37:54 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:54 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 03:37:54 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 03:37:54 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:54 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 03:37:54 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 03:37:54 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:54 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 03:37:54 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 03:37:54 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:54 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 03:37:54 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 03:37:54 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:54 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 03:37:54 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 03:37:54 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:54 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 03:37:54 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 03:37:54 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:54 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 03:37:54 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 03:37:54 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:54 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 03:37:54 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 03:37:54 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:54 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 03:37:54 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 03:37:54 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:54 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 03:37:54 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 03:37:54 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:54 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 03:37:54 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 03:37:54 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:54 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 03:37:54 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 03:37:54 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:54 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 03:37:54 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 03:37:54 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:54 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 03:37:54 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 03:37:54 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:54 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 03:37:54 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 03:37:54 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:54 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 03:37:54 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:37:54 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:37:54 DEBUG : Waiting for deletions to finish 2026/08/23 03:37:54 INFO : There was nothing to transfer 2026/08/23 03:37:54 DEBUG : Waiting for deletions to finish 2026/08/23 03:37:54 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:37:54 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:37:54 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:37:54 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:37:54 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:37:54 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:37:54 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:37:54 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:37:54 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:37:54 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:37:54 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:37:54 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:37:54 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:37:54 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:37:54 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:37:54 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:37:54 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:37:54 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:37:54 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:37:54 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 03:37:55 DEBUG : apple: size = 5 OK 2026/08/23 03:37:55 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:55 DEBUG : apple: Unchanged skipping 2026/08/23 03:37:55 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 03:37:55 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:55 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 03:37:55 DEBUG : banana: size = 6 OK 2026/08/23 03:37:55 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:55 DEBUG : banana: Unchanged skipping 2026/08/23 03:37:55 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 03:37:55 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:55 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 03:37:55 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 03:37:55 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:55 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 03:37:55 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 03:37:55 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:55 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 03:37:55 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 03:37:55 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:55 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 03:37:55 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 03:37:55 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:55 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 03:37:55 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 03:37:55 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:55 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 03:37:55 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 03:37:55 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:55 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 03:37:55 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 03:37:55 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:55 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 03:37:55 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 03:37:55 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:55 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 03:37:55 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 03:37:55 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:55 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 03:37:55 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 03:37:55 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:55 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 03:37:55 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 03:37:55 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:55 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 03:37:55 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 03:37:55 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:55 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 03:37:55 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 03:37:55 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:55 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 03:37:55 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 03:37:55 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:55 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 03:37:55 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 03:37:55 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:55 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 03:37:55 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 03:37:55 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:37:55 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 03:37:55 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:37:55 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:37:55 DEBUG : Waiting for deletions to finish 2026/08/23 03:37:55 INFO : There was nothing to transfer 2026/08/23 03:37:55 DEBUG : Waiting for deletions to finish 2026/08/23 03:37:55 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:37:55 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:37:55 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:37:55 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:37:55 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:37:55 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:37:55 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:37:55 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:37:55 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:37:55 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:37:55 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:37:55 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:37:55 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:37:55 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:37:55 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:37:55 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:37:55 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:37:55 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:37:55 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:37:55 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/NFD run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:38:05 DEBUG : Waiting for deletions to finish 2026/08/23 03:38:05 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:38:05 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:38:05 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:38:05 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:38:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:38:05 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:38:05 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:38:05 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:38:05 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:38:05 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:38:05 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:38:05 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:38:05 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:38:05 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:38:05 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:38:05 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:38:05 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:38:05 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:38:05 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:38:05 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 03:38:06 DEBUG : apple: size = 5 OK 2026/08/23 03:38:06 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : apple: Unchanged skipping 2026/08/23 03:38:06 DEBUG : banana: size = 6 OK 2026/08/23 03:38:06 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : banana: Unchanged skipping 2026/08/23 03:38:06 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 03:38:06 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 03:38:06 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 03:38:06 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 03:38:06 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 03:38:06 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 03:38:06 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 03:38:06 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 03:38:06 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 03:38:06 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 03:38:06 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 03:38:06 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 03:38:06 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 03:38:06 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 03:38:06 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 03:38:06 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 03:38:06 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 03:38:06 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 03:38:06 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:38:06 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 03:38:06 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:38:06 DEBUG : Waiting for deletions to finish 2026/08/23 03:38:06 INFO : There was nothing to transfer 2026/08/23 03:38:06 DEBUG : Waiting for deletions to finish 2026/08/23 03:38:06 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:38:06 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:38:06 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:38:06 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:38:06 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:38:06 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:38:06 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:38:06 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:38:06 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:38:06 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:38:06 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:38:06 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:38:06 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:38:06 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:38:06 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:38:06 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:38:06 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:38:06 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:38:06 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:38:06 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 03:38:06 DEBUG : banana: size = 6 OK 2026/08/23 03:38:06 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : banana: Unchanged skipping 2026/08/23 03:38:06 DEBUG : apple: size = 5 OK 2026/08/23 03:38:06 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : apple: Unchanged skipping 2026/08/23 03:38:06 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 03:38:06 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 03:38:06 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 03:38:06 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 03:38:06 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 03:38:06 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 03:38:06 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 03:38:06 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 03:38:06 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 03:38:06 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 03:38:06 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 03:38:06 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 03:38:06 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 03:38:06 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 03:38:06 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 03:38:06 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 03:38:06 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:38:06 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 03:38:06 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 03:38:06 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 03:38:06 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:06 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 03:38:06 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:38:06 DEBUG : Waiting for deletions to finish 2026/08/23 03:38:06 INFO : There was nothing to transfer 2026/08/23 03:38:06 DEBUG : Waiting for deletions to finish 2026/08/23 03:38:07 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:38:07 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:38:07 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:38:07 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:38:07 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:38:07 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:38:07 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:38:07 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:38:07 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:38:07 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:38:07 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:38:07 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:38:07 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:38:07 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:38:07 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:38:07 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:38:07 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:38:07 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:38:07 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:38:07 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/base64 run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:38:17 DEBUG : Waiting for deletions to finish 2026/08/23 03:38:17 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:38:17 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:38:17 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:38:17 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:38:17 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:38:17 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:38:17 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:38:17 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:38:17 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:38:17 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:38:17 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:38:17 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:38:17 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:38:17 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:38:17 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:38:17 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:38:17 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:38:17 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:38:17 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:38:17 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 03:38:17 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:17 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:17 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:17 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:17 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:17 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:17 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:17 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:17 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:17 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:17 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:17 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:17 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:17 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:17 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:18 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/23 03:38:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:18 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/23 03:38:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:18 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/23 03:38:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:18 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/23 03:38:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:18 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:18 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:18 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:18 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:18 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:18 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:18 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/23 03:38:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:18 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:18 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:18 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:18 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:18 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:18 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:18 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:18 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:18 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:18 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:18 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:18 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:18 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:18 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:18 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:18 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:18 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/23 03:38:18 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:18 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:38:18 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:38:18 DEBUG : YXBwbGU=: size = 5 OK 2026/08/23 03:38:18 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/23 03:38:18 INFO : apple: Copied (new) to: YXBwbGU= 2026/08/23 03:38:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:18 DEBUG : YmFuYW5h: size = 6 OK 2026/08/23 03:38:18 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/23 03:38:18 INFO : banana: Copied (new) to: YmFuYW5h 2026/08/23 03:38:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:18 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/23 03:38:18 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/23 03:38:18 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:18 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/23 03:38:18 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/23 03:38:18 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:18 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/23 03:38:18 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/23 03:38:18 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:18 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/23 03:38:18 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/23 03:38:18 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:18 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/23 03:38:18 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/23 03:38:18 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:18 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/23 03:38:18 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/23 03:38:18 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:18 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/23 03:38:18 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/23 03:38:18 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:19 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/23 03:38:19 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/23 03:38:19 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:19 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/23 03:38:19 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/23 03:38:19 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:19 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/23 03:38:19 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/23 03:38:19 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:19 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/23 03:38:19 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/23 03:38:19 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:19 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:19 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/23 03:38:19 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/23 03:38:19 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:19 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:19 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/23 03:38:19 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/23 03:38:19 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:19 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/23 03:38:19 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/23 03:38:19 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:19 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/23 03:38:19 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/23 03:38:19 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/23 03:38:19 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:19 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/23 03:38:19 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/23 03:38:19 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:19 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/23 03:38:19 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/23 03:38:19 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:19 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/23 03:38:19 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/23 03:38:19 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/08/23 03:38:19 DEBUG : Waiting for deletions to finish 2026/08/23 03:38:19 INFO : splitbananasplit: Deleted 2026/08/23 03:38:20 INFO : dir1/0003-defghij.txt: Deleted 2026/08/23 03:38:20 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/23 03:38:20 INFO : dir1/0013-789;=.txt: Deleted 2026/08/23 03:38:20 INFO : dir1/0014-89;=.txt: Deleted 2026/08/23 03:38:20 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/23 03:38:20 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/23 03:38:20 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/23 03:38:20 INFO : banana: Deleted 2026/08/23 03:38:20 INFO : dir1/0007-1234567.txt: Deleted 2026/08/23 03:38:20 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/23 03:38:20 INFO : dir1/0010-456789.txt: Deleted 2026/08/23 03:38:20 INFO : dir1/0011-56789;.txt: Deleted 2026/08/23 03:38:20 INFO : dir1/0012-6789;.txt: Deleted 2026/08/23 03:38:20 INFO : dir1/0015-9;=.txt: Deleted 2026/08/23 03:38:20 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/23 03:38:20 INFO : dir1/0008-2345678.txt: Deleted 2026/08/23 03:38:20 INFO : dir1/0009-3456789.txt: Deleted 2026/08/23 03:38:20 INFO : apple: Deleted 2026/08/23 03:38:20 INFO : appleappleapplebanana: Deleted 2026/08/23 03:38:20 DEBUG : Waiting for deletions to finish 2026/08/23 03:38:20 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/23 03:38:20 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/23 03:38:20 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/23 03:38:20 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/23 03:38:20 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/23 03:38:20 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/23 03:38:20 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/23 03:38:20 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/23 03:38:20 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/23 03:38:20 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/23 03:38:20 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/23 03:38:20 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/23 03:38:20 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/23 03:38:20 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/23 03:38:20 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/23 03:38:20 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/23 03:38:20 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/23 03:38:20 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/23 03:38:20 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/23 03:38:20 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/23 03:38:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/23 03:38:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/23 03:38:21 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:21 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:21 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:21 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:21 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:21 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:21 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:21 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:21 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:21 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:21 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:21 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:21 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:21 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:21 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : YXBwbGU=: size = 5 OK 2026/08/23 03:38:21 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:21 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 03:38:21 DEBUG : apple: Unchanged skipping 2026/08/23 03:38:21 DEBUG : YmFuYW5h: size = 6 OK 2026/08/23 03:38:21 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:21 DEBUG : banana: Unchanged skipping 2026/08/23 03:38:21 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/23 03:38:21 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:21 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 03:38:21 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:21 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:21 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:21 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:21 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:21 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:21 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:21 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:21 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:21 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:21 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:21 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:21 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:21 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:21 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:21 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:21 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:21 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:21 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:21 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:21 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:21 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:21 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:21 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:21 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:21 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:21 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:21 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:21 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:21 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:21 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:21 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:21 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:21 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:21 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:21 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:21 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:21 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:21 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:21 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:21 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:21 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:21 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:21 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:21 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:21 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:21 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:21 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:21 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:21 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:21 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:21 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:21 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:21 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:21 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:21 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:21 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:21 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:21 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:21 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:21 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:21 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:21 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:21 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:21 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:21 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:21 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:21 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:21 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:21 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:21 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:21 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:21 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:21 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:21 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:21 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:21 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:21 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:21 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:21 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:21 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:21 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:21 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:21 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:21 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:21 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:21 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:21 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:21 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:21 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:21 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:21 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:21 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:21 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:21 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:21 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:21 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:21 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:21 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:21 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:21 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:21 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:21 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:21 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:21 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:21 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:21 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:21 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:21 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:21 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:21 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:21 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:21 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:21 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:21 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:21 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:21 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:21 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:21 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:21 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:21 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:21 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:21 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:21 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:21 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:21 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:21 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:21 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:21 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:21 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:21 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:21 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:21 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:21 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:21 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:21 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:21 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:21 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:21 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:21 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:21 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:21 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:21 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:21 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:21 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:21 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:21 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:21 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:21 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:21 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:21 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:21 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:21 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:21 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:21 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/23 03:38:21 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:21 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:21 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:21 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:21 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:21 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:21 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/23 03:38:21 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/23 03:38:21 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:21 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 03:38:21 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:21 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 03:38:21 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/23 03:38:21 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:21 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 03:38:21 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/23 03:38:21 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:21 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 03:38:21 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:21 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:21 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:21 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:21 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:21 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/23 03:38:21 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/23 03:38:21 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:21 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 03:38:21 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/23 03:38:21 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:21 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 03:38:21 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/23 03:38:21 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/23 03:38:21 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:21 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:21 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 03:38:21 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/23 03:38:21 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:21 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 03:38:21 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:38:21 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/23 03:38:21 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:21 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 03:38:21 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/23 03:38:21 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:21 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 03:38:21 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/23 03:38:21 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:21 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 03:38:21 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/23 03:38:21 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:21 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 03:38:21 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/23 03:38:21 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:21 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 03:38:21 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 03:38:21 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/23 03:38:21 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:21 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 03:38:21 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/23 03:38:21 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:38:21 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 03:38:21 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:38:21 DEBUG : Waiting for deletions to finish 2026/08/23 03:38:21 DEBUG : Waiting for deletions to finish 2026/08/23 03:38:21 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/23 03:38:21 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/23 03:38:21 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/23 03:38:21 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/23 03:38:21 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/23 03:38:21 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/23 03:38:21 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/23 03:38:21 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/23 03:38:21 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/23 03:38:21 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/23 03:38:21 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/23 03:38:21 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/23 03:38:21 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/23 03:38:21 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/23 03:38:21 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/23 03:38:21 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/23 03:38:21 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/23 03:38:21 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/23 03:38:21 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/23 03:38:21 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/23 03:38:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 03:38:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 03:38:21 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 03:38:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 03:38:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/23 03:38:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/23 03:38:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/23 03:38:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/23 03:38:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/23 03:38:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:38:31 DEBUG : Waiting for deletions to finish 2026/08/23 03:38:31 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:38:31 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:38:31 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:38:31 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:38:31 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:38:31 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:38:31 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:38:31 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:38:31 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:38:31 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:38:31 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:38:31 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:38:31 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:38:31 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:38:31 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:38:31 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:38:31 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:38:31 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:38:31 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:38:31 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 03:38:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 03:38:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 03:38:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 03:38:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 03:38:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 03:38:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 03:38:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 03:38:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 03:38:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 03:38:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 03:38:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 03:38:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 03:38:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 03:38:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 03:38:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 03:38:32 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/23 03:38:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 03:38:32 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/23 03:38:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 03:38:32 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/23 03:38:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 03:38:32 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/23 03:38:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 03:38:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 03:38:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 03:38:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 03:38:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 03:38:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 03:38:32 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/23 03:38:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 03:38:32 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/23 03:38:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 03:38:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 03:38:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 03:38:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 03:38:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 03:38:32 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/23 03:38:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 03:38:32 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/23 03:38:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 03:38:32 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/23 03:38:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 03:38:32 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/23 03:38:32 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/23 03:38:32 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/23 03:38:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 03:38:32 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/23 03:38:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 03:38:32 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/23 03:38:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 03:38:32 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/23 03:38:32 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/23 03:38:32 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/23 03:38:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 03:38:32 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/23 03:38:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 03:38:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 03:38:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 03:38:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 03:38:32 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/23 03:38:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 03:38:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 03:38:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 03:38:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 03:38:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 03:38:32 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/23 03:38:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 03:38:32 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/23 03:38:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 03:38:32 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/23 03:38:32 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/23 03:38:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 03:38:32 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/23 03:38:32 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/23 03:38:32 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/23 03:38:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 03:38:32 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/23 03:38:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 03:38:32 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/23 03:38:32 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/23 03:38:32 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/23 03:38:32 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/23 03:38:32 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/23 03:38:32 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/23 03:38:32 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/23 03:38:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 03:38:32 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/23 03:38:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 03:38:32 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/23 03:38:32 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/23 03:38:32 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/23 03:38:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 03:38:32 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/23 03:38:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 03:38:32 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/23 03:38:32 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/23 03:38:32 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/23 03:38:32 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/23 03:38:32 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/23 03:38:32 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/23 03:38:32 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/23 03:38:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 03:38:32 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/23 03:38:32 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/23 03:38:32 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/23 03:38:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 03:38:32 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/23 03:38:32 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/23 03:38:32 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/23 03:38:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 03:38:32 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/23 03:38:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 03:38:32 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/23 03:38:32 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/23 03:38:32 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/23 03:38:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 03:38:32 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/23 03:38:32 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/23 03:38:32 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/23 03:38:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 03:38:32 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/23 03:38:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 03:38:32 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/23 03:38:32 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/23 03:38:32 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/23 03:38:32 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/23 03:38:32 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/23 03:38:32 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/23 03:38:32 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/23 03:38:32 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/23 03:38:32 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/23 03:38:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 03:38:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 03:38:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 03:38:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 03:38:32 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/23 03:38:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 03:38:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 03:38:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 03:38:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 03:38:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 03:38:32 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/23 03:38:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 03:38:32 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/23 03:38:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 03:38:32 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/23 03:38:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 03:38:32 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/23 03:38:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 03:38:32 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/23 03:38:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 03:38:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 03:38:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 03:38:32 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/23 03:38:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 03:38:32 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/23 03:38:32 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/23 03:38:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 03:38:32 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/23 03:38:32 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/23 03:38:32 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/23 03:38:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 03:38:32 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/23 03:38:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 03:38:32 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/23 03:38:32 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/23 03:38:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 03:38:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 03:38:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 03:38:32 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/23 03:38:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 03:38:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 03:38:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 03:38:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 03:38:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 03:38:32 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/23 03:38:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 03:38:32 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/23 03:38:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 03:38:32 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/23 03:38:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 03:38:32 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/23 03:38:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 03:38:32 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/23 03:38:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 03:38:32 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/23 03:38:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 03:38:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 03:38:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 03:38:32 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/23 03:38:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 03:38:32 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/23 03:38:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 03:38:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 03:38:32 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/23 03:38:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 03:38:32 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 03:38:32 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:32 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 03:38:32 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:32 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/23 03:38:32 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:32 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/23 03:38:32 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:32 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 03:38:32 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:32 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/23 03:38:32 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:32 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/23 03:38:32 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:32 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/23 03:38:32 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:32 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/23 03:38:32 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:32 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/23 03:38:32 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:32 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/23 03:38:32 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:32 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 03:38:32 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:32 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 03:38:32 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:32 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/23 03:38:32 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:32 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 03:38:32 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:32 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/23 03:38:32 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:32 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:38:32 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:38:32 DEBUG : PREFIXapple: size = 5 OK 2026/08/23 03:38:32 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/23 03:38:32 INFO : apple: Copied (new) to: PREFIXapple 2026/08/23 03:38:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/23 03:38:32 DEBUG : PREFIXbanana: size = 6 OK 2026/08/23 03:38:32 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/23 03:38:32 INFO : banana: Copied (new) to: PREFIXbanana 2026/08/23 03:38:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/23 03:38:32 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/08/23 03:38:32 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/23 03:38:32 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/08/23 03:38:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/23 03:38:32 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/08/23 03:38:32 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/23 03:38:32 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/08/23 03:38:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/23 03:38:32 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/08/23 03:38:32 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/23 03:38:32 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/08/23 03:38:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/23 03:38:32 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/08/23 03:38:32 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/23 03:38:32 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/08/23 03:38:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/23 03:38:32 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/08/23 03:38:32 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/23 03:38:32 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/08/23 03:38:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/23 03:38:32 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/08/23 03:38:32 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/23 03:38:32 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/08/23 03:38:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/23 03:38:32 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/08/23 03:38:32 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/23 03:38:32 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/08/23 03:38:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/23 03:38:33 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/08/23 03:38:33 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/23 03:38:33 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/08/23 03:38:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/23 03:38:33 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/08/23 03:38:33 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/23 03:38:33 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/08/23 03:38:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/23 03:38:33 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/08/23 03:38:33 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/23 03:38:33 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/08/23 03:38:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/23 03:38:33 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/08/23 03:38:33 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/23 03:38:33 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/08/23 03:38:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/23 03:38:33 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/08/23 03:38:33 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/23 03:38:33 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/08/23 03:38:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/23 03:38:33 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/08/23 03:38:33 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/23 03:38:33 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/08/23 03:38:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/23 03:38:33 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/08/23 03:38:33 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/23 03:38:33 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/08/23 03:38:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/23 03:38:33 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/08/23 03:38:33 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/23 03:38:33 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/08/23 03:38:33 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/08/23 03:38:33 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/23 03:38:33 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/08/23 03:38:33 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/08/23 03:38:33 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/23 03:38:33 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/08/23 03:38:33 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/08/23 03:38:33 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/23 03:38:33 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/08/23 03:38:33 DEBUG : Waiting for deletions to finish 2026/08/23 03:38:33 INFO : dir1/0015-9;=.txt: Deleted 2026/08/23 03:38:33 INFO : dir1/0010-456789.txt: Deleted 2026/08/23 03:38:34 INFO : appleappleapplebanana: Deleted 2026/08/23 03:38:34 INFO : dir1/0011-56789;.txt: Deleted 2026/08/23 03:38:34 INFO : dir1/0012-6789;.txt: Deleted 2026/08/23 03:38:34 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/23 03:38:34 INFO : splitbananasplit: Deleted 2026/08/23 03:38:34 INFO : apple: Deleted 2026/08/23 03:38:34 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/23 03:38:34 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/23 03:38:34 INFO : dir1/0009-3456789.txt: Deleted 2026/08/23 03:38:34 INFO : dir1/0014-89;=.txt: Deleted 2026/08/23 03:38:34 INFO : dir1/0007-1234567.txt: Deleted 2026/08/23 03:38:34 INFO : banana: Deleted 2026/08/23 03:38:34 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/23 03:38:34 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/23 03:38:34 INFO : dir1/0008-2345678.txt: Deleted 2026/08/23 03:38:34 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/23 03:38:34 INFO : dir1/0013-789;=.txt: Deleted 2026/08/23 03:38:34 INFO : dir1/0003-defghij.txt: Deleted 2026/08/23 03:38:34 DEBUG : Waiting for deletions to finish 2026/08/23 03:38:34 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/08/23 03:38:34 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:38:34 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/08/23 03:38:34 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/08/23 03:38:34 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:38:34 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:38:34 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:38:34 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:38:34 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:38:34 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:38:34 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:38:34 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:38:34 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:38:34 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:38:34 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:38:34 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:38:34 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:38:34 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:38:34 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:38:34 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:38:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/23 03:38:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/23 03:38:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/23 03:38:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/23 03:38:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/23 03:38:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/23 03:38:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/23 03:38:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/23 03:38:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/23 03:38:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/23 03:38:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/23 03:38:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/23 03:38:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/23 03:38:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/23 03:38:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/23 03:38:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/23 03:38:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/23 03:38:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/23 03:38:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/23 03:38:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/23 03:38:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/23 03:38:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/23 03:38:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/23 03:38:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/23 03:38:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/23 03:38:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/23 03:38:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/23 03:38:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/23 03:38:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/23 03:38:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/23 03:38:35 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 03:38:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/23 03:38:35 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 03:38:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/23 03:38:35 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 03:38:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/23 03:38:35 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 03:38:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/23 03:38:35 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 03:38:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/23 03:38:35 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 03:38:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/23 03:38:35 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 03:38:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/23 03:38:35 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 03:38:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/23 03:38:35 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 03:38:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/23 03:38:35 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 03:38:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/23 03:38:35 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 03:38:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/23 03:38:35 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 03:38:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/23 03:38:35 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 03:38:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/23 03:38:35 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 03:38:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/23 03:38:35 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 03:38:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/23 03:38:35 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 03:38:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/23 03:38:35 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 03:38:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/23 03:38:35 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 03:38:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/23 03:38:35 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 03:38:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/23 03:38:35 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 03:38:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/23 03:38:35 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 03:38:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/23 03:38:35 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 03:38:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/23 03:38:35 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 03:38:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/23 03:38:35 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 03:38:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/23 03:38:35 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 03:38:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/23 03:38:35 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 03:38:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/23 03:38:35 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 03:38:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/23 03:38:35 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 03:38:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/23 03:38:35 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 03:38:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/23 03:38:35 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 03:38:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/23 03:38:35 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 03:38:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/23 03:38:35 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 03:38:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/23 03:38:35 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 03:38:35 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 03:38:35 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 03:38:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/23 03:38:35 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 03:38:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/23 03:38:35 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 03:38:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/23 03:38:35 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 03:38:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/23 03:38:35 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 03:38:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/23 03:38:35 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 03:38:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/23 03:38:35 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 03:38:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/23 03:38:35 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 03:38:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/23 03:38:35 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 03:38:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/23 03:38:35 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 03:38:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/23 03:38:35 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 03:38:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/23 03:38:35 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 03:38:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/23 03:38:35 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 03:38:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/23 03:38:35 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 03:38:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/23 03:38:35 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 03:38:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/23 03:38:35 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 03:38:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/23 03:38:35 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 03:38:35 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 03:38:35 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 03:38:35 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 03:38:35 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 03:38:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/23 03:38:35 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 03:38:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/23 03:38:35 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 03:38:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/23 03:38:35 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 03:38:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/23 03:38:35 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 03:38:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/23 03:38:35 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 03:38:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/23 03:38:35 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 03:38:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/23 03:38:35 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 03:38:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/23 03:38:35 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 03:38:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/23 03:38:35 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 03:38:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/23 03:38:35 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 03:38:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/23 03:38:35 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 03:38:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/23 03:38:35 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 03:38:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/23 03:38:35 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 03:38:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/23 03:38:35 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 03:38:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/23 03:38:35 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 03:38:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/23 03:38:35 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 03:38:35 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 03:38:35 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 03:38:35 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 03:38:35 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 03:38:35 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 03:38:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/23 03:38:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/23 03:38:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/23 03:38:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/23 03:38:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/23 03:38:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/23 03:38:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/23 03:38:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/23 03:38:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/23 03:38:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/23 03:38:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/23 03:38:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/23 03:38:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/23 03:38:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/23 03:38:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/23 03:38:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/23 03:38:35 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/23 03:38:35 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/23 03:38:35 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/23 03:38:35 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/23 03:38:35 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:35 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:35 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:35 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:35 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:35 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:35 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:35 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:35 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:35 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:35 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:35 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:35 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:35 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:35 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:35 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:35 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:38:35 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:38:35 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 03:38:35 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/23 03:38:35 INFO : appleappleapplebanana: Copied (new) 2026/08/23 03:38:35 DEBUG : apple: size = 5 OK 2026/08/23 03:38:35 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/23 03:38:35 INFO : apple: Copied (new) 2026/08/23 03:38:35 DEBUG : banana: size = 6 OK 2026/08/23 03:38:35 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/23 03:38:35 INFO : banana: Copied (new) 2026/08/23 03:38:35 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 03:38:35 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/23 03:38:35 INFO : splitbananasplit: Copied (new) 2026/08/23 03:38:35 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 03:38:35 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/23 03:38:35 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/23 03:38:35 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 03:38:35 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/23 03:38:35 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/23 03:38:35 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 03:38:35 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/23 03:38:35 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/23 03:38:35 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 03:38:35 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/23 03:38:35 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/23 03:38:35 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 03:38:35 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/23 03:38:35 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/23 03:38:35 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 03:38:35 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/23 03:38:35 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/23 03:38:35 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 03:38:35 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/23 03:38:35 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/23 03:38:35 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 03:38:35 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/23 03:38:35 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/23 03:38:36 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 03:38:36 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/23 03:38:36 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/23 03:38:36 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 03:38:36 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/23 03:38:36 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/23 03:38:36 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 03:38:36 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/23 03:38:36 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/23 03:38:36 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 03:38:36 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/23 03:38:36 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/23 03:38:36 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 03:38:36 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/23 03:38:36 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/23 03:38:36 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 03:38:36 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/23 03:38:36 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/23 03:38:36 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 03:38:36 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/23 03:38:36 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/23 03:38:36 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 03:38:36 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/23 03:38:36 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/23 03:38:36 DEBUG : Waiting for deletions to finish 2026/08/23 03:38:36 INFO : PREFIXappleappleapplebanana: Deleted 2026/08/23 03:38:36 INFO : PREFIXsplitbananasplit: Deleted 2026/08/23 03:38:36 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/08/23 03:38:36 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/08/23 03:38:36 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/08/23 03:38:36 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/08/23 03:38:36 INFO : PREFIXbanana: Deleted 2026/08/23 03:38:36 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/08/23 03:38:36 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/08/23 03:38:36 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/08/23 03:38:36 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/08/23 03:38:36 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/08/23 03:38:36 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/08/23 03:38:36 INFO : PREFIXapple: Deleted 2026/08/23 03:38:36 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/08/23 03:38:36 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/08/23 03:38:36 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/08/23 03:38:36 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/08/23 03:38:36 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/08/23 03:38:36 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/08/23 03:38:36 DEBUG : Waiting for deletions to finish 2026/08/23 03:38:37 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : Waiting for deletions to finish 2026/08/23 03:38:37 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:38:37 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/suffix run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:38:47 DEBUG : Waiting for deletions to finish 2026/08/23 03:38:47 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:38:47 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:38:47 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:38:47 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:38:47 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:38:47 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:38:47 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:38:47 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:38:47 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:38:47 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:38:47 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:38:47 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:38:47 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:38:47 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:38:47 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:38:47 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:38:47 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:38:47 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:38:47 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:38:47 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 03:38:48 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/23 03:38:48 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 03:38:48 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 03:38:48 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/23 03:38:48 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 03:38:48 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 03:38:48 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/23 03:38:48 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 03:38:48 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 03:38:48 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/23 03:38:48 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 03:38:48 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 03:38:48 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 03:38:48 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 03:38:48 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 03:38:48 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 03:38:48 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/23 03:38:48 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 03:38:48 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/23 03:38:48 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 03:38:48 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/23 03:38:48 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/23 03:38:48 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/23 03:38:48 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 03:38:48 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 03:38:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 03:38:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/23 03:38:48 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 03:38:48 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 03:38:48 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/23 03:38:48 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/23 03:38:48 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 03:38:48 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/23 03:38:48 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/23 03:38:48 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:48 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/23 03:38:48 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:48 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/23 03:38:48 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:48 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/23 03:38:48 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:48 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/23 03:38:48 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 03:38:48 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:48 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/23 03:38:48 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:48 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:38:48 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:38:48 DEBUG : appleSUFFIX: size = 5 OK 2026/08/23 03:38:48 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/23 03:38:48 INFO : apple: Copied (new) to: appleSUFFIX 2026/08/23 03:38:48 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/23 03:38:48 DEBUG : bananaSUFFIX: size = 6 OK 2026/08/23 03:38:48 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/23 03:38:48 INFO : banana: Copied (new) to: bananaSUFFIX 2026/08/23 03:38:48 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/23 03:38:48 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/08/23 03:38:48 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/23 03:38:48 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/08/23 03:38:48 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/23 03:38:48 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/08/23 03:38:48 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/23 03:38:48 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/23 03:38:48 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/23 03:38:48 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/08/23 03:38:48 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/23 03:38:48 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/08/23 03:38:48 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/23 03:38:48 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/08/23 03:38:48 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/23 03:38:48 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/08/23 03:38:48 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/23 03:38:49 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/08/23 03:38:49 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/23 03:38:49 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/08/23 03:38:49 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/23 03:38:49 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/08/23 03:38:49 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/23 03:38:49 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/08/23 03:38:49 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/23 03:38:49 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/08/23 03:38:49 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/23 03:38:49 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/08/23 03:38:49 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/23 03:38:49 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/08/23 03:38:49 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/23 03:38:49 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/08/23 03:38:49 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/23 03:38:49 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/08/23 03:38:49 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/23 03:38:49 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/08/23 03:38:49 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/23 03:38:49 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/08/23 03:38:49 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/23 03:38:49 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/08/23 03:38:49 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/23 03:38:49 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/08/23 03:38:49 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/23 03:38:49 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/08/23 03:38:49 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/23 03:38:49 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/08/23 03:38:49 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/23 03:38:49 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/08/23 03:38:49 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/23 03:38:49 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/08/23 03:38:49 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/23 03:38:49 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/08/23 03:38:49 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/23 03:38:49 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/08/23 03:38:49 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/23 03:38:49 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/08/23 03:38:49 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/23 03:38:49 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/08/23 03:38:49 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/23 03:38:49 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/08/23 03:38:49 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/08/23 03:38:49 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/23 03:38:49 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/08/23 03:38:49 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/08/23 03:38:49 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/23 03:38:49 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/08/23 03:38:50 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/08/23 03:38:50 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/23 03:38:50 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/08/23 03:38:50 DEBUG : Waiting for deletions to finish 2026/08/23 03:38:50 INFO : dir1/0011-56789;.txt: Deleted 2026/08/23 03:38:50 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/23 03:38:50 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/23 03:38:50 INFO : dir1/0003-defghij.txt: Deleted 2026/08/23 03:38:50 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/23 03:38:50 INFO : dir1/0009-3456789.txt: Deleted 2026/08/23 03:38:50 INFO : dir1/0014-89;=.txt: Deleted 2026/08/23 03:38:50 INFO : dir1/0015-9;=.txt: Deleted 2026/08/23 03:38:50 INFO : appleappleapplebanana: Deleted 2026/08/23 03:38:50 INFO : dir1/0010-456789.txt: Deleted 2026/08/23 03:38:50 INFO : dir1/0013-789;=.txt: Deleted 2026/08/23 03:38:50 INFO : banana: Deleted 2026/08/23 03:38:50 INFO : splitbananasplit: Deleted 2026/08/23 03:38:50 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/23 03:38:50 INFO : dir1/0008-2345678.txt: Deleted 2026/08/23 03:38:50 INFO : dir1/0012-6789;.txt: Deleted 2026/08/23 03:38:50 INFO : apple: Deleted 2026/08/23 03:38:51 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/23 03:38:51 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/23 03:38:51 INFO : dir1/0007-1234567.txt: Deleted 2026/08/23 03:38:51 DEBUG : Waiting for deletions to finish 2026/08/23 03:38:51 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/08/23 03:38:51 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/08/23 03:38:51 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/08/23 03:38:51 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/08/23 03:38:51 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/08/23 03:38:51 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/08/23 03:38:51 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/08/23 03:38:51 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/08/23 03:38:51 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/08/23 03:38:51 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/08/23 03:38:51 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/08/23 03:38:51 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/08/23 03:38:51 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/08/23 03:38:51 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/08/23 03:38:51 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/08/23 03:38:51 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/08/23 03:38:51 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/08/23 03:38:51 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/08/23 03:38:51 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/08/23 03:38:51 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/08/23 03:38:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/23 03:38:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/23 03:38:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/23 03:38:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/23 03:38:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/23 03:38:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/23 03:38:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/23 03:38:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/23 03:38:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/23 03:38:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/23 03:38:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/23 03:38:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/23 03:38:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/23 03:38:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/23 03:38:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/23 03:38:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/23 03:38:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/23 03:38:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/23 03:38:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/23 03:38:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/23 03:38:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/23 03:38:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/23 03:38:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/23 03:38:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/23 03:38:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/23 03:38:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/23 03:38:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/23 03:38:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/23 03:38:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/23 03:38:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/23 03:38:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/23 03:38:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/23 03:38:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/23 03:38:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 03:38:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 03:38:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/23 03:38:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/23 03:38:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/23 03:38:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/23 03:38:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/23 03:38:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/23 03:38:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/23 03:38:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/23 03:38:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/23 03:38:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/23 03:38:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/23 03:38:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/23 03:38:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/23 03:38:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/23 03:38:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/23 03:38:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/23 03:38:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 03:38:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 03:38:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 03:38:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 03:38:51 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/23 03:38:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 03:38:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 03:38:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/23 03:38:51 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/23 03:38:51 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/23 03:38:51 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/23 03:38:51 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/23 03:38:51 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/23 03:38:51 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/23 03:38:51 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:51 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:51 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:51 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:51 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:51 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:51 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:51 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:51 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:51 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:51 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:51 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:51 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:51 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:51 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:51 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/23 03:38:51 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:38:51 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:38:51 DEBUG : apple: size = 5 OK 2026/08/23 03:38:51 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/23 03:38:51 INFO : apple: Copied (new) 2026/08/23 03:38:51 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 03:38:51 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/23 03:38:51 INFO : appleappleapplebanana: Copied (new) 2026/08/23 03:38:51 DEBUG : banana: size = 6 OK 2026/08/23 03:38:51 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/23 03:38:51 INFO : banana: Copied (new) 2026/08/23 03:38:51 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 03:38:51 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/23 03:38:51 INFO : splitbananasplit: Copied (new) 2026/08/23 03:38:52 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 03:38:52 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/23 03:38:52 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/23 03:38:52 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 03:38:52 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/23 03:38:52 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/23 03:38:52 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 03:38:52 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/23 03:38:52 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/23 03:38:52 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 03:38:52 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/23 03:38:52 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/23 03:38:52 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 03:38:52 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/23 03:38:52 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/23 03:38:52 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 03:38:52 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/23 03:38:52 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/23 03:38:52 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 03:38:52 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/23 03:38:52 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/23 03:38:52 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 03:38:52 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/23 03:38:52 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/23 03:38:52 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 03:38:52 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/23 03:38:52 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/23 03:38:52 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 03:38:52 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/23 03:38:52 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/23 03:38:52 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 03:38:52 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/23 03:38:52 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/23 03:38:52 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 03:38:52 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/23 03:38:52 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/23 03:38:52 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 03:38:52 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/23 03:38:52 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/23 03:38:52 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 03:38:52 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/23 03:38:52 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/23 03:38:52 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 03:38:52 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/23 03:38:52 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/23 03:38:52 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 03:38:52 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/23 03:38:52 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/23 03:38:52 DEBUG : Waiting for deletions to finish 2026/08/23 03:38:52 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/08/23 03:38:52 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/08/23 03:38:52 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/08/23 03:38:52 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/08/23 03:38:52 INFO : bananaSUFFIX: Deleted 2026/08/23 03:38:52 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/08/23 03:38:52 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/08/23 03:38:52 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/08/23 03:38:53 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/08/23 03:38:53 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/08/23 03:38:53 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/08/23 03:38:53 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/08/23 03:38:53 INFO : appleSUFFIX: Deleted 2026/08/23 03:38:53 INFO : appleappleapplebananaSUFFIX: Deleted 2026/08/23 03:38:53 INFO : splitbananasplitSUFFIX: Deleted 2026/08/23 03:38:53 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/08/23 03:38:53 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/08/23 03:38:53 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/08/23 03:38:53 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/08/23 03:38:53 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/08/23 03:38:53 DEBUG : Waiting for deletions to finish 2026/08/23 03:38:53 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : Waiting for deletions to finish 2026/08/23 03:38:53 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:38:53 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/truncate run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:39:04 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:04 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/23 03:39:04 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/23 03:39:04 DEBUG : pacer: Reducing sleep to 10ms 2026/08/23 03:39:04 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:39:04 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:39:04 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:39:04 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:39:04 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:39:04 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:39:04 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:39:04 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:39:04 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:39:04 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:39:04 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:39:04 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:39:04 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:39:04 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:39:04 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:39:04 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:39:04 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:39:04 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:39:04 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:39:04 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 03:39:04 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 03:39:04 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 03:39:04 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 03:39:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:04 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 03:39:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:04 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/23 03:39:04 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 03:39:04 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/23 03:39:04 DEBUG : apple: size = 5 OK 2026/08/23 03:39:04 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:04 DEBUG : apple: Unchanged skipping 2026/08/23 03:39:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:04 DEBUG : banana: size = 6 OK 2026/08/23 03:39:04 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:04 DEBUG : banana: Unchanged skipping 2026/08/23 03:39:04 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 03:39:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:04 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 03:39:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:04 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 03:39:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:04 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 03:39:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:04 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 03:39:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:04 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 03:39:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:04 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 03:39:04 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 03:39:04 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 03:39:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:04 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 03:39:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:04 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 03:39:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:04 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 03:39:04 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 03:39:04 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 03:39:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:04 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 03:39:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:04 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 03:39:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:04 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 03:39:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:04 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 03:39:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:04 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 03:39:04 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 03:39:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:04 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 03:39:04 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 03:39:04 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 03:39:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:04 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 03:39:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:04 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 03:39:04 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 03:39:04 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 03:39:04 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 03:39:04 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 03:39:04 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 03:39:04 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 03:39:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:04 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 03:39:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:04 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 03:39:04 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 03:39:04 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 03:39:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:04 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 03:39:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:04 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 03:39:04 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 03:39:04 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 03:39:04 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 03:39:04 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 03:39:04 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 03:39:04 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 03:39:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:04 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 03:39:04 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 03:39:04 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 03:39:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:04 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 03:39:04 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 03:39:04 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 03:39:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:04 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 03:39:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:04 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 03:39:04 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 03:39:04 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 03:39:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:04 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 03:39:04 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 03:39:04 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 03:39:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:04 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 03:39:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:04 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 03:39:04 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 03:39:04 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 03:39:04 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 03:39:04 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 03:39:04 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 03:39:04 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 03:39:04 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 03:39:04 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 03:39:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:04 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 03:39:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:04 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 03:39:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:04 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 03:39:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:04 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 03:39:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:04 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 03:39:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:04 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 03:39:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:04 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 03:39:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:04 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 03:39:04 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 03:39:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:04 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 03:39:04 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 03:39:04 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 03:39:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:04 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 03:39:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:04 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 03:39:04 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 03:39:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:04 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 03:39:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:04 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 03:39:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:04 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 03:39:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:04 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 03:39:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:04 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 03:39:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:04 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 03:39:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:04 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 03:39:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:04 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 03:39:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:04 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 03:39:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:04 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/23 03:39:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:04 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/23 03:39:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:04 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/23 03:39:04 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 03:39:04 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/23 03:39:04 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 03:39:04 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/23 03:39:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:04 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/23 03:39:04 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 03:39:04 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/23 03:39:04 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/23 03:39:04 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/23 03:39:04 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 03:39:04 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/23 03:39:04 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 03:39:04 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/23 03:39:04 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 03:39:04 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/23 03:39:04 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 03:39:04 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/23 03:39:04 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 03:39:04 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/23 03:39:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:04 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/23 03:39:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:04 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/23 03:39:04 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 03:39:04 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/23 03:39:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:04 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/23 03:39:04 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/23 03:39:04 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/23 03:39:04 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:39:04 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:39:05 DEBUG : appleapple: size = 21 OK 2026/08/23 03:39:05 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/23 03:39:05 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/08/23 03:39:05 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/23 03:39:05 DEBUG : splitbanan: size = 16 OK 2026/08/23 03:39:05 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/23 03:39:05 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/08/23 03:39:05 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/23 03:39:05 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/23 03:39:05 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/23 03:39:05 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/08/23 03:39:05 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/23 03:39:05 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/23 03:39:05 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/23 03:39:05 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/08/23 03:39:05 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/23 03:39:05 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/23 03:39:05 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/23 03:39:05 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/08/23 03:39:05 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/23 03:39:05 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/23 03:39:05 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/23 03:39:05 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/08/23 03:39:05 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/23 03:39:05 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/23 03:39:05 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/23 03:39:05 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/08/23 03:39:05 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/23 03:39:05 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/23 03:39:05 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/23 03:39:05 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/08/23 03:39:05 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/23 03:39:05 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/23 03:39:05 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/23 03:39:05 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/08/23 03:39:05 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/23 03:39:05 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/23 03:39:05 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/23 03:39:05 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/08/23 03:39:05 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/23 03:39:05 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/23 03:39:05 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/23 03:39:05 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/08/23 03:39:05 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/23 03:39:05 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/23 03:39:05 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/23 03:39:05 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/08/23 03:39:05 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/23 03:39:05 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/23 03:39:05 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/23 03:39:05 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/08/23 03:39:05 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/23 03:39:05 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/23 03:39:05 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/23 03:39:05 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/08/23 03:39:05 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/23 03:39:05 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/23 03:39:05 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/23 03:39:05 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/08/23 03:39:05 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/23 03:39:05 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/23 03:39:05 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/08/23 03:39:05 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/23 03:39:05 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/23 03:39:05 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/08/23 03:39:05 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/23 03:39:05 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/23 03:39:05 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/08/23 03:39:05 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:06 INFO : dir1/0013-789;=.txt: Deleted 2026/08/23 03:39:06 INFO : dir1/0010-456789.txt: Deleted 2026/08/23 03:39:06 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/23 03:39:06 INFO : dir1/0014-89;=.txt: Deleted 2026/08/23 03:39:06 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/23 03:39:06 INFO : dir1/0007-1234567.txt: Deleted 2026/08/23 03:39:06 INFO : dir1/0015-9;=.txt: Deleted 2026/08/23 03:39:06 INFO : appleappleapplebanana: Deleted 2026/08/23 03:39:06 INFO : splitbananasplit: Deleted 2026/08/23 03:39:06 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/23 03:39:06 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/23 03:39:06 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/23 03:39:06 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/23 03:39:06 INFO : dir1/0012-6789;.txt: Deleted 2026/08/23 03:39:06 INFO : dir1/0008-2345678.txt: Deleted 2026/08/23 03:39:06 INFO : dir1/0003-defghij.txt: Deleted 2026/08/23 03:39:06 INFO : dir1/0009-3456789.txt: Deleted 2026/08/23 03:39:06 INFO : dir1/0011-56789;.txt: Deleted 2026/08/23 03:39:06 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:06 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:39:06 DEBUG : appleapple: Excluded (Path Filter) 2026/08/23 03:39:06 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:39:06 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/23 03:39:06 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/23 03:39:06 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/23 03:39:06 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/23 03:39:06 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/23 03:39:06 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/23 03:39:06 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/23 03:39:06 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/23 03:39:06 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/23 03:39:06 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/23 03:39:06 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/23 03:39:06 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/23 03:39:06 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/23 03:39:06 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/23 03:39:06 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/23 03:39:06 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/23 03:39:06 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/23 03:39:07 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/23 03:39:07 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/23 03:39:07 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/23 03:39:07 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/23 03:39:07 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/23 03:39:07 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/23 03:39:07 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/23 03:39:07 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/23 03:39:07 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/23 03:39:07 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/23 03:39:07 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/23 03:39:07 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/23 03:39:07 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/23 03:39:07 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/23 03:39:07 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/23 03:39:07 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/23 03:39:07 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/23 03:39:07 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/23 03:39:07 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/23 03:39:07 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/23 03:39:07 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/23 03:39:07 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/23 03:39:07 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/23 03:39:07 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/23 03:39:07 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/23 03:39:07 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/23 03:39:07 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/23 03:39:07 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/23 03:39:07 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/23 03:39:07 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/23 03:39:07 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/23 03:39:07 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/23 03:39:07 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/23 03:39:07 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/23 03:39:07 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/23 03:39:07 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/23 03:39:07 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/23 03:39:07 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/23 03:39:07 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/23 03:39:07 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/23 03:39:07 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/23 03:39:07 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/23 03:39:07 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/23 03:39:07 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/23 03:39:07 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/23 03:39:07 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/23 03:39:07 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/23 03:39:07 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/23 03:39:07 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/23 03:39:07 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/23 03:39:07 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/23 03:39:07 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/23 03:39:07 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/23 03:39:07 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/23 03:39:07 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/23 03:39:07 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/23 03:39:07 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/23 03:39:07 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/23 03:39:07 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/23 03:39:07 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/23 03:39:07 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/23 03:39:07 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 03:39:07 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/23 03:39:07 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/23 03:39:07 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/23 03:39:07 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/23 03:39:07 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/23 03:39:07 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/23 03:39:07 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/23 03:39:07 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/23 03:39:07 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/23 03:39:07 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/23 03:39:07 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/23 03:39:07 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/23 03:39:07 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/23 03:39:07 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/23 03:39:07 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/23 03:39:07 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/23 03:39:07 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 03:39:07 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 03:39:07 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 03:39:07 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 03:39:07 DEBUG : apple: size = 5 OK 2026/08/23 03:39:07 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:07 DEBUG : apple: Unchanged skipping 2026/08/23 03:39:07 DEBUG : appleapple: size = 21 OK 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 03:39:07 DEBUG : banana: size = 6 OK 2026/08/23 03:39:07 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:07 DEBUG : banana: Unchanged skipping 2026/08/23 03:39:07 DEBUG : splitbanan: size = 16 OK 2026/08/23 03:39:07 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:07 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 03:39:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 03:39:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 03:39:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 03:39:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 03:39:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 03:39:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 03:39:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 03:39:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 03:39:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 03:39:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 03:39:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 03:39:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 03:39:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 03:39:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 03:39:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 03:39:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 03:39:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 03:39:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 03:39:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 03:39:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 03:39:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 03:39:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 03:39:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 03:39:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 03:39:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 03:39:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 03:39:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 03:39:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 03:39:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 03:39:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 03:39:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 03:39:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 03:39:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 03:39:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 03:39:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 03:39:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 03:39:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 03:39:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 03:39:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 03:39:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 03:39:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 03:39:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 03:39:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 03:39:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 03:39:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 03:39:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 03:39:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 03:39:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 03:39:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 03:39:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 03:39:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 03:39:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 03:39:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 03:39:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 03:39:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 03:39:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 03:39:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 03:39:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 03:39:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 03:39:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 03:39:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 03:39:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 03:39:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 03:39:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 03:39:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 03:39:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 03:39:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 03:39:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 03:39:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 03:39:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 03:39:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 03:39:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 03:39:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 03:39:07 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 03:39:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:07 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 03:39:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 03:39:07 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 03:39:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:07 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 03:39:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:07 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 03:39:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 03:39:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 03:39:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:07 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 03:39:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 03:39:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 03:39:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 03:39:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 03:39:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 03:39:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 03:39:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 03:39:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:07 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/23 03:39:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 03:39:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 03:39:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 03:39:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 03:39:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 03:39:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 03:39:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 03:39:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 03:39:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 03:39:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 03:39:07 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/23 03:39:07 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:07 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 03:39:07 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/23 03:39:07 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:07 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 03:39:07 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/23 03:39:07 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:07 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 03:39:07 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/23 03:39:07 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:07 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 03:39:07 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/23 03:39:07 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:07 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 03:39:07 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/23 03:39:07 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:07 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 03:39:07 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/23 03:39:07 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:07 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 03:39:07 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/23 03:39:07 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:07 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 03:39:07 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/23 03:39:07 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:07 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 03:39:07 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/23 03:39:07 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:07 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 03:39:07 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 03:39:07 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/23 03:39:07 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:07 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 03:39:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 03:39:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 03:39:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 03:39:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 03:39:07 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/23 03:39:07 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/23 03:39:07 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:07 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 03:39:07 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/23 03:39:07 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:07 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 03:39:07 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/23 03:39:07 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:07 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 03:39:07 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/23 03:39:07 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:07 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 03:39:07 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/23 03:39:07 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:07 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 03:39:07 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:39:07 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:39:07 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:07 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:07 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:39:07 DEBUG : appleapple: Excluded (Path Filter) 2026/08/23 03:39:07 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:39:07 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/23 03:39:07 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/23 03:39:07 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/23 03:39:07 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/23 03:39:07 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/23 03:39:07 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/23 03:39:07 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/23 03:39:07 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/23 03:39:07 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/23 03:39:07 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/23 03:39:07 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/23 03:39:07 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/23 03:39:07 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/23 03:39:07 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/23 03:39:07 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/23 03:39:07 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/23 03:39:07 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/23 03:39:07 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/23 03:39:07 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/23 03:39:07 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/23 03:39:07 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/23 03:39:07 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/23 03:39:07 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/23 03:39:07 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/23 03:39:07 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/23 03:39:07 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/23 03:39:07 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/23 03:39:07 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/23 03:39:07 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/23 03:39:07 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/23 03:39:07 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/23 03:39:07 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/23 03:39:07 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/23 03:39:07 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/23 03:39:07 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/23 03:39:07 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/23 03:39:07 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/23 03:39:07 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/23 03:39:07 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/23 03:39:07 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/23 03:39:07 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/23 03:39:07 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/23 03:39:07 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/23 03:39:07 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/23 03:39:07 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/23 03:39:07 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/23 03:39:07 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/23 03:39:07 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 03:39:07 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/23 03:39:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 03:39:07 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/23 03:39:07 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/23 03:39:07 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/23 03:39:07 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/23 03:39:07 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/23 03:39:07 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/23 03:39:07 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/23 03:39:07 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/23 03:39:07 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/23 03:39:07 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/23 03:39:07 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/23 03:39:07 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/23 03:39:07 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/23 03:39:07 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/23 03:39:07 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/23 03:39:07 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/23 03:39:07 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:39:17 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:17 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:39:17 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:39:17 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:39:17 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:39:17 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:39:17 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:39:17 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:39:17 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:39:17 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:39:17 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:39:17 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:39:17 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:39:17 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:39:17 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:39:17 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:39:17 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:39:17 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:39:17 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:39:17 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:39:17 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 03:39:18 DEBUG : apple: size = 5 OK 2026/08/23 03:39:18 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:18 DEBUG : apple: Unchanged skipping 2026/08/23 03:39:18 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 03:39:18 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:18 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 03:39:18 DEBUG : banana: size = 6 OK 2026/08/23 03:39:18 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:18 DEBUG : banana: Unchanged skipping 2026/08/23 03:39:18 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 03:39:18 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:18 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 03:39:18 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 03:39:18 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:18 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 03:39:18 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 03:39:18 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:18 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 03:39:18 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 03:39:18 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:18 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 03:39:18 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 03:39:18 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:18 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 03:39:18 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 03:39:18 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:18 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 03:39:18 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 03:39:18 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:18 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 03:39:18 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 03:39:18 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:18 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 03:39:18 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 03:39:18 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:18 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 03:39:18 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 03:39:18 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:18 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 03:39:18 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 03:39:18 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:18 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 03:39:18 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 03:39:18 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:18 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 03:39:18 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 03:39:18 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:18 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 03:39:18 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 03:39:18 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:18 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 03:39:18 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 03:39:18 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:18 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 03:39:18 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 03:39:18 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:18 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 03:39:18 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 03:39:18 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:18 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 03:39:18 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:39:18 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:39:18 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:18 INFO : There was nothing to transfer 2026/08/23 03:39:18 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:18 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:39:18 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:39:18 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:39:18 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:39:18 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:39:18 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:39:18 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:39:18 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:39:18 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:39:18 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:39:18 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:39:18 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:39:18 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:39:18 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:39:18 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:39:18 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:39:18 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:39:18 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:39:18 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:39:18 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 03:39:19 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 03:39:19 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:19 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 03:39:19 DEBUG : apple: size = 5 OK 2026/08/23 03:39:19 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:19 DEBUG : apple: Unchanged skipping 2026/08/23 03:39:19 DEBUG : banana: size = 6 OK 2026/08/23 03:39:19 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:19 DEBUG : banana: Unchanged skipping 2026/08/23 03:39:19 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 03:39:19 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:19 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 03:39:19 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 03:39:19 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:19 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 03:39:19 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:19 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 03:39:19 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 03:39:19 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 03:39:19 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:19 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 03:39:19 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:19 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 03:39:19 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 03:39:19 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 03:39:19 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:19 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 03:39:19 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:19 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 03:39:19 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 03:39:19 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 03:39:19 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:19 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:19 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 03:39:19 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 03:39:19 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:19 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 03:39:19 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 03:39:19 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 03:39:19 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:19 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 03:39:19 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 03:39:19 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:19 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 03:39:19 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:19 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:39:19 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 03:39:19 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 03:39:19 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:19 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 03:39:19 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 03:39:19 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 03:39:19 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 03:39:19 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 03:39:19 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:19 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 03:39:19 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:19 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 03:39:19 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 03:39:19 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:19 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 03:39:19 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:39:19 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:19 INFO : There was nothing to transfer 2026/08/23 03:39:19 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:19 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:39:19 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:39:19 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:39:19 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:39:19 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:39:19 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:39:19 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:39:19 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:39:19 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:39:19 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:39:19 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:39:19 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:39:19 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:39:19 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:39:19 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:39:19 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:39:19 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:39:19 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:39:19 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:39:19 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 03:39:19 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:20 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:39:20 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:39:20 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:39:20 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:39:20 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:39:20 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:39:20 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:39:20 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:39:20 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:39:20 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:39:20 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:39:20 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:39:20 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:39:20 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:39:20 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:39:20 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:39:20 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:39:20 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:39:20 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:39:20 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ISO-8859-1 run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:39:30 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:30 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : apple: size = 5 OK 2026/08/23 03:39:30 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:30 DEBUG : apple: Unchanged skipping 2026/08/23 03:39:30 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 03:39:30 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:30 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 03:39:30 DEBUG : banana: size = 6 OK 2026/08/23 03:39:30 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:30 DEBUG : banana: Unchanged skipping 2026/08/23 03:39:30 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 03:39:30 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:30 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 03:39:30 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 03:39:30 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:30 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 03:39:30 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 03:39:30 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:30 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 03:39:30 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 03:39:30 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:30 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 03:39:30 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 03:39:30 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:30 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 03:39:30 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 03:39:30 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:30 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 03:39:30 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 03:39:30 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:30 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 03:39:30 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 03:39:30 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:30 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 03:39:30 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 03:39:30 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:30 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 03:39:30 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 03:39:30 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:30 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 03:39:30 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 03:39:30 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:30 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 03:39:30 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 03:39:30 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:30 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 03:39:30 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 03:39:30 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:30 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 03:39:30 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 03:39:30 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:30 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 03:39:30 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 03:39:30 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:30 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 03:39:30 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 03:39:30 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:30 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 03:39:30 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 03:39:30 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:30 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 03:39:30 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:39:30 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:39:30 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:30 INFO : There was nothing to transfer 2026/08/23 03:39:30 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:30 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:39:30 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 03:39:32 DEBUG : apple: size = 5 OK 2026/08/23 03:39:32 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:32 DEBUG : apple: Unchanged skipping 2026/08/23 03:39:32 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 03:39:32 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:32 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 03:39:32 DEBUG : banana: size = 6 OK 2026/08/23 03:39:32 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:32 DEBUG : banana: Unchanged skipping 2026/08/23 03:39:32 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 03:39:32 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:32 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 03:39:32 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 03:39:32 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:32 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 03:39:32 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 03:39:32 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:32 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 03:39:32 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 03:39:32 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:32 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 03:39:32 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 03:39:32 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:32 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 03:39:32 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 03:39:32 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:32 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 03:39:32 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 03:39:32 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:32 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 03:39:32 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 03:39:32 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:32 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 03:39:32 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 03:39:32 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:32 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 03:39:32 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 03:39:32 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:32 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 03:39:32 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 03:39:32 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:32 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 03:39:32 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 03:39:32 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:32 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 03:39:32 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 03:39:32 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:32 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 03:39:32 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 03:39:32 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:32 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 03:39:32 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 03:39:32 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:32 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 03:39:32 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 03:39:32 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:32 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 03:39:32 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 03:39:32 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:32 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 03:39:32 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:39:32 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:39:32 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:32 INFO : There was nothing to transfer 2026/08/23 03:39:32 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:32 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:39:32 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:39:32 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:39:32 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:39:32 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:39:32 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:39:32 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:39:32 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:39:32 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:39:32 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:39:32 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:39:32 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:39:32 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:39:32 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:39:32 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:39:32 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:39:32 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:39:32 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:39:32 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:39:32 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/charmap run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:39:42 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:42 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:39:42 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:39:42 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:39:42 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:39:42 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:39:42 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:39:42 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:39:42 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:39:42 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:39:42 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:39:42 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:39:42 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:39:42 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:39:42 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:39:42 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:39:42 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:39:42 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:39:42 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:39:42 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:39:42 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 03:39:43 DEBUG : apple: size = 5 OK 2026/08/23 03:39:43 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:43 DEBUG : apple: Unchanged skipping 2026/08/23 03:39:43 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 03:39:43 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:43 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 03:39:43 DEBUG : banana: size = 6 OK 2026/08/23 03:39:43 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:43 DEBUG : banana: Unchanged skipping 2026/08/23 03:39:43 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 03:39:43 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:43 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 03:39:43 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 03:39:43 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:43 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 03:39:43 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 03:39:43 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:43 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 03:39:43 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 03:39:43 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:43 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 03:39:43 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 03:39:43 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:43 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 03:39:43 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 03:39:43 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:43 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 03:39:43 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 03:39:43 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:43 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 03:39:43 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 03:39:43 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:43 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 03:39:43 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 03:39:43 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:43 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 03:39:43 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 03:39:43 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:43 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 03:39:43 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 03:39:43 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:43 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 03:39:43 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 03:39:43 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:43 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 03:39:43 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 03:39:43 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:43 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 03:39:43 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 03:39:43 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:43 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 03:39:43 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 03:39:43 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:43 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 03:39:43 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 03:39:43 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:43 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 03:39:43 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 03:39:43 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:43 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 03:39:43 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:39:43 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:39:43 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:43 INFO : There was nothing to transfer 2026/08/23 03:39:43 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:43 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:39:43 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:39:43 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:39:43 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:39:43 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:39:43 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:39:43 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:39:43 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:39:43 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:39:43 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:39:43 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:39:43 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:39:43 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:39:43 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:39:43 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:39:43 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:39:43 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:39:43 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:39:43 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:39:43 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 03:39:44 DEBUG : apple: size = 5 OK 2026/08/23 03:39:44 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:44 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 03:39:44 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:44 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 03:39:44 DEBUG : banana: size = 6 OK 2026/08/23 03:39:44 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:44 DEBUG : banana: Unchanged skipping 2026/08/23 03:39:44 DEBUG : apple: Unchanged skipping 2026/08/23 03:39:44 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 03:39:44 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:44 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 03:39:44 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 03:39:44 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:44 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 03:39:44 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 03:39:44 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:44 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 03:39:44 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 03:39:44 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:44 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 03:39:44 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 03:39:44 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 03:39:44 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:44 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 03:39:44 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 03:39:44 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 03:39:44 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:44 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:44 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:44 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 03:39:44 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 03:39:44 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 03:39:44 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:44 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 03:39:44 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 03:39:44 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 03:39:44 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 03:39:44 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:44 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:44 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 03:39:44 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:39:44 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 03:39:44 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 03:39:44 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:44 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 03:39:44 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:44 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 03:39:44 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 03:39:44 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:44 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 03:39:44 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 03:39:44 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:44 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 03:39:44 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 03:39:44 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:44 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 03:39:44 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 03:39:44 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 03:39:44 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:44 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 03:39:44 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:39:44 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:44 INFO : There was nothing to transfer 2026/08/23 03:39:44 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:44 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:39:44 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:39:44 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:39:44 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:39:44 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:39:44 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:39:44 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:39:44 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:39:44 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:39:44 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:39:44 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:39:44 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:39:44 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:39:44 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:39:44 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:39:44 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:39:44 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:39:44 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:39:44 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:39:44 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/lowercase run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:39:54 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:54 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:39:54 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:39:54 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:39:54 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:39:54 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:39:54 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:39:54 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:39:54 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:39:54 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:39:54 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:39:54 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:39:54 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:39:54 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:39:54 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:39:54 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:39:54 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:39:54 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:39:54 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:39:54 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:39:54 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 03:39:55 DEBUG : apple: size = 5 OK 2026/08/23 03:39:55 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : apple: Unchanged skipping 2026/08/23 03:39:55 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 03:39:55 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 03:39:55 DEBUG : banana: size = 6 OK 2026/08/23 03:39:55 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : banana: Unchanged skipping 2026/08/23 03:39:55 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 03:39:55 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 03:39:55 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 03:39:55 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 03:39:55 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 03:39:55 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 03:39:55 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 03:39:55 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 03:39:55 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 03:39:55 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 03:39:55 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 03:39:55 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 03:39:55 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 03:39:55 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 03:39:55 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 03:39:55 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 03:39:55 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 03:39:55 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:39:55 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:39:55 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:55 INFO : There was nothing to transfer 2026/08/23 03:39:55 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:55 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:39:55 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:39:55 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:39:55 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:39:55 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:39:55 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:39:55 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:39:55 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:39:55 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:39:55 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:39:55 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:39:55 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:39:55 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:39:55 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:39:55 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:39:55 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:39:55 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:39:55 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:39:55 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:39:55 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 03:39:55 DEBUG : apple: size = 5 OK 2026/08/23 03:39:55 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 03:39:55 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 03:39:55 DEBUG : apple: Unchanged skipping 2026/08/23 03:39:55 DEBUG : banana: size = 6 OK 2026/08/23 03:39:55 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : banana: Unchanged skipping 2026/08/23 03:39:55 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 03:39:55 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 03:39:55 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 03:39:55 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 03:39:55 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 03:39:55 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 03:39:55 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 03:39:55 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 03:39:55 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 03:39:55 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:39:55 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 03:39:55 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 03:39:55 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 03:39:55 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 03:39:55 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 03:39:55 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 03:39:55 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 03:39:55 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 03:39:55 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:39:55 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 03:39:55 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:39:55 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:55 INFO : There was nothing to transfer 2026/08/23 03:39:55 DEBUG : Waiting for deletions to finish 2026/08/23 03:39:56 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:39:56 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:39:56 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:39:56 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:39:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:39:56 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:39:56 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:39:56 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:39:56 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:39:56 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:39:56 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:39:56 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:39:56 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:39:56 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:39:56 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:39:56 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:39:56 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:39:56 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:39:56 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:39:56 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ascii run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:40:06 DEBUG : Waiting for deletions to finish 2026/08/23 03:40:06 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:40:06 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:40:06 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:40:06 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:40:06 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:40:06 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:40:06 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:40:06 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:40:06 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:40:06 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:40:06 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:40:06 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:40:06 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:40:06 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:40:06 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:40:06 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:40:06 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:40:06 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:40:06 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:40:06 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : apple: size = 5 OK 2026/08/23 03:40:07 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : apple: Unchanged skipping 2026/08/23 03:40:07 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 03:40:07 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 03:40:07 DEBUG : banana: size = 6 OK 2026/08/23 03:40:07 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : banana: Unchanged skipping 2026/08/23 03:40:07 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 03:40:07 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 03:40:07 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 03:40:07 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 03:40:07 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 03:40:07 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 03:40:07 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 03:40:07 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:40:07 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 03:40:07 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 03:40:07 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 03:40:07 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 03:40:07 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 03:40:07 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 03:40:07 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 03:40:07 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 03:40:07 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 03:40:07 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 03:40:07 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:40:07 DEBUG : Waiting for deletions to finish 2026/08/23 03:40:07 INFO : There was nothing to transfer 2026/08/23 03:40:07 DEBUG : Waiting for deletions to finish 2026/08/23 03:40:07 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : apple: size = 5 OK 2026/08/23 03:40:07 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : apple: Unchanged skipping 2026/08/23 03:40:07 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 03:40:07 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 03:40:07 DEBUG : banana: size = 6 OK 2026/08/23 03:40:07 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : banana: Unchanged skipping 2026/08/23 03:40:07 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 03:40:07 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 03:40:07 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 03:40:07 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 03:40:07 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 03:40:07 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 03:40:07 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 03:40:07 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 03:40:07 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 03:40:07 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 03:40:07 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 03:40:07 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 03:40:07 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 03:40:07 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 03:40:07 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 03:40:07 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 03:40:07 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:40:07 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 03:40:07 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:07 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 03:40:07 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:40:07 DEBUG : Waiting for deletions to finish 2026/08/23 03:40:07 INFO : There was nothing to transfer 2026/08/23 03:40:07 DEBUG : Waiting for deletions to finish 2026/08/23 03:40:07 DEBUG : apple: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : banana: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 03:40:07 DEBUG : splitbananasplit: Excluded (Path Filter) --- PASS: TestTransform (143.19s) --- PASS: TestTransform/NFC (10.58s) --- PASS: TestTransform/NFD (11.52s) --- PASS: TestTransform/base64 (14.36s) --- PASS: TestTransform/prefix (16.16s) --- PASS: TestTransform/suffix (16.29s) --- PASS: TestTransform/truncate (13.56s) --- PASS: TestTransform/encoder (12.63s) --- PASS: TestTransform/ISO-8859-1 (12.07s) --- PASS: TestTransform/charmap (12.38s) --- PASS: TestTransform/lowercase (11.72s) --- PASS: TestTransform/ascii (11.92s) === RUN TestTransformCopy run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:40:13 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/23 03:40:13 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/23 03:40:13 INFO : sub dir_somesuffix: Making directory 2026/08/23 03:40:13 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/23 03:40:13 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/08/23 03:40:13 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/23 03:40:13 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/08/23 03:40:13 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/23 03:40:13 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:40:13 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:40:13 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/08/23 03:40:13 DEBUG : sub dir/hello world.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:40:13 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/23 03:40:13 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (1.78s) === RUN TestDoubleTransform run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:40:14 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:15 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:15 INFO : tictactoe: Making directory 2026/08/23 03:40:15 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:15 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:15 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 03:40:15 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/08/23 03:40:15 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 03:40:15 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:40:15 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:40:15 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/08/23 03:40:15 DEBUG : toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:40:15 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/08/23 03:40:15 DEBUG : Waiting for deletions to finish --- PASS: TestDoubleTransform (1.91s) === RUN TestFileTag run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:40:16 INFO : toe: Making directory 2026/08/23 03:40:16 INFO : toe/toe: Making directory 2026/08/23 03:40:16 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:16 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/23 03:40:16 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/23 03:40:16 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/23 03:40:16 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:40:16 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:40:17 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/23 03:40:17 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:40:17 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/23 03:40:17 DEBUG : Waiting for deletions to finish --- PASS: TestFileTag (1.54s) === RUN TestNoTag run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:40:18 INFO : toe: Making directory 2026/08/23 03:40:18 INFO : toe/toe: Making directory 2026/08/23 03:40:18 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:18 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/23 03:40:18 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/23 03:40:18 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/23 03:40:18 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:40:18 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:40:19 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/23 03:40:19 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:40:19 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/23 03:40:19 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (1.56s) === RUN TestDirTag run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:40:19 DEBUG : empty_dir: Making directory with metadata 2026/08/23 03:40:19 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/23 03:40:19 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:19 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 03:40:19 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 03:40:20 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 03:40:20 INFO : tictacempty_dir: Making directory 2026/08/23 03:40:20 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 03:40:20 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:20 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:20 INFO : tictactoe: Making directory 2026/08/23 03:40:20 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:20 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:20 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 03:40:20 INFO : tictactoe/tictactoe: Making directory 2026/08/23 03:40:20 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 03:40:20 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/23 03:40:20 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/23 03:40:20 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/23 03:40:20 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:40:20 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:40:20 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/23 03:40:20 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:40:20 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/23 03:40:20 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "tictacempty_dir" --- PASS: TestDirTag (1.81s) === RUN TestAllTag run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:40:21 DEBUG : empty_dir: Making directory with metadata 2026/08/23 03:40:21 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/23 03:40:21 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:21 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 03:40:21 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 03:40:21 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 03:40:21 INFO : tictacempty_dir: Making directory 2026/08/23 03:40:21 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 03:40:21 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:21 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:21 INFO : tictactoe: Making directory 2026/08/23 03:40:21 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:21 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:21 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 03:40:21 INFO : tictactoe/tictactoe: Making directory 2026/08/23 03:40:21 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 03:40:21 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/23 03:40:21 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 03:40:21 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/23 03:40:21 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:40:21 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:40:21 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 03:40:22 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/23 03:40:22 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:40:22 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 03:40:22 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/23 03:40:22 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:40:22 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:22 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 03:40:22 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 03:40:22 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:22 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:22 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/23 03:40:22 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/23 03:40:22 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:40:22 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK 2026/08/23 03:40:22 NOTICE: B2 bucket rclone-test-cuhiweg6sodi: 0 differences found 2026/08/23 03:40:22 NOTICE: B2 bucket rclone-test-cuhiweg6sodi: 1 matching files --- PASS: TestAllTag (1.85s) === RUN TestRunTwice run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:40:23 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:23 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:23 INFO : tictactoe: Making directory 2026/08/23 03:40:23 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:23 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:23 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 03:40:23 INFO : tictactoe/tictactoe: Making directory 2026/08/23 03:40:23 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 03:40:23 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/23 03:40:23 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/23 03:40:23 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/23 03:40:23 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:40:23 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:40:24 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/23 03:40:24 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:40:24 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/23 03:40:24 DEBUG : Waiting for deletions to finish 2026/08/23 03:40:24 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:24 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:24 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:24 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 03:40:24 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/23 03:40:24 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 03:40:24 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/23 03:40:24 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/08/23 03:40:24 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:40:24 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:40:24 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (2.25s) === RUN TestSyntax 2026/08/23 03:40:25 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:40:25 INFO : toe: Making directory 2026/08/23 03:40:25 INFO : toe/toe: Making directory 2026/08/23 03:40:25 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/23 03:40:25 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:40:25 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:40:26 DEBUG : toe/toe/toe: size = 11 OK 2026/08/23 03:40:26 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:40:26 INFO : toe/toe/toe: Copied (new) 2026/08/23 03:40:26 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (1.67s) === RUN TestMove run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:40:27 DEBUG : empty_dir: Making directory with metadata 2026/08/23 03:40:27 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/23 03:40:27 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:27 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 03:40:27 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 03:40:27 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 03:40:27 INFO : tictacempty_dir: Making directory 2026/08/23 03:40:27 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 03:40:27 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:27 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:27 INFO : tictactoe: Making directory 2026/08/23 03:40:27 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:27 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:27 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 03:40:27 INFO : tictactoe/tictactoe: Making directory 2026/08/23 03:40:27 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 03:40:27 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/23 03:40:27 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 03:40:27 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/23 03:40:27 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 03:40:27 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 03:40:27 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:40:27 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:40:28 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/23 03:40:28 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:40:28 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 03:40:28 INFO : toe/toe/toe.txt: Deleted 2026/08/23 03:40:28 INFO : toe/toe: Removing directory 2026/08/23 03:40:28 INFO : toe: Removing directory 2026/08/23 03:40:28 INFO : empty_dir: Removing directory 2026/08/23 03:40:28 DEBUG : Local file system at /tmp/rclone1703115636: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" --- PASS: TestMove (1.78s) === RUN TestTransformFile run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:40:29 DEBUG : empty_dir: Making directory with metadata 2026/08/23 03:40:29 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/23 03:40:29 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:29 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 03:40:29 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 03:40:29 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 03:40:29 INFO : tictacempty_dir: Making directory 2026/08/23 03:40:29 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 03:40:29 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:29 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:29 INFO : tictactoe: Making directory 2026/08/23 03:40:29 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:29 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:29 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 03:40:29 INFO : tictactoe/tictactoe: Making directory 2026/08/23 03:40:29 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 03:40:29 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/23 03:40:29 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 03:40:29 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/23 03:40:29 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 03:40:29 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 03:40:29 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:40:29 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:40:29 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/23 03:40:29 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:40:29 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 03:40:29 INFO : toe/toe/toe.txt: Deleted 2026/08/23 03:40:29 INFO : toe/toe: Removing directory 2026/08/23 03:40:29 INFO : toe: Removing directory 2026/08/23 03:40:29 INFO : empty_dir: Removing directory 2026/08/23 03:40:29 DEBUG : Local file system at /tmp/rclone1703115636: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/23 03:40:30 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/23 03:40:30 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/23 03:40:30 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/23 03:40:30 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/23 03:40:30 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/23 03:40:31 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/23 03:40:31 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:40:31 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (server-side copy) to: toe/toe/toe.txt 2026/08/23 03:40:31 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted fstest.go:251: Filtering empty directory "tictacempty_dir" fstest.go:251: Filtering empty directory "tictactoe" fstest.go:251: Filtering empty directory "tictactoe/tictactoe" --- PASS: TestTransformFile (2.94s) === RUN TestManualTransformFile run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:40:32 DEBUG : Reset feature "Copy" 2026/08/23 03:40:32 DEBUG : Reset feature "Move" 2026/08/23 03:40:32 DEBUG : Reset feature "Copy" 2026/08/23 03:40:32 DEBUG : Reset feature "Move" 2026/08/23 03:40:32 DEBUG : empty_dir: Making directory with metadata 2026/08/23 03:40:32 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/23 03:40:32 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:32 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 03:40:32 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 03:40:32 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 03:40:32 INFO : tictacempty_dir: Making directory 2026/08/23 03:40:32 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 03:40:32 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:32 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:32 INFO : tictactoe: Making directory 2026/08/23 03:40:32 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:32 DEBUG : toe: transformed to: tictactoe 2026/08/23 03:40:32 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 03:40:32 INFO : tictactoe/tictactoe: Making directory 2026/08/23 03:40:32 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 03:40:32 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/23 03:40:32 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 03:40:32 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/23 03:40:32 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 03:40:32 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 03:40:32 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:40:32 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:40:33 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/23 03:40:33 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:40:33 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 03:40:33 INFO : toe/toe/toe.txt: Deleted 2026/08/23 03:40:33 INFO : toe/toe: Removing directory 2026/08/23 03:40:33 INFO : toe: Removing directory 2026/08/23 03:40:33 INFO : empty_dir: Removing directory 2026/08/23 03:40:33 DEBUG : Local file system at /tmp/rclone1703115636: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/23 03:40:33 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/23 03:40:33 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/23 03:40:33 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/23 03:40:33 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/23 03:40:33 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/23 03:40:34 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/23 03:40:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:40:34 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/08/23 03:40:34 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted fstest.go:251: Filtering empty directory "tictacempty_dir" fstest.go:251: Filtering empty directory "tictactoe" fstest.go:251: Filtering empty directory "tictactoe/tictactoe" --- PASS: TestManualTransformFile (3.32s) === RUN TestBase64 run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:40:35 DEBUG : toe: transformed to: dG9l 2026/08/23 03:40:35 DEBUG : toe: transformed to: dG9l 2026/08/23 03:40:35 INFO : dG9l: Making directory 2026/08/23 03:40:35 DEBUG : toe: transformed to: dG9l 2026/08/23 03:40:35 DEBUG : toe: transformed to: dG9l 2026/08/23 03:40:35 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/23 03:40:35 INFO : dG9l/dG9l: Making directory 2026/08/23 03:40:35 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/23 03:40:35 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/08/23 03:40:35 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/23 03:40:35 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/23 03:40:35 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/23 03:40:35 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:40:35 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:40:36 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/08/23 03:40:36 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:40:36 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/08/23 03:40:36 DEBUG : Waiting for deletions to finish 2026/08/23 03:40:36 DEBUG : dG9l: transformed to: toe 2026/08/23 03:40:36 DEBUG : dG9l: transformed to: toe 2026/08/23 03:40:36 DEBUG : dG9l: transformed to: toe 2026/08/23 03:40:36 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/08/23 03:40:36 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/08/23 03:40:36 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/23 03:40:36 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2026/08/23 03:40:36 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/08/23 03:40:36 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/08/23 03:40:36 DEBUG : Local file system at /tmp/rclone1703115636: Waiting for checks to finish 2026/08/23 03:40:36 DEBUG : Local file system at /tmp/rclone1703115636: Waiting for transfers to finish 2026/08/23 03:40:36 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (2.01s) === RUN TestError run.go:198: Remote "B2 bucket rclone-test-cuhiweg6sodi", Local "Local file system at /tmp/rclone1703115636", Modify Window "1ms" 2026/08/23 03:40:37 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/23 03:40:37 DEBUG : toe: transformed to: 2026/08/23 03:40:37 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/23 03:40:37 DEBUG : toe: transformed to: 2026/08/23 03:40:37 INFO : B2 bucket rclone-test-cuhiweg6sodi: Making directory 2026/08/23 03:40:37 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/23 03:40:37 DEBUG : toe: transformed to: 2026/08/23 03:40:37 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/23 03:40:37 DEBUG : toe: transformed to: 2026/08/23 03:40:37 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/23 03:40:37 DEBUG : toe/toe: transformed to: 2026/08/23 03:40:37 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/23 03:40:37 INFO : toe/toe: Making directory 2026/08/23 03:40:37 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/23 03:40:37 DEBUG : toe/toe: transformed to: 2026/08/23 03:40:37 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/23 03:40:37 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/23 03:40:37 DEBUG : toe: transformed to: 2026/08/23 03:40:37 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/23 03:40:37 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/23 03:40:37 DEBUG : toe/toe/toe: transformed to: 2026/08/23 03:40:37 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/08/23 03:40:37 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for checks to finish 2026/08/23 03:40:37 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Waiting for transfers to finish 2026/08/23 03:40:38 DEBUG : toe/toe/toe: size = 11 OK 2026/08/23 03:40:38 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 03:40:38 INFO : toe/toe/toe: Copied (new) 2026/08/23 03:40:38 ERROR : B2 bucket rclone-test-cuhiweg6sodi: not deleting files as there were IO errors 2026/08/23 03:40:38 ERROR : B2 bucket rclone-test-cuhiweg6sodi: not deleting directories as there were IO errors --- PASS: TestError (1.55s) PASS 2026/08/23 03:40:39 DEBUG : B2 bucket rclone-test-cuhiweg6sodi: Purge remote 2026/08/23 03:40:39 INFO : B2 bucket rclone-test-cuhiweg6sodi: cleaning bucket "rclone-test-cuhiweg6sodi" of all files 2026/08/23 03:40:40 DEBUG : BackupDir/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40976990ecb9fb1b_d20260823_m033554_c001_v7007000_t0000_u01787456154025") 2026/08/23 03:40:40 DEBUG : BackupDir/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f409e43e05fbd04ed_d20260823_m033548_c001_v0001116_t0032_u01787456148163") 2026/08/23 03:40:40 DEBUG : CompareDest/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4025158402645971_d20260823_m033508_c001_v7007000_t0000_u01787456108725") 2026/08/23 03:40:40 DEBUG : CompareDest/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082c8bc_d20260823_m033503_c001_v0001177_t0044_u01787456103154") 2026/08/23 03:40:40 DEBUG : CompareDest/two: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4025158402645972_d20260823_m033508_c001_v7007000_t0000_u01787456108909") 2026/08/23 03:40:40 DEBUG : CompareDest/two: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88e0b_d20260823_m033504_c001_v0001102_t0033_u01787456104470") 2026/08/23 03:40:40 DEBUG : CopyDest/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40976990ecb9fb1d_d20260823_m033554_c001_v7007000_t0000_u01787456154207") 2026/08/23 03:40:40 DEBUG : CopyDest/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef339bc_d20260823_m033524_c001_v0001041_t0051_u01787456124191") 2026/08/23 03:40:40 DEBUG : CopyDest/three: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40976990ecb9fb1e_d20260823_m033554_c001_v7007000_t0000_u01787456154390") 2026/08/23 03:40:40 DEBUG : CopyDest/three: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88e8b_d20260823_m033552_c001_v0001102_t0033_u01787456152285") 2026/08/23 03:40:40 DEBUG : CopyDest/two: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40976990ecb9fb1f_d20260823_m033554_c001_v7007000_t0000_u01787456154573") 2026/08/23 03:40:40 DEBUG : CopyDest/two: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082c970_d20260823_m033550_c001_v0001177_t0044_u01787456150008") 2026/08/23 03:40:40 DEBUG : EXISTING: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f403906668780011e_d20260823_m033706_c001_v7007000_t0000_u01787456226967") 2026/08/23 03:40:40 DEBUG : EXISTING: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cac0_d20260823_m033706_c001_v0001177_t0044_u01787456226048") 2026/08/23 03:40:40 DEBUG : PREFIXapple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f420af02780f3ddff_d20260823_m033836_c001_v7007000_t0000_u01787456316605") 2026/08/23 03:40:40 DEBUG : PREFIXapple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89051_d20260823_m033832_c001_v0001102_t0033_u01787456312459") 2026/08/23 03:40:40 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668b3ac_d20260823_m033836_c001_v7007000_t0000_u01787456316368") 2026/08/23 03:40:40 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f100c8317e082ccfa_d20260823_m033832_c001_v0001177_t0044_u01787456312449") 2026/08/23 03:40:40 DEBUG : PREFIXbanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4189d3b2c058f5d4_d20260823_m033836_c001_v7007000_t0000_u01787456316430") 2026/08/23 03:40:40 DEBUG : PREFIXbanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb629048d_d20260823_m033832_c001_v0001172_t0052_u01787456312471") 2026/08/23 03:40:40 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40174204ddd64b22_d20260823_m033836_c001_v7007000_t0000_u01787456316380") 2026/08/23 03:40:40 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38efd_d20260823_m033832_c001_v0001182_t0053_u01787456312483") 2026/08/23 03:40:40 DEBUG : Testêé: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40390666878000c1_d20260823_m033703_c001_v7007000_t0000_u01787456223831") 2026/08/23 03:40:41 DEBUG : Testêé: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082caae_d20260823_m033703_c001_v0001177_t0044_u01787456223280") 2026/08/23 03:40:41 DEBUG : Testêé: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88f2f_d20260823_m033702_c001_v0001102_t0033_u01787456222370") 2026/08/23 03:40:41 DEBUG : YXBwbGU=: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668ac02_d20260823_m033822_c001_v7007000_t0000_u01787456302142") 2026/08/23 03:40:41 DEBUG : YXBwbGU=: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cc9c_d20260823_m033818_c001_v0001177_t0044_u01787456298242") 2026/08/23 03:40:41 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668ac03_d20260823_m033822_c001_v7007000_t0000_u01787456302324") 2026/08/23 03:40:41 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f1182205252a38e86_d20260823_m033818_c001_v0001182_t0002_u01787456298253") 2026/08/23 03:40:41 DEBUG : YmFuYW5h: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668ac04_d20260823_m033822_c001_v7007000_t0000_u01787456302514") 2026/08/23 03:40:41 DEBUG : YmFuYW5h: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e8903b_d20260823_m033818_c001_v0001102_t0033_u01787456298262") 2026/08/23 03:40:41 DEBUG : a/potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff0155_d20260823_m033334_c001_v7007000_t0000_u01787456014785") 2026/08/23 03:40:41 DEBUG : a/potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f101e653a6ef33852_d20260823_m033334_c001_v0001041_t0023_u01787456014014") 2026/08/23 03:40:41 DEBUG : a/potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff00d5_d20260823_m033332_c001_v7007000_t0000_u01787456012735") 2026/08/23 03:40:41 DEBUG : a/potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f101e653a6ef33848_d20260823_m033331_c001_v0001041_t0047_u01787456011712") 2026/08/23 03:40:41 DEBUG : a/potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4225634d9f2b637f_d20260823_m033316_c001_v7007000_t0000_u01787455996050") 2026/08/23 03:40:41 DEBUG : a/potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f101e653a6ef337f4_d20260823_m033314_c001_v0001041_t0044_u01787455994838") 2026/08/23 03:40:41 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e453_d20260823_m034008_c001_v7007000_t0000_u01787456408606") 2026/08/23 03:40:41 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62905f9_d20260823_m034005_c001_v0001172_t0052_u01787456405600") 2026/08/23 03:40:41 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e2c0_d20260823_m033956_c001_v7007000_t0000_u01787456396770") 2026/08/23 03:40:41 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62905dd_d20260823_m033953_c001_v0001172_t0052_u01787456393915") 2026/08/23 03:40:41 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7da55_d20260823_m033945_c001_v7007000_t0000_u01787456385187") 2026/08/23 03:40:41 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62905b1_d20260823_m033941_c001_v0001172_t0052_u01787456381641") 2026/08/23 03:40:42 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff15d8_d20260823_m033932_c001_v7007000_t0000_u01787456372869") 2026/08/23 03:40:42 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290585_d20260823_m033929_c001_v0001172_t0052_u01787456369402") 2026/08/23 03:40:42 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff153b_d20260823_m033920_c001_v7007000_t0000_u01787456360660") 2026/08/23 03:40:42 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290551_d20260823_m033916_c001_v0001172_t0052_u01787456356956") 2026/08/23 03:40:42 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff151a_d20260823_m033908_c001_v7007000_t0000_u01787456348135") 2026/08/23 03:40:42 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e8908b_d20260823_m033903_c001_v0001102_t0033_u01787456343422") 2026/08/23 03:40:42 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8c2_d20260823_m033854_c001_v7007000_t0000_u01787456334523") 2026/08/23 03:40:42 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89077_d20260823_m033851_c001_v0001102_t0033_u01787456331812") 2026/08/23 03:40:42 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8b8_d20260823_m033850_c001_v7007000_t0000_u01787456330899") 2026/08/23 03:40:42 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62904c3_d20260823_m033847_c001_v0001172_t0052_u01787456327026") 2026/08/23 03:40:42 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba873_d20260823_m033838_c001_v7007000_t0000_u01787456318087") 2026/08/23 03:40:42 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38f17_d20260823_m033835_c001_v0001182_t0053_u01787456315425") 2026/08/23 03:40:42 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f420af02780f3dde6_d20260823_m033834_c001_v7007000_t0000_u01787456314153") 2026/08/23 03:40:42 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082ccf4_d20260823_m033831_c001_v0001177_t0044_u01787456311014") 2026/08/23 03:40:42 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f421d62214473618c_d20260823_m033820_c001_v7007000_t0000_u01787456300474") 2026/08/23 03:40:42 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cc98_d20260823_m033816_c001_v0001177_t0044_u01787456296462") 2026/08/23 03:40:42 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbd4_d20260823_m033807_c001_v7007000_t0000_u01787456287717") 2026/08/23 03:40:42 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cc4a_d20260823_m033804_c001_v0001177_t0044_u01787456284933") 2026/08/23 03:40:42 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff37b_d20260823_m033755_c001_v7007000_t0000_u01787456275896") 2026/08/23 03:40:42 DEBUG : apple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cc08_d20260823_m033752_c001_v0001177_t0044_u01787456272897") 2026/08/23 03:40:43 DEBUG : appleSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400be1583d76d79c_d20260823_m033853_c001_v7007000_t0000_u01787456333025") 2026/08/23 03:40:43 DEBUG : appleSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62904cf_d20260823_m033848_c001_v0001172_t0052_u01787456328506") 2026/08/23 03:40:43 DEBUG : appleapple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff151c_d20260823_m033908_c001_v7007000_t0000_u01787456348315") 2026/08/23 03:40:43 DEBUG : appleapple: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e8908d_d20260823_m033904_c001_v0001102_t0033_u01787456344991") 2026/08/23 03:40:43 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e465_d20260823_m034008_c001_v7007000_t0000_u01787456408826") 2026/08/23 03:40:43 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e890d7_d20260823_m034005_c001_v0001102_t0033_u01787456405969") 2026/08/23 03:40:43 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e2c6_d20260823_m033957_c001_v7007000_t0000_u01787456397062") 2026/08/23 03:40:43 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e890c9_d20260823_m033954_c001_v0001102_t0033_u01787456394283") 2026/08/23 03:40:43 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7da5c_d20260823_m033945_c001_v7007000_t0000_u01787456385370") 2026/08/23 03:40:43 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e890bf_d20260823_m033942_c001_v0001102_t0033_u01787456382010") 2026/08/23 03:40:43 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff15e1_d20260823_m033933_c001_v7007000_t0000_u01787456373050") 2026/08/23 03:40:43 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e890ad_d20260823_m033929_c001_v0001102_t0033_u01787456369768") 2026/08/23 03:40:43 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff153c_d20260823_m033920_c001_v7007000_t0000_u01787456360841") 2026/08/23 03:40:43 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e8909f_d20260823_m033917_c001_v0001102_t0033_u01787456357327") 2026/08/23 03:40:43 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f413c9e888bd95660_d20260823_m033906_c001_v7007000_t0000_u01787456346307") 2026/08/23 03:40:43 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cdd8_d20260823_m033903_c001_v0001177_t0044_u01787456343789") 2026/08/23 03:40:43 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8c3_d20260823_m033854_c001_v7007000_t0000_u01787456334705") 2026/08/23 03:40:43 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38f87_d20260823_m033851_c001_v0001182_t0053_u01787456331822") 2026/08/23 03:40:43 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8b6_d20260823_m033850_c001_v7007000_t0000_u01787456330718") 2026/08/23 03:40:43 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cd60_d20260823_m033847_c001_v0001177_t0044_u01787456327406") 2026/08/23 03:40:43 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba874_d20260823_m033838_c001_v7007000_t0000_u01787456318267") 2026/08/23 03:40:44 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb629049b_d20260823_m033835_c001_v0001172_t0052_u01787456315414") 2026/08/23 03:40:44 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668b3a5_d20260823_m033833_c001_v7007000_t0000_u01787456313942") 2026/08/23 03:40:44 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290489_d20260823_m033831_c001_v0001172_t0052_u01787456311394") 2026/08/23 03:40:44 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668ac00_d20260823_m033820_c001_v7007000_t0000_u01787456300488") 2026/08/23 03:40:44 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89039_d20260823_m033816_c001_v0001102_t0033_u01787456296830") 2026/08/23 03:40:44 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbd6_d20260823_m033807_c001_v7007000_t0000_u01787456287900") 2026/08/23 03:40:44 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e8902d_d20260823_m033805_c001_v0001102_t0033_u01787456285307") 2026/08/23 03:40:44 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff37c_d20260823_m033756_c001_v7007000_t0000_u01787456276081") 2026/08/23 03:40:44 DEBUG : appleappleapplebanana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89021_d20260823_m033753_c001_v0001102_t0033_u01787456273453") 2026/08/23 03:40:44 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f423dae673d87ad2b_d20260823_m033853_c001_v7007000_t0000_u01787456333037") 2026/08/23 03:40:44 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f1182205252a38f67_d20260823_m033848_c001_v0001182_t0025_u01787456328517") 2026/08/23 03:40:44 DEBUG : b/potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff015d_d20260823_m033334_c001_v7007000_t0000_u01787456014968") 2026/08/23 03:40:44 DEBUG : b/potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef3384e_d20260823_m033333_c001_v0001041_t0051_u01787456013282") 2026/08/23 03:40:44 DEBUG : b/potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff00af_d20260823_m033332_c001_v7007000_t0000_u01787456012190") 2026/08/23 03:40:44 DEBUG : b/potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33844_d20260823_m033330_c001_v0001041_t0051_u01787456010975") 2026/08/23 03:40:44 DEBUG : b/potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4225634d9f2b636b_d20260823_m033315_c001_v7007000_t0000_u01787455995505") 2026/08/23 03:40:44 DEBUG : b/potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef337f0_d20260823_m033314_c001_v0001041_t0051_u01787455994105") 2026/08/23 03:40:44 DEBUG : backup/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f423dae673d87a2cf_d20260823_m033606_c001_v7007000_t0000_u01787456166062") 2026/08/23 03:40:44 DEBUG : backup/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41978f1eaae5f924_d20260823_m033604_c001_v0001144_t0014_u01787456164520") 2026/08/23 03:40:44 DEBUG : backup/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41712a31edea809c_d20260823_m033601_c001_v0001172_t0040_u01787456161208") 2026/08/23 03:40:44 DEBUG : backup/one-2019-01-01: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40390666877ffe19_d20260823_m033629_c001_v7007000_t0000_u01787456189115") 2026/08/23 03:40:45 DEBUG : backup/one-2019-01-01: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f411a2a840ff1d045_d20260823_m033627_c001_v0001167_t0028_u01787456187606") 2026/08/23 03:40:45 DEBUG : backup/one-2019-01-01: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f409bcde5514da060_d20260823_m033624_c001_v0001041_t0010_u01787456184158") 2026/08/23 03:40:45 DEBUG : backup/one.bak: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400be1583d76b5a5_d20260823_m033617_c001_v7007000_t0000_u01787456177510") 2026/08/23 03:40:45 DEBUG : backup/one.bak: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404907a7ebc197bd_d20260823_m033616_c001_v0001161_t0042_u01787456176024") 2026/08/23 03:40:45 DEBUG : backup/one.bak: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f405b613d3d6b081d_d20260823_m033612_c001_v0001185_t0059_u01787456172687") 2026/08/23 03:40:45 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40390666877ffe1a_d20260823_m033629_c001_v7007000_t0000_u01787456189295") 2026/08/23 03:40:45 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f403400324022a8a9_d20260823_m033628_c001_v0001105_t0043_u01787456188376") 2026/08/23 03:40:45 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f418c0f9bff1c1d1d_d20260823_m033625_c001_v0001039_t0027_u01787456185454") 2026/08/23 03:40:45 DEBUG : backup/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f423dae673d87a2d0_d20260823_m033606_c001_v7007000_t0000_u01787456166243") 2026/08/23 03:40:45 DEBUG : backup/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f407cc974b91cadf5_d20260823_m033605_c001_v0001106_t0009_u01787456165330") 2026/08/23 03:40:45 DEBUG : backup/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400d4261e0a9509d_d20260823_m033602_c001_v0001117_t0053_u01787456162501") 2026/08/23 03:40:45 DEBUG : backup/three.txt.bak: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400be1583d76b5a7_d20260823_m033617_c001_v7007000_t0000_u01787456177694") 2026/08/23 03:40:45 DEBUG : backup/three.txt.bak: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f408c985ceeaff8a0_d20260823_m033616_c001_v0001131_t0054_u01787456176768") 2026/08/23 03:40:45 DEBUG : backup/three.txt.bak: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40149bcde91557ea_d20260823_m033613_c001_v0001097_t0023_u01787456173980") 2026/08/23 03:40:45 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e475_d20260823_m034009_c001_v7007000_t0000_u01787456409025") 2026/08/23 03:40:45 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cf80_d20260823_m034005_c001_v0001177_t0044_u01787456405785") 2026/08/23 03:40:45 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e2c9_d20260823_m033957_c001_v7007000_t0000_u01787456397246") 2026/08/23 03:40:45 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cf48_d20260823_m033954_c001_v0001177_t0044_u01787456394099") 2026/08/23 03:40:45 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7da62_d20260823_m033945_c001_v7007000_t0000_u01787456385553") 2026/08/23 03:40:45 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cf16_d20260823_m033941_c001_v0001177_t0044_u01787456381826") 2026/08/23 03:40:46 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff15ef_d20260823_m033933_c001_v7007000_t0000_u01787456373232") 2026/08/23 03:40:46 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082ceb2_d20260823_m033929_c001_v0001177_t0044_u01787456369585") 2026/08/23 03:40:46 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff153d_d20260823_m033921_c001_v7007000_t0000_u01787456361022") 2026/08/23 03:40:46 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082ce4e_d20260823_m033917_c001_v0001177_t0044_u01787456357142") 2026/08/23 03:40:46 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff151d_d20260823_m033908_c001_v7007000_t0000_u01787456348496") 2026/08/23 03:40:46 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38fdf_d20260823_m033903_c001_v0001182_t0053_u01787456343605") 2026/08/23 03:40:46 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8c4_d20260823_m033854_c001_v7007000_t0000_u01787456334885") 2026/08/23 03:40:46 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cd83_d20260823_m033851_c001_v0001177_t0044_u01787456331832") 2026/08/23 03:40:46 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f424930067ab884e6_d20260823_m033850_c001_v7007000_t0000_u01787456330751") 2026/08/23 03:40:46 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38f61_d20260823_m033847_c001_v0001182_t0053_u01787456327222") 2026/08/23 03:40:46 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba876_d20260823_m033838_c001_v7007000_t0000_u01787456318449") 2026/08/23 03:40:46 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cd1a_d20260823_m033835_c001_v0001177_t0044_u01787456315433") 2026/08/23 03:40:46 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4189d3b2c058f5d0_d20260823_m033834_c001_v7007000_t0000_u01787456314326") 2026/08/23 03:40:46 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e8904f_d20260823_m033831_c001_v0001102_t0033_u01787456311196") 2026/08/23 03:40:46 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f405570435596554b_d20260823_m033820_c001_v7007000_t0000_u01787456300176") 2026/08/23 03:40:46 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38e7e_d20260823_m033816_c001_v0001182_t0053_u01787456296647") 2026/08/23 03:40:46 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbd7_d20260823_m033808_c001_v7007000_t0000_u01787456288083") 2026/08/23 03:40:46 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38e18_d20260823_m033805_c001_v0001182_t0053_u01787456285121") 2026/08/23 03:40:46 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff37d_d20260823_m033756_c001_v7007000_t0000_u01787456276264") 2026/08/23 03:40:46 DEBUG : banana: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38dc4_d20260823_m033753_c001_v0001182_t0053_u01787456273215") 2026/08/23 03:40:47 DEBUG : bananaSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400be1583d76d79a_d20260823_m033852_c001_v7007000_t0000_u01787456332813") 2026/08/23 03:40:47 DEBUG : bananaSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cd66_d20260823_m033848_c001_v0001177_t0044_u01787456328527") 2026/08/23 03:40:47 DEBUG : both0: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff069_d20260823_m033734_c001_v7007000_t0000_u01787456254052") 2026/08/23 03:40:47 DEBUG : both0: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88f9b_d20260823_m033723_c001_v0001102_t0033_u01787456243430") 2026/08/23 03:40:47 DEBUG : both0: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4084e4f6f9cc5ec0_d20260823_m033719_c001_v7007000_t0000_u01787456239154") 2026/08/23 03:40:47 DEBUG : both0: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88f43_d20260823_m033708_c001_v0001102_t0033_u01787456228805") 2026/08/23 03:40:47 DEBUG : both1: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff06c_d20260823_m033734_c001_v7007000_t0000_u01787456254236") 2026/08/23 03:40:47 DEBUG : both1: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88f9d_d20260823_m033724_c001_v0001102_t0033_u01787456244164") 2026/08/23 03:40:47 DEBUG : both1: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4084e4f6f9cc5ecc_d20260823_m033719_c001_v7007000_t0000_u01787456239338") 2026/08/23 03:40:47 DEBUG : both1: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88f45_d20260823_m033709_c001_v0001102_t0033_u01787456229176") 2026/08/23 03:40:47 DEBUG : both10: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff06f_d20260823_m033734_c001_v7007000_t0000_u01787456254419") 2026/08/23 03:40:47 DEBUG : both10: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88fb5_d20260823_m033727_c001_v0001102_t0033_u01787456247706") 2026/08/23 03:40:47 DEBUG : both10: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4084e4f6f9cc5ed5_d20260823_m033719_c001_v7007000_t0000_u01787456239521") 2026/08/23 03:40:47 DEBUG : both10: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88f65_d20260823_m033712_c001_v0001102_t0033_u01787456232600") 2026/08/23 03:40:47 DEBUG : both11: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff073_d20260823_m033734_c001_v7007000_t0000_u01787456254604") 2026/08/23 03:40:47 DEBUG : both11: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88fb7_d20260823_m033728_c001_v0001102_t0033_u01787456248088") 2026/08/23 03:40:47 DEBUG : both11: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4084e4f6f9cc5ee0_d20260823_m033719_c001_v7007000_t0000_u01787456239708") 2026/08/23 03:40:47 DEBUG : both11: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88f67_d20260823_m033712_c001_v0001102_t0033_u01787456232971") 2026/08/23 03:40:47 DEBUG : both12: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff075_d20260823_m033734_c001_v7007000_t0000_u01787456254787") 2026/08/23 03:40:47 DEBUG : both12: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88fbb_d20260823_m033728_c001_v0001102_t0033_u01787456248457") 2026/08/23 03:40:47 DEBUG : both12: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4084e4f6f9cc5eed_d20260823_m033719_c001_v7007000_t0000_u01787456239891") 2026/08/23 03:40:47 DEBUG : both12: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88f71_d20260823_m033713_c001_v0001102_t0033_u01787456233342") 2026/08/23 03:40:48 DEBUG : both13: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff079_d20260823_m033734_c001_v7007000_t0000_u01787456254972") 2026/08/23 03:40:48 DEBUG : both13: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88fbd_d20260823_m033728_c001_v0001102_t0033_u01787456248886") 2026/08/23 03:40:48 DEBUG : both13: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4084e4f6f9cc5ef1_d20260823_m033720_c001_v7007000_t0000_u01787456240074") 2026/08/23 03:40:48 DEBUG : both13: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88f73_d20260823_m033713_c001_v0001102_t0033_u01787456233712") 2026/08/23 03:40:48 DEBUG : both14: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff07d_d20260823_m033735_c001_v7007000_t0000_u01787456255291") 2026/08/23 03:40:48 DEBUG : both14: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88fc1_d20260823_m033729_c001_v0001102_t0033_u01787456249285") 2026/08/23 03:40:48 DEBUG : both14: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4084e4f6f9cc5ef9_d20260823_m033720_c001_v7007000_t0000_u01787456240260") 2026/08/23 03:40:48 DEBUG : both14: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88f79_d20260823_m033714_c001_v0001102_t0033_u01787456234154") 2026/08/23 03:40:48 DEBUG : both15: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff085_d20260823_m033735_c001_v7007000_t0000_u01787456255477") 2026/08/23 03:40:48 DEBUG : both15: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88fc5_d20260823_m033729_c001_v0001102_t0033_u01787456249651") 2026/08/23 03:40:48 DEBUG : both15: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4084e4f6f9cc5f00_d20260823_m033720_c001_v7007000_t0000_u01787456240446") 2026/08/23 03:40:48 DEBUG : both15: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88f7b_d20260823_m033714_c001_v0001102_t0033_u01787456234525") 2026/08/23 03:40:48 DEBUG : both16: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff08e_d20260823_m033735_c001_v7007000_t0000_u01787456255663") 2026/08/23 03:40:48 DEBUG : both16: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88fc7_d20260823_m033730_c001_v0001102_t0033_u01787456250020") 2026/08/23 03:40:48 DEBUG : both16: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4084e4f6f9cc5f0b_d20260823_m033720_c001_v7007000_t0000_u01787456240629") 2026/08/23 03:40:48 DEBUG : both16: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88f81_d20260823_m033714_c001_v0001102_t0033_u01787456234897") 2026/08/23 03:40:48 DEBUG : both17: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff098_d20260823_m033735_c001_v7007000_t0000_u01787456255845") 2026/08/23 03:40:48 DEBUG : both17: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88fc9_d20260823_m033730_c001_v0001102_t0033_u01787456250389") 2026/08/23 03:40:48 DEBUG : both17: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4084e4f6f9cc5f14_d20260823_m033720_c001_v7007000_t0000_u01787456240813") 2026/08/23 03:40:48 DEBUG : both17: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88f85_d20260823_m033715_c001_v0001102_t0033_u01787456235268") 2026/08/23 03:40:48 DEBUG : both18: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff0a5_d20260823_m033736_c001_v7007000_t0000_u01787456256027") 2026/08/23 03:40:49 DEBUG : both18: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88fcb_d20260823_m033730_c001_v0001102_t0033_u01787456250761") 2026/08/23 03:40:49 DEBUG : both18: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4084e4f6f9cc5f1d_d20260823_m033720_c001_v7007000_t0000_u01787456240995") 2026/08/23 03:40:49 DEBUG : both18: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88f89_d20260823_m033715_c001_v0001102_t0033_u01787456235749") 2026/08/23 03:40:49 DEBUG : both19: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff0af_d20260823_m033736_c001_v7007000_t0000_u01787456256210") 2026/08/23 03:40:49 DEBUG : both19: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88fd3_d20260823_m033731_c001_v0001102_t0033_u01787456251129") 2026/08/23 03:40:49 DEBUG : both19: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4084e4f6f9cc5f26_d20260823_m033721_c001_v7007000_t0000_u01787456241178") 2026/08/23 03:40:49 DEBUG : both19: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88f8b_d20260823_m033716_c001_v0001102_t0033_u01787456236119") 2026/08/23 03:40:49 DEBUG : both2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff0b9_d20260823_m033736_c001_v7007000_t0000_u01787456256392") 2026/08/23 03:40:49 DEBUG : both2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88fa1_d20260823_m033724_c001_v0001102_t0033_u01787456244535") 2026/08/23 03:40:49 DEBUG : both2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4084e4f6f9cc5f2f_d20260823_m033721_c001_v7007000_t0000_u01787456241361") 2026/08/23 03:40:49 DEBUG : both2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88f47_d20260823_m033709_c001_v0001102_t0033_u01787456229546") 2026/08/23 03:40:49 DEBUG : both3: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff0c2_d20260823_m033736_c001_v7007000_t0000_u01787456256575") 2026/08/23 03:40:49 DEBUG : both3: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88fa3_d20260823_m033724_c001_v0001102_t0033_u01787456244905") 2026/08/23 03:40:49 DEBUG : both3: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4084e4f6f9cc5f38_d20260823_m033721_c001_v7007000_t0000_u01787456241544") 2026/08/23 03:40:49 DEBUG : both3: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88f4b_d20260823_m033710_c001_v0001102_t0033_u01787456230003") 2026/08/23 03:40:49 DEBUG : both4: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff0cd_d20260823_m033736_c001_v7007000_t0000_u01787456256756") 2026/08/23 03:40:49 DEBUG : both4: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88fa5_d20260823_m033725_c001_v0001102_t0033_u01787456245274") 2026/08/23 03:40:49 DEBUG : both4: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4084e4f6f9cc5f40_d20260823_m033721_c001_v7007000_t0000_u01787456241726") 2026/08/23 03:40:49 DEBUG : both4: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88f51_d20260823_m033710_c001_v0001102_t0033_u01787456230375") 2026/08/23 03:40:49 DEBUG : both5: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff0d8_d20260823_m033736_c001_v7007000_t0000_u01787456256939") 2026/08/23 03:40:49 DEBUG : both5: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88fa7_d20260823_m033725_c001_v0001102_t0033_u01787456245645") 2026/08/23 03:40:49 DEBUG : both5: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4084e4f6f9cc5f44_d20260823_m033721_c001_v7007000_t0000_u01787456241910") 2026/08/23 03:40:50 DEBUG : both5: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88f53_d20260823_m033710_c001_v0001102_t0033_u01787456230748") 2026/08/23 03:40:50 DEBUG : both6: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff0dc_d20260823_m033737_c001_v7007000_t0000_u01787456257122") 2026/08/23 03:40:50 DEBUG : both6: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88fab_d20260823_m033726_c001_v0001102_t0033_u01787456246152") 2026/08/23 03:40:50 DEBUG : both6: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4084e4f6f9cc5f49_d20260823_m033722_c001_v7007000_t0000_u01787456242094") 2026/08/23 03:40:50 DEBUG : both6: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88f55_d20260823_m033711_c001_v0001102_t0033_u01787456231120") 2026/08/23 03:40:50 DEBUG : both7: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff0e1_d20260823_m033737_c001_v7007000_t0000_u01787456257305") 2026/08/23 03:40:50 DEBUG : both7: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88fad_d20260823_m033726_c001_v0001102_t0033_u01787456246600") 2026/08/23 03:40:50 DEBUG : both7: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4084e4f6f9cc5f4c_d20260823_m033722_c001_v7007000_t0000_u01787456242278") 2026/08/23 03:40:50 DEBUG : both7: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88f59_d20260823_m033711_c001_v0001102_t0033_u01787456231492") 2026/08/23 03:40:50 DEBUG : both8: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff0eb_d20260823_m033737_c001_v7007000_t0000_u01787456257487") 2026/08/23 03:40:50 DEBUG : both8: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88faf_d20260823_m033726_c001_v0001102_t0033_u01787456246969") 2026/08/23 03:40:50 DEBUG : both8: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4084e4f6f9cc5f4d_d20260823_m033722_c001_v7007000_t0000_u01787456242466") 2026/08/23 03:40:50 DEBUG : both8: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88f5d_d20260823_m033711_c001_v0001102_t0033_u01787456231862") 2026/08/23 03:40:50 DEBUG : both9: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff0f2_d20260823_m033737_c001_v7007000_t0000_u01787456257670") 2026/08/23 03:40:50 DEBUG : both9: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88fb1_d20260823_m033727_c001_v0001102_t0033_u01787456247338") 2026/08/23 03:40:50 DEBUG : both9: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4084e4f6f9cc5f50_d20260823_m033722_c001_v7007000_t0000_u01787456242702") 2026/08/23 03:40:50 DEBUG : both9: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88f63_d20260823_m033712_c001_v0001102_t0033_u01787456232231") 2026/08/23 03:40:50 DEBUG : c/non empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff0167_d20260823_m033335_c001_v7007000_t0000_u01787456015150") 2026/08/23 03:40:50 DEBUG : c/non empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33850_d20260823_m033333_c001_v0001041_t0051_u01787456013466") 2026/08/23 03:40:50 DEBUG : c/non empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff00dc_d20260823_m033332_c001_v7007000_t0000_u01787456012916") 2026/08/23 03:40:51 DEBUG : c/non empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33846_d20260823_m033331_c001_v0001041_t0051_u01787456011161") 2026/08/23 03:40:51 DEBUG : c/non empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4225634d9f2b6386_d20260823_m033316_c001_v7007000_t0000_u01787455996233") 2026/08/23 03:40:51 DEBUG : c/non empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef337f2_d20260823_m033314_c001_v0001041_t0051_u01787455994290") 2026/08/23 03:40:51 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668ac05_d20260823_m033822_c001_v7007000_t0000_u01787456302696") 2026/08/23 03:40:51 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb629044d_d20260823_m033818_c001_v0001172_t0052_u01787456298274") 2026/08/23 03:40:51 DEBUG : check sum: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4225634d9f2b6297_d20260823_m033307_c001_v7007000_t0000_u01787455987747") 2026/08/23 03:40:51 DEBUG : check sum: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef337d6_d20260823_m033306_c001_v0001041_t0051_u01787455986839") 2026/08/23 03:40:51 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4055704355966701_d20260823_m034037_c001_v7007000_t0000_u01787456437165") 2026/08/23 03:40:51 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290659_d20260823_m034036_c001_v0001172_t0052_u01787456436115") 2026/08/23 03:40:51 DEBUG : dest/3: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4114a9be4da8b19a_d20260823_m033517_c001_v7007000_t0000_u01787456117581") 2026/08/23 03:40:51 DEBUG : dest/3: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f407675a726c5ac03_d20260823_m033516_c001_v0001113_t0029_u01787456116451") 2026/08/23 03:40:51 DEBUG : dir1/0000-abcde: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff151e_d20260823_m033908_c001_v7007000_t0000_u01787456348677") 2026/08/23 03:40:51 DEBUG : dir1/0000-abcde: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cde2_d20260823_m033905_c001_v0001177_t0044_u01787456345015") 2026/08/23 03:40:51 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e486_d20260823_m034009_c001_v7007000_t0000_u01787456409215") 2026/08/23 03:40:51 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62905e9_d20260823_m034001_c001_v0001172_t0052_u01787456401564") 2026/08/23 03:40:51 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e2cc_d20260823_m033957_c001_v7007000_t0000_u01787456397428") 2026/08/23 03:40:51 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62905cf_d20260823_m033949_c001_v0001172_t0052_u01787456389840") 2026/08/23 03:40:51 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7da6a_d20260823_m033945_c001_v7007000_t0000_u01787456385735") 2026/08/23 03:40:51 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290599_d20260823_m033937_c001_v0001172_t0052_u01787456377462") 2026/08/23 03:40:51 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff15fd_d20260823_m033933_c001_v7007000_t0000_u01787456373413") 2026/08/23 03:40:51 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb629056f_d20260823_m033925_c001_v0001172_t0052_u01787456365387") 2026/08/23 03:40:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff153e_d20260823_m033921_c001_v7007000_t0000_u01787456361204") 2026/08/23 03:40:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb629053b_d20260823_m033912_c001_v0001172_t0052_u01787456352768") 2026/08/23 03:40:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415f68220580a393_d20260823_m033906_c001_v7007000_t0000_u01787456346329") 2026/08/23 03:40:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89083_d20260823_m033859_c001_v0001102_t0033_u01787456339205") 2026/08/23 03:40:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8c5_d20260823_m033855_c001_v7007000_t0000_u01787456335065") 2026/08/23 03:40:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89079_d20260823_m033851_c001_v0001102_t0033_u01787456331997") 2026/08/23 03:40:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff14ee_d20260823_m033850_c001_v7007000_t0000_u01787456330913") 2026/08/23 03:40:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62904ad_d20260823_m033842_c001_v0001172_t0052_u01787456322912") 2026/08/23 03:40:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba878_d20260823_m033838_c001_v7007000_t0000_u01787456318651") 2026/08/23 03:40:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb629049d_d20260823_m033835_c001_v0001172_t0052_u01787456315599") 2026/08/23 03:40:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4189d3b2c058f5ce_d20260823_m033834_c001_v7007000_t0000_u01787456314145") 2026/08/23 03:40:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082ccda_d20260823_m033826_c001_v0001177_t0044_u01787456306749") 2026/08/23 03:40:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f421d622144736189_d20260823_m033820_c001_v7007000_t0000_u01787456300146") 2026/08/23 03:40:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cc7a_d20260823_m033812_c001_v0001177_t0044_u01787456292397") 2026/08/23 03:40:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbd8_d20260823_m033808_c001_v7007000_t0000_u01787456288267") 2026/08/23 03:40:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cc28_d20260823_m033800_c001_v0001177_t0044_u01787456280875") 2026/08/23 03:40:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff37e_d20260823_m033756_c001_v7007000_t0000_u01787456276447") 2026/08/23 03:40:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cbf0_d20260823_m033749_c001_v0001177_t0044_u01787456269932") 2026/08/23 03:40:52 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8c0_d20260823_m033853_c001_v7007000_t0000_u01787456333198") 2026/08/23 03:40:52 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f114d25afb62904d3_d20260823_m033848_c001_v0001172_t0002_u01787456328690") 2026/08/23 03:40:53 DEBUG : dir1/0001-bcdef: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff151f_d20260823_m033908_c001_v7007000_t0000_u01787456348913") 2026/08/23 03:40:53 DEBUG : dir1/0001-bcdef: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290521_d20260823_m033905_c001_v0001172_t0052_u01787456345024") 2026/08/23 03:40:53 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e491_d20260823_m034009_c001_v7007000_t0000_u01787456409399") 2026/08/23 03:40:53 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cf6a_d20260823_m034002_c001_v0001177_t0044_u01787456402111") 2026/08/23 03:40:53 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e2cf_d20260823_m033957_c001_v7007000_t0000_u01787456397611") 2026/08/23 03:40:53 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cf36_d20260823_m033950_c001_v0001177_t0044_u01787456390389") 2026/08/23 03:40:53 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7da6d_d20260823_m033945_c001_v7007000_t0000_u01787456385917") 2026/08/23 03:40:53 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cef0_d20260823_m033938_c001_v0001177_t0044_u01787456378028") 2026/08/23 03:40:53 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1608_d20260823_m033933_c001_v7007000_t0000_u01787456373594") 2026/08/23 03:40:53 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082ce8b_d20260823_m033925_c001_v0001177_t0044_u01787456365923") 2026/08/23 03:40:53 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1540_d20260823_m033921_c001_v7007000_t0000_u01787456361385") 2026/08/23 03:40:53 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082ce20_d20260823_m033913_c001_v0001177_t0044_u01787456353315") 2026/08/23 03:40:53 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f413c9e888bd9565f_d20260823_m033906_c001_v7007000_t0000_u01787456346127") 2026/08/23 03:40:53 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38fc1_d20260823_m033859_c001_v0001182_t0053_u01787456339749") 2026/08/23 03:40:53 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8c8_d20260823_m033855_c001_v7007000_t0000_u01787456335246") 2026/08/23 03:40:53 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38f89_d20260823_m033852_c001_v0001182_t0053_u01787456332006") 2026/08/23 03:40:53 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f407841096fc8358a_d20260823_m033850_c001_v7007000_t0000_u01787456330356") 2026/08/23 03:40:53 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38f47_d20260823_m033843_c001_v0001182_t0053_u01787456323468") 2026/08/23 03:40:53 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba879_d20260823_m033838_c001_v7007000_t0000_u01787456318831") 2026/08/23 03:40:53 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38f1b_d20260823_m033835_c001_v0001182_t0053_u01787456315611") 2026/08/23 03:40:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f420af02780f3dde7_d20260823_m033834_c001_v7007000_t0000_u01787456314337") 2026/08/23 03:40:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89043_d20260823_m033827_c001_v0001102_t0033_u01787456307296") 2026/08/23 03:40:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f425a8c9b5433f4b2_d20260823_m033820_c001_v7007000_t0000_u01787456300154") 2026/08/23 03:40:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38e56_d20260823_m033812_c001_v0001182_t0053_u01787456292953") 2026/08/23 03:40:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbd9_d20260823_m033808_c001_v7007000_t0000_u01787456288452") 2026/08/23 03:40:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38df6_d20260823_m033801_c001_v0001182_t0053_u01787456281430") 2026/08/23 03:40:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff37f_d20260823_m033756_c001_v7007000_t0000_u01787456276633") 2026/08/23 03:40:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38dae_d20260823_m033750_c001_v0001182_t0053_u01787456270116") 2026/08/23 03:40:54 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f424930067ab884e9_d20260823_m033852_c001_v7007000_t0000_u01787456332809") 2026/08/23 03:40:54 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f100c8317e082cd68_d20260823_m033848_c001_v0001177_t0035_u01787456328712") 2026/08/23 03:40:54 DEBUG : dir1/0002-cdefg: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1520_d20260823_m033909_c001_v7007000_t0000_u01787456349095") 2026/08/23 03:40:54 DEBUG : dir1/0002-cdefg: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e8908f_d20260823_m033905_c001_v0001102_t0033_u01787456345174") 2026/08/23 03:40:54 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e49e_d20260823_m034009_c001_v7007000_t0000_u01787456409583") 2026/08/23 03:40:54 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e890cf_d20260823_m034002_c001_v0001102_t0033_u01787456402656") 2026/08/23 03:40:54 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e2d3_d20260823_m033957_c001_v7007000_t0000_u01787456397793") 2026/08/23 03:40:54 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e890c1_d20260823_m033950_c001_v0001102_t0033_u01787456390953") 2026/08/23 03:40:54 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7da70_d20260823_m033946_c001_v7007000_t0000_u01787456386100") 2026/08/23 03:40:54 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e890b7_d20260823_m033938_c001_v0001102_t0033_u01787456378578") 2026/08/23 03:40:54 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1619_d20260823_m033933_c001_v7007000_t0000_u01787456373775") 2026/08/23 03:40:54 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e890a3_d20260823_m033926_c001_v0001102_t0033_u01787456366466") 2026/08/23 03:40:54 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1541_d20260823_m033921_c001_v7007000_t0000_u01787456361566") 2026/08/23 03:40:54 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89097_d20260823_m033913_c001_v0001102_t0033_u01787456353863") 2026/08/23 03:40:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7d71f_d20260823_m033905_c001_v7007000_t0000_u01787456345957") 2026/08/23 03:40:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cdb4_d20260823_m033900_c001_v0001177_t0044_u01787456340293") 2026/08/23 03:40:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8c9_d20260823_m033855_c001_v7007000_t0000_u01787456335427") 2026/08/23 03:40:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cd88_d20260823_m033852_c001_v0001177_t0044_u01787456332017") 2026/08/23 03:40:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f421d6221447362cd_d20260823_m033850_c001_v7007000_t0000_u01787456330370") 2026/08/23 03:40:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cd42_d20260823_m033844_c001_v0001177_t0044_u01787456324018") 2026/08/23 03:40:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba87a_d20260823_m033839_c001_v7007000_t0000_u01787456319092") 2026/08/23 03:40:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cd1c_d20260823_m033835_c001_v0001177_t0044_u01787456315619") 2026/08/23 03:40:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4171cfbc6a8cdc8b_d20260823_m033834_c001_v7007000_t0000_u01787456314348") 2026/08/23 03:40:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290477_d20260823_m033827_c001_v0001172_t0052_u01787456307842") 2026/08/23 03:40:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba848_d20260823_m033820_c001_v7007000_t0000_u01787456300170") 2026/08/23 03:40:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89031_d20260823_m033813_c001_v0001102_t0033_u01787456293498") 2026/08/23 03:40:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbda_d20260823_m033808_c001_v7007000_t0000_u01787456288636") 2026/08/23 03:40:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89025_d20260823_m033801_c001_v0001102_t0033_u01787456281974") 2026/08/23 03:40:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff380_d20260823_m033756_c001_v7007000_t0000_u01787456276815") 2026/08/23 03:40:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89013_d20260823_m033750_c001_v0001102_t0033_u01787456270299") 2026/08/23 03:40:55 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f421d6221447362d5_d20260823_m033852_c001_v7007000_t0000_u01787456332788") 2026/08/23 03:40:55 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f11923007f9e89071_d20260823_m033848_c001_v0001102_t0022_u01787456328725") 2026/08/23 03:40:55 DEBUG : dir1/0003-defgh: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1521_d20260823_m033909_c001_v7007000_t0000_u01787456349280") 2026/08/23 03:40:55 DEBUG : dir1/0003-defgh: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38fe3_d20260823_m033905_c001_v0001182_t0053_u01787456345198") 2026/08/23 03:40:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e4a9_d20260823_m034009_c001_v7007000_t0000_u01787456409766") 2026/08/23 03:40:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a3916f_d20260823_m034003_c001_v0001182_t0053_u01787456403200") 2026/08/23 03:40:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e2d4_d20260823_m033957_c001_v7007000_t0000_u01787456397975") 2026/08/23 03:40:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a39139_d20260823_m033951_c001_v0001182_t0053_u01787456391498") 2026/08/23 03:40:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7da73_d20260823_m033946_c001_v7007000_t0000_u01787456386283") 2026/08/23 03:40:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a390f9_d20260823_m033939_c001_v0001182_t0053_u01787456379130") 2026/08/23 03:40:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1626_d20260823_m033933_c001_v7007000_t0000_u01787456373956") 2026/08/23 03:40:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a3909d_d20260823_m033927_c001_v0001182_t0053_u01787456367009") 2026/08/23 03:40:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1542_d20260823_m033921_c001_v7007000_t0000_u01787456361746") 2026/08/23 03:40:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a3902f_d20260823_m033914_c001_v0001182_t0053_u01787456354401") 2026/08/23 03:40:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7d72a_d20260823_m033906_c001_v7007000_t0000_u01787456346499") 2026/08/23 03:40:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290503_d20260823_m033900_c001_v0001172_t0052_u01787456340846") 2026/08/23 03:40:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8ca_d20260823_m033855_c001_v7007000_t0000_u01787456335607") 2026/08/23 03:40:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62904e7_d20260823_m033852_c001_v0001172_t0052_u01787456332027") 2026/08/23 03:40:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f413c9e888bd9564e_d20260823_m033850_c001_v7007000_t0000_u01787456330391") 2026/08/23 03:40:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89063_d20260823_m033844_c001_v0001102_t0033_u01787456324610") 2026/08/23 03:40:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba87b_d20260823_m033839_c001_v7007000_t0000_u01787456319273") 2026/08/23 03:40:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e8905b_d20260823_m033835_c001_v0001102_t0033_u01787456315629") 2026/08/23 03:40:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668b3a9_d20260823_m033834_c001_v7007000_t0000_u01787456314486") 2026/08/23 03:40:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38ed2_d20260823_m033828_c001_v0001182_t0053_u01787456308391") 2026/08/23 03:40:57 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4055704355965549_d20260823_m033819_c001_v7007000_t0000_u01787456299992") 2026/08/23 03:40:57 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290433_d20260823_m033814_c001_v0001172_t0052_u01787456294045") 2026/08/23 03:40:57 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbdb_d20260823_m033808_c001_v7007000_t0000_u01787456288818") 2026/08/23 03:40:57 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290407_d20260823_m033802_c001_v0001172_t0052_u01787456282521") 2026/08/23 03:40:57 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff382_d20260823_m033756_c001_v7007000_t0000_u01787456276998") 2026/08/23 03:40:57 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62903cf_d20260823_m033750_c001_v0001172_t0052_u01787456270484") 2026/08/23 03:40:57 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f421d6221447362d6_d20260823_m033853_c001_v7007000_t0000_u01787456333057") 2026/08/23 03:40:57 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f100c8317e082cd6c_d20260823_m033848_c001_v0001177_t0046_u01787456328938") 2026/08/23 03:40:57 DEBUG : dir1/0004-efghi: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1523_d20260823_m033909_c001_v7007000_t0000_u01787456349460") 2026/08/23 03:40:57 DEBUG : dir1/0004-efghi: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290523_d20260823_m033905_c001_v0001172_t0052_u01787456345210") 2026/08/23 03:40:57 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e4b6_d20260823_m034009_c001_v7007000_t0000_u01787456409949") 2026/08/23 03:40:57 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62905ef_d20260823_m034003_c001_v0001172_t0052_u01787456403384") 2026/08/23 03:40:57 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e2d7_d20260823_m033958_c001_v7007000_t0000_u01787456398159") 2026/08/23 03:40:57 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62905d5_d20260823_m033951_c001_v0001172_t0052_u01787456391680") 2026/08/23 03:40:57 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7da77_d20260823_m033946_c001_v7007000_t0000_u01787456386466") 2026/08/23 03:40:57 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb629059f_d20260823_m033939_c001_v0001172_t0052_u01787456379426") 2026/08/23 03:40:57 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1634_d20260823_m033934_c001_v7007000_t0000_u01787456374137") 2026/08/23 03:40:57 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290575_d20260823_m033927_c001_v0001172_t0052_u01787456367193") 2026/08/23 03:40:57 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1543_d20260823_m033921_c001_v7007000_t0000_u01787456361927") 2026/08/23 03:40:57 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290541_d20260823_m033914_c001_v0001172_t0052_u01787456354585") 2026/08/23 03:40:57 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1507_d20260823_m033906_c001_v7007000_t0000_u01787456346334") 2026/08/23 03:40:57 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89085_d20260823_m033901_c001_v0001102_t0033_u01787456341032") 2026/08/23 03:40:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8cc_d20260823_m033855_c001_v7007000_t0000_u01787456335788") 2026/08/23 03:40:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e8907b_d20260823_m033852_c001_v0001102_t0033_u01787456332182") 2026/08/23 03:40:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8b5_d20260823_m033850_c001_v7007000_t0000_u01787456330526") 2026/08/23 03:40:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62904b5_d20260823_m033844_c001_v0001172_t0052_u01787456324793") 2026/08/23 03:40:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba87c_d20260823_m033839_c001_v7007000_t0000_u01787456319464") 2026/08/23 03:40:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb629049f_d20260823_m033835_c001_v0001172_t0052_u01787456315784") 2026/08/23 03:40:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40390666878004ab_d20260823_m033834_c001_v7007000_t0000_u01787456314167") 2026/08/23 03:40:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cce2_d20260823_m033828_c001_v0001177_t0044_u01787456308653") 2026/08/23 03:40:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba849_d20260823_m033820_c001_v7007000_t0000_u01787456300353") 2026/08/23 03:40:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cc88_d20260823_m033814_c001_v0001177_t0044_u01787456294229") 2026/08/23 03:40:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbdc_d20260823_m033809_c001_v7007000_t0000_u01787456289001") 2026/08/23 03:40:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cc3c_d20260823_m033802_c001_v0001177_t0044_u01787456282708") 2026/08/23 03:40:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff383_d20260823_m033757_c001_v7007000_t0000_u01787456277182") 2026/08/23 03:40:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cbf6_d20260823_m033750_c001_v0001177_t0044_u01787456270670") 2026/08/23 03:40:58 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff409_d20260823_m033853_c001_v7007000_t0000_u01787456333162") 2026/08/23 03:40:58 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f114d25afb62904d7_d20260823_m033849_c001_v0001172_t0000_u01787456329026") 2026/08/23 03:40:58 DEBUG : dir1/0005-fghij: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1524_d20260823_m033909_c001_v7007000_t0000_u01787456349641") 2026/08/23 03:40:58 DEBUG : dir1/0005-fghij: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cde8_d20260823_m033905_c001_v0001177_t0044_u01787456345291") 2026/08/23 03:40:58 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e4c3_d20260823_m034010_c001_v7007000_t0000_u01787456410133") 2026/08/23 03:40:58 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cf70_d20260823_m034003_c001_v0001177_t0044_u01787456403568") 2026/08/23 03:40:58 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e2da_d20260823_m033958_c001_v7007000_t0000_u01787456398343") 2026/08/23 03:40:58 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cf3c_d20260823_m033951_c001_v0001177_t0044_u01787456391866") 2026/08/23 03:40:59 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7da7a_d20260823_m033946_c001_v7007000_t0000_u01787456386650") 2026/08/23 03:40:59 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cf00_d20260823_m033939_c001_v0001177_t0044_u01787456379610") 2026/08/23 03:40:59 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1642_d20260823_m033934_c001_v7007000_t0000_u01787456374318") 2026/08/23 03:40:59 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cea2_d20260823_m033927_c001_v0001177_t0044_u01787456367375") 2026/08/23 03:40:59 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1544_d20260823_m033922_c001_v7007000_t0000_u01787456362170") 2026/08/23 03:40:59 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082ce33_d20260823_m033914_c001_v0001177_t0044_u01787456354772") 2026/08/23 03:40:59 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4055704355965b6c_d20260823_m033906_c001_v7007000_t0000_u01787456346347") 2026/08/23 03:40:59 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38fcb_d20260823_m033901_c001_v0001182_t0053_u01787456341216") 2026/08/23 03:40:59 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8cd_d20260823_m033856_c001_v7007000_t0000_u01787456336030") 2026/08/23 03:40:59 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38f8b_d20260823_m033852_c001_v0001182_t0053_u01787456332193") 2026/08/23 03:40:59 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f421d6221447362d0_d20260823_m033850_c001_v7007000_t0000_u01787456330922") 2026/08/23 03:40:59 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38f51_d20260823_m033844_c001_v0001182_t0053_u01787456324977") 2026/08/23 03:40:59 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba87e_d20260823_m033839_c001_v7007000_t0000_u01787456319646") 2026/08/23 03:40:59 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38f1f_d20260823_m033835_c001_v0001182_t0053_u01787456315797") 2026/08/23 03:40:59 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40390666878004ac_d20260823_m033834_c001_v7007000_t0000_u01787456314366") 2026/08/23 03:40:59 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89045_d20260823_m033828_c001_v0001102_t0033_u01787456308834") 2026/08/23 03:40:59 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f421d622144736188_d20260823_m033820_c001_v7007000_t0000_u01787456300111") 2026/08/23 03:41:00 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38e66_d20260823_m033814_c001_v0001182_t0053_u01787456294415") 2026/08/23 03:41:00 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbdd_d20260823_m033809_c001_v7007000_t0000_u01787456289184") 2026/08/23 03:41:00 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38dfe_d20260823_m033802_c001_v0001182_t0053_u01787456282894") 2026/08/23 03:41:00 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff385_d20260823_m033757_c001_v7007000_t0000_u01787456277365") 2026/08/23 03:41:00 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38db6_d20260823_m033750_c001_v0001182_t0053_u01787456270855") 2026/08/23 03:41:00 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff408_d20260823_m033852_c001_v7007000_t0000_u01787456332982") 2026/08/23 03:41:00 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f1182205252a38f69_d20260823_m033849_c001_v0001182_t0042_u01787456329069") 2026/08/23 03:41:00 DEBUG : dir1/0006-ghijk: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1526_d20260823_m033909_c001_v7007000_t0000_u01787456349821") 2026/08/23 03:41:00 DEBUG : dir1/0006-ghijk: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89091_d20260823_m033905_c001_v0001102_t0033_u01787456345356") 2026/08/23 03:41:00 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e4d2_d20260823_m034010_c001_v7007000_t0000_u01787456410317") 2026/08/23 03:41:00 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e890d1_d20260823_m034003_c001_v0001102_t0033_u01787456403752") 2026/08/23 03:41:00 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e2dd_d20260823_m033958_c001_v7007000_t0000_u01787456398526") 2026/08/23 03:41:00 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e890c3_d20260823_m033952_c001_v0001102_t0033_u01787456392049") 2026/08/23 03:41:00 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7da7d_d20260823_m033946_c001_v7007000_t0000_u01787456386834") 2026/08/23 03:41:00 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e890b9_d20260823_m033939_c001_v0001102_t0033_u01787456379795") 2026/08/23 03:41:00 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1652_d20260823_m033934_c001_v7007000_t0000_u01787456374499") 2026/08/23 03:41:00 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e890a5_d20260823_m033927_c001_v0001102_t0033_u01787456367558") 2026/08/23 03:41:00 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1545_d20260823_m033922_c001_v7007000_t0000_u01787456362366") 2026/08/23 03:41:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89099_d20260823_m033914_c001_v0001102_t0033_u01787456354957") 2026/08/23 03:41:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f402515840264655c_d20260823_m033906_c001_v7007000_t0000_u01787456346357") 2026/08/23 03:41:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cdc0_d20260823_m033901_c001_v0001177_t0044_u01787456341420") 2026/08/23 03:41:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8ce_d20260823_m033856_c001_v7007000_t0000_u01787456336250") 2026/08/23 03:41:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cd8e_d20260823_m033852_c001_v0001177_t0044_u01787456332205") 2026/08/23 03:41:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f413c9e888bd95650_d20260823_m033850_c001_v7007000_t0000_u01787456330766") 2026/08/23 03:41:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cd4e_d20260823_m033845_c001_v0001177_t0044_u01787456325161") 2026/08/23 03:41:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba87f_d20260823_m033839_c001_v7007000_t0000_u01787456319827") 2026/08/23 03:41:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cd1e_d20260823_m033835_c001_v0001177_t0044_u01787456315805") 2026/08/23 03:41:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba86a_d20260823_m033834_c001_v7007000_t0000_u01787456314169") 2026/08/23 03:41:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb629047d_d20260823_m033829_c001_v0001172_t0052_u01787456309019") 2026/08/23 03:41:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f421d62214473618a_d20260823_m033820_c001_v7007000_t0000_u01787456300292") 2026/08/23 03:41:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89033_d20260823_m033814_c001_v0001102_t0033_u01787456294599") 2026/08/23 03:41:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbde_d20260823_m033809_c001_v7007000_t0000_u01787456289366") 2026/08/23 03:41:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89027_d20260823_m033803_c001_v0001102_t0033_u01787456283077") 2026/08/23 03:41:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff386_d20260823_m033757_c001_v7007000_t0000_u01787456277555") 2026/08/23 03:41:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89017_d20260823_m033751_c001_v0001102_t0033_u01787456271040") 2026/08/23 03:41:01 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff14f1_d20260823_m033852_c001_v7007000_t0000_u01787456332993") 2026/08/23 03:41:01 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f11923007f9e89073_d20260823_m033849_c001_v0001102_t0040_u01787456329111") 2026/08/23 03:41:01 DEBUG : dir1/0007-12345: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1527_d20260823_m033910_c001_v7007000_t0000_u01787456350002") 2026/08/23 03:41:01 DEBUG : dir1/0007-12345: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38fe5_d20260823_m033905_c001_v0001182_t0053_u01787456345382") 2026/08/23 03:41:01 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e4dd_d20260823_m034010_c001_v7007000_t0000_u01787456410500") 2026/08/23 03:41:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a3917b_d20260823_m034003_c001_v0001182_t0053_u01787456403936") 2026/08/23 03:41:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e2e1_d20260823_m033958_c001_v7007000_t0000_u01787456398710") 2026/08/23 03:41:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a39141_d20260823_m033952_c001_v0001182_t0053_u01787456392232") 2026/08/23 03:41:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7da82_d20260823_m033947_c001_v7007000_t0000_u01787456387019") 2026/08/23 03:41:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a390ff_d20260823_m033939_c001_v0001182_t0053_u01787456379981") 2026/08/23 03:41:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff165b_d20260823_m033934_c001_v7007000_t0000_u01787456374679") 2026/08/23 03:41:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a390a7_d20260823_m033927_c001_v0001182_t0053_u01787456367743") 2026/08/23 03:41:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1546_d20260823_m033922_c001_v7007000_t0000_u01787456362597") 2026/08/23 03:41:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a39037_d20260823_m033915_c001_v0001182_t0053_u01787456355149") 2026/08/23 03:41:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7d723_d20260823_m033906_c001_v7007000_t0000_u01787456346138") 2026/08/23 03:41:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb629050d_d20260823_m033901_c001_v0001172_t0052_u01787456341607") 2026/08/23 03:41:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8cf_d20260823_m033856_c001_v7007000_t0000_u01787456336431") 2026/08/23 03:41:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62904e9_d20260823_m033852_c001_v0001172_t0052_u01787456332215") 2026/08/23 03:41:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f424930067ab884e7_d20260823_m033850_c001_v7007000_t0000_u01787456330934") 2026/08/23 03:41:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89065_d20260823_m033845_c001_v0001102_t0033_u01787456325348") 2026/08/23 03:41:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba880_d20260823_m033840_c001_v7007000_t0000_u01787456320009") 2026/08/23 03:41:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e8905d_d20260823_m033835_c001_v0001102_t0033_u01787456315815") 2026/08/23 03:41:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f424930067ab8846d_d20260823_m033834_c001_v7007000_t0000_u01787456314312") 2026/08/23 03:41:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38edc_d20260823_m033829_c001_v0001182_t0053_u01787456309204") 2026/08/23 03:41:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4188293bf546e3fc_d20260823_m033820_c001_v7007000_t0000_u01787456300180") 2026/08/23 03:41:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb629043f_d20260823_m033814_c001_v0001172_t0052_u01787456294782") 2026/08/23 03:41:03 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbdf_d20260823_m033809_c001_v7007000_t0000_u01787456289549") 2026/08/23 03:41:03 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb629040b_d20260823_m033803_c001_v0001172_t0052_u01787456283261") 2026/08/23 03:41:03 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff387_d20260823_m033757_c001_v7007000_t0000_u01787456277739") 2026/08/23 03:41:03 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62903d7_d20260823_m033751_c001_v0001172_t0052_u01787456271225") 2026/08/23 03:41:03 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff406_d20260823_m033852_c001_v7007000_t0000_u01787456332801") 2026/08/23 03:41:03 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f100c8317e082cd6e_d20260823_m033849_c001_v0001177_t0024_u01787456329185") 2026/08/23 03:41:03 DEBUG : dir1/0008-23456: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff152a_d20260823_m033910_c001_v7007000_t0000_u01787456350183") 2026/08/23 03:41:03 DEBUG : dir1/0008-23456: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290527_d20260823_m033905_c001_v0001172_t0052_u01787456345394") 2026/08/23 03:41:03 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e4e9_d20260823_m034010_c001_v7007000_t0000_u01787456410683") 2026/08/23 03:41:03 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62905f3_d20260823_m034004_c001_v0001172_t0052_u01787456404121") 2026/08/23 03:41:03 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e2e5_d20260823_m033958_c001_v7007000_t0000_u01787456398893") 2026/08/23 03:41:03 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62905d9_d20260823_m033952_c001_v0001172_t0052_u01787456392415") 2026/08/23 03:41:03 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7da84_d20260823_m033947_c001_v7007000_t0000_u01787456387204") 2026/08/23 03:41:03 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62905a5_d20260823_m033940_c001_v0001172_t0052_u01787456380166") 2026/08/23 03:41:03 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1663_d20260823_m033934_c001_v7007000_t0000_u01787456374860") 2026/08/23 03:41:03 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290579_d20260823_m033927_c001_v0001172_t0052_u01787456367927") 2026/08/23 03:41:03 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1548_d20260823_m033922_c001_v7007000_t0000_u01787456362802") 2026/08/23 03:41:03 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290547_d20260823_m033915_c001_v0001172_t0052_u01787456355334") 2026/08/23 03:41:03 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40902fdc35f7f21c_d20260823_m033906_c001_v7007000_t0000_u01787456346502") 2026/08/23 03:41:03 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89087_d20260823_m033901_c001_v0001102_t0033_u01787456341792") 2026/08/23 03:41:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8d0_d20260823_m033856_c001_v7007000_t0000_u01787456336612") 2026/08/23 03:41:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e8907d_d20260823_m033852_c001_v0001102_t0033_u01787456332366") 2026/08/23 03:41:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f413c9e888bd95651_d20260823_m033850_c001_v7007000_t0000_u01787456330770") 2026/08/23 03:41:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62904b7_d20260823_m033845_c001_v0001172_t0052_u01787456325532") 2026/08/23 03:41:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba881_d20260823_m033840_c001_v7007000_t0000_u01787456320239") 2026/08/23 03:41:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62904a1_d20260823_m033835_c001_v0001172_t0052_u01787456315970") 2026/08/23 03:41:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba86b_d20260823_m033834_c001_v7007000_t0000_u01787456314367") 2026/08/23 03:41:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cce8_d20260823_m033829_c001_v0001177_t0044_u01787456309386") 2026/08/23 03:41:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f405570435596554c_d20260823_m033820_c001_v7007000_t0000_u01787456300364") 2026/08/23 03:41:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cc90_d20260823_m033814_c001_v0001177_t0044_u01787456294969") 2026/08/23 03:41:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbe0_d20260823_m033809_c001_v7007000_t0000_u01787456289732") 2026/08/23 03:41:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cc40_d20260823_m033803_c001_v0001177_t0044_u01787456283448") 2026/08/23 03:41:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff388_d20260823_m033757_c001_v7007000_t0000_u01787456277923") 2026/08/23 03:41:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cbfe_d20260823_m033751_c001_v0001177_t0044_u01787456271412") 2026/08/23 03:41:04 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff14f0_d20260823_m033852_c001_v7007000_t0000_u01787456332809") 2026/08/23 03:41:04 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f1182205252a38f6d_d20260823_m033849_c001_v0001182_t0005_u01787456329269") 2026/08/23 03:41:04 DEBUG : dir1/0009-34567: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff152b_d20260823_m033910_c001_v7007000_t0000_u01787456350363") 2026/08/23 03:41:04 DEBUG : dir1/0009-34567: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cdea_d20260823_m033905_c001_v0001177_t0044_u01787456345475") 2026/08/23 03:41:04 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e4f8_d20260823_m034010_c001_v7007000_t0000_u01787456410865") 2026/08/23 03:41:04 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cf76_d20260823_m034004_c001_v0001177_t0044_u01787456404307") 2026/08/23 03:41:04 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e2e8_d20260823_m033959_c001_v7007000_t0000_u01787456399078") 2026/08/23 03:41:04 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cf3e_d20260823_m033952_c001_v0001177_t0044_u01787456392599") 2026/08/23 03:41:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7da87_d20260823_m033947_c001_v7007000_t0000_u01787456387388") 2026/08/23 03:41:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cf08_d20260823_m033940_c001_v0001177_t0044_u01787456380351") 2026/08/23 03:41:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff166c_d20260823_m033935_c001_v7007000_t0000_u01787456375041") 2026/08/23 03:41:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cea6_d20260823_m033928_c001_v0001177_t0044_u01787456368110") 2026/08/23 03:41:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1549_d20260823_m033922_c001_v7007000_t0000_u01787456362985") 2026/08/23 03:41:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082ce3e_d20260823_m033915_c001_v0001177_t0044_u01787456355519") 2026/08/23 03:41:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f424930067ab884fa_d20260823_m033906_c001_v7007000_t0000_u01787456346511") 2026/08/23 03:41:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38fd3_d20260823_m033901_c001_v0001182_t0053_u01787456341976") 2026/08/23 03:41:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8d1_d20260823_m033856_c001_v7007000_t0000_u01787456336793") 2026/08/23 03:41:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38f8d_d20260823_m033852_c001_v0001182_t0053_u01787456332376") 2026/08/23 03:41:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f407841096fc8358b_d20260823_m033850_c001_v7007000_t0000_u01787456330538") 2026/08/23 03:41:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38f53_d20260823_m033845_c001_v0001182_t0053_u01787456325716") 2026/08/23 03:41:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba882_d20260823_m033840_c001_v7007000_t0000_u01787456320420") 2026/08/23 03:41:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38f21_d20260823_m033835_c001_v0001182_t0053_u01787456315983") 2026/08/23 03:41:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40174204ddd64afd_d20260823_m033834_c001_v7007000_t0000_u01787456314200") 2026/08/23 03:41:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89049_d20260823_m033829_c001_v0001102_t0033_u01787456309568") 2026/08/23 03:41:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4188293bf546e3fd_d20260823_m033820_c001_v7007000_t0000_u01787456300374") 2026/08/23 03:41:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38e6c_d20260823_m033815_c001_v0001182_t0053_u01787456295155") 2026/08/23 03:41:06 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbe3_d20260823_m033809_c001_v7007000_t0000_u01787456289914") 2026/08/23 03:41:06 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38e0c_d20260823_m033803_c001_v0001182_t0053_u01787456283634") 2026/08/23 03:41:06 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbc5_d20260823_m033758_c001_v7007000_t0000_u01787456278469") 2026/08/23 03:41:06 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38dba_d20260823_m033751_c001_v0001182_t0053_u01787456271596") 2026/08/23 03:41:06 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f424930067ab884ea_d20260823_m033852_c001_v7007000_t0000_u01787456332820") 2026/08/23 03:41:06 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f114d25afb62904db_d20260823_m033849_c001_v0001172_t0034_u01787456329343") 2026/08/23 03:41:06 DEBUG : dir1/0010-45678: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff152c_d20260823_m033910_c001_v7007000_t0000_u01787456350544") 2026/08/23 03:41:06 DEBUG : dir1/0010-45678: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89093_d20260823_m033905_c001_v0001102_t0033_u01787456345539") 2026/08/23 03:41:06 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e500_d20260823_m034011_c001_v7007000_t0000_u01787456411048") 2026/08/23 03:41:06 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e890d3_d20260823_m034004_c001_v0001102_t0033_u01787456404491") 2026/08/23 03:41:06 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e2ec_d20260823_m033959_c001_v7007000_t0000_u01787456399261") 2026/08/23 03:41:06 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e890c5_d20260823_m033952_c001_v0001102_t0033_u01787456392783") 2026/08/23 03:41:06 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7da8b_d20260823_m033947_c001_v7007000_t0000_u01787456387572") 2026/08/23 03:41:06 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e890bb_d20260823_m033940_c001_v0001102_t0033_u01787456380536") 2026/08/23 03:41:06 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff16dd_d20260823_m033935_c001_v7007000_t0000_u01787456375223") 2026/08/23 03:41:06 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e890a9_d20260823_m033928_c001_v0001102_t0033_u01787456368297") 2026/08/23 03:41:06 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff154a_d20260823_m033923_c001_v7007000_t0000_u01787456363165") 2026/08/23 03:41:06 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e8909b_d20260823_m033915_c001_v0001102_t0033_u01787456355704") 2026/08/23 03:41:06 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f413c9e888bd9565e_d20260823_m033905_c001_v7007000_t0000_u01787456345945") 2026/08/23 03:41:06 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cdc6_d20260823_m033902_c001_v0001177_t0044_u01787456342195") 2026/08/23 03:41:06 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8d2_d20260823_m033856_c001_v7007000_t0000_u01787456336974") 2026/08/23 03:41:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cd94_d20260823_m033852_c001_v0001177_t0044_u01787456332388") 2026/08/23 03:41:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f407841096fc8358c_d20260823_m033850_c001_v7007000_t0000_u01787456330720") 2026/08/23 03:41:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cd54_d20260823_m033845_c001_v0001177_t0044_u01787456325914") 2026/08/23 03:41:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba883_d20260823_m033840_c001_v7007000_t0000_u01787456320601") 2026/08/23 03:41:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cd22_d20260823_m033835_c001_v0001177_t0044_u01787456315990") 2026/08/23 03:41:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4189d3b2c058f5cc_d20260823_m033833_c001_v7007000_t0000_u01787456313776") 2026/08/23 03:41:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290481_d20260823_m033829_c001_v0001172_t0052_u01787456309909") 2026/08/23 03:41:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668abff_d20260823_m033820_c001_v7007000_t0000_u01787456300305") 2026/08/23 03:41:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89035_d20260823_m033815_c001_v0001102_t0033_u01787456295340") 2026/08/23 03:41:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbe5_d20260823_m033810_c001_v7007000_t0000_u01787456290097") 2026/08/23 03:41:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89029_d20260823_m033803_c001_v0001102_t0033_u01787456283820") 2026/08/23 03:41:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbc6_d20260823_m033758_c001_v7007000_t0000_u01787456278653") 2026/08/23 03:41:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89019_d20260823_m033751_c001_v0001102_t0033_u01787456271781") 2026/08/23 03:41:07 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f424930067ab884eb_d20260823_m033853_c001_v7007000_t0000_u01787456333005") 2026/08/23 03:41:07 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f100c8317e082cd74_d20260823_m033849_c001_v0001177_t0041_u01787456329398") 2026/08/23 03:41:07 DEBUG : dir1/0011-56789: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff152d_d20260823_m033910_c001_v7007000_t0000_u01787456350725") 2026/08/23 03:41:07 DEBUG : dir1/0011-56789: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38fe7_d20260823_m033905_c001_v0001182_t0053_u01787456345566") 2026/08/23 03:41:07 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e511_d20260823_m034011_c001_v7007000_t0000_u01787456411368") 2026/08/23 03:41:07 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a39183_d20260823_m034004_c001_v0001182_t0053_u01787456404676") 2026/08/23 03:41:07 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e2ef_d20260823_m033959_c001_v7007000_t0000_u01787456399444") 2026/08/23 03:41:07 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a39143_d20260823_m033952_c001_v0001182_t0053_u01787456392972") 2026/08/23 03:41:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7da90_d20260823_m033947_c001_v7007000_t0000_u01787456387758") 2026/08/23 03:41:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a39101_d20260823_m033940_c001_v0001182_t0053_u01787456380720") 2026/08/23 03:41:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff16e7_d20260823_m033935_c001_v7007000_t0000_u01787456375403") 2026/08/23 03:41:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a390b1_d20260823_m033928_c001_v0001182_t0053_u01787456368485") 2026/08/23 03:41:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff154b_d20260823_m033923_c001_v7007000_t0000_u01787456363346") 2026/08/23 03:41:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a3903f_d20260823_m033915_c001_v0001182_t0053_u01787456355886") 2026/08/23 03:41:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff150a_d20260823_m033906_c001_v7007000_t0000_u01787456346520") 2026/08/23 03:41:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290511_d20260823_m033902_c001_v0001172_t0052_u01787456342379") 2026/08/23 03:41:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8d4_d20260823_m033857_c001_v7007000_t0000_u01787456337154") 2026/08/23 03:41:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62904eb_d20260823_m033852_c001_v0001172_t0052_u01787456332399") 2026/08/23 03:41:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8b4_d20260823_m033850_c001_v7007000_t0000_u01787456330345") 2026/08/23 03:41:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89067_d20260823_m033846_c001_v0001102_t0033_u01787456326100") 2026/08/23 03:41:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba885_d20260823_m033840_c001_v7007000_t0000_u01787456320782") 2026/08/23 03:41:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e8905f_d20260823_m033836_c001_v0001102_t0033_u01787456316001") 2026/08/23 03:41:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4189d3b2c058f5cd_d20260823_m033833_c001_v7007000_t0000_u01787456313962") 2026/08/23 03:41:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38ee2_d20260823_m033830_c001_v0001182_t0053_u01787456310095") 2026/08/23 03:41:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f403906668780043b_d20260823_m033820_c001_v7007000_t0000_u01787456300317") 2026/08/23 03:41:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290441_d20260823_m033815_c001_v0001172_t0052_u01787456295523") 2026/08/23 03:41:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbe8_d20260823_m033810_c001_v7007000_t0000_u01787456290281") 2026/08/23 03:41:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb629040f_d20260823_m033804_c001_v0001172_t0052_u01787456284003") 2026/08/23 03:41:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbc7_d20260823_m033758_c001_v7007000_t0000_u01787456278838") 2026/08/23 03:41:09 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62903db_d20260823_m033751_c001_v0001172_t0052_u01787456271969") 2026/08/23 03:41:09 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8bd_d20260823_m033852_c001_v7007000_t0000_u01787456332829") 2026/08/23 03:41:09 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f11923007f9e89075_d20260823_m033849_c001_v0001102_t0045_u01787456329443") 2026/08/23 03:41:09 DEBUG : dir1/0012-6789;: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff152e_d20260823_m033910_c001_v7007000_t0000_u01787456350906") 2026/08/23 03:41:09 DEBUG : dir1/0012-6789;: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290529_d20260823_m033905_c001_v0001172_t0052_u01787456345579") 2026/08/23 03:41:09 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e51b_d20260823_m034011_c001_v7007000_t0000_u01787456411552") 2026/08/23 03:41:09 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62905f5_d20260823_m034004_c001_v0001172_t0052_u01787456404859") 2026/08/23 03:41:09 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e2f2_d20260823_m033959_c001_v7007000_t0000_u01787456399627") 2026/08/23 03:41:09 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62905db_d20260823_m033953_c001_v0001172_t0052_u01787456393156") 2026/08/23 03:41:09 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7da92_d20260823_m033947_c001_v7007000_t0000_u01787456387943") 2026/08/23 03:41:09 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62905ad_d20260823_m033940_c001_v0001172_t0052_u01787456380905") 2026/08/23 03:41:09 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff16f0_d20260823_m033935_c001_v7007000_t0000_u01787456375584") 2026/08/23 03:41:09 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290581_d20260823_m033928_c001_v0001172_t0052_u01787456368670") 2026/08/23 03:41:09 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff154c_d20260823_m033923_c001_v7007000_t0000_u01787456363527") 2026/08/23 03:41:09 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb629054b_d20260823_m033916_c001_v0001172_t0052_u01787456356069") 2026/08/23 03:41:09 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40174204ddd64c4e_d20260823_m033906_c001_v7007000_t0000_u01787456346490") 2026/08/23 03:41:09 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89089_d20260823_m033902_c001_v0001102_t0033_u01787456342564") 2026/08/23 03:41:09 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8d5_d20260823_m033857_c001_v7007000_t0000_u01787456337336") 2026/08/23 03:41:09 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e8907f_d20260823_m033852_c001_v0001102_t0033_u01787456332550") 2026/08/23 03:41:09 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dd68_d20260823_m033850_c001_v7007000_t0000_u01787456330785") 2026/08/23 03:41:09 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62904bf_d20260823_m033846_c001_v0001172_t0052_u01787456326287") 2026/08/23 03:41:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba887_d20260823_m033840_c001_v7007000_t0000_u01787456320962") 2026/08/23 03:41:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62904a3_d20260823_m033836_c001_v0001172_t0052_u01787456316155") 2026/08/23 03:41:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668b3a6_d20260823_m033834_c001_v7007000_t0000_u01787456314124") 2026/08/23 03:41:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082ccee_d20260823_m033830_c001_v0001177_t0044_u01787456310278") 2026/08/23 03:41:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f421d62214473618b_d20260823_m033820_c001_v7007000_t0000_u01787456300328") 2026/08/23 03:41:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cc92_d20260823_m033815_c001_v0001177_t0044_u01787456295719") 2026/08/23 03:41:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbea_d20260823_m033810_c001_v7007000_t0000_u01787456290463") 2026/08/23 03:41:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cc44_d20260823_m033804_c001_v0001177_t0044_u01787456284190") 2026/08/23 03:41:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbc8_d20260823_m033759_c001_v7007000_t0000_u01787456279020") 2026/08/23 03:41:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cc02_d20260823_m033752_c001_v0001177_t0044_u01787456272154") 2026/08/23 03:41:10 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff14f3_d20260823_m033853_c001_v7007000_t0000_u01787456333175") 2026/08/23 03:41:10 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f1182205252a38f71_d20260823_m033849_c001_v0001182_t0035_u01787456329486") 2026/08/23 03:41:10 DEBUG : dir1/0013-789;=: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff152f_d20260823_m033911_c001_v7007000_t0000_u01787456351088") 2026/08/23 03:41:10 DEBUG : dir1/0013-789;=: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cdf0_d20260823_m033905_c001_v0001177_t0044_u01787456345660") 2026/08/23 03:41:10 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e525_d20260823_m034011_c001_v7007000_t0000_u01787456411736") 2026/08/23 03:41:10 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cf7a_d20260823_m034005_c001_v0001177_t0044_u01787456405043") 2026/08/23 03:41:10 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e2f5_d20260823_m033959_c001_v7007000_t0000_u01787456399819") 2026/08/23 03:41:10 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cf44_d20260823_m033953_c001_v0001177_t0044_u01787456393342") 2026/08/23 03:41:10 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7da96_d20260823_m033948_c001_v7007000_t0000_u01787456388128") 2026/08/23 03:41:10 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cf14_d20260823_m033941_c001_v0001177_t0044_u01787456381090") 2026/08/23 03:41:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff16fa_d20260823_m033935_c001_v7007000_t0000_u01787456375765") 2026/08/23 03:41:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082ceae_d20260823_m033928_c001_v0001177_t0044_u01787456368853") 2026/08/23 03:41:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff154d_d20260823_m033923_c001_v7007000_t0000_u01787456363708") 2026/08/23 03:41:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082ce48_d20260823_m033916_c001_v0001177_t0044_u01787456356263") 2026/08/23 03:41:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40174204ddd64c44_d20260823_m033905_c001_v7007000_t0000_u01787456345933") 2026/08/23 03:41:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38fd9_d20260823_m033902_c001_v0001182_t0053_u01787456342869") 2026/08/23 03:41:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8d6_d20260823_m033857_c001_v7007000_t0000_u01787456337517") 2026/08/23 03:41:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38f93_d20260823_m033852_c001_v0001182_t0053_u01787456332560") 2026/08/23 03:41:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f421d6221447362cf_d20260823_m033850_c001_v7007000_t0000_u01787456330732") 2026/08/23 03:41:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38f55_d20260823_m033846_c001_v0001182_t0053_u01787456326472") 2026/08/23 03:41:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba888_d20260823_m033841_c001_v7007000_t0000_u01787456321144") 2026/08/23 03:41:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38f25_d20260823_m033836_c001_v0001182_t0053_u01787456316168") 2026/08/23 03:41:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40174204ddd64afe_d20260823_m033834_c001_v7007000_t0000_u01787456314399") 2026/08/23 03:41:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e8904d_d20260823_m033830_c001_v0001102_t0033_u01787456310461") 2026/08/23 03:41:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668abfe_d20260823_m033820_c001_v7007000_t0000_u01787456300124") 2026/08/23 03:41:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38e74_d20260823_m033815_c001_v0001182_t0053_u01787456295904") 2026/08/23 03:41:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbec_d20260823_m033810_c001_v7007000_t0000_u01787456290645") 2026/08/23 03:41:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38e14_d20260823_m033804_c001_v0001182_t0053_u01787456284377") 2026/08/23 03:41:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbc9_d20260823_m033759_c001_v7007000_t0000_u01787456279202") 2026/08/23 03:41:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38dc0_d20260823_m033752_c001_v0001182_t0053_u01787456272340") 2026/08/23 03:41:11 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f424930067ab884ed_d20260823_m033853_c001_v7007000_t0000_u01787456333188") 2026/08/23 03:41:12 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f114d25afb62904dd_d20260823_m033849_c001_v0001172_t0006_u01787456329631") 2026/08/23 03:41:12 DEBUG : dir1/0014-89;=.: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1530_d20260823_m033911_c001_v7007000_t0000_u01787456351269") 2026/08/23 03:41:12 DEBUG : dir1/0014-89;=.: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89095_d20260823_m033905_c001_v0001102_t0033_u01787456345721") 2026/08/23 03:41:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e533_d20260823_m034011_c001_v7007000_t0000_u01787456411919") 2026/08/23 03:41:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e890d5_d20260823_m034005_c001_v0001102_t0033_u01787456405227") 2026/08/23 03:41:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e2f7_d20260823_m034000_c001_v7007000_t0000_u01787456400003") 2026/08/23 03:41:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e890c7_d20260823_m033953_c001_v0001102_t0033_u01787456393549") 2026/08/23 03:41:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7da99_d20260823_m033948_c001_v7007000_t0000_u01787456388310") 2026/08/23 03:41:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e890bd_d20260823_m033941_c001_v0001102_t0033_u01787456381274") 2026/08/23 03:41:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1702_d20260823_m033935_c001_v7007000_t0000_u01787456375945") 2026/08/23 03:41:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e890ab_d20260823_m033929_c001_v0001102_t0033_u01787456369036") 2026/08/23 03:41:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff154e_d20260823_m033923_c001_v7007000_t0000_u01787456363890") 2026/08/23 03:41:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e8909d_d20260823_m033916_c001_v0001102_t0033_u01787456356452") 2026/08/23 03:41:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40174204ddd64c48_d20260823_m033906_c001_v7007000_t0000_u01787456346117") 2026/08/23 03:41:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cdd2_d20260823_m033903_c001_v0001177_t0044_u01787456343055") 2026/08/23 03:41:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8d7_d20260823_m033857_c001_v7007000_t0000_u01787456337698") 2026/08/23 03:41:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cd96_d20260823_m033852_c001_v0001177_t0044_u01787456332573") 2026/08/23 03:41:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f421d6221447362ce_d20260823_m033850_c001_v7007000_t0000_u01787456330551") 2026/08/23 03:41:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cd5a_d20260823_m033846_c001_v0001177_t0044_u01787456326658") 2026/08/23 03:41:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba889_d20260823_m033841_c001_v7007000_t0000_u01787456321325") 2026/08/23 03:41:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cd24_d20260823_m033836_c001_v0001177_t0044_u01787456316176") 2026/08/23 03:41:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668b3a8_d20260823_m033834_c001_v7007000_t0000_u01787456314305") 2026/08/23 03:41:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290485_d20260823_m033830_c001_v0001172_t0052_u01787456310643") 2026/08/23 03:41:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f403906668780043a_d20260823_m033820_c001_v7007000_t0000_u01787456300136") 2026/08/23 03:41:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89037_d20260823_m033816_c001_v0001102_t0033_u01787456296090") 2026/08/23 03:41:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbed_d20260823_m033810_c001_v7007000_t0000_u01787456290878") 2026/08/23 03:41:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e8902b_d20260823_m033804_c001_v0001102_t0033_u01787456284562") 2026/08/23 03:41:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbca_d20260823_m033759_c001_v7007000_t0000_u01787456279385") 2026/08/23 03:41:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e8901b_d20260823_m033752_c001_v0001102_t0033_u01787456272525") 2026/08/23 03:41:13 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8be_d20260823_m033853_c001_v7007000_t0000_u01787456333013") 2026/08/23 03:41:13 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f100c8317e082cd76_d20260823_m033849_c001_v0001177_t0043_u01787456329643") 2026/08/23 03:41:13 DEBUG : dir1/0015-9;=.t: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1532_d20260823_m033911_c001_v7007000_t0000_u01787456351451") 2026/08/23 03:41:13 DEBUG : dir1/0015-9;=.t: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38feb_d20260823_m033905_c001_v0001182_t0053_u01787456345750") 2026/08/23 03:41:13 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e540_d20260823_m034012_c001_v7007000_t0000_u01787456412148") 2026/08/23 03:41:13 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a39189_d20260823_m034005_c001_v0001182_t0053_u01787456405412") 2026/08/23 03:41:13 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e2fd_d20260823_m034000_c001_v7007000_t0000_u01787456400236") 2026/08/23 03:41:13 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a39147_d20260823_m033953_c001_v0001182_t0053_u01787456393733") 2026/08/23 03:41:13 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7da9d_d20260823_m033948_c001_v7007000_t0000_u01787456388496") 2026/08/23 03:41:13 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a39109_d20260823_m033941_c001_v0001182_t0053_u01787456381458") 2026/08/23 03:41:13 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1709_d20260823_m033936_c001_v7007000_t0000_u01787456376130") 2026/08/23 03:41:13 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a390b9_d20260823_m033929_c001_v0001182_t0053_u01787456369220") 2026/08/23 03:41:13 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff154f_d20260823_m033924_c001_v7007000_t0000_u01787456364071") 2026/08/23 03:41:13 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a3904d_d20260823_m033916_c001_v0001182_t0053_u01787456356635") 2026/08/23 03:41:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40174204ddd64c4b_d20260823_m033906_c001_v7007000_t0000_u01787456346302") 2026/08/23 03:41:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290513_d20260823_m033903_c001_v0001172_t0052_u01787456343239") 2026/08/23 03:41:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8d8_d20260823_m033857_c001_v7007000_t0000_u01787456337880") 2026/08/23 03:41:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62904ed_d20260823_m033852_c001_v0001172_t0052_u01787456332583") 2026/08/23 03:41:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f413c9e888bd9564f_d20260823_m033850_c001_v7007000_t0000_u01787456330573") 2026/08/23 03:41:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e8906b_d20260823_m033846_c001_v0001102_t0033_u01787456326843") 2026/08/23 03:41:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba88a_d20260823_m033841_c001_v7007000_t0000_u01787456321505") 2026/08/23 03:41:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89061_d20260823_m033836_c001_v0001102_t0033_u01787456316187") 2026/08/23 03:41:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668b3a3_d20260823_m033833_c001_v7007000_t0000_u01787456313760") 2026/08/23 03:41:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38ee8_d20260823_m033830_c001_v0001182_t0053_u01787456310830") 2026/08/23 03:41:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f425a8c9b5433f4b4_d20260823_m033820_c001_v7007000_t0000_u01787456300337") 2026/08/23 03:41:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290445_d20260823_m033816_c001_v0001172_t0052_u01787456296273") 2026/08/23 03:41:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbee_d20260823_m033811_c001_v7007000_t0000_u01787456291063") 2026/08/23 03:41:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290413_d20260823_m033804_c001_v0001172_t0052_u01787456284744") 2026/08/23 03:41:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbcb_d20260823_m033759_c001_v7007000_t0000_u01787456279569") 2026/08/23 03:41:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62903e3_d20260823_m033752_c001_v0001172_t0052_u01787456272711") 2026/08/23 03:41:14 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f423dae673d87ad27_d20260823_m033852_c001_v7007000_t0000_u01787456332845") 2026/08/23 03:41:14 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38f75_d20260823_m033849_c001_v0001182_t0053_u01787456329710") 2026/08/23 03:41:14 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668ac06_d20260823_m033822_c001_v7007000_t0000_u01787456302878") 2026/08/23 03:41:14 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f100c8317e082cca4_d20260823_m033818_c001_v0001177_t0007_u01787456298426") 2026/08/23 03:41:15 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668ac07_d20260823_m033823_c001_v7007000_t0000_u01787456303059") 2026/08/23 03:41:15 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f11923007f9e8903d_d20260823_m033818_c001_v0001102_t0008_u01787456298444") 2026/08/23 03:41:15 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668ac08_d20260823_m033823_c001_v7007000_t0000_u01787456303246") 2026/08/23 03:41:15 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f1182205252a38e8c_d20260823_m033818_c001_v0001182_t0000_u01787456298456") 2026/08/23 03:41:15 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668ac09_d20260823_m033823_c001_v7007000_t0000_u01787456303428") 2026/08/23 03:41:15 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f114d25afb629044f_d20260823_m033818_c001_v0001172_t0055_u01787456298467") 2026/08/23 03:41:15 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668ac0a_d20260823_m033823_c001_v7007000_t0000_u01787456303609") 2026/08/23 03:41:15 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f100c8317e082cca6_d20260823_m033818_c001_v0001177_t0019_u01787456298636") 2026/08/23 03:41:15 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668ac0b_d20260823_m033823_c001_v7007000_t0000_u01787456303794") 2026/08/23 03:41:15 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f1182205252a38e92_d20260823_m033818_c001_v0001182_t0033_u01787456298667") 2026/08/23 03:41:15 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668ac0c_d20260823_m033823_c001_v7007000_t0000_u01787456303976") 2026/08/23 03:41:15 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f114d25afb6290455_d20260823_m033818_c001_v0001172_t0029_u01787456298802") 2026/08/23 03:41:15 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668ac0d_d20260823_m033824_c001_v7007000_t0000_u01787456304159") 2026/08/23 03:41:15 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f100c8317e082cca8_d20260823_m033818_c001_v0001177_t0037_u01787456298874") 2026/08/23 03:41:15 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668ac0e_d20260823_m033824_c001_v7007000_t0000_u01787456304342") 2026/08/23 03:41:15 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f1182205252a38e96_d20260823_m033818_c001_v0001182_t0019_u01787456298885") 2026/08/23 03:41:15 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668ac0f_d20260823_m033824_c001_v7007000_t0000_u01787456304524") 2026/08/23 03:41:15 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f1182205252a38e98_d20260823_m033819_c001_v0001182_t0049_u01787456299110") 2026/08/23 03:41:15 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668ac10_d20260823_m033824_c001_v7007000_t0000_u01787456304711") 2026/08/23 03:41:15 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f100c8317e082ccac_d20260823_m033819_c001_v0001177_t0031_u01787456299122") 2026/08/23 03:41:15 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668ac11_d20260823_m033824_c001_v7007000_t0000_u01787456304895") 2026/08/23 03:41:15 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f11923007f9e8903f_d20260823_m033819_c001_v0001102_t0025_u01787456299131") 2026/08/23 03:41:16 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668ac12_d20260823_m033825_c001_v7007000_t0000_u01787456305077") 2026/08/23 03:41:16 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f114d25afb6290457_d20260823_m033819_c001_v0001172_t0027_u01787456299218") 2026/08/23 03:41:16 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668ac13_d20260823_m033825_c001_v7007000_t0000_u01787456305259") 2026/08/23 03:41:16 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f1182205252a38e9a_d20260823_m033819_c001_v0001182_t0019_u01787456299326") 2026/08/23 03:41:16 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668ac14_d20260823_m033825_c001_v7007000_t0000_u01787456305440") 2026/08/23 03:41:16 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f100c8317e082ccb0_d20260823_m033819_c001_v0001177_t0020_u01787456299345") 2026/08/23 03:41:16 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668ac16_d20260823_m033825_c001_v7007000_t0000_u01787456305622") 2026/08/23 03:41:16 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38e9c_d20260823_m033819_c001_v0001182_t0053_u01787456299556") 2026/08/23 03:41:16 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40390666878004f3_d20260823_m033836_c001_v7007000_t0000_u01787456316392") 2026/08/23 03:41:16 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f11923007f9e89053_d20260823_m033832_c001_v0001102_t0059_u01787456312641") 2026/08/23 03:41:16 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668b3ad_d20260823_m033836_c001_v7007000_t0000_u01787456316550") 2026/08/23 03:41:16 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f114d25afb629048f_d20260823_m033832_c001_v0001172_t0002_u01787456312656") 2026/08/23 03:41:16 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f410bac62f668b3ae_d20260823_m033836_c001_v7007000_t0000_u01787456316731") 2026/08/23 03:41:16 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f1182205252a38f01_d20260823_m033832_c001_v0001182_t0005_u01787456312668") 2026/08/23 03:41:16 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40174204ddd64b28_d20260823_m033836_c001_v7007000_t0000_u01787456316564") 2026/08/23 03:41:16 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f100c8317e082ccfc_d20260823_m033832_c001_v0001177_t0055_u01787456312677") 2026/08/23 03:41:16 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40174204ddd64b2b_d20260823_m033836_c001_v7007000_t0000_u01787456316748") 2026/08/23 03:41:16 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f1182205252a38f03_d20260823_m033832_c001_v0001182_t0035_u01787456312876") 2026/08/23 03:41:16 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba86e_d20260823_m033836_c001_v7007000_t0000_u01787456316398") 2026/08/23 03:41:16 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f100c8317e082cd00_d20260823_m033832_c001_v0001177_t0031_u01787456312885") 2026/08/23 03:41:17 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40390666878004fc_d20260823_m033836_c001_v7007000_t0000_u01787456316575") 2026/08/23 03:41:17 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f114d25afb6290491_d20260823_m033832_c001_v0001172_t0025_u01787456312932") 2026/08/23 03:41:17 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba86f_d20260823_m033836_c001_v7007000_t0000_u01787456316583") 2026/08/23 03:41:17 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f11923007f9e89055_d20260823_m033832_c001_v0001102_t0046_u01787456312975") 2026/08/23 03:41:17 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4171cfbc6a8cdcaf_d20260823_m033836_c001_v7007000_t0000_u01787456316409") 2026/08/23 03:41:17 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f1182205252a38f07_d20260823_m033833_c001_v0001182_t0017_u01787456313081") 2026/08/23 03:41:17 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4039066687800501_d20260823_m033836_c001_v7007000_t0000_u01787456316758") 2026/08/23 03:41:17 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f100c8317e082cd06_d20260823_m033833_c001_v0001177_t0008_u01787456313108") 2026/08/23 03:41:17 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4189d3b2c058f5d5_d20260823_m033836_c001_v7007000_t0000_u01787456316617") 2026/08/23 03:41:17 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f11923007f9e89057_d20260823_m033833_c001_v0001102_t0001_u01787456313260") 2026/08/23 03:41:17 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4171cfbc6a8cdcb5_d20260823_m033836_c001_v7007000_t0000_u01787456316595") 2026/08/23 03:41:17 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f1182205252a38f0b_d20260823_m033833_c001_v0001182_t0033_u01787456313307") 2026/08/23 03:41:17 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f420af02780f3ddfc_d20260823_m033836_c001_v7007000_t0000_u01787456316419") 2026/08/23 03:41:17 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f100c8317e082cd08_d20260823_m033833_c001_v0001177_t0052_u01787456313328") 2026/08/23 03:41:17 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f407841096fc8356e_d20260823_m033836_c001_v7007000_t0000_u01787456316444") 2026/08/23 03:41:17 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f114d25afb6290493_d20260823_m033833_c001_v0001172_t0035_u01787456313349") 2026/08/23 03:41:17 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f407841096fc8356f_d20260823_m033836_c001_v7007000_t0000_u01787456316626") 2026/08/23 03:41:17 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f1182205252a38f0f_d20260823_m033833_c001_v0001182_t0028_u01787456313513") 2026/08/23 03:41:17 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba870_d20260823_m033836_c001_v7007000_t0000_u01787456316767") 2026/08/23 03:41:17 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cd0a_d20260823_m033833_c001_v0001177_t0044_u01787456313549") 2026/08/23 03:41:17 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f403906668780006c_d20260823_m033700_c001_v7007000_t0000_u01787456220795") 2026/08/23 03:41:18 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4175e23f8e4d1b5c_d20260823_m033659_c001_v0001184_t0039_u01787456219028") 2026/08/23 03:41:18 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4189d3b2c058f226_d20260823_m033658_c001_v7007000_t0000_u01787456218845") 2026/08/23 03:41:18 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4175e23f8e4d1b40_d20260823_m033656_c001_v0001184_t0039_u01787456216352") 2026/08/23 03:41:18 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4189d3b2c058f1fd_d20260823_m033655_c001_v7007000_t0000_u01787456215625") 2026/08/23 03:41:18 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082ca82_d20260823_m033651_c001_v0001177_t0044_u01787456211715") 2026/08/23 03:41:18 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40390666877fff17_d20260823_m033650_c001_v7007000_t0000_u01787456210271") 2026/08/23 03:41:18 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4034a83f059f0972_d20260823_m033648_c001_v0001144_t0046_u01787456208594") 2026/08/23 03:41:18 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4225634d9f2b71bd_d20260823_m033648_c001_v7007000_t0000_u01787456208411") 2026/08/23 03:41:18 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4034a83f059f096c_d20260823_m033646_c001_v0001144_t0046_u01787456206023") 2026/08/23 03:41:18 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4225634d9f2b7156_d20260823_m033645_c001_v7007000_t0000_u01787456205293") 2026/08/23 03:41:18 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88ef9_d20260823_m033641_c001_v0001102_t0033_u01787456201665") 2026/08/23 03:41:18 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40390666877ffe38_d20260823_m033640_c001_v7007000_t0000_u01787456200395") 2026/08/23 03:41:18 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41340dbe60c8f9a1_d20260823_m033639_c001_v0001171_t0019_u01787456199053") 2026/08/23 03:41:18 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f417f207affbcef58_d20260823_m033638_c001_v7007000_t0000_u01787456198869") 2026/08/23 03:41:18 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41340dbe60c8f991_d20260823_m033634_c001_v0001171_t0019_u01787456194438") 2026/08/23 03:41:18 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f417f207affbcef53_d20260823_m033633_c001_v7007000_t0000_u01787456193709") 2026/08/23 03:41:18 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33a7a_d20260823_m033630_c001_v0001041_t0051_u01787456190378") 2026/08/23 03:41:18 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40390666877ffe1d_d20260823_m033629_c001_v7007000_t0000_u01787456189478") 2026/08/23 03:41:18 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41898432e73255f3_d20260823_m033627_c001_v0001098_t0018_u01787456187981") 2026/08/23 03:41:18 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beb9ade_d20260823_m033627_c001_v7007000_t0000_u01787456187797") 2026/08/23 03:41:19 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41898432e73255e5_d20260823_m033625_c001_v0001098_t0018_u01787456185075") 2026/08/23 03:41:19 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beb9ad9_d20260823_m033624_c001_v7007000_t0000_u01787456184345") 2026/08/23 03:41:19 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88ebb_d20260823_m033618_c001_v0001102_t0033_u01787456178810") 2026/08/23 03:41:19 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400be1583d76b5aa_d20260823_m033617_c001_v7007000_t0000_u01787456177877") 2026/08/23 03:41:19 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4083adbe3eb5864b_d20260823_m033616_c001_v0001171_t0025_u01787456176394") 2026/08/23 03:41:19 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f419459bd5fb7705a_d20260823_m033616_c001_v7007000_t0000_u01787456176212") 2026/08/23 03:41:19 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4083adbe3eb58643_d20260823_m033613_c001_v0001171_t0025_u01787456173601") 2026/08/23 03:41:19 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f419459bd5fb7702c_d20260823_m033612_c001_v7007000_t0000_u01787456172873") 2026/08/23 03:41:19 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082c9b6_d20260823_m033607_c001_v0001177_t0044_u01787456167345") 2026/08/23 03:41:19 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f423dae673d87a2d1_d20260823_m033606_c001_v7007000_t0000_u01787456166426") 2026/08/23 03:41:19 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41368bbb54605a02_d20260823_m033604_c001_v0001167_t0022_u01787456164888") 2026/08/23 03:41:19 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3d2b9_d20260823_m033604_c001_v7007000_t0000_u01787456164705") 2026/08/23 03:41:19 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41368bbb546059e2_d20260823_m033602_c001_v0001167_t0022_u01787456162117") 2026/08/23 03:41:19 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3d2ab_d20260823_m033601_c001_v7007000_t0000_u01787456161395") 2026/08/23 03:41:19 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33a12_d20260823_m033555_c001_v0001041_t0051_u01787456155855") 2026/08/23 03:41:19 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40976990ecb9fb20_d20260823_m033554_c001_v7007000_t0000_u01787456154755") 2026/08/23 03:41:19 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4003a58525e5a25f_d20260823_m033548_c001_v0001181_t0000_u01787456148909") 2026/08/23 03:41:19 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4278cc7fe2f29f45_d20260823_m033548_c001_v7007000_t0000_u01787456148714") 2026/08/23 03:41:19 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88e35_d20260823_m033523_c001_v0001102_t0033_u01787456123638") 2026/08/23 03:41:19 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4175d509e87cfd06_d20260823_m033522_c001_v0001103_t0051_u01787456122913") 2026/08/23 03:41:19 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4175d509e87cfcfe_d20260823_m033521_c001_v0001103_t0051_u01787456121990") 2026/08/23 03:41:19 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4025158402645973_d20260823_m033509_c001_v7007000_t0000_u01787456109091") 2026/08/23 03:41:19 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef3397a_d20260823_m033502_c001_v0001041_t0051_u01787456102602") 2026/08/23 03:41:20 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f405cb9394c034273_d20260823_m033501_c001_v0001092_t0033_u01787456101874") 2026/08/23 03:41:20 DEBUG : dst/one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f405cb9394c03426f_d20260823_m033500_c001_v0001092_t0033_u01787456100947") 2026/08/23 03:41:20 DEBUG : dst/one-2019-01-01: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4039066687800074_d20260823_m033700_c001_v7007000_t0000_u01787456220976") 2026/08/23 03:41:20 DEBUG : dst/one-2019-01-01: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4156868e2df5cef1_d20260823_m033658_c001_v0001109_t0030_u01787456218570") 2026/08/23 03:41:20 DEBUG : dst/one-2019-01-01: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414b539e8c00a3f7_d20260823_m033655_c001_v0001091_t0050_u01787456215440") 2026/08/23 03:41:20 DEBUG : dst/one.bak: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40390666877fff1c_d20260823_m033650_c001_v7007000_t0000_u01787456210451") 2026/08/23 03:41:20 DEBUG : dst/one.bak: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f418d2e3a7cc75f84_d20260823_m033648_c001_v0001104_t0018_u01787456208221") 2026/08/23 03:41:20 DEBUG : dst/one.bak: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4107f0c9483d2a79_d20260823_m033645_c001_v0001044_t0013_u01787456205083") 2026/08/23 03:41:20 DEBUG : dst/one.bak: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40390666877ffe3c_d20260823_m033640_c001_v7007000_t0000_u01787456200574") 2026/08/23 03:41:20 DEBUG : dst/one.bak: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41588f4b11a124a0_d20260823_m033638_c001_v0001176_t0017_u01787456198685") 2026/08/23 03:41:20 DEBUG : dst/one.bak: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4060f2571fe87106_d20260823_m033633_c001_v0001179_t0051_u01787456193524") 2026/08/23 03:41:20 DEBUG : dst/three: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40976990ecb9fb22_d20260823_m033554_c001_v7007000_t0000_u01787456154937") 2026/08/23 03:41:20 DEBUG : dst/three: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4175d509e87cfde8_d20260823_m033553_c001_v0001103_t0051_u01787456153463") 2026/08/23 03:41:20 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f403906668780007c_d20260823_m033701_c001_v7007000_t0000_u01787456221156") 2026/08/23 03:41:20 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41820d7c739823c3_d20260823_m033659_c001_v0001041_t0012_u01787456219862") 2026/08/23 03:41:20 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f411225ece2477e90_d20260823_m033657_c001_v0001097_t0044_u01787456217259") 2026/08/23 03:41:20 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4039066687800083_d20260823_m033701_c001_v7007000_t0000_u01787456221456") 2026/08/23 03:41:20 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4175e23f8e4d1b66_d20260823_m033700_c001_v0001184_t0039_u01787456220234") 2026/08/23 03:41:20 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4189d3b2c058f234_d20260823_m033700_c001_v7007000_t0000_u01787456220047") 2026/08/23 03:41:20 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4175e23f8e4d1b48_d20260823_m033657_c001_v0001184_t0039_u01787456217624") 2026/08/23 03:41:21 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4189d3b2c058f213_d20260823_m033657_c001_v7007000_t0000_u01787456217443") 2026/08/23 03:41:21 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082ca88_d20260823_m033652_c001_v0001177_t0044_u01787456212447") 2026/08/23 03:41:21 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40390666877fff21_d20260823_m033650_c001_v7007000_t0000_u01787456210631") 2026/08/23 03:41:21 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4034a83f059f0974_d20260823_m033649_c001_v0001144_t0046_u01787456209709") 2026/08/23 03:41:21 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4225634d9f2b71e4_d20260823_m033649_c001_v7007000_t0000_u01787456209525") 2026/08/23 03:41:21 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4034a83f059f0970_d20260823_m033647_c001_v0001144_t0046_u01787456207141") 2026/08/23 03:41:21 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4225634d9f2b7189_d20260823_m033646_c001_v7007000_t0000_u01787456206957") 2026/08/23 03:41:21 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88efb_d20260823_m033642_c001_v0001102_t0033_u01787456202034") 2026/08/23 03:41:21 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f417f207affbcef5a_d20260823_m033639_c001_v7007000_t0000_u01787456199622") 2026/08/23 03:41:21 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082ca3c_d20260823_m033637_c001_v0001177_t0044_u01787456197923") 2026/08/23 03:41:21 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f417f207affbcef54_d20260823_m033635_c001_v7007000_t0000_u01787456195132") 2026/08/23 03:41:21 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88ee9_d20260823_m033631_c001_v0001102_t0033_u01787456191110") 2026/08/23 03:41:21 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beb9ae1_d20260823_m033628_c001_v7007000_t0000_u01787456188564") 2026/08/23 03:41:21 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88edb_d20260823_m033626_c001_v0001102_t0033_u01787456186741") 2026/08/23 03:41:21 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beb9adb_d20260823_m033625_c001_v7007000_t0000_u01787456185642") 2026/08/23 03:41:21 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082c9f4_d20260823_m033619_c001_v0001177_t0044_u01787456179542") 2026/08/23 03:41:21 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f419459bd5fb7706d_d20260823_m033616_c001_v7007000_t0000_u01787456176956") 2026/08/23 03:41:21 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082c9e0_d20260823_m033615_c001_v0001177_t0044_u01787456175260") 2026/08/23 03:41:21 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f419459bd5fb77030_d20260823_m033614_c001_v7007000_t0000_u01787456174165") 2026/08/23 03:41:21 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33a3c_d20260823_m033608_c001_v0001041_t0051_u01787456168069") 2026/08/23 03:41:21 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3d2bd_d20260823_m033605_c001_v7007000_t0000_u01787456165513") 2026/08/23 03:41:21 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33a2e_d20260823_m033603_c001_v0001041_t0051_u01787456163770") 2026/08/23 03:41:21 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3d2b0_d20260823_m033602_c001_v7007000_t0000_u01787456162683") 2026/08/23 03:41:22 DEBUG : dst/three.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88e93_d20260823_m033556_c001_v0001102_t0033_u01787456156599") 2026/08/23 03:41:22 DEBUG : dst/three.txt.bak: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40390666877fff26_d20260823_m033650_c001_v7007000_t0000_u01787456210813") 2026/08/23 03:41:22 DEBUG : dst/three.txt.bak: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41520f17f18dc221_d20260823_m033649_c001_v0001116_t0044_u01787456209337") 2026/08/23 03:41:22 DEBUG : dst/three.txt.bak: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4051bc4da0c93804_d20260823_m033646_c001_v0001171_t0018_u01787456206769") 2026/08/23 03:41:22 DEBUG : dst/three.txt.bak: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40390666877ffe40_d20260823_m033640_c001_v7007000_t0000_u01787456200754") 2026/08/23 03:41:22 DEBUG : dst/three.txt.bak: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4170b5a8ae46d974_d20260823_m033639_c001_v0001116_t0032_u01787456199433") 2026/08/23 03:41:22 DEBUG : dst/three.txt.bak: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f416e250676790afa_d20260823_m033634_c001_v0001043_t0032_u01787456194946") 2026/08/23 03:41:22 DEBUG : dst/two: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4039066687800088_d20260823_m033701_c001_v7007000_t0000_u01787456221636") 2026/08/23 03:41:22 DEBUG : dst/two: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88f19_d20260823_m033652_c001_v0001102_t0033_u01787456212264") 2026/08/23 03:41:22 DEBUG : dst/two: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40390666877fff2b_d20260823_m033650_c001_v7007000_t0000_u01787456210994") 2026/08/23 03:41:22 DEBUG : dst/two: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082ca4e_d20260823_m033641_c001_v0001177_t0044_u01787456201851") 2026/08/23 03:41:22 DEBUG : dst/two: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40390666877ffe42_d20260823_m033640_c001_v7007000_t0000_u01787456200935") 2026/08/23 03:41:22 DEBUG : dst/two: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082ca14_d20260823_m033630_c001_v0001177_t0044_u01787456190927") 2026/08/23 03:41:22 DEBUG : dst/two: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40390666877ffe1e_d20260823_m033629_c001_v7007000_t0000_u01787456189658") 2026/08/23 03:41:22 DEBUG : dst/two: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33a5c_d20260823_m033619_c001_v0001041_t0051_u01787456179356") 2026/08/23 03:41:22 DEBUG : dst/two: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400be1583d76b5ad_d20260823_m033618_c001_v7007000_t0000_u01787456178061") 2026/08/23 03:41:22 DEBUG : dst/two: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88ea7_d20260823_m033607_c001_v0001102_t0033_u01787456167887") 2026/08/23 03:41:22 DEBUG : dst/two: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f423dae673d87a2d2_d20260823_m033606_c001_v7007000_t0000_u01787456166608") 2026/08/23 03:41:22 DEBUG : dst/two: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082c988_d20260823_m033556_c001_v0001177_t0044_u01787456156414") 2026/08/23 03:41:22 DEBUG : dst/two: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40976990ecb9fb23_d20260823_m033555_c001_v7007000_t0000_u01787456155121") 2026/08/23 03:41:23 DEBUG : dst/two: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4024cfceae9cd3f3_d20260823_m033551_c001_v0001044_t0014_u01787456151136") 2026/08/23 03:41:23 DEBUG : dst/two: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4025158402645974_d20260823_m033509_c001_v7007000_t0000_u01787456109289") 2026/08/23 03:41:23 DEBUG : dst/two: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f405cb9394c03427d_d20260823_m033508_c001_v0001092_t0033_u01787456108183") 2026/08/23 03:41:23 DEBUG : empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f407841096fc8290d_d20260823_m033435_c001_v7007000_t0000_u01787456075855") 2026/08/23 03:41:23 DEBUG : empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88db7_d20260823_m033432_c001_v0001102_t0033_u01787456072553") 2026/08/23 03:41:23 DEBUG : empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f407841096fc82848_d20260823_m033430_c001_v7007000_t0000_u01787456070676") 2026/08/23 03:41:23 DEBUG : empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88d97_d20260823_m033420_c001_v0001102_t0033_u01787456060830") 2026/08/23 03:41:23 DEBUG : empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40976990ecb9f511_d20260823_m033406_c001_v7007000_t0000_u01787456046881") 2026/08/23 03:41:23 DEBUG : empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88d6b_d20260823_m033403_c001_v0001102_t0033_u01787456043776") 2026/08/23 03:41:23 DEBUG : empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff0284_d20260823_m033346_c001_v7007000_t0000_u01787456026595") 2026/08/23 03:41:23 DEBUG : empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33888_d20260823_m033344_c001_v0001041_t0051_u01787456024486") 2026/08/23 03:41:23 DEBUG : empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff0276_d20260823_m033343_c001_v7007000_t0000_u01787456023506") 2026/08/23 03:41:23 DEBUG : empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33880_d20260823_m033342_c001_v0001041_t0051_u01787456022409") 2026/08/23 03:41:23 DEBUG : empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff0233_d20260823_m033339_c001_v7007000_t0000_u01787456019834") 2026/08/23 03:41:23 DEBUG : empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33862_d20260823_m033337_c001_v0001041_t0051_u01787456017997") 2026/08/23 03:41:23 DEBUG : empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff01cd_d20260823_m033337_c001_v7007000_t0000_u01787456017205") 2026/08/23 03:41:23 DEBUG : empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33856_d20260823_m033335_c001_v0001041_t0051_u01787456015699") 2026/08/23 03:41:23 DEBUG : empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff001c_d20260823_m033330_c001_v7007000_t0000_u01787456010427") 2026/08/23 03:41:23 DEBUG : empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef3383a_d20260823_m033328_c001_v0001041_t0051_u01787456008875") 2026/08/23 03:41:23 DEBUG : empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6feffe4_d20260823_m033328_c001_v7007000_t0000_u01787456008133") 2026/08/23 03:41:23 DEBUG : empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33834_d20260823_m033327_c001_v0001041_t0051_u01787456007403") 2026/08/23 03:41:23 DEBUG : empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4225634d9f2b6463_d20260823_m033323_c001_v7007000_t0000_u01787456003081") 2026/08/23 03:41:23 DEBUG : empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33814_d20260823_m033321_c001_v0001041_t0051_u01787456001844") 2026/08/23 03:41:24 DEBUG : empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4225634d9f2b6400_d20260823_m033319_c001_v7007000_t0000_u01787455999882") 2026/08/23 03:41:24 DEBUG : empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33802_d20260823_m033318_c001_v0001041_t0051_u01787455998972") 2026/08/23 03:41:24 DEBUG : empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4225634d9f2b63da_d20260823_m033318_c001_v7007000_t0000_u01787455998607") 2026/08/23 03:41:24 DEBUG : empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404b638dbc8df424_d20260823_m033318_c001_v0001130_t0022_u01787455998059") 2026/08/23 03:41:24 DEBUG : empty space: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef337fc_d20260823_m033316_c001_v0001041_t0051_u01787455996597") 2026/08/23 03:41:24 DEBUG : enormous: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff0282_d20260823_m033345_c001_v7007000_t0000_u01787456025599") 2026/08/23 03:41:24 DEBUG : enormous: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f101e653a6ef3388a_d20260823_m033344_c001_v0001041_t0007_u01787456024671") 2026/08/23 03:41:24 DEBUG : existing: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40390666878000f5_d20260823_m033705_c001_v7007000_t0000_u01787456225684") 2026/08/23 03:41:24 DEBUG : existing: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88f37_d20260823_m033704_c001_v0001102_t0033_u01787456224566") 2026/08/23 03:41:24 DEBUG : existing: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40976990ecb9f4c0_d20260823_m033402_c001_v7007000_t0000_u01787456042454") 2026/08/23 03:41:24 DEBUG : existing: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef338c6_d20260823_m033401_c001_v0001041_t0051_u01787456041537") 2026/08/23 03:41:24 DEBUG : existing: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4225634d9f2b632b_d20260823_m033313_c001_v7007000_t0000_u01787455993740") 2026/08/23 03:41:24 DEBUG : existing: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef337ec_d20260823_m033312_c001_v0001041_t0051_u01787455992831") 2026/08/23 03:41:24 DEBUG : existing: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4225634d9f2b62f8_d20260823_m033312_c001_v7007000_t0000_u01787455992286") 2026/08/23 03:41:24 DEBUG : existing: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef337e8_d20260823_m033311_c001_v0001041_t0051_u01787455991742") 2026/08/23 03:41:24 DEBUG : existing: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef337e6_d20260823_m033311_c001_v0001041_t0051_u01787455991015") 2026/08/23 03:41:24 DEBUG : existing-b: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40976990ecb9f4c6_d20260823_m033402_c001_v7007000_t0000_u01787456042635") 2026/08/23 03:41:24 DEBUG : existing-b: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88d61_d20260823_m033401_c001_v0001102_t0033_u01787456041526") 2026/08/23 03:41:24 DEBUG : file1: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff2ac_d20260823_m033745_c001_v7007000_t0000_u01787456265266") 2026/08/23 03:41:25 DEBUG : file1: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62903c3_d20260823_m033744_c001_v0001172_t0052_u01787456264411") 2026/08/23 03:41:25 DEBUG : file1: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff211_d20260823_m033743_c001_v7007000_t0000_u01787456263106") 2026/08/23 03:41:25 DEBUG : file1: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89007_d20260823_m033742_c001_v0001102_t0033_u01787456262338") 2026/08/23 03:41:25 DEBUG : five: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff0299_d20260823_m033350_c001_v7007000_t0000_u01787456030045") 2026/08/23 03:41:25 DEBUG : five: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef3389e_d20260823_m033348_c001_v0001041_t0051_u01787456028171") 2026/08/23 03:41:25 DEBUG : foo: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4225634d9f2b642c_d20260823_m033321_c001_v7007000_t0000_u01787456001472") 2026/08/23 03:41:25 DEBUG : foo: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef3380e_d20260823_m033320_c001_v0001041_t0051_u01787456000928") 2026/08/23 03:41:25 DEBUG : foo: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef3380c_d20260823_m033320_c001_v0001041_t0051_u01787456000381") 2026/08/23 03:41:25 DEBUG : four: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff029f_d20260823_m033350_c001_v7007000_t0000_u01787456030227") 2026/08/23 03:41:25 DEBUG : four: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082c7aa_d20260823_m033348_c001_v0001177_t0044_u01787456028723") 2026/08/23 03:41:25 DEBUG : four: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef3389a_d20260823_m033347_c001_v0001041_t0051_u01787456027523") 2026/08/23 03:41:25 DEBUG : hello world2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f420af02780f37e14_d20260823_m033235_c001_v7007000_t0000_u01787455955227") 2026/08/23 03:41:25 DEBUG : hello world2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33760_d20260823_m033234_c001_v0001041_t0051_u01787455954622") 2026/08/23 03:41:25 DEBUG : ignore-size: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4225634d9f2b62ba_d20260823_m033310_c001_v7007000_t0000_u01787455990650") 2026/08/23 03:41:25 DEBUG : ignore-size: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef337e2_d20260823_m033309_c001_v0001041_t0051_u01787455989744") 2026/08/23 03:41:25 DEBUG : nested/sub dir/file: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40976990ecb9f4a7_d20260823_m033400_c001_v7007000_t0000_u01787456040799") 2026/08/23 03:41:25 DEBUG : nested/sub dir/file: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082c7de_d20260823_m033400_c001_v0001177_t0044_u01787456040254") 2026/08/23 03:41:25 DEBUG : nested/sub dir/file: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40976990ecb9f497_d20260823_m033359_c001_v7007000_t0000_u01787456039518") 2026/08/23 03:41:25 DEBUG : nested/sub dir/file: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88d5b_d20260823_m033358_c001_v0001102_t0033_u01787456038971") 2026/08/23 03:41:25 DEBUG : one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff02a6_d20260823_m033350_c001_v7007000_t0000_u01787456030427") 2026/08/23 03:41:25 DEBUG : one: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33892_d20260823_m033346_c001_v0001041_t0051_u01787456026965") 2026/08/23 03:41:26 DEBUG : only0: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff0fa_d20260823_m033737_c001_v7007000_t0000_u01787456257853") 2026/08/23 03:41:26 DEBUG : only0: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88fd9_d20260823_m033732_c001_v0001102_t0033_u01787456252035") 2026/08/23 03:41:26 DEBUG : only0: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb46_d20260823_m033723_c001_v0001177_t0044_u01787456243980") 2026/08/23 03:41:26 DEBUG : only0: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400be1583d76d3fc_d20260823_m033718_c001_v7007000_t0000_u01787456238324") 2026/08/23 03:41:26 DEBUG : only0: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cacc_d20260823_m033708_c001_v0001177_t0044_u01787456228990") 2026/08/23 03:41:26 DEBUG : only1: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff102_d20260823_m033738_c001_v7007000_t0000_u01787456258035") 2026/08/23 03:41:26 DEBUG : only1: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290397_d20260823_m033732_c001_v0001172_t0052_u01787456252975") 2026/08/23 03:41:26 DEBUG : only1: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb48_d20260823_m033724_c001_v0001177_t0044_u01787456244351") 2026/08/23 03:41:26 DEBUG : only1: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4278cc7fe2f2a4c2_d20260823_m033718_c001_v7007000_t0000_u01787456238387") 2026/08/23 03:41:26 DEBUG : only1: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cace_d20260823_m033709_c001_v0001177_t0044_u01787456229361") 2026/08/23 03:41:26 DEBUG : only10: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff10a_d20260823_m033738_c001_v7007000_t0000_u01787456258217") 2026/08/23 03:41:26 DEBUG : only10: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb8c_d20260823_m033732_c001_v0001177_t0044_u01787456252047") 2026/08/23 03:41:26 DEBUG : only10: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb66_d20260823_m033727_c001_v0001177_t0044_u01787456247890") 2026/08/23 03:41:26 DEBUG : only10: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4084e4f6f9cc5e79_d20260823_m033717_c001_v7007000_t0000_u01787456237969") 2026/08/23 03:41:26 DEBUG : only10: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082caf0_d20260823_m033712_c001_v0001177_t0044_u01787456232785") 2026/08/23 03:41:26 DEBUG : only11: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff112_d20260823_m033738_c001_v7007000_t0000_u01787456258400") 2026/08/23 03:41:26 DEBUG : only11: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290391_d20260823_m033732_c001_v0001172_t0052_u01787456252603") 2026/08/23 03:41:26 DEBUG : only11: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb68_d20260823_m033728_c001_v0001177_t0044_u01787456248274") 2026/08/23 03:41:26 DEBUG : only11: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f417f207affbcf419_d20260823_m033718_c001_v7007000_t0000_u01787456238131") 2026/08/23 03:41:26 DEBUG : only11: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082caf2_d20260823_m033713_c001_v0001177_t0044_u01787456233156") 2026/08/23 03:41:26 DEBUG : only12: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff119_d20260823_m033738_c001_v7007000_t0000_u01787456258583") 2026/08/23 03:41:26 DEBUG : only12: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38d44_d20260823_m033732_c001_v0001182_t0053_u01787456252789") 2026/08/23 03:41:27 DEBUG : only12: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb6c_d20260823_m033728_c001_v0001177_t0044_u01787456248642") 2026/08/23 03:41:27 DEBUG : only12: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4084e4f6f9cc5e6c_d20260823_m033717_c001_v7007000_t0000_u01787456237776") 2026/08/23 03:41:27 DEBUG : only12: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082caf8_d20260823_m033713_c001_v0001177_t0044_u01787456233526") 2026/08/23 03:41:27 DEBUG : only13: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff120_d20260823_m033738_c001_v7007000_t0000_u01787456258772") 2026/08/23 03:41:27 DEBUG : only13: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88fdd_d20260823_m033732_c001_v0001102_t0033_u01787456252435") 2026/08/23 03:41:27 DEBUG : only13: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb70_d20260823_m033729_c001_v0001177_t0044_u01787456249072") 2026/08/23 03:41:27 DEBUG : only13: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4278cc7fe2f2a4b1_d20260823_m033718_c001_v7007000_t0000_u01787456238023") 2026/08/23 03:41:27 DEBUG : only13: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cafc_d20260823_m033713_c001_v0001177_t0044_u01787456233898") 2026/08/23 03:41:27 DEBUG : only14: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff127_d20260823_m033738_c001_v7007000_t0000_u01787456258954") 2026/08/23 03:41:27 DEBUG : only14: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb8e_d20260823_m033732_c001_v0001177_t0044_u01787456252446") 2026/08/23 03:41:27 DEBUG : only14: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb72_d20260823_m033729_c001_v0001177_t0044_u01787456249469") 2026/08/23 03:41:27 DEBUG : only14: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400be1583d76d3f4_d20260823_m033718_c001_v7007000_t0000_u01787456238141") 2026/08/23 03:41:27 DEBUG : only14: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb02_d20260823_m033714_c001_v0001177_t0044_u01787456234339") 2026/08/23 03:41:27 DEBUG : only15: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff12d_d20260823_m033739_c001_v7007000_t0000_u01787456259138") 2026/08/23 03:41:27 DEBUG : only15: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88fdf_d20260823_m033732_c001_v0001102_t0033_u01787456252620") 2026/08/23 03:41:27 DEBUG : only15: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb76_d20260823_m033729_c001_v0001177_t0044_u01787456249837") 2026/08/23 03:41:27 DEBUG : only15: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4084e4f6f9cc5e81_d20260823_m033718_c001_v7007000_t0000_u01787456238154") 2026/08/23 03:41:27 DEBUG : only15: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb06_d20260823_m033714_c001_v0001177_t0044_u01787456234711") 2026/08/23 03:41:27 DEBUG : only16: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff134_d20260823_m033739_c001_v7007000_t0000_u01787456259321") 2026/08/23 03:41:27 DEBUG : only16: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb90_d20260823_m033732_c001_v0001177_t0044_u01787456252632") 2026/08/23 03:41:28 DEBUG : only16: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb7a_d20260823_m033730_c001_v0001177_t0044_u01787456250206") 2026/08/23 03:41:28 DEBUG : only16: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400be1583d76d3e2_d20260823_m033717_c001_v7007000_t0000_u01787456237765") 2026/08/23 03:41:28 DEBUG : only16: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb08_d20260823_m033715_c001_v0001177_t0044_u01787456235081") 2026/08/23 03:41:29 DEBUG : only17: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff13c_d20260823_m033739_c001_v7007000_t0000_u01787456259505") 2026/08/23 03:41:29 DEBUG : only17: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290395_d20260823_m033732_c001_v0001172_t0052_u01787456252790") 2026/08/23 03:41:29 DEBUG : only17: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb7e_d20260823_m033730_c001_v0001177_t0044_u01787456250577") 2026/08/23 03:41:29 DEBUG : only17: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4084e4f6f9cc5e8e_d20260823_m033718_c001_v7007000_t0000_u01787456238337") 2026/08/23 03:41:29 DEBUG : only17: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb0a_d20260823_m033715_c001_v0001177_t0044_u01787456235453") 2026/08/23 03:41:29 DEBUG : only18: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff144_d20260823_m033739_c001_v7007000_t0000_u01787456259688") 2026/08/23 03:41:29 DEBUG : only18: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88fe3_d20260823_m033732_c001_v0001102_t0033_u01787456252804") 2026/08/23 03:41:29 DEBUG : only18: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb80_d20260823_m033730_c001_v0001177_t0044_u01787456250946") 2026/08/23 03:41:29 DEBUG : only18: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f417f207affbcf417_d20260823_m033717_c001_v7007000_t0000_u01787456237945") 2026/08/23 03:41:29 DEBUG : only18: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb10_d20260823_m033715_c001_v0001177_t0044_u01787456235933") 2026/08/23 03:41:29 DEBUG : only19: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff14c_d20260823_m033739_c001_v7007000_t0000_u01787456259870") 2026/08/23 03:41:29 DEBUG : only19: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb92_d20260823_m033732_c001_v0001177_t0044_u01787456252817") 2026/08/23 03:41:29 DEBUG : only19: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb86_d20260823_m033731_c001_v0001177_t0044_u01787456251314") 2026/08/23 03:41:29 DEBUG : only19: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400be1583d76d3cb_d20260823_m033717_c001_v7007000_t0000_u01787456237390") 2026/08/23 03:41:29 DEBUG : only19: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb16_d20260823_m033716_c001_v0001177_t0044_u01787456236305") 2026/08/23 03:41:29 DEBUG : only2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff153_d20260823_m033740_c001_v7007000_t0000_u01787456260052") 2026/08/23 03:41:29 DEBUG : only2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38d46_d20260823_m033732_c001_v0001182_t0053_u01787456252985") 2026/08/23 03:41:29 DEBUG : only2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb4a_d20260823_m033724_c001_v0001177_t0044_u01787456244720") 2026/08/23 03:41:29 DEBUG : only2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4278cc7fe2f2a4b9_d20260823_m033718_c001_v7007000_t0000_u01787456238206") 2026/08/23 03:41:29 DEBUG : only2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cad2_d20260823_m033709_c001_v0001177_t0044_u01787456229816") 2026/08/23 03:41:29 DEBUG : only3: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff15b_d20260823_m033740_c001_v7007000_t0000_u01787456260236") 2026/08/23 03:41:29 DEBUG : only3: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88fe7_d20260823_m033732_c001_v0001102_t0033_u01787456252995") 2026/08/23 03:41:29 DEBUG : only3: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb4c_d20260823_m033725_c001_v0001177_t0044_u01787456245090") 2026/08/23 03:41:29 DEBUG : only3: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400be1583d76d3ec_d20260823_m033717_c001_v7007000_t0000_u01787456237954") 2026/08/23 03:41:29 DEBUG : only3: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cad6_d20260823_m033710_c001_v0001177_t0044_u01787456230189") 2026/08/23 03:41:30 DEBUG : only4: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff163_d20260823_m033740_c001_v7007000_t0000_u01787456260418") 2026/08/23 03:41:30 DEBUG : only4: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb94_d20260823_m033733_c001_v0001177_t0044_u01787456253008") 2026/08/23 03:41:30 DEBUG : only4: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb50_d20260823_m033725_c001_v0001177_t0044_u01787456245460") 2026/08/23 03:41:30 DEBUG : only4: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f417f207affbcf41f_d20260823_m033718_c001_v7007000_t0000_u01787456238495") 2026/08/23 03:41:30 DEBUG : only4: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cad8_d20260823_m033710_c001_v0001177_t0044_u01787456230560") 2026/08/23 03:41:30 DEBUG : only5: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff166_d20260823_m033740_c001_v7007000_t0000_u01787456260601") 2026/08/23 03:41:30 DEBUG : only5: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290399_d20260823_m033733_c001_v0001172_t0052_u01787456253159") 2026/08/23 03:41:30 DEBUG : only5: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb52_d20260823_m033725_c001_v0001177_t0044_u01787456245831") 2026/08/23 03:41:30 DEBUG : only5: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400be1583d76d401_d20260823_m033718_c001_v7007000_t0000_u01787456238516") 2026/08/23 03:41:30 DEBUG : only5: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cada_d20260823_m033710_c001_v0001177_t0044_u01787456230934") 2026/08/23 03:41:30 DEBUG : only6: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff16d_d20260823_m033740_c001_v7007000_t0000_u01787456260786") 2026/08/23 03:41:30 DEBUG : only6: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38d4e_d20260823_m033733_c001_v0001182_t0053_u01787456253170") 2026/08/23 03:41:30 DEBUG : only6: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb54_d20260823_m033726_c001_v0001177_t0044_u01787456246416") 2026/08/23 03:41:30 DEBUG : only6: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f417f207affbcf414_d20260823_m033717_c001_v7007000_t0000_u01787456237761") 2026/08/23 03:41:30 DEBUG : only6: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cade_d20260823_m033711_c001_v0001177_t0044_u01787456231305") 2026/08/23 03:41:30 DEBUG : only7: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff174_d20260823_m033740_c001_v7007000_t0000_u01787456260968") 2026/08/23 03:41:30 DEBUG : only7: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88feb_d20260823_m033733_c001_v0001102_t0033_u01787456253179") 2026/08/23 03:41:30 DEBUG : only7: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb5e_d20260823_m033726_c001_v0001177_t0044_u01787456246785") 2026/08/23 03:41:30 DEBUG : only7: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f417f207affbcf41c_d20260823_m033718_c001_v7007000_t0000_u01787456238313") 2026/08/23 03:41:30 DEBUG : only7: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cae4_d20260823_m033711_c001_v0001177_t0044_u01787456231676") 2026/08/23 03:41:31 DEBUG : only8: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff17e_d20260823_m033741_c001_v7007000_t0000_u01787456261217") 2026/08/23 03:41:31 DEBUG : only8: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb96_d20260823_m033733_c001_v0001177_t0044_u01787456253192") 2026/08/23 03:41:31 DEBUG : only8: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb60_d20260823_m033727_c001_v0001177_t0044_u01787456247155") 2026/08/23 03:41:31 DEBUG : only8: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400be1583d76d3d6_d20260823_m033717_c001_v7007000_t0000_u01787456237573") 2026/08/23 03:41:31 DEBUG : only8: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082caea_d20260823_m033712_c001_v0001177_t0044_u01787456232047") 2026/08/23 03:41:31 DEBUG : only9: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff185_d20260823_m033741_c001_v7007000_t0000_u01787456261400") 2026/08/23 03:41:31 DEBUG : only9: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb629039d_d20260823_m033733_c001_v0001172_t0052_u01787456253344") 2026/08/23 03:41:31 DEBUG : only9: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cb62_d20260823_m033727_c001_v0001177_t0044_u01787456247523") 2026/08/23 03:41:31 DEBUG : only9: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4084e4f6f9cc5e9a_d20260823_m033718_c001_v7007000_t0000_u01787456238529") 2026/08/23 03:41:31 DEBUG : only9: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082caee_d20260823_m033712_c001_v0001177_t0044_u01787456232415") 2026/08/23 03:41:31 DEBUG : potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40976990ecb9f482_d20260823_m033357_c001_v7007000_t0000_u01787456037856") 2026/08/23 03:41:31 DEBUG : potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88d51_d20260823_m033356_c001_v0001102_t0033_u01787456036321") 2026/08/23 03:41:31 DEBUG : potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40976990ecb9f470_d20260823_m033355_c001_v7007000_t0000_u01787456035437") 2026/08/23 03:41:31 DEBUG : potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082c7c0_d20260823_m033353_c001_v0001177_t0044_u01787456033939") 2026/08/23 03:41:31 DEBUG : potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40976990ecb9f46b_d20260823_m033353_c001_v7007000_t0000_u01787456033201") 2026/08/23 03:41:31 DEBUG : potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082c7b8_d20260823_m033351_c001_v0001177_t0044_u01787456031342") 2026/08/23 03:41:31 DEBUG : potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff0253_d20260823_m033341_c001_v7007000_t0000_u01787456021507") 2026/08/23 03:41:31 DEBUG : potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33872_d20260823_m033340_c001_v0001041_t0051_u01787456020383") 2026/08/23 03:41:31 DEBUG : potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff0212_d20260823_m033338_c001_v7007000_t0000_u01787456018546") 2026/08/23 03:41:31 DEBUG : potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef3385e_d20260823_m033337_c001_v0001041_t0051_u01787456017813") 2026/08/23 03:41:31 DEBUG : potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff01a0_d20260823_m033336_c001_v7007000_t0000_u01787456016257") 2026/08/23 03:41:31 DEBUG : potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33854_d20260823_m033335_c001_v0001041_t0051_u01787456015515") 2026/08/23 03:41:31 DEBUG : potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff0003_d20260823_m033329_c001_v7007000_t0000_u01787456009874") 2026/08/23 03:41:31 DEBUG : potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33838_d20260823_m033328_c001_v0001041_t0051_u01787456008689") 2026/08/23 03:41:32 DEBUG : potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6feffea_d20260823_m033328_c001_v7007000_t0000_u01787456008315") 2026/08/23 03:41:32 DEBUG : potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33832_d20260823_m033327_c001_v0001041_t0051_u01787456007218") 2026/08/23 03:41:32 DEBUG : potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6feffc6_d20260823_m033326_c001_v7007000_t0000_u01787456006854") 2026/08/23 03:41:32 DEBUG : potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33830_d20260823_m033326_c001_v0001041_t0051_u01787456006309") 2026/08/23 03:41:32 DEBUG : potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef3382a_d20260823_m033325_c001_v0001041_t0051_u01787456005760") 2026/08/23 03:41:32 DEBUG : potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6feff9f_d20260823_m033325_c001_v7007000_t0000_u01787456005397") 2026/08/23 03:41:32 DEBUG : potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33826_d20260823_m033324_c001_v0001041_t0051_u01787456004845") 2026/08/23 03:41:32 DEBUG : potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f101e653a6ef33822_d20260823_m033324_c001_v0001041_t0006_u01787456003999") 2026/08/23 03:41:32 DEBUG : potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4225634d9f2b6469_d20260823_m033323_c001_v7007000_t0000_u01787456003263") 2026/08/23 03:41:32 DEBUG : potato: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f101e653a6ef3381a_d20260823_m033322_c001_v0001041_t0058_u01787456002404") 2026/08/23 03:41:32 DEBUG : potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f416227ca4cb6b974_d20260823_m033444_c001_v7007000_t0000_u01787456084836") 2026/08/23 03:41:32 DEBUG : potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f100c8317e082c878_d20260823_m033444_c001_v0001177_t0059_u01787456084254") 2026/08/23 03:41:32 DEBUG : potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f407841096fc82929_d20260823_m033436_c001_v7007000_t0000_u01787456076426") 2026/08/23 03:41:32 DEBUG : potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f100c8317e082c858_d20260823_m033431_c001_v0001177_t0006_u01787456071977") 2026/08/23 03:41:32 DEBUG : potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f407841096fc82802_d20260823_m033425_c001_v7007000_t0000_u01787456065015") 2026/08/23 03:41:32 DEBUG : potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f100c8317e082c836_d20260823_m033420_c001_v0001177_t0004_u01787456060247") 2026/08/23 03:41:32 DEBUG : potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40976990ecb9f52a_d20260823_m033407_c001_v7007000_t0000_u01787456047833") 2026/08/23 03:41:32 DEBUG : potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f100c8317e082c7ec_d20260823_m033403_c001_v0001177_t0029_u01787456043549") 2026/08/23 03:41:32 DEBUG : potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff0283_d20260823_m033345_c001_v7007000_t0000_u01787456025865") 2026/08/23 03:41:32 DEBUG : potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f101e653a6ef33884_d20260823_m033344_c001_v0001041_t0013_u01787456024054") 2026/08/23 03:41:33 DEBUG : potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff027a_d20260823_m033343_c001_v7007000_t0000_u01787456023689") 2026/08/23 03:41:33 DEBUG : potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f101e653a6ef3387e_d20260823_m033342_c001_v0001041_t0003_u01787456022059") 2026/08/23 03:41:33 DEBUG : potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff0258_d20260823_m033341_c001_v7007000_t0000_u01787456021693") 2026/08/23 03:41:33 DEBUG : potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef3387a_d20260823_m033340_c001_v0001041_t0051_u01787456020932") 2026/08/23 03:41:33 DEBUG : potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff0237_d20260823_m033340_c001_v7007000_t0000_u01787456020017") 2026/08/23 03:41:33 DEBUG : potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f101e653a6ef3386a_d20260823_m033338_c001_v0001041_t0046_u01787456018914") 2026/08/23 03:41:33 DEBUG : potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff01d9_d20260823_m033337_c001_v7007000_t0000_u01787456017387") 2026/08/23 03:41:33 DEBUG : potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f101e653a6ef33858_d20260823_m033336_c001_v0001041_t0019_u01787456016247") 2026/08/23 03:41:33 DEBUG : potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff0029_d20260823_m033330_c001_v7007000_t0000_u01787456010610") 2026/08/23 03:41:33 DEBUG : potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f101e653a6ef3383c_d20260823_m033329_c001_v0001041_t0047_u01787456009422") 2026/08/23 03:41:33 DEBUG : potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f420af02780f37e18_d20260823_m033237_c001_v7007000_t0000_u01787455957764") 2026/08/23 03:41:33 DEBUG : potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef3376c_d20260823_m033237_c001_v0001041_t0051_u01787455957220") 2026/08/23 03:41:33 DEBUG : potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f420af02780f37e16_d20260823_m033236_c001_v7007000_t0000_u01787455956309") 2026/08/23 03:41:33 DEBUG : potato2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33766_d20260823_m033235_c001_v0001041_t0051_u01787455955766") 2026/08/23 03:41:33 DEBUG : potato3: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f416227ca4cb6b89e_d20260823_m033436_c001_v7007000_t0000_u01787456076573") 2026/08/23 03:41:33 DEBUG : potato3: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f101e653a6ef33928_d20260823_m033433_c001_v0001041_t0007_u01787456073103") 2026/08/23 03:41:33 DEBUG : potato3: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f407841096fc82803_d20260823_m033425_c001_v7007000_t0000_u01787456065197") 2026/08/23 03:41:33 DEBUG : potato3: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f101e653a6ef33910_d20260823_m033421_c001_v0001041_t0059_u01787456061373") 2026/08/23 03:41:33 DEBUG : potato3: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40976990ecb9f52f_d20260823_m033408_c001_v7007000_t0000_u01787456048015") 2026/08/23 03:41:33 DEBUG : potato3: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f101e653a6ef338ca_d20260823_m033403_c001_v0001041_t0021_u01787456043960") 2026/08/23 03:41:34 DEBUG : pre-dest1/1: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4114a9be4da8b19b_d20260823_m033517_c001_v7007000_t0000_u01787456117763") 2026/08/23 03:41:34 DEBUG : pre-dest1/1: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33994_d20260823_m033510_c001_v0001041_t0051_u01787456110015") 2026/08/23 03:41:34 DEBUG : pre-dest2/2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4114a9be4da8b19c_d20260823_m033517_c001_v7007000_t0000_u01787456117944") 2026/08/23 03:41:34 DEBUG : pre-dest2/2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082c8d6_d20260823_m033510_c001_v0001177_t0044_u01787456110567") 2026/08/23 03:41:34 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f402515840264595a_d20260823_m033456_c001_v7007000_t0000_u01787456096906") 2026/08/23 03:41:34 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f11923007f9e88def_d20260823_m033453_c001_v0001102_t0042_u01787456093730") 2026/08/23 03:41:34 DEBUG : sizeonly: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4225634d9f2b62b4_d20260823_m033309_c001_v7007000_t0000_u01787455989201") 2026/08/23 03:41:34 DEBUG : sizeonly: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef337dc_d20260823_m033308_c001_v0001041_t0051_u01787455988293") 2026/08/23 03:41:34 DEBUG : splitbanan: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1533_d20260823_m033911_c001_v7007000_t0000_u01787456351634") 2026/08/23 03:41:34 DEBUG : splitbanan: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38fe1_d20260823_m033905_c001_v0001182_t0053_u01787456345003") 2026/08/23 03:41:34 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e54e_d20260823_m034012_c001_v7007000_t0000_u01787456412334") 2026/08/23 03:41:34 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a39193_d20260823_m034006_c001_v0001182_t0053_u01787456406156") 2026/08/23 03:41:34 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e300_d20260823_m034000_c001_v7007000_t0000_u01787456400418") 2026/08/23 03:41:34 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a39149_d20260823_m033954_c001_v0001182_t0053_u01787456394468") 2026/08/23 03:41:34 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7daa1_d20260823_m033948_c001_v7007000_t0000_u01787456388688") 2026/08/23 03:41:34 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a3910f_d20260823_m033942_c001_v0001182_t0053_u01787456382196") 2026/08/23 03:41:34 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1710_d20260823_m033936_c001_v7007000_t0000_u01787456376312") 2026/08/23 03:41:34 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a390c1_d20260823_m033929_c001_v0001182_t0053_u01787456369952") 2026/08/23 03:41:34 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff1550_d20260823_m033924_c001_v7007000_t0000_u01787456364252") 2026/08/23 03:41:34 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a3905d_d20260823_m033917_c001_v0001182_t0053_u01787456357511") 2026/08/23 03:41:34 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7d727_d20260823_m033906_c001_v7007000_t0000_u01787456346318") 2026/08/23 03:41:34 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb629051b_d20260823_m033903_c001_v0001172_t0052_u01787456343973") 2026/08/23 03:41:35 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba8d9_d20260823_m033858_c001_v7007000_t0000_u01787456338062") 2026/08/23 03:41:35 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62904e5_d20260823_m033851_c001_v0001172_t0052_u01787456331842") 2026/08/23 03:41:35 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dd67_d20260823_m033850_c001_v7007000_t0000_u01787456330761") 2026/08/23 03:41:35 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e8906d_d20260823_m033847_c001_v0001102_t0033_u01787456327591") 2026/08/23 03:41:35 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f404eaa471beba88c_d20260823_m033841_c001_v7007000_t0000_u01787456321753") 2026/08/23 03:41:35 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e89059_d20260823_m033835_c001_v0001102_t0033_u01787456315444") 2026/08/23 03:41:35 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4171cfbc6a8cdc8a_d20260823_m033834_c001_v7007000_t0000_u01787456314145") 2026/08/23 03:41:35 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38ef1_d20260823_m033831_c001_v0001182_t0053_u01787456311581") 2026/08/23 03:41:35 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4055704355965548_d20260823_m033819_c001_v7007000_t0000_u01787456299741") 2026/08/23 03:41:35 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290449_d20260823_m033817_c001_v0001172_t0052_u01787456297014") 2026/08/23 03:41:35 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbef_d20260823_m033811_c001_v7007000_t0000_u01787456291245") 2026/08/23 03:41:35 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb6290417_d20260823_m033805_c001_v0001172_t0052_u01787456285489") 2026/08/23 03:41:35 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415ca02873d3dbcc_d20260823_m033759_c001_v7007000_t0000_u01787456279752") 2026/08/23 03:41:35 DEBUG : splitbananasplit: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f414d25afb62903e9_d20260823_m033753_c001_v0001172_t0052_u01787456273640") 2026/08/23 03:41:35 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f424930067ab884ec_d20260823_m033853_c001_v7007000_t0000_u01787456333048") 2026/08/23 03:41:35 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e8906f_d20260823_m033848_c001_v0001102_t0033_u01787456328539") 2026/08/23 03:41:35 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff374_d20260823_m033749_c001_v7007000_t0000_u01787456269376") 2026/08/23 03:41:35 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e8900f_d20260823_m033747_c001_v0001102_t0033_u01787456267935") 2026/08/23 03:41:35 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff318_d20260823_m033747_c001_v7007000_t0000_u01787456267187") 2026/08/23 03:41:35 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cbdc_d20260823_m033746_c001_v0001177_t0044_u01787456266205") 2026/08/23 03:41:36 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40976990ecb9f4aa_d20260823_m033400_c001_v7007000_t0000_u01787456040981") 2026/08/23 03:41:36 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef338c2_d20260823_m033400_c001_v0001041_t0051_u01787456040243") 2026/08/23 03:41:36 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40976990ecb9f49a_d20260823_m033359_c001_v7007000_t0000_u01787456039699") 2026/08/23 03:41:36 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082c7d4_d20260823_m033358_c001_v0001177_t0044_u01787456038958") 2026/08/23 03:41:36 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4225634d9f2b625d_d20260823_m033306_c001_v7007000_t0000_u01787455986293") 2026/08/23 03:41:36 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef337ce_d20260823_m033305_c001_v0001041_t0051_u01787455985014") 2026/08/23 03:41:36 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4225634d9f2b625c_d20260823_m033304_c001_v7007000_t0000_u01787455984541") 2026/08/23 03:41:36 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef337ca_d20260823_m033303_c001_v0001041_t0051_u01787455983624") 2026/08/23 03:41:36 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4225634d9f2b6258_d20260823_m033301_c001_v7007000_t0000_u01787455981585") 2026/08/23 03:41:36 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef337c6_d20260823_m033300_c001_v0001041_t0051_u01787455980814") 2026/08/23 03:41:36 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4225634d9f2b6257_d20260823_m033300_c001_v7007000_t0000_u01787455980269") 2026/08/23 03:41:36 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef337be_d20260823_m033259_c001_v0001041_t0051_u01787455979517") 2026/08/23 03:41:36 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef337b8_d20260823_m033257_c001_v0001041_t0051_u01787455977265") 2026/08/23 03:41:36 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4225634d9f2b61f7_d20260823_m033256_c001_v7007000_t0000_u01787455976900") 2026/08/23 03:41:36 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef337b6_d20260823_m033256_c001_v0001041_t0051_u01787455976345") 2026/08/23 03:41:36 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef337b4_d20260823_m033255_c001_v0001041_t0051_u01787455975798") 2026/08/23 03:41:36 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f420af02780f37e9b_d20260823_m033255_c001_v7007000_t0000_u01787455975034") 2026/08/23 03:41:36 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef337ae_d20260823_m033253_c001_v0001041_t0051_u01787455973004") 2026/08/23 03:41:36 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef337a0_d20260823_m033250_c001_v0001041_t0051_u01787455970532") 2026/08/23 03:41:36 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f420af02780f37e32_d20260823_m033250_c001_v7007000_t0000_u01787455970171") 2026/08/23 03:41:36 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef3379c_d20260823_m033249_c001_v0001041_t0051_u01787455969629") 2026/08/23 03:41:36 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33798_d20260823_m033249_c001_v0001041_t0051_u01787455969076") 2026/08/23 03:41:36 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f420af02780f37e2d_d20260823_m033248_c001_v7007000_t0000_u01787455968716") 2026/08/23 03:41:36 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef3378c_d20260823_m033245_c001_v0001041_t0051_u01787455965536") 2026/08/23 03:41:37 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f420af02780f37e26_d20260823_m033245_c001_v7007000_t0000_u01787455965175") 2026/08/23 03:41:37 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef3378a_d20260823_m033244_c001_v0001041_t0051_u01787455964634") 2026/08/23 03:41:37 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f420af02780f37e25_d20260823_m033243_c001_v7007000_t0000_u01787455963736") 2026/08/23 03:41:37 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33788_d20260823_m033243_c001_v0001041_t0051_u01787455963190") 2026/08/23 03:41:37 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f420af02780f37e23_d20260823_m033242_c001_v7007000_t0000_u01787455962651") 2026/08/23 03:41:37 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33786_d20260823_m033242_c001_v0001041_t0051_u01787455962109") 2026/08/23 03:41:37 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f420af02780f37e20_d20260823_m033241_c001_v7007000_t0000_u01787455961211") 2026/08/23 03:41:37 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef3377e_d20260823_m033240_c001_v0001041_t0051_u01787455960490") 2026/08/23 03:41:37 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f420af02780f37e1e_d20260823_m033239_c001_v7007000_t0000_u01787455959950") 2026/08/23 03:41:37 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33774_d20260823_m033239_c001_v0001041_t0051_u01787455959408") 2026/08/23 03:41:37 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f420af02780f37e1a_d20260823_m033238_c001_v7007000_t0000_u01787455958856") 2026/08/23 03:41:37 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33772_d20260823_m033238_c001_v0001041_t0051_u01787455958312") 2026/08/23 03:41:37 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f420af02780f37e12_d20260823_m033234_c001_v7007000_t0000_u01787455954083") 2026/08/23 03:41:37 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef3375a_d20260823_m033233_c001_v0001041_t0051_u01787455953541") 2026/08/23 03:41:37 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f420af02780f37e11_d20260823_m033233_c001_v7007000_t0000_u01787455953000") 2026/08/23 03:41:37 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33756_d20260823_m033232_c001_v0001041_t0051_u01787455952458") 2026/08/23 03:41:37 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f420af02780f37e10_d20260823_m033231_c001_v7007000_t0000_u01787455951559") 2026/08/23 03:41:37 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33750_d20260823_m033230_c001_v0001041_t0051_u01787455950932") 2026/08/23 03:41:37 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f420af02780f37de6_d20260823_m033228_c001_v7007000_t0000_u01787455948754") 2026/08/23 03:41:38 DEBUG : sub dir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef3374a_d20260823_m033228_c001_v0001041_t0051_u01787455948209") 2026/08/23 03:41:38 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff375_d20260823_m033749_c001_v7007000_t0000_u01787456269559") 2026/08/23 03:41:38 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f114d25afb62903c9_d20260823_m033747_c001_v0001172_t0026_u01787456267948") 2026/08/23 03:41:38 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff323_d20260823_m033747_c001_v7007000_t0000_u01787456267370") 2026/08/23 03:41:38 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f1182205252a38d9c_d20260823_m033746_c001_v0001182_t0042_u01787456266215") 2026/08/23 03:41:38 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f412790c831d7e57d_d20260823_m034014_c001_v7007000_t0000_u01787456414479") 2026/08/23 03:41:38 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f114d25afb6290617_d20260823_m034013_c001_v0001172_t0057_u01787456413700") 2026/08/23 03:41:38 DEBUG : sub/yam: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40976990ecb9f47a_d20260823_m033357_c001_v7007000_t0000_u01787456037307") 2026/08/23 03:41:38 DEBUG : sub/yam: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef338b4_d20260823_m033356_c001_v0001041_t0051_u01787456036332") 2026/08/23 03:41:38 DEBUG : test_dir1/file2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff2ae_d20260823_m033745_c001_v7007000_t0000_u01787456265448") 2026/08/23 03:41:38 DEBUG : test_dir1/file2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38d92_d20260823_m033744_c001_v0001182_t0053_u01787456264046") 2026/08/23 03:41:38 DEBUG : test_dir1/file2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff223_d20260823_m033743_c001_v7007000_t0000_u01787456263288") 2026/08/23 03:41:38 DEBUG : test_dir1/file2: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cbcc_d20260823_m033742_c001_v0001177_t0044_u01787456262347") 2026/08/23 03:41:38 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff2ba_d20260823_m033745_c001_v7007000_t0000_u01787456265631") 2026/08/23 03:41:38 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e8900b_d20260823_m033744_c001_v0001102_t0033_u01787456264055") 2026/08/23 03:41:38 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4192968a8beff233_d20260823_m033743_c001_v7007000_t0000_u01787456263472") 2026/08/23 03:41:38 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a38d86_d20260823_m033742_c001_v0001182_t0053_u01787456262333") 2026/08/23 03:41:38 DEBUG : three: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff02ac_d20260823_m033350_c001_v7007000_t0000_u01787456030613") 2026/08/23 03:41:38 DEBUG : three: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef338a2_d20260823_m033349_c001_v0001041_t0051_u01787456029482") 2026/08/23 03:41:38 DEBUG : three: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33898_d20260823_m033347_c001_v0001041_t0051_u01787456027335") 2026/08/23 03:41:38 DEBUG : tictactoe/tictactoe: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4055704355966265_d20260823_m034016_c001_v7007000_t0000_u01787456416422") 2026/08/23 03:41:39 DEBUG : tictactoe/tictactoe: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082cfc0_d20260823_m034015_c001_v0001177_t0044_u01787456415472") 2026/08/23 03:41:39 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4055704355966314_d20260823_m034034_c001_v7007000_t0000_u01787456434561") 2026/08/23 03:41:39 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f11923007f9e890eb_d20260823_m034032_c001_v0001102_t0055_u01787456432894") 2026/08/23 03:41:39 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f405570435596630c_d20260823_m034031_c001_v7007000_t0000_u01787456431238") 2026/08/23 03:41:39 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f100c8317e082d03e_d20260823_m034029_c001_v0001177_t0013_u01787456429859") 2026/08/23 03:41:39 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4055704355966304_d20260823_m034028_c001_v7007000_t0000_u01787456428879") 2026/08/23 03:41:39 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f114d25afb629063d_d20260823_m034028_c001_v0001172_t0055_u01787456428080") 2026/08/23 03:41:39 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40557043559662f8_d20260823_m034023_c001_v7007000_t0000_u01787456423184") 2026/08/23 03:41:39 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f100c8317e082cff8_d20260823_m034022_c001_v0001177_t0029_u01787456422296") 2026/08/23 03:41:39 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40557043559662f9_d20260823_m034025_c001_v7007000_t0000_u01787456425444") 2026/08/23 03:41:39 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f11923007f9e890e5_d20260823_m034024_c001_v0001102_t0028_u01787456424159") 2026/08/23 03:41:39 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40557043559662d8_d20260823_m034021_c001_v7007000_t0000_u01787456421319") 2026/08/23 03:41:39 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f114d25afb6290627_d20260823_m034020_c001_v0001172_t0046_u01787456420482") 2026/08/23 03:41:39 DEBUG : toe/toe/tictactoe: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40557043559662ac_d20260823_m034019_c001_v7007000_t0000_u01787456419535") 2026/08/23 03:41:39 DEBUG : toe/toe/tictactoe: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a391f3_d20260823_m034018_c001_v0001182_t0053_u01787456418925") 2026/08/23 03:41:39 DEBUG : toe/toe/tictactoe: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4055704355966286_d20260823_m034017_c001_v7007000_t0000_u01787456417974") 2026/08/23 03:41:39 DEBUG : toe/toe/tictactoe: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e890df_d20260823_m034017_c001_v0001102_t0033_u01787456417383") 2026/08/23 03:41:39 DEBUG : toe/toe/toe: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4055704355966aec_d20260823_m034038_c001_v7007000_t0000_u01787456438717") 2026/08/23 03:41:39 DEBUG : toe/toe/toe: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f400c8317e082d084_d20260823_m034038_c001_v0001177_t0044_u01787456438119") 2026/08/23 03:41:39 DEBUG : toe/toe/toe: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40557043559662fa_d20260823_m034027_c001_v7007000_t0000_u01787456427116") 2026/08/23 03:41:40 DEBUG : toe/toe/toe: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a39241_d20260823_m034026_c001_v0001182_t0053_u01787456426399") 2026/08/23 03:41:40 DEBUG : toe/toe/toe.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4055704355966315_d20260823_m034035_c001_v7007000_t0000_u01787456435155") 2026/08/23 03:41:40 DEBUG : toe/toe/toe.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f4182205252a39281_d20260823_m034034_c001_v0001182_t0053_u01787456434377") 2026/08/23 03:41:40 DEBUG : toe/toe/toe.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f405570435596630d_d20260823_m034031_c001_v7007000_t0000_u01787456431827") 2026/08/23 03:41:40 DEBUG : toe/toe/toe.txt: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41113a24c8baca8f_d20260823_m034031_c001_v0001180_t0002_u01787456431051") 2026/08/23 03:41:40 DEBUG : two: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f426a09e1b6ff02b1_d20260823_m033350_c001_v7007000_t0000_u01787456030795") 2026/08/23 03:41:40 DEBUG : two: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88d37_d20260823_m033348_c001_v0001102_t0033_u01787456028919") 2026/08/23 03:41:40 DEBUG : two: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef33896_d20260823_m033347_c001_v0001041_t0051_u01787456027151") 2026/08/23 03:41:40 DEBUG : yam: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40976990ecb9f485_d20260823_m033358_c001_v7007000_t0000_u01787456038038") 2026/08/23 03:41:40 DEBUG : yam: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f415cf1fb93a72a92_d20260823_m033357_c001_v0001042_t0025_u01787456037078") 2026/08/23 03:41:40 DEBUG : yam: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40976990ecb9f46f_d20260823_m033354_c001_v7007000_t0000_u01787456034895") 2026/08/23 03:41:40 DEBUG : yam: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f401e653a6ef338b0_d20260823_m033353_c001_v0001041_t0051_u01787456033929") 2026/08/23 03:41:40 DEBUG : yam: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40976990ecb9f46a_d20260823_m033352_c001_v7007000_t0000_u01787456032659") 2026/08/23 03:41:40 DEBUG : yam: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41923007f9e88d3f_d20260823_m033351_c001_v0001102_t0033_u01787456031354") 2026/08/23 03:41:40 DEBUG : yaml: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40976990ecb9f472_d20260823_m033355_c001_v7007000_t0000_u01787456035618") 2026/08/23 03:41:40 DEBUG : yaml: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f41470a8ea9f9f11c_d20260823_m033354_c001_v0001174_t0055_u01787456034708") 2026/08/23 03:41:40 DEBUG : yaml: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f40976990ecb9f46d_d20260823_m033353_c001_v7007000_t0000_u01787456033381") 2026/08/23 03:41:40 DEBUG : yaml: Deleting (id "4_z9f723de3a0dd2bcbaf080e1b_f416cec4650d41a28_d20260823_m033352_c001_v0001130_t0022_u01787456032473") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Finished OK in 9m16.337817468s (try 1/5)