"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Starting (try 1/5) 2026/08/25 02:12:39 DEBUG : Creating backend with remote "TestB2:rclone-test-bozobuc5vozu" 2026/08/25 02:12:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/25 02:12:40 DEBUG : Creating backend with remote "/tmp/rclone1312677013" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.02s) === 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-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:12:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/25 02:12:41 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:12:41 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/08/25 02:12:41 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish --- PASS: TestCopyWithDryRun (1.62s) === RUN TestCopy run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:12:41 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/25 02:12:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/25 02:12:41 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:12:41 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:12:42 DEBUG : sub dir/hello world: size = 11 OK 2026/08/25 02:12:42 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:12:42 INFO : sub dir/hello world: Copied (new) 2026/08/25 02:12:42 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (1.62s) === RUN TestCopyMetadata run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" sync_test.go:99: Skipping as metadata not supported --- SKIP: TestCopyMetadata (0.35s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", 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-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:12:44 DEBUG : Creating backend with remote "/non-existing" 2026/08/25 02:12:44 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/08/25 02:12:44 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:12:44 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.53s) === RUN TestCopyNoTraverse run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:12:45 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/25 02:12:45 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:12:45 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:12:45 DEBUG : sub dir/hello world: size = 11 OK 2026/08/25 02:12:45 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:12:45 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (1.50s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" sync_test.go:223: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.43s) === RUN TestCopyCheckFirst run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:12:46 INFO : B2 bucket rclone-test-bozobuc5vozu: Running all checks before starting transfers 2026/08/25 02:12:46 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/25 02:12:46 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:12:46 INFO : B2 bucket rclone-test-bozobuc5vozu: Checks finished, now starting transfers 2026/08/25 02:12:46 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:12:46 DEBUG : sub dir/hello world: size = 11 OK 2026/08/25 02:12:46 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:12:46 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (1.08s) === RUN TestSyncNoTraverse run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:12:47 ERROR : Ignoring --no-traverse with sync 2026/08/25 02:12:47 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/25 02:12:47 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:12:47 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:12:48 DEBUG : sub dir/hello world: size = 11 OK 2026/08/25 02:12:48 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:12:48 INFO : sub dir/hello world: Copied (new) 2026/08/25 02:12:48 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (1.08s) === RUN TestCopyWithDepth run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:12:48 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/08/25 02:12:48 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:12:48 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:12:49 DEBUG : hello world2: size = 12 OK 2026/08/25 02:12:49 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2026/08/25 02:12:49 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (1.08s) === RUN TestCopyWithFilesFrom run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:12:50 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/25 02:12:50 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:12:50 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:12:50 DEBUG : potato2: size = 11 OK 2026/08/25 02:12:50 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:12:50 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (1.16s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:12:51 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/25 02:12:51 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:12:51 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:12:51 DEBUG : potato2: size = 11 OK 2026/08/25 02:12:51 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:12:51 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (1.44s) === RUN TestCopyEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:12:52 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/25 02:12:52 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/25 02:12:52 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/25 02:12:52 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/25 02:12:52 INFO : sub dir2: Making directory 2026/08/25 02:12:52 INFO : sub dir: Making directory 2026/08/25 02:12:52 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/25 02:12:52 INFO : sub dir2/sub sub dir2: Making directory 2026/08/25 02:12:52 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:12:52 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:12:52 DEBUG : sub dir/hello world: size = 11 OK 2026/08/25 02:12:52 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:12:52 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/25 02:12:52 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.08s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:12:53 INFO : sub dir2: Making directory 2026/08/25 02:12:53 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/25 02:12:53 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/25 02:12:53 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/25 02:12:53 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:12:53 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:12:53 DEBUG : sub dir/hello world: size = 11 OK 2026/08/25 02:12:53 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:12:53 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.15s) === RUN TestMoveEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:12:54 DEBUG : sub dir2: Making directory with metadata 2026/08/25 02:12:54 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/25 02:12:54 INFO : sub dir2: Making directory 2026/08/25 02:12:54 INFO : sub dir: Making directory 2026/08/25 02:12:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/25 02:12:54 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:12:54 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:12:55 DEBUG : sub dir/hello world: size = 11 OK 2026/08/25 02:12:55 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:12:55 INFO : sub dir/hello world: Copied (new) 2026/08/25 02:12:55 INFO : sub dir/hello world: Deleted fstest.go:251: Filtering empty directory "sub dir2" 2026/08/25 02:12:55 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/08/25 02:12:55 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (1.31s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", 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-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:12:56 INFO : sub dir2: Making directory 2026/08/25 02:12:56 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/25 02:12:56 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:12:56 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:12:56 DEBUG : sub dir/hello world: size = 11 OK 2026/08/25 02:12:56 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:12:56 INFO : sub dir/hello world: Copied (new) 2026/08/25 02:12:56 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.09s) === RUN TestSyncEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:12:57 DEBUG : sub dir2: Making directory with metadata 2026/08/25 02:12:57 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/25 02:12:57 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/25 02:12:57 INFO : sub dir2: Making directory 2026/08/25 02:12:57 INFO : sub dir: Making directory 2026/08/25 02:12:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/25 02:12:57 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:12:57 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:12:57 DEBUG : sub dir/hello world: size = 11 OK 2026/08/25 02:12:57 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:12:57 INFO : sub dir/hello world: Copied (new) 2026/08/25 02:12:57 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "sub dir2" 2026/08/25 02:12:57 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.08s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", 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-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:12:58 INFO : sub dir2: Making directory 2026/08/25 02:12:59 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/25 02:12:59 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:12:59 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:12:59 DEBUG : sub dir/hello world: size = 11 OK 2026/08/25 02:12:59 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:12:59 INFO : sub dir/hello world: Copied (new) 2026/08/25 02:12:59 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.12s) === RUN TestServerSideCopy run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:00 DEBUG : Creating backend with remote "TestB2:rclone-test-wibakef6geso" sync_test.go:620: Server side copy (if possible) B2 bucket rclone-test-bozobuc5vozu -> B2 bucket rclone-test-wibakef6geso 2026/08/25 02:13:01 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/25 02:13:01 DEBUG : B2 bucket rclone-test-wibakef6geso: Waiting for checks to finish 2026/08/25 02:13:01 DEBUG : B2 bucket rclone-test-wibakef6geso: Waiting for transfers to finish 2026/08/25 02:13:02 DEBUG : sub dir/hello world: size = 11 OK 2026/08/25 02:13:02 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:13:02 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/25 02:13:02 DEBUG : B2 bucket rclone-test-wibakef6geso: Purge remote 2026/08/25 02:13:02 INFO : B2 bucket rclone-test-wibakef6geso: cleaning bucket "rclone-test-wibakef6geso" of all files 2026/08/25 02:13:02 DEBUG : sub dir/hello world: Deleting (id "4_z0f224d33b01d3b6baf080e1b_f411641932e8ffd4a_d20260825_m021302_c001_v0001165_t0016_u01787623982206") --- PASS: TestServerSideCopy (3.95s) === RUN TestCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:04 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:04 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:13:04 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:13:04 DEBUG : sub dir/hello world: Sizes differ 2026/08/25 02:13:04 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:04 DEBUG : sub dir/hello world: size = 17 OK 2026/08/25 02:13:04 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/25 02:13:04 INFO : sub dir/hello world: Copied (replaced existing) --- PASS: TestCopyOverSelf (1.81s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:06 DEBUG : Creating backend with remote "TestB2:rclone-test-wevacik3modi" sync_test.go:656: Server side copy (if possible) B2 bucket rclone-test-bozobuc5vozu -> B2 bucket rclone-test-wevacik3modi 2026/08/25 02:13:07 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/25 02:13:07 DEBUG : B2 bucket rclone-test-wevacik3modi: Waiting for checks to finish 2026/08/25 02:13:07 DEBUG : B2 bucket rclone-test-wevacik3modi: Waiting for transfers to finish 2026/08/25 02:13:07 DEBUG : sub dir/hello world: size = 11 OK 2026/08/25 02:13:07 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:13:07 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/25 02:13:09 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:13:09 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-wevacik3modi) 2026/08/25 02:13:09 DEBUG : sub dir/hello world: Sizes differ 2026/08/25 02:13:09 DEBUG : B2 bucket rclone-test-wevacik3modi: Waiting for checks to finish 2026/08/25 02:13:09 DEBUG : B2 bucket rclone-test-wevacik3modi: Waiting for transfers to finish 2026/08/25 02:13:09 DEBUG : sub dir/hello world: size = 17 OK 2026/08/25 02:13:09 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/25 02:13:09 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/25 02:13:09 DEBUG : B2 bucket rclone-test-wevacik3modi: Purge remote 2026/08/25 02:13:09 INFO : B2 bucket rclone-test-wevacik3modi: cleaning bucket "rclone-test-wevacik3modi" of all files 2026/08/25 02:13:09 DEBUG : sub dir/hello world: Deleting (id "4_z1fe25d93b01d3b6baf080e1b_f407487b4d22cd558_d20260825_m021309_c001_v0001130_t0020_u01787623989310") 2026/08/25 02:13:09 DEBUG : sub dir/hello world: Deleting (id "4_z1fe25d93b01d3b6baf080e1b_f4180eaa592a00ce3_d20260825_m021307_c001_v0001184_t0021_u01787623987858") --- PASS: TestServerSideCopyOverSelf (5.29s) === RUN TestMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:11 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:13:11 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:13:11 DEBUG : sub dir/hello world: Sizes differ 2026/08/25 02:13:11 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:11 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:11 DEBUG : sub dir/hello world: size = 17 OK 2026/08/25 02:13:11 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/25 02:13:11 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/25 02:13:11 INFO : sub dir/hello world: Deleted --- PASS: TestMoveOverSelf (1.61s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:13 DEBUG : Creating backend with remote "TestB2:rclone-test-xuyafub7woho" sync_test.go:701: Server side copy (if possible) B2 bucket rclone-test-bozobuc5vozu -> B2 bucket rclone-test-xuyafub7woho 2026/08/25 02:13:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/25 02:13:14 DEBUG : B2 bucket rclone-test-xuyafub7woho: Waiting for checks to finish 2026/08/25 02:13:14 DEBUG : B2 bucket rclone-test-xuyafub7woho: Waiting for transfers to finish 2026/08/25 02:13:14 DEBUG : sub dir/hello world: size = 11 OK 2026/08/25 02:13:14 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:13:14 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/25 02:13:15 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:13:15 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-xuyafub7woho) 2026/08/25 02:13:15 DEBUG : sub dir/hello world: Sizes differ 2026/08/25 02:13:15 DEBUG : B2 bucket rclone-test-xuyafub7woho: Waiting for checks to finish 2026/08/25 02:13:15 DEBUG : B2 bucket rclone-test-xuyafub7woho: Waiting for transfers to finish 2026/08/25 02:13:16 DEBUG : sub dir/hello world: size = 17 OK 2026/08/25 02:13:16 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/25 02:13:16 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/25 02:13:16 INFO : sub dir/hello world: Deleted 2026/08/25 02:13:16 DEBUG : testing file moves 2026/08/25 02:13:17 DEBUG : B2 bucket rclone-test-xuyafub7woho: Waiting for checks to finish 2026/08/25 02:13:17 DEBUG : sub dir/hello world: size = 24 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:13:17 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-xuyafub7woho) 2026/08/25 02:13:17 DEBUG : sub dir/hello world: Sizes differ 2026/08/25 02:13:17 DEBUG : B2 bucket rclone-test-xuyafub7woho: Waiting for transfers to finish 2026/08/25 02:13:17 DEBUG : sub dir/hello world: size = 24 OK 2026/08/25 02:13:17 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2026/08/25 02:13:17 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/25 02:13:17 INFO : sub dir/hello world: Deleted 2026/08/25 02:13:18 DEBUG : B2 bucket rclone-test-xuyafub7woho: Purge remote 2026/08/25 02:13:18 INFO : B2 bucket rclone-test-xuyafub7woho: cleaning bucket "rclone-test-xuyafub7woho" of all files 2026/08/25 02:13:18 DEBUG : sub dir/hello world: Deleting (id "4_z5f827d43b01d3b6baf080e1b_f4046193649af20ce_d20260825_m021317_c001_v0001137_t0012_u01787623997438") 2026/08/25 02:13:18 DEBUG : sub dir/hello world: Deleting (id "4_z5f827d43b01d3b6baf080e1b_f4063301cddb3a697_d20260825_m021315_c001_v0001182_t0002_u01787623995957") 2026/08/25 02:13:18 DEBUG : sub dir/hello world: Deleting (id "4_z5f827d43b01d3b6baf080e1b_f4150842bc40cdb39_d20260825_m021314_c001_v0001165_t0041_u01787623994819") --- PASS: TestServerSideMoveOverSelf (6.92s) === RUN TestCopyAfterDelete run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:19 ERROR : error listing: directory not found 2026/08/25 02:13:19 INFO : Local file system at /tmp/rclone1312677013: Making directory 2026/08/25 02:13:20 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:20 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish --- PASS: TestCopyAfterDelete (1.43s) === RUN TestCopyRedownload run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:21 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/25 02:13:21 DEBUG : Local file system at /tmp/rclone1312677013: Waiting for checks to finish 2026/08/25 02:13:21 DEBUG : Local file system at /tmp/rclone1312677013: Waiting for transfers to finish 2026/08/25 02:13:22 DEBUG : sub dir/hello world.df762ecf.partial: size = 11 OK 2026/08/25 02:13:22 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:13:22 DEBUG : sub dir/hello world.df762ecf.partial: renamed to: sub dir/hello world 2026/08/25 02:13:22 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (1.84s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:23 DEBUG : check sum: Need to transfer - File not found at Destination 2026/08/25 02:13:23 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:23 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:23 DEBUG : check sum: size = 1 OK 2026/08/25 02:13:23 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/25 02:13:23 INFO : check sum: Copied (new) 2026/08/25 02:13:23 DEBUG : Waiting for deletions to finish 2026/08/25 02:13:23 DEBUG : check sum: size = 1 OK 2026/08/25 02:13:23 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:23 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/25 02:13:23 DEBUG : check sum: Size and sha1 of src and dst objects identical 2026/08/25 02:13:23 DEBUG : check sum: Unchanged skipping 2026/08/25 02:13:23 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:23 DEBUG : Waiting for deletions to finish 2026/08/25 02:13:23 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (1.44s) === RUN TestSyncSizeOnly run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:24 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/08/25 02:13:24 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:24 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:24 DEBUG : sizeonly: size = 6 OK 2026/08/25 02:13:24 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/25 02:13:24 INFO : sizeonly: Copied (new) 2026/08/25 02:13:24 DEBUG : Waiting for deletions to finish 2026/08/25 02:13:24 DEBUG : sizeonly: size = 6 OK 2026/08/25 02:13:24 DEBUG : sizeonly: Sizes identical 2026/08/25 02:13:24 DEBUG : sizeonly: Unchanged skipping 2026/08/25 02:13:24 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:24 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:24 DEBUG : Waiting for deletions to finish 2026/08/25 02:13:24 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (1.56s) === RUN TestSyncIgnoreSize run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:26 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/08/25 02:13:26 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:26 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:26 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2026/08/25 02:13:26 INFO : ignore-size: Copied (new) 2026/08/25 02:13:26 DEBUG : Waiting for deletions to finish 2026/08/25 02:13:26 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:26 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:13:26 DEBUG : ignore-size: Unchanged skipping 2026/08/25 02:13:26 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:26 DEBUG : Waiting for deletions to finish 2026/08/25 02:13:26 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (1.44s) === RUN TestSyncIgnoreTimes run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:27 DEBUG : existing: size = 6 OK 2026/08/25 02:13:27 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:13:27 DEBUG : existing: Unchanged skipping 2026/08/25 02:13:27 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:27 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:27 DEBUG : Waiting for deletions to finish 2026/08/25 02:13:27 INFO : There was nothing to transfer 2026/08/25 02:13:27 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:27 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/08/25 02:13:27 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:28 DEBUG : existing: size = 6 OK 2026/08/25 02:13:28 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/25 02:13:28 INFO : existing: Copied (replaced existing) 2026/08/25 02:13:28 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (1.62s) === RUN TestSyncIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:29 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/25 02:13:29 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:29 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:29 DEBUG : existing: size = 6 OK 2026/08/25 02:13:29 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/25 02:13:29 INFO : existing: Copied (new) 2026/08/25 02:13:29 DEBUG : Waiting for deletions to finish 2026/08/25 02:13:29 DEBUG : existing: Destination exists, skipping 2026/08/25 02:13:29 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:29 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:29 DEBUG : Waiting for deletions to finish 2026/08/25 02:13:29 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (1.45s) === RUN TestSyncIgnoreErrors run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:30 INFO : d: Making directory fstest.go:251: Filtering empty directory "d" 2026/08/25 02:13:31 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/25 02:13:31 DEBUG : c/non empty space: size = 5 OK 2026/08/25 02:13:31 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 02:13:31 DEBUG : c/non empty space: Unchanged skipping 2026/08/25 02:13:31 DEBUG : a/potato2: size = 60 OK 2026/08/25 02:13:31 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/25 02:13:31 INFO : a/potato2: Copied (new) 2026/08/25 02:13:31 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:31 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:31 DEBUG : Waiting for deletions to finish 2026/08/25 02:13:31 INFO : b/potato: Deleted --- PASS: TestSyncIgnoreErrors (2.16s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:33 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:33 DEBUG : empty space: size = 1 OK 2026/08/25 02:13:33 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/25 02:13:33 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/25 02:13:33 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2026/08/25 02:13:33 DEBUG : empty space: Unchanged skipping 2026/08/25 02:13:33 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:33 DEBUG : Waiting for deletions to finish 2026/08/25 02:13:33 INFO : There was nothing to transfer 2026/08/25 02:13:33 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:33 DEBUG : empty space: size = 1 OK 2026/08/25 02:13:33 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/25 02:13:33 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/25 02:13:34 INFO : empty space: Updated modification time in destination 2026/08/25 02:13:34 DEBUG : empty space: Unchanged skipping 2026/08/25 02:13:34 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:34 DEBUG : Waiting for deletions to finish 2026/08/25 02:13:34 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (2.37s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:35 DEBUG : empty space: size = 1 OK 2026/08/25 02:13:35 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/25 02:13:35 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:35 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/25 02:13:35 DEBUG : empty space: Unchanged skipping 2026/08/25 02:13:35 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:35 DEBUG : Waiting for deletions to finish 2026/08/25 02:13:35 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.30s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:36 DEBUG : foo: size = 3 OK 2026/08/25 02:13:36 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/25 02:13:36 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:36 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:13:36 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:13:36 DEBUG : foo: sha1 differ 2026/08/25 02:13:36 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:36 DEBUG : foo: size = 3 OK 2026/08/25 02:13:36 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2026/08/25 02:13:36 INFO : foo: Copied (replaced existing) 2026/08/25 02:13:36 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (1.46s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:38 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/25 02:13:38 DEBUG : empty space: size = 1 OK 2026/08/25 02:13:38 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 02:13:38 DEBUG : empty space: Unchanged skipping 2026/08/25 02:13:38 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:38 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:38 DEBUG : potato: size = 60 OK 2026/08/25 02:13:38 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/25 02:13:38 INFO : potato: Copied (new) 2026/08/25 02:13:38 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (1.67s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:39 DEBUG : potato: size = 21 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:13:39 DEBUG : potato: size = 60 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:13:39 DEBUG : potato: Sizes differ 2026/08/25 02:13:39 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:39 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:40 DEBUG : potato: size = 21 OK 2026/08/25 02:13:40 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2026/08/25 02:13:40 INFO : potato: Copied (replaced existing) 2026/08/25 02:13:40 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (1.49s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:41 DEBUG : potato: size = 21 OK 2026/08/25 02:13:41 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:41 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/25 02:13:41 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone1312677013) 2026/08/25 02:13:41 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:13:41 DEBUG : potato: sha1 differ 2026/08/25 02:13:41 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:41 DEBUG : potato: size = 21 OK 2026/08/25 02:13:41 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2026/08/25 02:13:41 INFO : potato: Copied (replaced existing) 2026/08/25 02:13:41 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (1.47s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:42 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/25 02:13:42 DEBUG : empty space: size = 1 OK 2026/08/25 02:13:42 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 02:13:42 DEBUG : empty space: Unchanged skipping 2026/08/25 02:13:42 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:42 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/08/25 02:13:42 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:42 DEBUG : Waiting for deletions to finish 2026/08/25 02:13:42 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-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:44 DEBUG : empty space: size = 1 OK 2026/08/25 02:13:44 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 02:13:44 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/25 02:13:44 DEBUG : empty space: Unchanged skipping 2026/08/25 02:13:44 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:44 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:44 DEBUG : potato2: size = 60 OK 2026/08/25 02:13:44 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/25 02:13:44 INFO : potato2: Copied (new) 2026/08/25 02:13:44 DEBUG : Waiting for deletions to finish 2026/08/25 02:13:44 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.04s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:46 INFO : d: Making directory 2026/08/25 02:13:46 INFO : d/e: Making directory fstest.go:251: Filtering empty directory "d" fstest.go:251: Filtering empty directory "d/e" 2026/08/25 02:13:46 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/25 02:13:46 DEBUG : c/non empty space: size = 5 OK 2026/08/25 02:13:46 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 02:13:46 DEBUG : c/non empty space: Unchanged skipping 2026/08/25 02:13:46 DEBUG : a/potato2: size = 60 OK 2026/08/25 02:13:46 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/25 02:13:46 INFO : a/potato2: Copied (new) 2026/08/25 02:13:46 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:46 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:46 DEBUG : Waiting for deletions to finish 2026/08/25 02:13:47 INFO : b/potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (2.25s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:48 INFO : d: Making directory fstest.go:251: Filtering empty directory "d" 2026/08/25 02:13:48 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/25 02:13:48 DEBUG : c/non empty space: size = 5 OK 2026/08/25 02:13:48 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 02:13:48 DEBUG : c/non empty space: Unchanged skipping 2026/08/25 02:13:48 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:48 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:48 DEBUG : a/potato2: size = 60 OK 2026/08/25 02:13:48 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/25 02:13:48 INFO : a/potato2: Copied (new) 2026/08/25 02:13:48 ERROR : B2 bucket rclone-test-bozobuc5vozu: not deleting files as there were IO errors 2026/08/25 02:13:48 ERROR : B2 bucket rclone-test-bozobuc5vozu: not deleting directories as there were IO errors fstest.go:251: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (2.22s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:50 DEBUG : Waiting for deletions to finish 2026/08/25 02:13:51 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/25 02:13:51 DEBUG : empty space: size = 1 OK 2026/08/25 02:13:51 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 02:13:51 DEBUG : empty space: Unchanged skipping 2026/08/25 02:13:51 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:51 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:51 INFO : potato: Deleted 2026/08/25 02:13:51 DEBUG : potato2: size = 60 OK 2026/08/25 02:13:51 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/25 02:13:51 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (1.92s) === RUN TestSyncDeleteBefore run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:52 DEBUG : Waiting for deletions to finish 2026/08/25 02:13:52 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:52 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:53 INFO : potato: Deleted 2026/08/25 02:13:53 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/25 02:13:53 DEBUG : empty space: size = 1 OK 2026/08/25 02:13:53 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 02:13:53 DEBUG : empty space: Unchanged skipping 2026/08/25 02:13:53 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:53 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:53 DEBUG : potato2: size = 60 OK 2026/08/25 02:13:53 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/25 02:13:53 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (2.22s) === RUN TestCopyDeleteBefore run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:54 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/25 02:13:54 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:54 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:55 DEBUG : potato2: size = 19 OK 2026/08/25 02:13:55 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2026/08/25 02:13:55 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (1.68s) === RUN TestSyncWithExclude run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:56 DEBUG : enormous: Excluded (Size Filter) 2026/08/25 02:13:56 DEBUG : enormous: Excluded 2026/08/25 02:13:56 DEBUG : potato2: Excluded (Size Filter) 2026/08/25 02:13:56 DEBUG : potato2: Excluded 2026/08/25 02:13:56 DEBUG : potato2: Excluded (Size Filter) 2026/08/25 02:13:56 DEBUG : potato2: Excluded 2026/08/25 02:13:56 DEBUG : empty space: size = 1 OK 2026/08/25 02:13:56 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 02:13:56 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:56 DEBUG : empty space: Unchanged skipping 2026/08/25 02:13:56 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:56 DEBUG : Waiting for deletions to finish 2026/08/25 02:13:56 INFO : There was nothing to transfer 2026/08/25 02:13:57 DEBUG : enormous: Excluded (Size Filter) 2026/08/25 02:13:57 DEBUG : enormous: Excluded 2026/08/25 02:13:57 DEBUG : potato2: Excluded (Size Filter) 2026/08/25 02:13:57 DEBUG : potato2: Excluded 2026/08/25 02:13:57 DEBUG : potato2: Excluded (Size Filter) 2026/08/25 02:13:57 DEBUG : potato2: Excluded 2026/08/25 02:13:57 DEBUG : empty space: size = 1 OK 2026/08/25 02:13:57 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/25 02:13:57 DEBUG : empty space: Unchanged skipping 2026/08/25 02:13:57 DEBUG : Local file system at /tmp/rclone1312677013: Waiting for checks to finish 2026/08/25 02:13:57 DEBUG : Local file system at /tmp/rclone1312677013: Waiting for transfers to finish 2026/08/25 02:13:57 DEBUG : Waiting for deletions to finish 2026/08/25 02:13:57 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (1.91s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:13:58 DEBUG : enormous: Excluded (Size Filter) 2026/08/25 02:13:58 DEBUG : enormous: Excluded 2026/08/25 02:13:58 DEBUG : potato2: Excluded (Size Filter) 2026/08/25 02:13:58 DEBUG : potato2: Excluded 2026/08/25 02:13:58 DEBUG : empty space: size = 1 OK 2026/08/25 02:13:58 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 02:13:58 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:13:58 DEBUG : empty space: Unchanged skipping 2026/08/25 02:13:58 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:13:58 DEBUG : Waiting for deletions to finish 2026/08/25 02:13:59 INFO : enormous: Deleted 2026/08/25 02:13:59 INFO : potato2: Deleted 2026/08/25 02:13:59 INFO : There was nothing to transfer 2026/08/25 02:13:59 DEBUG : Local file system at /tmp/rclone1312677013: Waiting for checks to finish 2026/08/25 02:13:59 DEBUG : empty space: size = 1 OK 2026/08/25 02:13:59 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/25 02:13:59 DEBUG : empty space: Unchanged skipping 2026/08/25 02:13:59 DEBUG : Local file system at /tmp/rclone1312677013: Waiting for transfers to finish 2026/08/25 02:13:59 DEBUG : Waiting for deletions to finish 2026/08/25 02:13:59 INFO : enormous: Deleted 2026/08/25 02:13:59 INFO : potato2: Deleted 2026/08/25 02:13:59 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (2.29s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:14:01 DEBUG : five: Need to transfer - File not found at Destination 2026/08/25 02:14:01 DEBUG : four: size = 4 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:14:01 DEBUG : four: size = 8 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:14:01 DEBUG : four: Sizes differ 2026/08/25 02:14:01 DEBUG : two: size = 3 OK 2026/08/25 02:14:01 DEBUG : three: size = 5 OK 2026/08/25 02:14:01 DEBUG : three: Sizes identical 2026/08/25 02:14:01 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/08/25 02:14:01 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:14:01 DEBUG : one: Destination is newer than source, skipping 2026/08/25 02:14:01 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone1312677013) 2026/08/25 02:14:01 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:14:01 DEBUG : two: sha1 differ 2026/08/25 02:14:01 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/08/25 02:14:01 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:14:01 DEBUG : five: size = 4 OK 2026/08/25 02:14:01 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/25 02:14:01 INFO : five: Copied (new) 2026/08/25 02:14:02 DEBUG : four: size = 4 OK 2026/08/25 02:14:02 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/25 02:14:02 INFO : four: Copied (replaced existing) 2026/08/25 02:14:02 DEBUG : two: size = 3 OK 2026/08/25 02:14:02 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/25 02:14:02 INFO : two: Copied (replaced existing) 2026/08/25 02:14:02 DEBUG : Waiting for deletions to finish 2026/08/25 02:14:02 DEBUG : four: size = 4 OK 2026/08/25 02:14:02 DEBUG : five: size = 4 OK 2026/08/25 02:14:02 DEBUG : three: size = 5 OK 2026/08/25 02:14:02 DEBUG : two: size = 3 OK 2026/08/25 02:14:02 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:14:02 DEBUG : one: Destination is newer than source, skipping 2026/08/25 02:14:02 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/25 02:14:02 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/25 02:14:02 DEBUG : four: Size and sha1 of src and dst objects identical 2026/08/25 02:14:02 DEBUG : two: Size and sha1 of src and dst objects identical 2026/08/25 02:14:02 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone1312677013) 2026/08/25 02:14:02 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2026/08/25 02:14:02 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2026/08/25 02:14:02 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:14:02 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/25 02:14:02 DEBUG : three: sha1 differ 2026/08/25 02:14:02 DEBUG : five: Size and sha1 of src and dst objects identical 2026/08/25 02:14:02 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2026/08/25 02:14:02 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2026/08/25 02:14:02 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:14:02 DEBUG : three: size = 5 OK 2026/08/25 02:14:02 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/25 02:14:02 INFO : three: Copied (replaced existing) 2026/08/25 02:14:02 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.02s) === 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-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" sync_test.go:1569: Can track renames: true 2026/08/25 02:14:04 INFO : B2 bucket rclone-test-bozobuc5vozu: Making map for --track-renames 2026/08/25 02:14:04 INFO : B2 bucket rclone-test-bozobuc5vozu: Finished making map for --track-renames 2026/08/25 02:14:04 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:14:04 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/25 02:14:04 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for renames to finish 2026/08/25 02:14:04 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/25 02:14:04 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:14:04 DEBUG : potato: size = 14 OK 2026/08/25 02:14:04 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/25 02:14:04 INFO : potato: Copied (new) 2026/08/25 02:14:04 DEBUG : yam: size = 11 OK 2026/08/25 02:14:04 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/25 02:14:04 INFO : yam: Copied (new) 2026/08/25 02:14:04 DEBUG : Waiting for deletions to finish 2026/08/25 02:14:04 INFO : B2 bucket rclone-test-bozobuc5vozu: Making map for --track-renames 2026/08/25 02:14:04 DEBUG : potato: size = 14 OK 2026/08/25 02:14:04 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:14:04 INFO : B2 bucket rclone-test-bozobuc5vozu: Finished making map for --track-renames 2026/08/25 02:14:04 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:14:04 DEBUG : potato: Unchanged skipping 2026/08/25 02:14:04 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for renames to finish 2026/08/25 02:14:05 DEBUG : yaml: size = 11 OK 2026/08/25 02:14:05 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/25 02:14:05 INFO : yam: Copied (server-side copy) to: yaml 2026/08/25 02:14:05 INFO : yam: Deleted 2026/08/25 02:14:05 INFO : yaml: Renamed from "yam" 2026/08/25 02:14:05 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:14:05 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenames (2.55s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" sync_test.go:1641: Can track renames: true 2026/08/25 02:14:06 INFO : B2 bucket rclone-test-bozobuc5vozu: Making map for --track-renames 2026/08/25 02:14:06 INFO : B2 bucket rclone-test-bozobuc5vozu: Finished making map for --track-renames 2026/08/25 02:14:06 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:14:06 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/25 02:14:06 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/25 02:14:06 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for renames to finish 2026/08/25 02:14:06 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:14:07 DEBUG : potato: size = 14 OK 2026/08/25 02:14:07 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/25 02:14:07 INFO : potato: Copied (new) 2026/08/25 02:14:07 DEBUG : yam: size = 11 OK 2026/08/25 02:14:07 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/25 02:14:07 INFO : yam: Copied (new) 2026/08/25 02:14:07 DEBUG : Waiting for deletions to finish 2026/08/25 02:14:07 INFO : B2 bucket rclone-test-bozobuc5vozu: Making map for --track-renames 2026/08/25 02:14:07 DEBUG : potato: size = 14 OK 2026/08/25 02:14:07 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:14:07 INFO : B2 bucket rclone-test-bozobuc5vozu: Finished making map for --track-renames 2026/08/25 02:14:07 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:14:07 DEBUG : potato: Unchanged skipping 2026/08/25 02:14:07 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for renames to finish 2026/08/25 02:14:07 DEBUG : yaml: size = 11 OK 2026/08/25 02:14:07 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/25 02:14:07 INFO : yam: Copied (server-side copy) to: yaml 2026/08/25 02:14:08 INFO : yam: Deleted 2026/08/25 02:14:08 INFO : yaml: Renamed from "yam" 2026/08/25 02:14:08 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:14:08 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyModtime (2.19s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" sync_test.go:1680: Can track renames: true 2026/08/25 02:14:09 INFO : B2 bucket rclone-test-bozobuc5vozu: Making map for --track-renames 2026/08/25 02:14:09 INFO : B2 bucket rclone-test-bozobuc5vozu: Finished making map for --track-renames 2026/08/25 02:14:09 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:14:09 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for renames to finish 2026/08/25 02:14:09 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/25 02:14:09 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/08/25 02:14:09 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:14:09 DEBUG : potato: size = 14 OK 2026/08/25 02:14:09 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/25 02:14:09 INFO : potato: Copied (new) 2026/08/25 02:14:09 DEBUG : sub/yam: size = 11 OK 2026/08/25 02:14:09 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/25 02:14:09 INFO : sub/yam: Copied (new) 2026/08/25 02:14:09 DEBUG : Waiting for deletions to finish 2026/08/25 02:14:09 DEBUG : potato: size = 14 OK 2026/08/25 02:14:09 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:14:09 DEBUG : potato: Unchanged skipping 2026/08/25 02:14:09 INFO : B2 bucket rclone-test-bozobuc5vozu: Making map for --track-renames 2026/08/25 02:14:09 INFO : B2 bucket rclone-test-bozobuc5vozu: Finished making map for --track-renames 2026/08/25 02:14:09 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:14:09 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for renames to finish 2026/08/25 02:14:10 DEBUG : yam: size = 11 OK 2026/08/25 02:14:10 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/25 02:14:10 INFO : sub/yam: Copied (server-side copy) to: yam 2026/08/25 02:14:10 INFO : sub/yam: Deleted 2026/08/25 02:14:10 INFO : yam: Renamed from "sub/yam" 2026/08/25 02:14:10 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:14:10 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyLeaf (2.49s) === RUN TestServerSideMoveLocal run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:14:11 DEBUG : Creating backend with remote "/tmp/rclone1312677013/dir1" 2026/08/25 02:14:11 DEBUG : Creating backend with remote "/tmp/rclone1312677013/dir2" 2026/08/25 02:14:11 DEBUG : Local file system at /tmp/rclone1312677013/dir2: Using server-side directory move 2026/08/25 02:14:11 INFO : Local file system at /tmp/rclone1312677013/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/25 02:14:11 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/08/25 02:14:11 DEBUG : Local file system at /tmp/rclone1312677013/dir2: Waiting for checks to finish 2026/08/25 02:14:11 DEBUG : Local file system at /tmp/rclone1312677013/dir2: Waiting for transfers to finish 2026/08/25 02:14:11 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.36s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:14:12 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/25 02:14:12 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/25 02:14:12 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:14:12 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:14:12 DEBUG : sub dir/hello world: Clearing upload URL because of error: Post "https://pod-000-1150-05.backblaze.com/b2api/v1/b2_upload_file/cfb2fd03b00d3b6baf080e1b/c001_v0001150_t0034": EOF 2026/08/25 02:14:12 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1150-05.backblaze.com/b2api/v1/b2_upload_file/cfb2fd03b00d3b6baf080e1b/c001_v0001150_t0034": EOF) 2026/08/25 02:14:12 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/25 02:14:12 DEBUG : sub dir/hello world: Received error: Post "https://pod-000-1150-05.backblaze.com/b2api/v1/b2_upload_file/cfb2fd03b00d3b6baf080e1b/c001_v0001150_t0034": EOF - low level retry 0/10 2026/08/25 02:14:12 DEBUG : pacer: Reducing sleep to 10ms 2026/08/25 02:14:12 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/25 02:14:12 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/08/25 02:14:12 INFO : nested/sub dir/file: Copied (new) 2026/08/25 02:14:12 INFO : nested/sub dir/file: Deleted 2026/08/25 02:14:12 DEBUG : sub dir/hello world: size = 11 OK 2026/08/25 02:14:12 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:14:12 INFO : sub dir/hello world: Copied (new) 2026/08/25 02:14:12 INFO : sub dir/hello world: Deleted 2026/08/25 02:14:12 INFO : sub dir: Removing directory 2026/08/25 02:14:12 INFO : nested/sub dir: Removing directory 2026/08/25 02:14:12 INFO : nested: Removing directory 2026/08/25 02:14:12 DEBUG : Local file system at /tmp/rclone1312677013: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (1.42s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:14:13 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/25 02:14:13 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/25 02:14:13 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:14:13 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:14:13 DEBUG : sub dir/hello world: size = 11 OK 2026/08/25 02:14:13 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:14:13 INFO : sub dir/hello world: Copied (new) 2026/08/25 02:14:13 INFO : sub dir/hello world: Deleted 2026/08/25 02:14:13 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/25 02:14:13 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/08/25 02:14:13 INFO : nested/sub dir/file: Copied (new) 2026/08/25 02:14:13 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (1.28s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:14:14 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/08/25 02:14:14 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/25 02:14:14 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:14:14 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:14:14 DEBUG : existing-b: size = 6 OK 2026/08/25 02:14:14 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2026/08/25 02:14:14 INFO : existing-b: Copied (new) 2026/08/25 02:14:14 INFO : existing-b: Deleted 2026/08/25 02:14:14 DEBUG : existing: size = 6 OK 2026/08/25 02:14:14 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/25 02:14:14 INFO : existing: Copied (new) 2026/08/25 02:14:14 INFO : existing: Deleted 2026/08/25 02:14:15 DEBUG : existing: Destination exists, skipping 2026/08/25 02:14:15 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/08/25 02:14:15 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:14:15 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:14:15 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (1.74s) === RUN TestServerSideMove run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:14:16 DEBUG : Creating backend with remote "TestB2:rclone-test-pujezon4taku" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-bozobuc5vozu -> B2 bucket rclone-test-pujezon4taku 2026/08/25 02:14:20 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/25 02:14:20 DEBUG : empty space: size = 1 OK 2026/08/25 02:14:20 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/25 02:14:20 DEBUG : empty space: Unchanged skipping 2026/08/25 02:14:20 DEBUG : B2 bucket rclone-test-pujezon4taku: Waiting for checks to finish 2026/08/25 02:14:20 DEBUG : potato3: size = 68 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:14:20 DEBUG : potato3: size = 60 (B2 bucket rclone-test-pujezon4taku) 2026/08/25 02:14:20 DEBUG : potato3: Sizes differ 2026/08/25 02:14:20 INFO : empty space: Deleted 2026/08/25 02:14:20 DEBUG : B2 bucket rclone-test-pujezon4taku: Waiting for transfers to finish 2026/08/25 02:14:20 DEBUG : potato2: size = 60 OK 2026/08/25 02:14:20 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/25 02:14:20 INFO : potato2: Copied (server-side copy) 2026/08/25 02:14:21 INFO : potato2: Deleted 2026/08/25 02:14:21 DEBUG : potato3: size = 68 OK 2026/08/25 02:14:21 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/25 02:14:21 INFO : potato3: Copied (server-side copy) 2026/08/25 02:14:21 INFO : potato3: Deleted 2026/08/25 02:14:21 DEBUG : Creating backend with remote "TestB2:rclone-test-wisiwal1gudi" 2026/08/25 02:14:22 DEBUG : empty space: Need to transfer - File not found at Destination 2026/08/25 02:14:22 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/25 02:14:22 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/25 02:14:22 DEBUG : B2 bucket rclone-test-wisiwal1gudi: Waiting for checks to finish 2026/08/25 02:14:22 DEBUG : B2 bucket rclone-test-wisiwal1gudi: Waiting for transfers to finish 2026/08/25 02:14:23 DEBUG : potato2: size = 60 OK 2026/08/25 02:14:23 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/25 02:14:23 INFO : potato2: Copied (server-side copy) 2026/08/25 02:14:23 DEBUG : empty space: size = 1 OK 2026/08/25 02:14:23 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/25 02:14:23 INFO : empty space: Copied (server-side copy) 2026/08/25 02:14:24 INFO : potato2: Deleted 2026/08/25 02:14:24 INFO : empty space: Deleted 2026/08/25 02:14:24 DEBUG : potato3: size = 68 OK 2026/08/25 02:14:24 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/25 02:14:24 INFO : potato3: Copied (server-side copy) 2026/08/25 02:14:24 INFO : potato3: Deleted 2026/08/25 02:14:25 DEBUG : B2 bucket rclone-test-wisiwal1gudi: Purge remote 2026/08/25 02:14:25 INFO : B2 bucket rclone-test-wisiwal1gudi: cleaning bucket "rclone-test-wisiwal1gudi" of all files 2026/08/25 02:14:25 DEBUG : empty space: Deleting (id "4_z0f928d03b02d3b6baf080e1b_f41190b5c8ce63841_d20260825_m021423_c001_v0001134_t0009_u01787624063856") 2026/08/25 02:14:25 DEBUG : potato2: Deleting (id "4_z0f928d03b02d3b6baf080e1b_f1088c3ee538c9300_d20260825_m021423_c001_v0001041_t0031_u01787624063498") 2026/08/25 02:14:25 DEBUG : potato3: Deleting (id "4_z0f928d03b02d3b6baf080e1b_f1130ddb8fc5efcca_d20260825_m021423_c001_v0001033_t0047_u01787624063885") 2026/08/25 02:14:25 DEBUG : B2 bucket rclone-test-pujezon4taku: Purge remote 2026/08/25 02:14:25 INFO : B2 bucket rclone-test-pujezon4taku: cleaning bucket "rclone-test-pujezon4taku" of all files 2026/08/25 02:14:26 DEBUG : empty space: Deleting (id "4_z1f126df3b02d3b6baf080e1b_f419459bd5fe93a2b_d20260825_m021424_c001_v7007000_t0000_u01787624064055") 2026/08/25 02:14:26 DEBUG : empty space: Deleting (id "4_z1f126df3b02d3b6baf080e1b_f41835866c8780e95_d20260825_m021419_c001_v0001137_t0030_u01787624059527") 2026/08/25 02:14:26 DEBUG : potato2: Deleting (id "4_z1f126df3b02d3b6baf080e1b_f4114a9be4ddfc60f_d20260825_m021424_c001_v7007000_t0000_u01787624064002") 2026/08/25 02:14:26 DEBUG : potato2: Deleting (id "4_z1f126df3b02d3b6baf080e1b_f10122a34db194f94_d20260825_m021420_c001_v0001113_t0014_u01787624060640") 2026/08/25 02:14:26 DEBUG : potato3: Deleting (id "4_z1f126df3b02d3b6baf080e1b_f419459bd5fe93a2d_d20260825_m021424_c001_v7007000_t0000_u01787624064573") 2026/08/25 02:14:26 DEBUG : potato3: Deleting (id "4_z1f126df3b02d3b6baf080e1b_f11328bd01bf7cf15_d20260825_m021421_c001_v0001180_t0000_u01787624061070") 2026/08/25 02:14:26 DEBUG : potato3: Deleting (id "4_z1f126df3b02d3b6baf080e1b_f11835866c8780e97_d20260825_m021419_c001_v0001137_t0057_u01787624059709") --- PASS: TestServerSideMove (11.11s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:14:27 DEBUG : Creating backend with remote "TestB2:rclone-test-fapuguk9tegi" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-bozobuc5vozu -> B2 bucket rclone-test-fapuguk9tegi 2026/08/25 02:14:31 DEBUG : empty space: Excluded (Size Filter) 2026/08/25 02:14:31 DEBUG : empty space: Excluded 2026/08/25 02:14:31 DEBUG : empty space: Excluded (Size Filter) 2026/08/25 02:14:31 DEBUG : empty space: Excluded 2026/08/25 02:14:31 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/25 02:14:31 DEBUG : potato3: size = 68 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:14:31 DEBUG : potato3: size = 60 (B2 bucket rclone-test-fapuguk9tegi) 2026/08/25 02:14:31 DEBUG : potato3: Sizes differ 2026/08/25 02:14:31 DEBUG : B2 bucket rclone-test-fapuguk9tegi: Waiting for checks to finish 2026/08/25 02:14:31 DEBUG : B2 bucket rclone-test-fapuguk9tegi: Waiting for transfers to finish 2026/08/25 02:14:32 DEBUG : potato2: size = 60 OK 2026/08/25 02:14:32 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/25 02:14:32 INFO : potato2: Copied (server-side copy) 2026/08/25 02:14:32 INFO : potato2: Deleted 2026/08/25 02:14:32 DEBUG : potato3: size = 68 OK 2026/08/25 02:14:32 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/25 02:14:32 INFO : potato3: Copied (server-side copy) 2026/08/25 02:14:32 INFO : potato3: Deleted 2026/08/25 02:14:33 DEBUG : Creating backend with remote "TestB2:rclone-test-velovuh0vewa" 2026/08/25 02:14:33 DEBUG : empty space: Excluded (Size Filter) 2026/08/25 02:14:33 DEBUG : empty space: Excluded 2026/08/25 02:14:34 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/25 02:14:34 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/25 02:14:34 DEBUG : B2 bucket rclone-test-velovuh0vewa: Waiting for checks to finish 2026/08/25 02:14:34 DEBUG : B2 bucket rclone-test-velovuh0vewa: Waiting for transfers to finish 2026/08/25 02:14:35 DEBUG : potato2: size = 60 OK 2026/08/25 02:14:35 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/25 02:14:35 INFO : potato2: Copied (server-side copy) 2026/08/25 02:14:35 INFO : potato2: Deleted 2026/08/25 02:14:35 DEBUG : potato3: size = 68 OK 2026/08/25 02:14:35 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/25 02:14:35 INFO : potato3: Copied (server-side copy) 2026/08/25 02:14:35 INFO : potato3: Deleted 2026/08/25 02:14:35 DEBUG : B2 bucket rclone-test-velovuh0vewa: Purge remote 2026/08/25 02:14:35 INFO : B2 bucket rclone-test-velovuh0vewa: cleaning bucket "rclone-test-velovuh0vewa" of all files 2026/08/25 02:14:36 DEBUG : potato2: Deleting (id "4_z0f72add3b02d3b6baf080e1b_f106a5045c2d6c016_d20260825_m021435_c001_v0001165_t0052_u01787624075014") 2026/08/25 02:14:36 DEBUG : potato3: Deleting (id "4_z0f72add3b02d3b6baf080e1b_f1093bf7cba6c7be7_d20260825_m021435_c001_v0001180_t0055_u01787624075253") 2026/08/25 02:14:36 DEBUG : B2 bucket rclone-test-fapuguk9tegi: Purge remote 2026/08/25 02:14:36 INFO : B2 bucket rclone-test-fapuguk9tegi: cleaning bucket "rclone-test-fapuguk9tegi" of all files 2026/08/25 02:14:36 DEBUG : empty space: Deleting (id "4_z1f829db3b02d3b6baf080e1b_f4182e50b86a37bce_d20260825_m021430_c001_v0001183_t0040_u01787624070778") 2026/08/25 02:14:36 DEBUG : potato2: Deleting (id "4_z1f829db3b02d3b6baf080e1b_f4055704355cbcdc6_d20260825_m021435_c001_v7007000_t0000_u01787624075289") 2026/08/25 02:14:36 DEBUG : potato2: Deleting (id "4_z1f829db3b02d3b6baf080e1b_f1169fd711fc9bada_d20260825_m021431_c001_v0001117_t0011_u01787624071601") 2026/08/25 02:14:36 DEBUG : potato3: Deleting (id "4_z1f829db3b02d3b6baf080e1b_f4055704355cbcdc7_d20260825_m021435_c001_v7007000_t0000_u01787624075517") 2026/08/25 02:14:36 DEBUG : potato3: Deleting (id "4_z1f829db3b02d3b6baf080e1b_f114136cbe5fa7c73_d20260825_m021431_c001_v0001104_t0003_u01787624071979") 2026/08/25 02:14:36 DEBUG : potato3: Deleting (id "4_z1f829db3b02d3b6baf080e1b_f1182e50b86a37bd8_d20260825_m021430_c001_v0001183_t0048_u01787624070971") --- PASS: TestServerSideMoveWithFilter (11.10s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:14:38 DEBUG : Creating backend with remote "TestB2:rclone-test-qoxikiy2wune" 2026/08/25 02:14:41 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-bozobuc5vozu -> B2 bucket rclone-test-qoxikiy2wune 2026/08/25 02:14:44 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/25 02:14:44 DEBUG : empty space: size = 1 OK 2026/08/25 02:14:44 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/25 02:14:44 DEBUG : empty space: Unchanged skipping 2026/08/25 02:14:44 DEBUG : B2 bucket rclone-test-qoxikiy2wune: Waiting for checks to finish 2026/08/25 02:14:44 DEBUG : potato3: size = 68 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:14:44 DEBUG : potato3: size = 60 (B2 bucket rclone-test-qoxikiy2wune) 2026/08/25 02:14:44 DEBUG : potato3: Sizes differ 2026/08/25 02:14:44 INFO : empty space: Deleted 2026/08/25 02:14:44 DEBUG : B2 bucket rclone-test-qoxikiy2wune: Waiting for transfers to finish 2026/08/25 02:14:44 DEBUG : potato2: size = 60 OK 2026/08/25 02:14:44 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/25 02:14:44 INFO : potato2: Copied (server-side copy) 2026/08/25 02:14:45 INFO : potato2: Deleted 2026/08/25 02:14:45 DEBUG : potato3: size = 68 OK 2026/08/25 02:14:45 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/25 02:14:45 INFO : potato3: Copied (server-side copy) 2026/08/25 02:14:45 INFO : potato3: Deleted 2026/08/25 02:14:46 DEBUG : Creating backend with remote "TestB2:rclone-test-kagijos0xoxa" 2026/08/25 02:14:46 INFO : tomatoDir: Making directory 2026/08/25 02:14:47 DEBUG : empty space: Need to transfer - File not found at Destination 2026/08/25 02:14:47 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/25 02:14:47 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/25 02:14:47 DEBUG : B2 bucket rclone-test-kagijos0xoxa: Waiting for checks to finish 2026/08/25 02:14:47 DEBUG : B2 bucket rclone-test-kagijos0xoxa: Waiting for transfers to finish 2026/08/25 02:14:47 DEBUG : empty space: size = 1 OK 2026/08/25 02:14:47 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/25 02:14:47 INFO : empty space: Copied (server-side copy) 2026/08/25 02:14:48 INFO : empty space: Deleted 2026/08/25 02:14:48 DEBUG : potato2: size = 60 OK 2026/08/25 02:14:48 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/25 02:14:48 INFO : potato2: Copied (server-side copy) 2026/08/25 02:14:48 DEBUG : potato3: size = 68 OK 2026/08/25 02:14:48 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/25 02:14:48 INFO : potato3: Copied (server-side copy) 2026/08/25 02:14:48 INFO : potato2: Deleted 2026/08/25 02:14:48 INFO : potato3: Deleted 2026/08/25 02:14:49 DEBUG : B2 bucket rclone-test-kagijos0xoxa: Purge remote 2026/08/25 02:14:49 INFO : B2 bucket rclone-test-kagijos0xoxa: cleaning bucket "rclone-test-kagijos0xoxa" of all files 2026/08/25 02:14:49 DEBUG : empty space: Deleting (id "4_z7f02ddf3b02d3b6baf080e1b_f4126c762287fe22a_d20260825_m021447_c001_v0001174_t0051_u01787624087779") 2026/08/25 02:14:49 DEBUG : potato2: Deleting (id "4_z7f02ddf3b02d3b6baf080e1b_f10238860de578bab_d20260825_m021448_c001_v0001172_t0012_u01787624088026") 2026/08/25 02:14:49 DEBUG : potato3: Deleting (id "4_z7f02ddf3b02d3b6baf080e1b_f10504b4e32112a14_d20260825_m021448_c001_v0001039_t0002_u01787624088155") 2026/08/25 02:14:49 DEBUG : B2 bucket rclone-test-qoxikiy2wune: Purge remote 2026/08/25 02:14:49 INFO : B2 bucket rclone-test-qoxikiy2wune: cleaning bucket "rclone-test-qoxikiy2wune" of all files 2026/08/25 02:14:50 DEBUG : empty space: Deleting (id "4_z1f42cdc3b02d3b6baf080e1b_f410bac62f69f58a9_d20260825_m021447_c001_v7007000_t0000_u01787624087965") 2026/08/25 02:14:50 DEBUG : empty space: Deleting (id "4_z1f42cdc3b02d3b6baf080e1b_f4172554c5b2de555_d20260825_m021443_c001_v0001106_t0000_u01787624083385") 2026/08/25 02:14:50 DEBUG : potato2: Deleting (id "4_z1f42cdc3b02d3b6baf080e1b_f410bac62f69f58ad_d20260825_m021448_c001_v7007000_t0000_u01787624088448") 2026/08/25 02:14:50 DEBUG : potato2: Deleting (id "4_z1f42cdc3b02d3b6baf080e1b_f117b88c0d4d6d8fd_d20260825_m021444_c001_v0001179_t0036_u01787624084780") 2026/08/25 02:14:50 DEBUG : potato3: Deleting (id "4_z1f42cdc3b02d3b6baf080e1b_f4039066687ada0dd_d20260825_m021448_c001_v7007000_t0000_u01787624088546") 2026/08/25 02:14:50 DEBUG : potato3: Deleting (id "4_z1f42cdc3b02d3b6baf080e1b_f11836d7daf205a09_d20260825_m021445_c001_v0001092_t0009_u01787624085088") 2026/08/25 02:14:50 DEBUG : potato3: Deleting (id "4_z1f42cdc3b02d3b6baf080e1b_f1172554c5b2de559_d20260825_m021443_c001_v0001106_t0017_u01787624083569") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (12.89s) === RUN TestServerSideMoveOverlap run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:14:51 DEBUG : Creating backend with remote "TestB2:rclone-test-bozobuc5vozu/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.43s) === RUN TestSyncOverlap run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:14:53 DEBUG : Creating backend with remote "TestB2:rclone-test-bozobuc5vozu/rclone-sync-test" --- PASS: TestSyncOverlap (1.45s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:14:55 DEBUG : Creating backend with remote "TestB2:rclone-test-bozobuc5vozu/rclone-sync-test" 2026/08/25 02:14:57 DEBUG : Creating backend with remote "TestB2:rclone-test-bozobuc5vozu/rclone-sync-test-include/layer2" 2026/08/25 02:14:59 DEBUG : Creating backend with remote "TestB2:rclone-test-bozobuc5vozu/rclone-sync-test-ignore-file" 2026/08/25 02:15:04 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/25 02:15:04 DEBUG : B2 bucket rclone-test-bozobuc5vozu path rclone-sync-test: Waiting for checks to finish 2026/08/25 02:15:04 DEBUG : B2 bucket rclone-test-bozobuc5vozu path rclone-sync-test: Waiting for transfers to finish 2026/08/25 02:15:04 DEBUG : Waiting for deletions to finish 2026/08/25 02:15:04 INFO : There was nothing to transfer 2026/08/25 02:15:04 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/25 02:15:04 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:15:04 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:15:04 DEBUG : Waiting for deletions to finish 2026/08/25 02:15:04 INFO : There was nothing to transfer 2026/08/25 02:15:05 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/25 02:15:05 DEBUG : B2 bucket rclone-test-bozobuc5vozu path rclone-sync-test-include/layer2: Waiting for checks to finish 2026/08/25 02:15:05 DEBUG : B2 bucket rclone-test-bozobuc5vozu path rclone-sync-test-include/layer2: Waiting for transfers to finish 2026/08/25 02:15:05 DEBUG : Waiting for deletions to finish 2026/08/25 02:15:05 INFO : There was nothing to transfer 2026/08/25 02:15:05 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/25 02:15:05 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:15:05 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:15:05 DEBUG : Waiting for deletions to finish 2026/08/25 02:15:05 INFO : There was nothing to transfer 2026/08/25 02:15:06 DEBUG : Excluded 2026/08/25 02:15:06 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/25 02:15:06 DEBUG : B2 bucket rclone-test-bozobuc5vozu path rclone-sync-test-ignore-file: Waiting for checks to finish 2026/08/25 02:15:06 DEBUG : B2 bucket rclone-test-bozobuc5vozu path rclone-sync-test-ignore-file: Waiting for transfers to finish 2026/08/25 02:15:06 DEBUG : Waiting for deletions to finish 2026/08/25 02:15:06 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (11.76s) === RUN TestSyncCompareDest run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:15:07 DEBUG : Creating backend with remote "TestB2:rclone-test-bozobuc5vozu/dst" 2026/08/25 02:15:08 DEBUG : Creating backend with remote "TestB2:rclone-test-bozobuc5vozu/CompareDest" 2026/08/25 02:15:10 DEBUG : one: Need to transfer - File not found at Destination 2026/08/25 02:15:10 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for checks to finish 2026/08/25 02:15:10 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for transfers to finish 2026/08/25 02:15:11 DEBUG : one: size = 3 OK 2026/08/25 02:15:11 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/25 02:15:11 INFO : one: Copied (new) 2026/08/25 02:15:11 DEBUG : Waiting for deletions to finish 2026/08/25 02:15:11 DEBUG : one: size = 5 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:15:11 DEBUG : one: size = 3 (B2 bucket rclone-test-bozobuc5vozu path dst) 2026/08/25 02:15:11 DEBUG : one: Sizes differ 2026/08/25 02:15:11 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for checks to finish 2026/08/25 02:15:11 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for transfers to finish 2026/08/25 02:15:12 DEBUG : one: size = 5 OK 2026/08/25 02:15:12 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/25 02:15:12 INFO : one: Copied (replaced existing) 2026/08/25 02:15:12 DEBUG : Waiting for deletions to finish 2026/08/25 02:15:13 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for checks to finish 2026/08/25 02:15:13 DEBUG : one: size = 5 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:15:13 DEBUG : one: size = 3 (B2 bucket rclone-test-bozobuc5vozu path dst) 2026/08/25 02:15:13 DEBUG : one: Sizes differ 2026/08/25 02:15:14 DEBUG : one: size = 5 OK 2026/08/25 02:15:14 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 02:15:14 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/25 02:15:14 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for transfers to finish 2026/08/25 02:15:14 DEBUG : Waiting for deletions to finish 2026/08/25 02:15:14 INFO : There was nothing to transfer 2026/08/25 02:15:15 DEBUG : one: size = 5 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:15:15 DEBUG : one: size = 3 (B2 bucket rclone-test-bozobuc5vozu path dst) 2026/08/25 02:15:15 DEBUG : one: Sizes differ 2026/08/25 02:15:15 DEBUG : two: size = 3 OK 2026/08/25 02:15:15 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 02:15:15 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/25 02:15:15 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for checks to finish 2026/08/25 02:15:15 DEBUG : one: size = 5 OK 2026/08/25 02:15:15 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 02:15:15 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/25 02:15:15 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for transfers to finish 2026/08/25 02:15:15 DEBUG : Waiting for deletions to finish 2026/08/25 02:15:15 INFO : There was nothing to transfer 2026/08/25 02:15:15 DEBUG : one: size = 5 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:15:15 DEBUG : one: size = 3 (B2 bucket rclone-test-bozobuc5vozu path dst) 2026/08/25 02:15:15 DEBUG : one: Sizes differ 2026/08/25 02:15:16 DEBUG : one: size = 5 OK 2026/08/25 02:15:16 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 02:15:16 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/25 02:15:16 DEBUG : two: size = 3 OK 2026/08/25 02:15:16 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 02:15:16 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/25 02:15:16 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for checks to finish 2026/08/25 02:15:16 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for transfers to finish 2026/08/25 02:15:16 DEBUG : Waiting for deletions to finish 2026/08/25 02:15:16 INFO : There was nothing to transfer 2026/08/25 02:15:17 DEBUG : one: size = 5 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:15:17 DEBUG : one: size = 3 (B2 bucket rclone-test-bozobuc5vozu path dst) 2026/08/25 02:15:17 DEBUG : one: Sizes differ 2026/08/25 02:15:17 DEBUG : one: size = 5 OK 2026/08/25 02:15:17 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 02:15:17 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/25 02:15:17 DEBUG : two: size = 3 OK 2026/08/25 02:15:17 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/25 02:15:17 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/25 02:15:17 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/25 02:15:17 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for checks to finish 2026/08/25 02:15:17 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for transfers to finish 2026/08/25 02:15:17 DEBUG : Waiting for deletions to finish 2026/08/25 02:15:17 INFO : There was nothing to transfer 2026/08/25 02:15:17 DEBUG : one: size = 5 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:15:17 DEBUG : one: size = 3 (B2 bucket rclone-test-bozobuc5vozu path dst) 2026/08/25 02:15:17 DEBUG : one: Sizes differ 2026/08/25 02:15:18 DEBUG : two: size = 5 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:15:18 DEBUG : two: size = 3 (B2 bucket rclone-test-bozobuc5vozu path CompareDest) 2026/08/25 02:15:18 DEBUG : two: Sizes differ 2026/08/25 02:15:18 DEBUG : two: Need to transfer - File not found at Destination 2026/08/25 02:15:18 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for checks to finish 2026/08/25 02:15:18 DEBUG : one: size = 5 OK 2026/08/25 02:15:18 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 02:15:18 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/25 02:15:18 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for transfers to finish 2026/08/25 02:15:18 DEBUG : two: size = 5 OK 2026/08/25 02:15:18 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2026/08/25 02:15:18 INFO : two: Copied (new) 2026/08/25 02:15:18 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (13.28s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:15:21 DEBUG : Creating backend with remote "TestB2:rclone-test-bozobuc5vozu/dest" 2026/08/25 02:15:22 DEBUG : Creating backend with remote "TestB2:rclone-test-bozobuc5vozu/pre-dest1" 2026/08/25 02:15:23 DEBUG : Creating backend with remote "TestB2:rclone-test-bozobuc5vozu/pre-dest2" 2026/08/25 02:15:25 DEBUG : 1: size = 1 OK 2026/08/25 02:15:25 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:15:25 DEBUG : 1: Destination found in --compare-dest, skipping 2026/08/25 02:15:26 DEBUG : 2: size = 1 OK 2026/08/25 02:15:26 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:15:26 DEBUG : 2: Destination found in --compare-dest, skipping 2026/08/25 02:15:26 DEBUG : 3: Need to transfer - File not found at Destination 2026/08/25 02:15:26 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dest: Waiting for checks to finish 2026/08/25 02:15:26 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dest: Waiting for transfers to finish 2026/08/25 02:15:27 DEBUG : 3: size = 1 OK 2026/08/25 02:15:27 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2026/08/25 02:15:27 INFO : 3: Copied (new) 2026/08/25 02:15:27 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (8.66s) === RUN TestSyncCopyDest run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:15:28 DEBUG : Creating backend with remote "TestB2:rclone-test-bozobuc5vozu/dst" 2026/08/25 02:15:30 DEBUG : Creating backend with remote "TestB2:rclone-test-bozobuc5vozu/CopyDest" 2026/08/25 02:15:32 DEBUG : one: Need to transfer - File not found at Destination 2026/08/25 02:15:32 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for checks to finish 2026/08/25 02:15:32 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for transfers to finish 2026/08/25 02:15:32 DEBUG : one: size = 3 OK 2026/08/25 02:15:32 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/25 02:15:32 INFO : one: Copied (new) 2026/08/25 02:15:32 DEBUG : Waiting for deletions to finish 2026/08/25 02:15:33 DEBUG : one: size = 5 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:15:33 DEBUG : one: size = 3 (B2 bucket rclone-test-bozobuc5vozu path dst) 2026/08/25 02:15:33 DEBUG : one: Sizes differ 2026/08/25 02:15:33 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for checks to finish 2026/08/25 02:15:33 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for transfers to finish 2026/08/25 02:15:33 DEBUG : one: size = 5 OK 2026/08/25 02:15:33 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/25 02:15:33 INFO : one: Copied (replaced existing) 2026/08/25 02:15:33 DEBUG : Waiting for deletions to finish 2026/08/25 02:15:35 DEBUG : Creating backend with remote "TestB2:rclone-test-bozobuc5vozu/BackupDir" 2026/08/25 02:15:36 DEBUG : one: size = 5 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:15:36 DEBUG : one: size = 3 (B2 bucket rclone-test-bozobuc5vozu path dst) 2026/08/25 02:15:36 DEBUG : one: Sizes differ 2026/08/25 02:15:36 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for checks to finish 2026/08/25 02:15:36 DEBUG : one: size = 5 OK 2026/08/25 02:15:36 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 02:15:36 DEBUG : one: size = 5 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:15:36 DEBUG : one: size = 3 (B2 bucket rclone-test-bozobuc5vozu path dst) 2026/08/25 02:15:36 DEBUG : one: Sizes differ 2026/08/25 02:15:38 DEBUG : one: size = 3 OK 2026/08/25 02:15:38 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/25 02:15:38 INFO : one: Copied (server-side copy) 2026/08/25 02:15:38 INFO : one: Deleted 2026/08/25 02:15:38 DEBUG : one: size = 5 OK 2026/08/25 02:15:38 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/25 02:15:38 INFO : one: Copied (server-side copy) 2026/08/25 02:15:38 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/25 02:15:38 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for transfers to finish 2026/08/25 02:15:38 DEBUG : Waiting for deletions to finish 2026/08/25 02:15:39 DEBUG : one: size = 5 OK 2026/08/25 02:15:39 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 02:15:39 DEBUG : one: Unchanged skipping 2026/08/25 02:15:39 DEBUG : two: size = 3 OK 2026/08/25 02:15:39 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 02:15:39 DEBUG : two: size = 3 OK 2026/08/25 02:15:39 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/25 02:15:39 INFO : two: Copied (server-side copy) 2026/08/25 02:15:39 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/25 02:15:39 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for checks to finish 2026/08/25 02:15:39 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for transfers to finish 2026/08/25 02:15:39 DEBUG : Waiting for deletions to finish 2026/08/25 02:15:40 DEBUG : one: size = 5 OK 2026/08/25 02:15:40 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 02:15:40 DEBUG : one: Unchanged skipping 2026/08/25 02:15:40 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for checks to finish 2026/08/25 02:15:40 DEBUG : two: size = 3 OK 2026/08/25 02:15:40 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 02:15:40 DEBUG : two: Unchanged skipping 2026/08/25 02:15:40 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for transfers to finish 2026/08/25 02:15:40 DEBUG : Waiting for deletions to finish 2026/08/25 02:15:40 INFO : There was nothing to transfer 2026/08/25 02:15:41 DEBUG : one: size = 5 OK 2026/08/25 02:15:41 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 02:15:41 DEBUG : one: Unchanged skipping 2026/08/25 02:15:41 DEBUG : three: size = 7 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:15:41 DEBUG : three: size = 5 (B2 bucket rclone-test-bozobuc5vozu path CopyDest) 2026/08/25 02:15:41 DEBUG : three: Sizes differ 2026/08/25 02:15:41 DEBUG : three: Destination not found in --copy-dest 2026/08/25 02:15:41 DEBUG : three: Need to transfer - File not found at Destination 2026/08/25 02:15:41 DEBUG : two: size = 3 OK 2026/08/25 02:15:41 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/25 02:15:41 DEBUG : two: Unchanged skipping 2026/08/25 02:15:41 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for checks to finish 2026/08/25 02:15:41 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for transfers to finish 2026/08/25 02:15:41 DEBUG : three: size = 7 OK 2026/08/25 02:15:41 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2026/08/25 02:15:41 INFO : three: Copied (new) 2026/08/25 02:15:41 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (14.72s) === RUN TestSyncBackupDir run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:15:44 DEBUG : Creating backend with remote "TestB2:rclone-test-bozobuc5vozu/dst" 2026/08/25 02:15:46 DEBUG : Creating backend with remote "TestB2:rclone-test-bozobuc5vozu/backup" 2026/08/25 02:15:47 DEBUG : two: size = 3 OK 2026/08/25 02:15:47 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for checks to finish 2026/08/25 02:15:47 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:15:47 DEBUG : two: Unchanged skipping 2026/08/25 02:15:47 DEBUG : one: size = 4 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:15:47 DEBUG : one: size = 3 (B2 bucket rclone-test-bozobuc5vozu path dst) 2026/08/25 02:15:47 DEBUG : one: Sizes differ 2026/08/25 02:16:08 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_create_bucket": EOF) 2026/08/25 02:16:08 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/25 02:16:09 DEBUG : pacer: Reducing sleep to 10ms 2026/08/25 02:16:10 DEBUG : one: size = 3 OK 2026/08/25 02:16:10 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/25 02:16:10 INFO : one: Copied (server-side copy) 2026/08/25 02:16:10 INFO : one: Deleted 2026/08/25 02:16:10 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for transfers to finish 2026/08/25 02:16:11 DEBUG : one: size = 4 OK 2026/08/25 02:16:11 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/25 02:16:11 INFO : one: Copied (new) 2026/08/25 02:16:11 DEBUG : Waiting for deletions to finish 2026/08/25 02:16:12 DEBUG : three.txt: size = 5 OK 2026/08/25 02:16:12 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/25 02:16:12 INFO : three.txt: Copied (server-side copy) 2026/08/25 02:16:12 INFO : three.txt: Deleted 2026/08/25 02:16:12 INFO : three.txt: Moved into backup dir 2026/08/25 02:16:13 DEBUG : one: size = 5 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:16:13 DEBUG : one: size = 4 (B2 bucket rclone-test-bozobuc5vozu path dst) 2026/08/25 02:16:13 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for checks to finish 2026/08/25 02:16:13 DEBUG : one: Sizes differ 2026/08/25 02:16:13 DEBUG : two: size = 3 OK 2026/08/25 02:16:13 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:16:13 DEBUG : two: Unchanged skipping 2026/08/25 02:16:14 DEBUG : one: size = 4 OK 2026/08/25 02:16:14 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/25 02:16:14 INFO : one: Copied (server-side copy) 2026/08/25 02:16:14 INFO : one: Deleted 2026/08/25 02:16:14 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for transfers to finish 2026/08/25 02:16:14 DEBUG : one: size = 5 OK 2026/08/25 02:16:14 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/25 02:16:14 INFO : one: Copied (new) 2026/08/25 02:16:14 DEBUG : Waiting for deletions to finish 2026/08/25 02:16:14 DEBUG : three.txt: size = 6 OK 2026/08/25 02:16:14 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/25 02:16:14 INFO : three.txt: Copied (server-side copy) 2026/08/25 02:16:15 INFO : three.txt: Deleted 2026/08/25 02:16:15 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (32.74s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:16:17 DEBUG : Creating backend with remote "TestB2:rclone-test-bozobuc5vozu/dst" 2026/08/25 02:16:18 DEBUG : Creating backend with remote "TestB2:rclone-test-bozobuc5vozu/backup" 2026/08/25 02:16:20 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for checks to finish 2026/08/25 02:16:20 DEBUG : one: size = 4 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:16:20 DEBUG : one: size = 3 (B2 bucket rclone-test-bozobuc5vozu path dst) 2026/08/25 02:16:20 DEBUG : one: Sizes differ 2026/08/25 02:16:20 DEBUG : two: size = 3 OK 2026/08/25 02:16:20 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:16:20 DEBUG : two: Unchanged skipping 2026/08/25 02:16:21 DEBUG : one.bak: size = 3 OK 2026/08/25 02:16:21 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/25 02:16:21 INFO : one: Copied (server-side copy) to: one.bak 2026/08/25 02:16:22 INFO : one: Deleted 2026/08/25 02:16:22 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for transfers to finish 2026/08/25 02:16:22 DEBUG : one: size = 4 OK 2026/08/25 02:16:22 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/25 02:16:22 INFO : one: Copied (new) 2026/08/25 02:16:22 DEBUG : Waiting for deletions to finish 2026/08/25 02:16:23 DEBUG : three.txt.bak: size = 5 OK 2026/08/25 02:16:23 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/25 02:16:23 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/25 02:16:23 INFO : three.txt: Deleted 2026/08/25 02:16:23 INFO : three.txt: Moved into backup dir 2026/08/25 02:16:24 DEBUG : one: size = 5 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:16:24 DEBUG : one: size = 4 (B2 bucket rclone-test-bozobuc5vozu path dst) 2026/08/25 02:16:24 DEBUG : one: Sizes differ 2026/08/25 02:16:24 DEBUG : two: size = 3 OK 2026/08/25 02:16:24 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:16:24 DEBUG : two: Unchanged skipping 2026/08/25 02:16:24 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for checks to finish 2026/08/25 02:16:25 DEBUG : one.bak: size = 4 OK 2026/08/25 02:16:25 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/25 02:16:25 INFO : one: Copied (server-side copy) to: one.bak 2026/08/25 02:16:25 INFO : one: Deleted 2026/08/25 02:16:25 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for transfers to finish 2026/08/25 02:16:25 DEBUG : one: size = 5 OK 2026/08/25 02:16:25 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/25 02:16:25 INFO : one: Copied (new) 2026/08/25 02:16:25 DEBUG : Waiting for deletions to finish 2026/08/25 02:16:26 DEBUG : three.txt.bak: size = 6 OK 2026/08/25 02:16:26 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/25 02:16:26 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/25 02:16:26 INFO : three.txt: Deleted 2026/08/25 02:16:26 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (11.10s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:16:28 DEBUG : Creating backend with remote "TestB2:rclone-test-bozobuc5vozu/dst" 2026/08/25 02:16:29 DEBUG : Creating backend with remote "TestB2:rclone-test-bozobuc5vozu/backup" 2026/08/25 02:16:31 DEBUG : one: size = 4 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:16:31 DEBUG : one: size = 3 (B2 bucket rclone-test-bozobuc5vozu path dst) 2026/08/25 02:16:31 DEBUG : one: Sizes differ 2026/08/25 02:16:31 DEBUG : two: size = 3 OK 2026/08/25 02:16:31 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:16:31 DEBUG : two: Unchanged skipping 2026/08/25 02:16:31 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for checks to finish 2026/08/25 02:16:33 DEBUG : one-2019-01-01: size = 3 OK 2026/08/25 02:16:33 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/25 02:16:33 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/25 02:16:33 INFO : one: Deleted 2026/08/25 02:16:33 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for transfers to finish 2026/08/25 02:16:34 DEBUG : one: size = 4 OK 2026/08/25 02:16:34 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/25 02:16:34 INFO : one: Copied (new) 2026/08/25 02:16:34 DEBUG : Waiting for deletions to finish 2026/08/25 02:16:34 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/08/25 02:16:34 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/25 02:16:34 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/25 02:16:34 INFO : three.txt: Deleted 2026/08/25 02:16:34 INFO : three.txt: Moved into backup dir 2026/08/25 02:16:36 DEBUG : one: size = 5 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:16:36 DEBUG : one: size = 4 (B2 bucket rclone-test-bozobuc5vozu path dst) 2026/08/25 02:16:36 DEBUG : one: Sizes differ 2026/08/25 02:16:36 DEBUG : two: size = 3 OK 2026/08/25 02:16:36 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:16:36 DEBUG : two: Unchanged skipping 2026/08/25 02:16:36 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for checks to finish 2026/08/25 02:16:36 DEBUG : one-2019-01-01: size = 4 OK 2026/08/25 02:16:36 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/25 02:16:36 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/25 02:16:36 INFO : one: Deleted 2026/08/25 02:16:36 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for transfers to finish 2026/08/25 02:16:36 DEBUG : one: size = 5 OK 2026/08/25 02:16:36 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/25 02:16:36 INFO : one: Copied (new) 2026/08/25 02:16:36 DEBUG : Waiting for deletions to finish 2026/08/25 02:16:37 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/08/25 02:16:37 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/25 02:16:37 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/25 02:16:37 INFO : three.txt: Deleted 2026/08/25 02:16:37 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (11.22s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:16:39 DEBUG : Creating backend with remote "TestB2:rclone-test-bozobuc5vozu/dst" 2026/08/25 02:16:41 DEBUG : one: size = 4 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:16:41 DEBUG : one: size = 3 (B2 bucket rclone-test-bozobuc5vozu path dst) 2026/08/25 02:16:41 DEBUG : one: Sizes differ 2026/08/25 02:16:41 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for checks to finish 2026/08/25 02:16:41 DEBUG : two: size = 3 OK 2026/08/25 02:16:41 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:16:41 DEBUG : two: Unchanged skipping 2026/08/25 02:16:42 DEBUG : one.bak: size = 3 OK 2026/08/25 02:16:42 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/25 02:16:42 INFO : one: Copied (server-side copy) to: one.bak 2026/08/25 02:16:42 INFO : one: Deleted 2026/08/25 02:16:42 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for transfers to finish 2026/08/25 02:16:42 DEBUG : one: size = 4 OK 2026/08/25 02:16:42 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/25 02:16:42 INFO : one: Copied (new) 2026/08/25 02:16:42 DEBUG : Waiting for deletions to finish 2026/08/25 02:16:43 DEBUG : three.txt.bak: size = 5 OK 2026/08/25 02:16:43 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/25 02:16:43 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/25 02:16:43 INFO : three.txt: Deleted 2026/08/25 02:16:43 INFO : three.txt: Moved into backup dir 2026/08/25 02:16:44 DEBUG : one.bak: Excluded (Path Filter) 2026/08/25 02:16:44 DEBUG : one.bak: Excluded 2026/08/25 02:16:44 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/08/25 02:16:44 DEBUG : three.txt.bak: Excluded 2026/08/25 02:16:44 DEBUG : one: size = 5 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:16:44 DEBUG : one: size = 4 (B2 bucket rclone-test-bozobuc5vozu path dst) 2026/08/25 02:16:44 DEBUG : one: Sizes differ 2026/08/25 02:16:44 DEBUG : two: size = 3 OK 2026/08/25 02:16:44 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:16:44 DEBUG : two: Unchanged skipping 2026/08/25 02:16:44 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for checks to finish 2026/08/25 02:16:44 DEBUG : one.bak: size = 4 OK 2026/08/25 02:16:44 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/25 02:16:44 INFO : one: Copied (server-side copy) to: one.bak 2026/08/25 02:16:44 INFO : one: Deleted 2026/08/25 02:16:44 DEBUG : B2 bucket rclone-test-bozobuc5vozu path dst: Waiting for transfers to finish 2026/08/25 02:16:45 DEBUG : one: size = 5 OK 2026/08/25 02:16:45 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/25 02:16:45 INFO : one: Copied (new) 2026/08/25 02:16:45 DEBUG : Waiting for deletions to finish 2026/08/25 02:16:45 DEBUG : three.txt.bak: size = 6 OK 2026/08/25 02:16:45 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/25 02:16:45 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/25 02:16:45 INFO : three.txt: Deleted 2026/08/25 02:16:45 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (8.26s) === RUN TestSyncSuffix run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:16:48 DEBUG : Creating backend with remote "TestB2:rclone-test-bozobuc5vozu/dst" 2026/08/25 02:16:49 DEBUG : one: size = 4 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:16:49 DEBUG : one: size = 3 (B2 bucket rclone-test-bozobuc5vozu path dst) 2026/08/25 02:16:49 DEBUG : one: Sizes differ 2026/08/25 02:16:50 DEBUG : one.bak: size = 3 OK 2026/08/25 02:16:50 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/25 02:16:50 INFO : one: Copied (server-side copy) to: one.bak 2026/08/25 02:16:51 INFO : one: Deleted 2026/08/25 02:16:51 DEBUG : one: size = 4 OK 2026/08/25 02:16:51 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/25 02:16:51 INFO : one: Copied (new) 2026/08/25 02:16:52 DEBUG : two: size = 3 OK 2026/08/25 02:16:52 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:16:52 DEBUG : two: Unchanged skipping 2026/08/25 02:16:52 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:16:52 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-bozobuc5vozu path dst) 2026/08/25 02:16:52 DEBUG : three.txt: Sizes differ 2026/08/25 02:16:52 DEBUG : three.txt.bak: size = 5 OK 2026/08/25 02:16:52 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/25 02:16:52 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/25 02:16:52 INFO : three.txt: Deleted 2026/08/25 02:16:52 DEBUG : three.txt: size = 6 OK 2026/08/25 02:16:52 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/25 02:16:52 INFO : three.txt: Copied (new) 2026/08/25 02:16:53 DEBUG : one: size = 5 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:16:53 DEBUG : one: size = 4 (B2 bucket rclone-test-bozobuc5vozu path dst) 2026/08/25 02:16:53 DEBUG : one: Sizes differ 2026/08/25 02:16:53 DEBUG : one.bak: size = 4 OK 2026/08/25 02:16:53 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/25 02:16:53 INFO : one: Copied (server-side copy) to: one.bak 2026/08/25 02:16:54 INFO : one: Deleted 2026/08/25 02:16:54 DEBUG : one: size = 5 OK 2026/08/25 02:16:54 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/25 02:16:54 INFO : one: Copied (new) 2026/08/25 02:16:54 DEBUG : two: size = 3 OK 2026/08/25 02:16:54 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:16:54 DEBUG : two: Unchanged skipping 2026/08/25 02:16:54 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:16:54 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-bozobuc5vozu path dst) 2026/08/25 02:16:54 DEBUG : three.txt: Sizes differ 2026/08/25 02:16:55 DEBUG : three.txt.bak: size = 6 OK 2026/08/25 02:16:55 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/25 02:16:55 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/25 02:16:55 INFO : three.txt: Deleted 2026/08/25 02:16:55 DEBUG : three.txt: size = 19 OK 2026/08/25 02:16:55 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/08/25 02:16:55 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (9.95s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:16:58 DEBUG : Creating backend with remote "TestB2:rclone-test-bozobuc5vozu/dst" 2026/08/25 02:16:59 DEBUG : one: size = 4 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:16:59 DEBUG : one: size = 3 (B2 bucket rclone-test-bozobuc5vozu path dst) 2026/08/25 02:16:59 DEBUG : one: Sizes differ 2026/08/25 02:17:01 DEBUG : one-2019-01-01: size = 3 OK 2026/08/25 02:17:01 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/25 02:17:01 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/25 02:17:01 INFO : one: Deleted 2026/08/25 02:17:02 DEBUG : one: size = 4 OK 2026/08/25 02:17:02 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/25 02:17:02 INFO : one: Copied (new) 2026/08/25 02:17:02 DEBUG : two: size = 3 OK 2026/08/25 02:17:02 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:02 DEBUG : two: Unchanged skipping 2026/08/25 02:17:02 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:17:02 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-bozobuc5vozu path dst) 2026/08/25 02:17:02 DEBUG : three.txt: Sizes differ 2026/08/25 02:17:03 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/08/25 02:17:03 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/25 02:17:03 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/25 02:17:03 INFO : three.txt: Deleted 2026/08/25 02:17:03 DEBUG : three.txt: size = 6 OK 2026/08/25 02:17:03 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/25 02:17:03 INFO : three.txt: Copied (new) 2026/08/25 02:17:04 DEBUG : one: size = 5 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:17:04 DEBUG : one: size = 4 (B2 bucket rclone-test-bozobuc5vozu path dst) 2026/08/25 02:17:04 DEBUG : one: Sizes differ 2026/08/25 02:17:04 DEBUG : one-2019-01-01: size = 4 OK 2026/08/25 02:17:04 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/25 02:17:04 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/25 02:17:04 INFO : one: Deleted 2026/08/25 02:17:04 DEBUG : one: size = 5 OK 2026/08/25 02:17:04 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/25 02:17:04 INFO : one: Copied (new) 2026/08/25 02:17:05 DEBUG : two: size = 3 OK 2026/08/25 02:17:05 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:05 DEBUG : two: Unchanged skipping 2026/08/25 02:17:05 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:17:05 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-bozobuc5vozu path dst) 2026/08/25 02:17:05 DEBUG : three.txt: Sizes differ 2026/08/25 02:17:05 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/08/25 02:17:05 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/25 02:17:05 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/25 02:17:05 INFO : three.txt: Deleted 2026/08/25 02:17:06 DEBUG : three.txt: size = 19 OK 2026/08/25 02:17:06 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/08/25 02:17:06 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (10.60s) === RUN TestSyncUTFNorm run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:17:08 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:17:08 DEBUG : Testêé: size = 18 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:17:08 DEBUG : Testêé: Sizes differ 2026/08/25 02:17:08 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:17:08 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:17:09 DEBUG : Testêé: size = 14 OK 2026/08/25 02:17:09 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2026/08/25 02:17:09 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/08/25 02:17:09 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.23s) === RUN TestSyncImmutable run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:17:10 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/25 02:17:10 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:17:10 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:17:10 DEBUG : existing: size = 6 OK 2026/08/25 02:17:10 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/25 02:17:10 INFO : existing: Copied (new) 2026/08/25 02:17:10 DEBUG : Waiting for deletions to finish 2026/08/25 02:17:10 DEBUG : existing: size = 8 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:17:10 DEBUG : existing: size = 6 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:17:10 DEBUG : existing: Sizes differ 2026/08/25 02:17:10 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/08/25 02:17:10 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:17:10 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:17:10 ERROR : B2 bucket rclone-test-bozobuc5vozu: not deleting files as there were IO errors 2026/08/25 02:17:10 ERROR : B2 bucket rclone-test-bozobuc5vozu: not deleting directories as there were IO errors --- PASS: TestSyncImmutable (1.94s) === RUN TestSyncIgnoreCase run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:17:12 DEBUG : EXISTING: size = 6 OK 2026/08/25 02:17:12 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:12 DEBUG : existing: Unchanged skipping 2026/08/25 02:17:12 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:17:12 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:17:12 DEBUG : Waiting for deletions to finish 2026/08/25 02:17:12 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.29s) === RUN TestFixCase run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", 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-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Soft run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.11s) --- SKIP: TestMaxTransfer/Hard (0.37s) --- SKIP: TestMaxTransfer/Soft (0.38s) --- SKIP: TestMaxTransfer/Cautious (0.37s) === RUN TestSyncConcurrentDelete run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:17:22 DEBUG : both0: size = 6 OK 2026/08/25 02:17:22 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:22 DEBUG : both0: Unchanged skipping 2026/08/25 02:17:22 DEBUG : both10: size = 6 OK 2026/08/25 02:17:22 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:22 DEBUG : both10: Unchanged skipping 2026/08/25 02:17:22 DEBUG : both11: size = 6 OK 2026/08/25 02:17:22 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:22 DEBUG : both11: Unchanged skipping 2026/08/25 02:17:22 DEBUG : both12: size = 6 OK 2026/08/25 02:17:22 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:22 DEBUG : both12: Unchanged skipping 2026/08/25 02:17:22 DEBUG : both13: size = 6 OK 2026/08/25 02:17:22 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:22 DEBUG : both13: Unchanged skipping 2026/08/25 02:17:22 DEBUG : both14: size = 6 OK 2026/08/25 02:17:22 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:22 DEBUG : both14: Unchanged skipping 2026/08/25 02:17:22 DEBUG : both15: size = 6 OK 2026/08/25 02:17:22 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:22 DEBUG : both15: Unchanged skipping 2026/08/25 02:17:22 DEBUG : both16: size = 6 OK 2026/08/25 02:17:22 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:22 DEBUG : both16: Unchanged skipping 2026/08/25 02:17:22 DEBUG : both17: size = 6 OK 2026/08/25 02:17:22 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:22 DEBUG : both17: Unchanged skipping 2026/08/25 02:17:22 DEBUG : both18: size = 6 OK 2026/08/25 02:17:22 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:22 DEBUG : both18: Unchanged skipping 2026/08/25 02:17:22 DEBUG : both19: size = 6 OK 2026/08/25 02:17:22 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:22 DEBUG : both19: Unchanged skipping 2026/08/25 02:17:22 DEBUG : both1: size = 6 OK 2026/08/25 02:17:22 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:22 DEBUG : both1: Unchanged skipping 2026/08/25 02:17:22 DEBUG : both2: size = 6 OK 2026/08/25 02:17:22 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:22 DEBUG : both2: Unchanged skipping 2026/08/25 02:17:22 DEBUG : both3: size = 6 OK 2026/08/25 02:17:22 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:22 DEBUG : both3: Unchanged skipping 2026/08/25 02:17:22 DEBUG : both4: size = 6 OK 2026/08/25 02:17:22 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:22 DEBUG : both4: Unchanged skipping 2026/08/25 02:17:22 DEBUG : both5: size = 6 OK 2026/08/25 02:17:22 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:22 DEBUG : both5: Unchanged skipping 2026/08/25 02:17:22 DEBUG : both6: size = 6 OK 2026/08/25 02:17:22 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:22 DEBUG : both6: Unchanged skipping 2026/08/25 02:17:22 DEBUG : both7: size = 6 OK 2026/08/25 02:17:22 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:22 DEBUG : both7: Unchanged skipping 2026/08/25 02:17:22 DEBUG : both8: size = 6 OK 2026/08/25 02:17:22 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:22 DEBUG : both8: Unchanged skipping 2026/08/25 02:17:22 DEBUG : both9: size = 6 OK 2026/08/25 02:17:22 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:22 DEBUG : both9: Unchanged skipping 2026/08/25 02:17:22 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:17:22 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:17:22 DEBUG : Waiting for deletions to finish 2026/08/25 02:17:23 INFO : only0: Deleted 2026/08/25 02:17:23 INFO : only15: Deleted 2026/08/25 02:17:23 INFO : only17: Deleted 2026/08/25 02:17:23 INFO : only18: Deleted 2026/08/25 02:17:23 INFO : only4: Deleted 2026/08/25 02:17:23 INFO : only6: Deleted 2026/08/25 02:17:23 INFO : only3: Deleted 2026/08/25 02:17:23 INFO : only19: Deleted 2026/08/25 02:17:23 INFO : only14: Deleted 2026/08/25 02:17:23 INFO : only13: Deleted 2026/08/25 02:17:23 INFO : only7: Deleted 2026/08/25 02:17:23 INFO : only11: Deleted 2026/08/25 02:17:23 INFO : only12: Deleted 2026/08/25 02:17:23 INFO : only8: Deleted 2026/08/25 02:17:24 INFO : only9: Deleted 2026/08/25 02:17:24 INFO : only10: Deleted 2026/08/25 02:17:24 INFO : only16: Deleted 2026/08/25 02:17:24 INFO : only1: Deleted 2026/08/25 02:17:24 INFO : only2: Deleted 2026/08/25 02:17:24 INFO : only5: Deleted 2026/08/25 02:17:24 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (14.16s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:17:37 DEBUG : both0: size = 6 OK 2026/08/25 02:17:37 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:37 DEBUG : both0: Unchanged skipping 2026/08/25 02:17:37 DEBUG : both10: size = 6 OK 2026/08/25 02:17:37 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:37 DEBUG : both10: Unchanged skipping 2026/08/25 02:17:37 DEBUG : both11: size = 6 OK 2026/08/25 02:17:37 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:37 DEBUG : both11: Unchanged skipping 2026/08/25 02:17:37 DEBUG : both12: size = 6 OK 2026/08/25 02:17:37 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:37 DEBUG : both12: Unchanged skipping 2026/08/25 02:17:37 DEBUG : both13: size = 6 OK 2026/08/25 02:17:37 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:37 DEBUG : both13: Unchanged skipping 2026/08/25 02:17:37 DEBUG : both14: size = 6 OK 2026/08/25 02:17:37 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:37 DEBUG : both14: Unchanged skipping 2026/08/25 02:17:37 DEBUG : both15: size = 6 OK 2026/08/25 02:17:37 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:37 DEBUG : both15: Unchanged skipping 2026/08/25 02:17:37 DEBUG : both16: size = 6 OK 2026/08/25 02:17:37 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:37 DEBUG : both16: Unchanged skipping 2026/08/25 02:17:37 DEBUG : both17: size = 6 OK 2026/08/25 02:17:37 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:37 DEBUG : both17: Unchanged skipping 2026/08/25 02:17:37 DEBUG : both18: size = 6 OK 2026/08/25 02:17:37 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:37 DEBUG : both18: Unchanged skipping 2026/08/25 02:17:37 DEBUG : both19: size = 6 OK 2026/08/25 02:17:37 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:37 DEBUG : both19: Unchanged skipping 2026/08/25 02:17:37 DEBUG : both1: size = 6 OK 2026/08/25 02:17:37 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:37 DEBUG : both1: Unchanged skipping 2026/08/25 02:17:37 DEBUG : both2: size = 6 OK 2026/08/25 02:17:37 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:37 DEBUG : both2: Unchanged skipping 2026/08/25 02:17:37 DEBUG : both3: size = 6 OK 2026/08/25 02:17:37 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:37 DEBUG : both3: Unchanged skipping 2026/08/25 02:17:37 DEBUG : both4: size = 6 OK 2026/08/25 02:17:37 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:37 DEBUG : both4: Unchanged skipping 2026/08/25 02:17:37 DEBUG : both5: size = 6 OK 2026/08/25 02:17:37 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:37 DEBUG : both5: Unchanged skipping 2026/08/25 02:17:37 DEBUG : both6: size = 6 OK 2026/08/25 02:17:37 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:37 DEBUG : both6: Unchanged skipping 2026/08/25 02:17:37 DEBUG : both7: size = 6 OK 2026/08/25 02:17:37 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:37 DEBUG : both7: Unchanged skipping 2026/08/25 02:17:37 DEBUG : both8: size = 6 OK 2026/08/25 02:17:37 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:37 DEBUG : both8: Unchanged skipping 2026/08/25 02:17:37 DEBUG : both9: size = 6 OK 2026/08/25 02:17:37 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:17:37 DEBUG : both9: Unchanged skipping 2026/08/25 02:17:37 DEBUG : only0: size = 0 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:17:37 DEBUG : only0: size = 6 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:17:37 DEBUG : only0: Sizes differ 2026/08/25 02:17:37 DEBUG : only10: size = 0 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:17:37 DEBUG : only10: size = 6 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:17:37 DEBUG : only10: Sizes differ 2026/08/25 02:17:37 DEBUG : only11: size = 0 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:17:37 DEBUG : only11: size = 6 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:17:37 DEBUG : only11: Sizes differ 2026/08/25 02:17:37 DEBUG : only12: size = 0 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:17:37 DEBUG : only12: size = 6 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:17:37 DEBUG : only12: Sizes differ 2026/08/25 02:17:37 DEBUG : only13: size = 0 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:17:37 DEBUG : only13: size = 6 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:17:37 DEBUG : only13: Sizes differ 2026/08/25 02:17:37 DEBUG : only14: size = 0 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:17:37 DEBUG : only14: size = 6 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:17:37 DEBUG : only14: Sizes differ 2026/08/25 02:17:37 DEBUG : only15: size = 0 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:17:37 DEBUG : only15: size = 6 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:17:37 DEBUG : only15: Sizes differ 2026/08/25 02:17:37 DEBUG : only16: size = 0 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:17:37 DEBUG : only16: size = 6 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:17:37 DEBUG : only16: Sizes differ 2026/08/25 02:17:37 DEBUG : only17: size = 0 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:17:37 DEBUG : only17: size = 6 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:17:37 DEBUG : only17: Sizes differ 2026/08/25 02:17:37 DEBUG : only18: size = 0 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:17:37 DEBUG : only18: size = 6 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:17:37 DEBUG : only18: Sizes differ 2026/08/25 02:17:37 DEBUG : only19: size = 0 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:17:37 DEBUG : only19: size = 6 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:17:37 DEBUG : only19: Sizes differ 2026/08/25 02:17:37 DEBUG : only1: size = 0 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:17:37 DEBUG : only1: size = 6 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:17:37 DEBUG : only1: Sizes differ 2026/08/25 02:17:37 DEBUG : only2: size = 0 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:17:37 DEBUG : only2: size = 6 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:17:37 DEBUG : only2: Sizes differ 2026/08/25 02:17:37 DEBUG : only3: size = 0 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:17:37 DEBUG : only3: size = 6 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:17:37 DEBUG : only3: Sizes differ 2026/08/25 02:17:37 DEBUG : only4: size = 0 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:17:37 DEBUG : only4: size = 6 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:17:37 DEBUG : only4: Sizes differ 2026/08/25 02:17:37 DEBUG : only5: size = 0 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:17:37 DEBUG : only5: size = 6 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:17:37 DEBUG : only5: Sizes differ 2026/08/25 02:17:37 DEBUG : only6: size = 0 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:17:37 DEBUG : only6: size = 6 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:17:37 DEBUG : only6: Sizes differ 2026/08/25 02:17:37 DEBUG : only7: size = 0 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:17:37 DEBUG : only7: size = 6 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:17:37 DEBUG : only7: Sizes differ 2026/08/25 02:17:37 DEBUG : only8: size = 0 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:17:37 DEBUG : only8: size = 6 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:17:37 DEBUG : only8: Sizes differ 2026/08/25 02:17:37 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:17:37 DEBUG : only9: size = 0 (Local file system at /tmp/rclone1312677013) 2026/08/25 02:17:37 DEBUG : only9: size = 6 (B2 bucket rclone-test-bozobuc5vozu) 2026/08/25 02:17:37 DEBUG : only9: Sizes differ 2026/08/25 02:17:37 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:17:37 DEBUG : only0: size = 0 OK 2026/08/25 02:17:37 DEBUG : only11: size = 0 OK 2026/08/25 02:17:37 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/25 02:17:37 INFO : only0: Copied (replaced existing) 2026/08/25 02:17:37 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/25 02:17:37 INFO : only11: Copied (replaced existing) 2026/08/25 02:17:37 DEBUG : only13: size = 0 OK 2026/08/25 02:17:37 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/25 02:17:37 INFO : only13: Copied (replaced existing) 2026/08/25 02:17:37 DEBUG : only14: size = 0 OK 2026/08/25 02:17:37 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/25 02:17:37 INFO : only14: Copied (replaced existing) 2026/08/25 02:17:38 DEBUG : only12: size = 0 OK 2026/08/25 02:17:38 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/25 02:17:38 INFO : only12: Copied (replaced existing) 2026/08/25 02:17:38 DEBUG : only15: size = 0 OK 2026/08/25 02:17:38 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/25 02:17:38 INFO : only15: Copied (replaced existing) 2026/08/25 02:17:38 DEBUG : only16: size = 0 OK 2026/08/25 02:17:38 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/25 02:17:38 INFO : only16: Copied (replaced existing) 2026/08/25 02:17:38 DEBUG : only10: size = 0 OK 2026/08/25 02:17:38 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/25 02:17:38 INFO : only10: Copied (replaced existing) 2026/08/25 02:17:38 DEBUG : only17: size = 0 OK 2026/08/25 02:17:38 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/25 02:17:38 INFO : only17: Copied (replaced existing) 2026/08/25 02:17:38 DEBUG : only18: size = 0 OK 2026/08/25 02:17:38 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/25 02:17:38 INFO : only18: Copied (replaced existing) 2026/08/25 02:17:38 DEBUG : only19: size = 0 OK 2026/08/25 02:17:38 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/25 02:17:38 INFO : only19: Copied (replaced existing) 2026/08/25 02:17:38 DEBUG : only1: size = 0 OK 2026/08/25 02:17:38 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/25 02:17:38 INFO : only1: Copied (replaced existing) 2026/08/25 02:17:38 DEBUG : only4: size = 0 OK 2026/08/25 02:17:38 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/25 02:17:38 INFO : only4: Copied (replaced existing) 2026/08/25 02:17:38 DEBUG : only3: size = 0 OK 2026/08/25 02:17:38 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/25 02:17:38 INFO : only3: Copied (replaced existing) 2026/08/25 02:17:38 DEBUG : only2: size = 0 OK 2026/08/25 02:17:38 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/25 02:17:38 INFO : only2: Copied (replaced existing) 2026/08/25 02:17:38 DEBUG : only5: size = 0 OK 2026/08/25 02:17:38 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/25 02:17:38 INFO : only5: Copied (replaced existing) 2026/08/25 02:17:38 DEBUG : only6: size = 0 OK 2026/08/25 02:17:38 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/25 02:17:38 INFO : only6: Copied (replaced existing) 2026/08/25 02:17:38 DEBUG : only7: size = 0 OK 2026/08/25 02:17:38 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/25 02:17:38 INFO : only7: Copied (replaced existing) 2026/08/25 02:17:38 DEBUG : only8: size = 0 OK 2026/08/25 02:17:38 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/25 02:17:38 INFO : only8: Copied (replaced existing) 2026/08/25 02:17:38 DEBUG : only9: size = 0 OK 2026/08/25 02:17:38 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/25 02:17:38 INFO : only9: Copied (replaced existing) 2026/08/25 02:17:38 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (18.11s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:17:46 DEBUG : empty_dir: Making directory with metadata 2026/08/25 02:17:46 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/25 02:17:46 DEBUG : empty_on_remote: Making directory with metadata 2026/08/25 02:17:46 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/25 02:17:46 INFO : empty_on_remote: Making directory 2026/08/25 02:17:46 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/08/25 02:17:47 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/25 02:17:47 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/25 02:17:47 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/25 02:17:47 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (2.62s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:17:49 DEBUG : empty_dir: Making directory with metadata 2026/08/25 02:17:49 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/25 02:17:49 DEBUG : empty_on_remote: Making directory with metadata 2026/08/25 02:17:49 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/25 02:17:49 INFO : empty_on_remote: Making directory 2026/08/25 02:17:49 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/08/25 02:17:50 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/25 02:17:50 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/25 02:17:50 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/25 02:17:50 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/08/25 02:17:50 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (2.42s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:17:51 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/25 02:17:51 INFO : sub dir: Making directory 2026/08/25 02:17:51 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithEmptyDirs (3.18s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:17:55 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/25 02:17:55 INFO : sub dir: Making directory 2026/08/25 02:17:55 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithoutEmptyDirs (3.85s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:18:03 DEBUG : Waiting for deletions to finish 2026/08/25 02:18:03 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:18:03 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:18:03 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:18:03 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:18:03 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:18:03 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:18:03 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:18:03 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:18:03 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:18:03 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:18:03 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:18:03 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:18:03 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:18:03 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:18:03 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:18:03 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:18:03 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:18:03 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:18:03 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:18:03 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/25 02:18:03 DEBUG : apple: size = 5 OK 2026/08/25 02:18:03 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:03 DEBUG : apple: Unchanged skipping 2026/08/25 02:18:03 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/25 02:18:03 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:03 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/25 02:18:03 DEBUG : banana: size = 6 OK 2026/08/25 02:18:03 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:03 DEBUG : banana: Unchanged skipping 2026/08/25 02:18:03 DEBUG : splitbananasplit: size = 16 OK 2026/08/25 02:18:03 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:03 DEBUG : splitbananasplit: Unchanged skipping 2026/08/25 02:18:04 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/25 02:18:04 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:04 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/25 02:18:04 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/25 02:18:04 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:04 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/25 02:18:04 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/25 02:18:04 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:04 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/25 02:18:04 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/25 02:18:04 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:04 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/25 02:18:04 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/25 02:18:04 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:04 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/25 02:18:04 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/25 02:18:04 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:04 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/25 02:18:04 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/25 02:18:04 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:04 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/25 02:18:04 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/25 02:18:04 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:04 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/25 02:18:04 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/25 02:18:04 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:04 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/25 02:18:04 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/25 02:18:04 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:04 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/25 02:18:04 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/25 02:18:04 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:04 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/25 02:18:04 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/25 02:18:04 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:04 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/25 02:18:04 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/25 02:18:04 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:04 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/25 02:18:04 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/25 02:18:04 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:04 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/25 02:18:04 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/25 02:18:04 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:04 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/25 02:18:04 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/25 02:18:04 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:04 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/25 02:18:04 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:18:04 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:18:04 DEBUG : Waiting for deletions to finish 2026/08/25 02:18:04 INFO : There was nothing to transfer 2026/08/25 02:18:04 DEBUG : Waiting for deletions to finish 2026/08/25 02:18:04 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:18:04 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:18:04 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:18:04 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:18:04 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:18:04 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:18:04 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:18:04 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:18:04 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:18:04 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:18:04 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:18:04 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:18:04 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:18:04 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:18:04 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:18:04 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:18:04 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:18:04 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:18:04 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:18:04 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/25 02:18:04 DEBUG : apple: size = 5 OK 2026/08/25 02:18:04 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:04 DEBUG : apple: Unchanged skipping 2026/08/25 02:18:04 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/25 02:18:04 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:04 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/25 02:18:04 DEBUG : banana: size = 6 OK 2026/08/25 02:18:04 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:04 DEBUG : banana: Unchanged skipping 2026/08/25 02:18:04 DEBUG : splitbananasplit: size = 16 OK 2026/08/25 02:18:04 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:04 DEBUG : splitbananasplit: Unchanged skipping 2026/08/25 02:18:05 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/25 02:18:05 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:05 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/25 02:18:05 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/25 02:18:05 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:05 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/25 02:18:05 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/25 02:18:05 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:05 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/25 02:18:05 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/25 02:18:05 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:05 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/25 02:18:05 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/25 02:18:05 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:05 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/25 02:18:05 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/25 02:18:05 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:05 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/25 02:18:05 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/25 02:18:05 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:05 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/25 02:18:05 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/25 02:18:05 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:05 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/25 02:18:05 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/25 02:18:05 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:05 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/25 02:18:05 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/25 02:18:05 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:05 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/25 02:18:05 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/25 02:18:05 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:05 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/25 02:18:05 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/25 02:18:05 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:05 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/25 02:18:05 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/25 02:18:05 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:05 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/25 02:18:05 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/25 02:18:05 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:05 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/25 02:18:05 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/25 02:18:05 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:05 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/25 02:18:05 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/25 02:18:05 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:05 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/25 02:18:05 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:18:05 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:18:05 DEBUG : Waiting for deletions to finish 2026/08/25 02:18:05 INFO : There was nothing to transfer 2026/08/25 02:18:05 DEBUG : Waiting for deletions to finish 2026/08/25 02:18:05 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:18:05 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:18:05 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:18:05 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:18:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:18:05 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:18:05 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:18:05 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:18:05 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:18:05 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:18:05 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:18:05 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:18:05 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:18:05 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:18:05 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:18:05 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:18:05 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:18:05 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:18:05 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:18:05 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/NFD run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:18:15 DEBUG : Waiting for deletions to finish 2026/08/25 02:18:15 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/25 02:18:15 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/25 02:18:16 DEBUG : pacer: Reducing sleep to 10ms 2026/08/25 02:18:16 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:18:16 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:18:16 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:18:16 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:18:16 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:18:16 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:18:16 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:18:16 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:18:16 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:18:16 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:18:16 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:18:16 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:18:16 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:18:16 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:18:16 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:18:16 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:18:16 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:18:16 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:18:16 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:18:16 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/25 02:18:16 DEBUG : apple: size = 5 OK 2026/08/25 02:18:16 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:16 DEBUG : apple: Unchanged skipping 2026/08/25 02:18:16 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/25 02:18:16 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:16 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/25 02:18:16 DEBUG : banana: size = 6 OK 2026/08/25 02:18:16 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:16 DEBUG : banana: Unchanged skipping 2026/08/25 02:18:16 DEBUG : splitbananasplit: size = 16 OK 2026/08/25 02:18:16 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:16 DEBUG : splitbananasplit: Unchanged skipping 2026/08/25 02:18:16 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/25 02:18:16 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:16 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/25 02:18:16 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/25 02:18:16 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:16 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/25 02:18:16 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/25 02:18:16 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:16 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/25 02:18:16 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/25 02:18:16 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:16 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/25 02:18:16 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/25 02:18:16 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:16 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/25 02:18:16 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/25 02:18:16 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:16 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/25 02:18:16 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/25 02:18:16 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:16 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/25 02:18:16 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/25 02:18:16 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:16 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/25 02:18:16 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/25 02:18:16 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:16 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/25 02:18:16 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/25 02:18:16 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:16 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/25 02:18:16 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/25 02:18:16 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:16 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/25 02:18:16 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/25 02:18:16 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:16 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/25 02:18:16 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/25 02:18:16 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:16 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/25 02:18:16 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/25 02:18:16 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:16 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/25 02:18:16 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/25 02:18:16 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:16 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/25 02:18:16 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/25 02:18:16 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:16 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/25 02:18:16 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:18:16 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:18:16 DEBUG : Waiting for deletions to finish 2026/08/25 02:18:16 INFO : There was nothing to transfer 2026/08/25 02:18:16 DEBUG : Waiting for deletions to finish 2026/08/25 02:18:17 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : apple: size = 5 OK 2026/08/25 02:18:17 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:17 DEBUG : apple: Unchanged skipping 2026/08/25 02:18:17 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/25 02:18:17 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:17 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/25 02:18:17 DEBUG : banana: size = 6 OK 2026/08/25 02:18:17 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:17 DEBUG : banana: Unchanged skipping 2026/08/25 02:18:17 DEBUG : splitbananasplit: size = 16 OK 2026/08/25 02:18:17 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:17 DEBUG : splitbananasplit: Unchanged skipping 2026/08/25 02:18:17 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/25 02:18:17 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:17 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/25 02:18:17 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/25 02:18:17 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:17 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/25 02:18:17 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/25 02:18:17 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/25 02:18:17 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/25 02:18:17 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:17 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:17 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/25 02:18:17 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/25 02:18:17 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/25 02:18:17 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:18:17 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:17 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/25 02:18:17 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:17 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/25 02:18:17 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/25 02:18:17 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:17 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/25 02:18:17 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/25 02:18:17 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/25 02:18:17 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/25 02:18:17 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:17 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/25 02:18:17 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/25 02:18:17 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:17 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/25 02:18:17 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/25 02:18:17 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/25 02:18:17 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/25 02:18:17 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:17 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/25 02:18:17 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:17 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/25 02:18:17 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/25 02:18:17 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:17 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/25 02:18:17 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:17 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/25 02:18:17 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:17 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/25 02:18:17 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/25 02:18:17 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:17 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/25 02:18:17 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:17 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/25 02:18:17 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:18:17 DEBUG : Waiting for deletions to finish 2026/08/25 02:18:17 INFO : There was nothing to transfer 2026/08/25 02:18:17 DEBUG : Waiting for deletions to finish 2026/08/25 02:18:17 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:18:17 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/base64 run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:18:28 DEBUG : Waiting for deletions to finish 2026/08/25 02:18:28 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:18:28 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:18:28 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:18:28 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:18:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:18:28 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:18:28 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:18:28 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:18:28 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:18:28 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:18:28 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:18:28 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:18:28 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:18:28 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:18:28 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:18:28 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:18:28 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:18:28 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:18:28 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:18:28 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/25 02:18:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:28 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:28 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:28 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:28 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:28 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:28 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:28 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:28 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/25 02:18:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:28 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:28 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/25 02:18:28 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:28 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/25 02:18:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:28 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/25 02:18:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:28 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:28 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/25 02:18:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:28 DEBUG : YXBwbGU=: size = 5 OK 2026/08/25 02:18:28 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/25 02:18:28 INFO : apple: Copied (new) to: YXBwbGU= 2026/08/25 02:18:28 DEBUG : YmFuYW5h: size = 6 OK 2026/08/25 02:18:28 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/25 02:18:28 INFO : banana: Copied (new) to: YmFuYW5h 2026/08/25 02:18:28 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/25 02:18:28 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/25 02:18:28 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:29 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:29 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:29 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:29 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:29 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:29 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:29 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:29 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:29 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:29 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:29 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:29 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:29 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:29 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:29 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:29 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:29 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:29 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:29 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:29 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/25 02:18:29 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:29 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:18:29 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:18:29 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/25 02:18:29 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/25 02:18:29 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/25 02:18:29 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/25 02:18:29 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/25 02:18:29 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/25 02:18:29 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/25 02:18:29 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/25 02:18:29 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/25 02:18:29 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/25 02:18:29 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/25 02:18:29 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/25 02:18:29 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/25 02:18:29 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/25 02:18:29 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/25 02:18:29 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/25 02:18:29 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:30 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/25 02:18:30 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/25 02:18:30 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:30 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/25 02:18:30 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/25 02:18:30 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:30 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/25 02:18:30 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/25 02:18:30 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:30 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/25 02:18:30 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/25 02:18:30 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:30 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:30 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/25 02:18:30 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/25 02:18:30 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:30 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/25 02:18:30 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/25 02:18:30 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/25 02:18:30 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:30 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/25 02:18:30 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/25 02:18:30 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:30 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/25 02:18:30 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/25 02:18:30 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/08/25 02:18:31 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/25 02:18:31 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/25 02:18:31 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:31 DEBUG : Waiting for deletions to finish 2026/08/25 02:18:32 INFO : dir1/0007-1234567.txt: Deleted 2026/08/25 02:18:32 INFO : banana: Deleted 2026/08/25 02:18:32 INFO : dir1/0003-defghij.txt: Deleted 2026/08/25 02:18:32 INFO : splitbananasplit: Deleted 2026/08/25 02:18:32 INFO : dir1/0014-89;=.txt: Deleted 2026/08/25 02:18:32 INFO : apple: Deleted 2026/08/25 02:18:32 INFO : dir1/0012-6789;.txt: Deleted 2026/08/25 02:18:32 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/25 02:18:32 INFO : dir1/0009-3456789.txt: Deleted 2026/08/25 02:18:32 INFO : appleappleapplebanana: Deleted 2026/08/25 02:18:32 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/25 02:18:32 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/25 02:18:32 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/25 02:18:32 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/25 02:18:32 INFO : dir1/0015-9;=.txt: Deleted 2026/08/25 02:18:32 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/25 02:18:32 INFO : dir1/0010-456789.txt: Deleted 2026/08/25 02:18:32 INFO : dir1/0008-2345678.txt: Deleted 2026/08/25 02:18:32 INFO : dir1/0011-56789;.txt: Deleted 2026/08/25 02:18:32 INFO : dir1/0013-789;=.txt: Deleted 2026/08/25 02:18:32 DEBUG : Waiting for deletions to finish 2026/08/25 02:18:33 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/25 02:18:33 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/25 02:18:33 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/25 02:18:33 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/25 02:18:33 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/25 02:18:33 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/25 02:18:33 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/25 02:18:33 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/25 02:18:33 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/25 02:18:33 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/25 02:18:33 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/25 02:18:33 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/25 02:18:33 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/25 02:18:33 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/25 02:18:33 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/25 02:18:33 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/25 02:18:33 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/25 02:18:33 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/25 02:18:33 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/25 02:18:33 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/25 02:18:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/25 02:18:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/25 02:18:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:33 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/25 02:18:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:33 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/25 02:18:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:33 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:33 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/25 02:18:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:33 DEBUG : YXBwbGU=: size = 5 OK 2026/08/25 02:18:33 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:33 DEBUG : apple: Unchanged skipping 2026/08/25 02:18:33 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:33 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/25 02:18:33 DEBUG : YmFuYW5h: size = 6 OK 2026/08/25 02:18:33 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:33 DEBUG : banana: Unchanged skipping 2026/08/25 02:18:33 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/25 02:18:33 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:33 DEBUG : splitbananasplit: Unchanged skipping 2026/08/25 02:18:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:33 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:33 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:33 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:33 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:33 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:33 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:33 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:33 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:33 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:33 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:33 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:33 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:33 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:33 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:33 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:33 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:33 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:33 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:33 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:33 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:33 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:33 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:33 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:33 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:33 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:33 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:33 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:33 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:33 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:33 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:33 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:33 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:33 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:33 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:33 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:33 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:33 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:33 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:33 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:33 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:33 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:33 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:33 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:33 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:33 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:33 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:33 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:33 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:33 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:33 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:33 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:33 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:33 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:33 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:33 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:33 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:33 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:33 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:33 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:33 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:33 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:33 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:33 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:33 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:33 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:33 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:33 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:33 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:33 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:33 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:33 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:33 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:33 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:33 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:33 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:33 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:33 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:33 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:33 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:33 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:33 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:33 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:33 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:33 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:33 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:33 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:33 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:33 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:33 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:33 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/25 02:18:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:33 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:33 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:33 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:33 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/25 02:18:33 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/25 02:18:33 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:33 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/25 02:18:33 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/25 02:18:33 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:33 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:33 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/25 02:18:33 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/25 02:18:33 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/25 02:18:33 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/25 02:18:33 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:33 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:33 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/25 02:18:33 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:33 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:33 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:33 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:33 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:33 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:33 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/25 02:18:33 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/25 02:18:33 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/25 02:18:33 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:33 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/25 02:18:33 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/25 02:18:33 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:33 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/25 02:18:33 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/25 02:18:33 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:33 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/25 02:18:33 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/25 02:18:33 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:33 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/25 02:18:33 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/25 02:18:33 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:33 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/25 02:18:33 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/25 02:18:33 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:33 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/25 02:18:33 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/25 02:18:33 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:33 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/25 02:18:33 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:33 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/25 02:18:33 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/25 02:18:33 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:33 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/25 02:18:33 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:18:33 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/25 02:18:33 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:33 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/25 02:18:33 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/25 02:18:33 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:18:33 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/25 02:18:33 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/25 02:18:33 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:18:33 DEBUG : Waiting for deletions to finish 2026/08/25 02:18:33 DEBUG : Waiting for deletions to finish 2026/08/25 02:18:34 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/25 02:18:34 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/25 02:18:34 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/25 02:18:34 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/25 02:18:34 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/25 02:18:34 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/25 02:18:34 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/25 02:18:34 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/25 02:18:34 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/25 02:18:34 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/25 02:18:34 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/25 02:18:34 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/25 02:18:34 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/25 02:18:34 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/25 02:18:34 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/25 02:18:34 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/25 02:18:34 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/25 02:18:34 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/25 02:18:34 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/25 02:18:34 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/25 02:18:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:34 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:34 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:34 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/25 02:18:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:34 DEBUG : apple: transformed to: YXBwbGU= 2026/08/25 02:18:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/25 02:18:34 DEBUG : banana: transformed to: YmFuYW5h 2026/08/25 02:18:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/25 02:18:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/25 02:18:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/25 02:18:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/25 02:18:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/25 02:18:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/25 02:18:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:18:43 DEBUG : Waiting for deletions to finish 2026/08/25 02:18:44 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:18:44 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:18:44 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:18:44 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:18:44 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:18:44 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:18:44 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:18:44 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:18:44 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:18:44 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:18:44 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:18:44 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:18:44 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:18:44 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:18:44 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:18:44 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:18:44 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:18:44 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:18:44 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:18:44 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/25 02:18:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/25 02:18:44 DEBUG : apple: transformed to: PREFIXapple 2026/08/25 02:18:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/25 02:18:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/25 02:18:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/25 02:18:44 DEBUG : apple: transformed to: PREFIXapple 2026/08/25 02:18:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/25 02:18:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/25 02:18:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/25 02:18:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/25 02:18:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/25 02:18:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/25 02:18:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/25 02:18:44 DEBUG : apple: transformed to: PREFIXapple 2026/08/25 02:18:44 DEBUG : apple: transformed to: PREFIXapple 2026/08/25 02:18:44 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/25 02:18:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/25 02:18:44 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/25 02:18:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/25 02:18:44 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/25 02:18:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/25 02:18:44 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/25 02:18:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/25 02:18:44 DEBUG : apple: transformed to: PREFIXapple 2026/08/25 02:18:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/25 02:18:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/25 02:18:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/25 02:18:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/25 02:18:44 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/25 02:18:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/25 02:18:44 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/25 02:18:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/25 02:18:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/25 02:18:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/25 02:18:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/25 02:18:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/25 02:18:44 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/25 02:18:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/25 02:18:44 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/25 02:18:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/25 02:18:44 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/25 02:18:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/25 02:18:44 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/25 02:18:44 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/25 02:18:44 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/25 02:18:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/25 02:18:44 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/25 02:18:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/25 02:18:44 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/25 02:18:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/25 02:18:44 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/25 02:18:44 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/25 02:18:44 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/25 02:18:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/25 02:18:44 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/25 02:18:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/25 02:18:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/25 02:18:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/25 02:18:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/25 02:18:44 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/25 02:18:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/25 02:18:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/25 02:18:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/25 02:18:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/25 02:18:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/25 02:18:44 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/25 02:18:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/25 02:18:44 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/25 02:18:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/25 02:18:44 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/25 02:18:44 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/25 02:18:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/25 02:18:44 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/25 02:18:44 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/25 02:18:44 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/25 02:18:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/25 02:18:44 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/25 02:18:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/25 02:18:44 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/25 02:18:44 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/25 02:18:44 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/25 02:18:44 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/25 02:18:44 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/25 02:18:44 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/25 02:18:44 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/25 02:18:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/25 02:18:44 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/25 02:18:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/25 02:18:44 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/25 02:18:44 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/25 02:18:44 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/25 02:18:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/25 02:18:44 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/25 02:18:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/25 02:18:44 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/25 02:18:44 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/25 02:18:44 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/25 02:18:44 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/25 02:18:44 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/25 02:18:44 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/25 02:18:44 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/25 02:18:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/25 02:18:44 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/25 02:18:44 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/25 02:18:44 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/25 02:18:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/25 02:18:44 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/25 02:18:44 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/25 02:18:44 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/25 02:18:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/25 02:18:44 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/25 02:18:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/25 02:18:44 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/25 02:18:44 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/25 02:18:44 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/25 02:18:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/25 02:18:44 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/25 02:18:44 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/25 02:18:44 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/25 02:18:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/25 02:18:44 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/25 02:18:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/25 02:18:44 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/25 02:18:44 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/25 02:18:44 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/25 02:18:44 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/25 02:18:44 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/25 02:18:44 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/25 02:18:44 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/25 02:18:44 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/25 02:18:44 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/25 02:18:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/25 02:18:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/25 02:18:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/25 02:18:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/25 02:18:44 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/25 02:18:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/25 02:18:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/25 02:18:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/25 02:18:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/25 02:18:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/25 02:18:44 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/25 02:18:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/25 02:18:44 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/25 02:18:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/25 02:18:44 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/25 02:18:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/25 02:18:44 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/25 02:18:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/25 02:18:44 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/25 02:18:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/25 02:18:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/25 02:18:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/25 02:18:44 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/25 02:18:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/25 02:18:44 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/25 02:18:44 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/25 02:18:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/25 02:18:44 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/25 02:18:44 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/25 02:18:44 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/25 02:18:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/25 02:18:44 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/25 02:18:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/25 02:18:44 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/25 02:18:44 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/25 02:18:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/25 02:18:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/25 02:18:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/25 02:18:44 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/25 02:18:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/25 02:18:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/25 02:18:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/25 02:18:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/25 02:18:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/25 02:18:44 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/25 02:18:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/25 02:18:44 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/25 02:18:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/25 02:18:44 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/25 02:18:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/25 02:18:44 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/25 02:18:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/25 02:18:44 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/25 02:18:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/25 02:18:44 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/25 02:18:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/25 02:18:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/25 02:18:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/25 02:18:44 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/25 02:18:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/25 02:18:44 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/25 02:18:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/25 02:18:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/25 02:18:44 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/25 02:18:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/25 02:18:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/25 02:18:44 DEBUG : PREFIXapple: size = 5 OK 2026/08/25 02:18:44 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/25 02:18:44 INFO : apple: Copied (new) to: PREFIXapple 2026/08/25 02:18:44 DEBUG : PREFIXbanana: size = 6 OK 2026/08/25 02:18:44 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/25 02:18:44 INFO : banana: Copied (new) to: PREFIXbanana 2026/08/25 02:18:44 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/25 02:18:44 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:44 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/25 02:18:44 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:44 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/25 02:18:44 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/25 02:18:44 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:44 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/25 02:18:44 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:44 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/25 02:18:44 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:44 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/25 02:18:44 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:44 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/25 02:18:44 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:44 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/25 02:18:44 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:44 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/25 02:18:44 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/25 02:18:44 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/25 02:18:44 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:44 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/25 02:18:44 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/25 02:18:44 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:44 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/25 02:18:44 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/25 02:18:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/25 02:18:44 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:18:44 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:18:44 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/08/25 02:18:44 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/25 02:18:44 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/08/25 02:18:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/25 02:18:45 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/08/25 02:18:45 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/25 02:18:45 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/08/25 02:18:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/25 02:18:45 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/08/25 02:18:45 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/25 02:18:45 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/08/25 02:18:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/25 02:18:45 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/08/25 02:18:45 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/25 02:18:45 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/08/25 02:18:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/25 02:18:45 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/08/25 02:18:45 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/25 02:18:45 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/08/25 02:18:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/25 02:18:45 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/08/25 02:18:45 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/25 02:18:45 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/08/25 02:18:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/25 02:18:45 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/08/25 02:18:45 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/25 02:18:45 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/08/25 02:18:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/25 02:18:45 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/08/25 02:18:45 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/25 02:18:45 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/08/25 02:18:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/25 02:18:45 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/08/25 02:18:45 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/25 02:18:45 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/08/25 02:18:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/25 02:18:45 DEBUG : dir1/PREFIX0009-3456789.txt: Clearing upload URL because of error: incident id 1d64aff9d875-82ddf9e070b56823 (500 internal_error) 2026/08/25 02:18:45 DEBUG : pacer: low level retry 1/1 (error incident id 1d64aff9d875-82ddf9e070b56823 (500 internal_error)) 2026/08/25 02:18:45 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/25 02:18:45 DEBUG : dir1/0009-3456789.txt: Received error: incident id 1d64aff9d875-82ddf9e070b56823 (500 internal_error) - low level retry 0/10 2026/08/25 02:18:45 DEBUG : pacer: Reducing sleep to 10ms 2026/08/25 02:18:46 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/08/25 02:18:46 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/08/25 02:18:46 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/25 02:18:46 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/08/25 02:18:46 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/25 02:18:46 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/25 02:18:46 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/08/25 02:18:46 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/25 02:18:46 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/08/25 02:18:46 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/25 02:18:46 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/08/25 02:18:46 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/25 02:18:46 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/08/25 02:18:46 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/25 02:18:46 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/08/25 02:18:46 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/25 02:18:46 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/08/25 02:18:46 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/25 02:18:46 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/08/25 02:18:46 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/25 02:18:46 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/08/25 02:18:46 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/25 02:18:46 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/08/25 02:18:46 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/08/25 02:18:46 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/25 02:18:46 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/08/25 02:18:46 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/08/25 02:18:46 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/25 02:18:46 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/08/25 02:18:46 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/08/25 02:18:46 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/25 02:18:46 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/08/25 02:18:46 DEBUG : Waiting for deletions to finish 2026/08/25 02:18:46 INFO : banana: Deleted 2026/08/25 02:18:46 INFO : splitbananasplit: Deleted 2026/08/25 02:18:47 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/25 02:18:47 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/25 02:18:47 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/25 02:18:47 INFO : dir1/0009-3456789.txt: Deleted 2026/08/25 02:18:47 INFO : apple: Deleted 2026/08/25 02:18:47 INFO : dir1/0003-defghij.txt: Deleted 2026/08/25 02:18:47 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/25 02:18:47 INFO : dir1/0007-1234567.txt: Deleted 2026/08/25 02:18:47 INFO : dir1/0011-56789;.txt: Deleted 2026/08/25 02:18:47 INFO : dir1/0013-789;=.txt: Deleted 2026/08/25 02:18:47 INFO : dir1/0015-9;=.txt: Deleted 2026/08/25 02:18:47 INFO : dir1/0010-456789.txt: Deleted 2026/08/25 02:18:47 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/25 02:18:47 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/25 02:18:47 INFO : appleappleapplebanana: Deleted 2026/08/25 02:18:47 INFO : dir1/0008-2345678.txt: Deleted 2026/08/25 02:18:47 INFO : dir1/0012-6789;.txt: Deleted 2026/08/25 02:18:47 INFO : dir1/0014-89;=.txt: Deleted 2026/08/25 02:18:47 DEBUG : Waiting for deletions to finish 2026/08/25 02:18:47 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/08/25 02:18:47 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:18:47 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/08/25 02:18:47 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/08/25 02:18:47 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:18:47 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:18:47 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:18:47 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:18:47 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:18:47 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:18:47 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:18:47 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:18:47 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:18:47 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:18:47 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:18:47 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:18:47 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:18:47 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:18:47 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:18:47 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:18:48 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/25 02:18:48 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/25 02:18:48 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/25 02:18:48 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/25 02:18:48 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/25 02:18:48 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/25 02:18:48 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/25 02:18:48 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/25 02:18:48 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/25 02:18:48 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/25 02:18:48 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/25 02:18:48 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/25 02:18:48 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/25 02:18:48 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/25 02:18:48 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/25 02:18:48 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/25 02:18:48 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/25 02:18:48 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/25 02:18:48 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/25 02:18:48 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/25 02:18:48 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/25 02:18:48 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/25 02:18:48 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/25 02:18:48 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/25 02:18:48 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/25 02:18:48 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/25 02:18:48 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/25 02:18:48 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/25 02:18:48 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/25 02:18:48 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/25 02:18:48 DEBUG : apple: transformed to: PREFIXapple 2026/08/25 02:18:48 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/25 02:18:48 DEBUG : apple: transformed to: PREFIXapple 2026/08/25 02:18:48 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/25 02:18:48 DEBUG : apple: transformed to: PREFIXapple 2026/08/25 02:18:48 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/25 02:18:48 DEBUG : apple: transformed to: PREFIXapple 2026/08/25 02:18:48 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/25 02:18:48 DEBUG : apple: transformed to: PREFIXapple 2026/08/25 02:18:48 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/25 02:18:48 DEBUG : apple: transformed to: PREFIXapple 2026/08/25 02:18:48 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/25 02:18:48 DEBUG : apple: transformed to: PREFIXapple 2026/08/25 02:18:48 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/25 02:18:48 DEBUG : apple: transformed to: PREFIXapple 2026/08/25 02:18:48 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/25 02:18:48 DEBUG : apple: transformed to: PREFIXapple 2026/08/25 02:18:48 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/25 02:18:48 DEBUG : apple: transformed to: PREFIXapple 2026/08/25 02:18:48 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/25 02:18:48 DEBUG : apple: transformed to: PREFIXapple 2026/08/25 02:18:48 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/25 02:18:48 DEBUG : apple: transformed to: PREFIXapple 2026/08/25 02:18:48 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/25 02:18:48 DEBUG : apple: transformed to: PREFIXapple 2026/08/25 02:18:48 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/25 02:18:48 DEBUG : apple: transformed to: PREFIXapple 2026/08/25 02:18:48 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/25 02:18:48 DEBUG : apple: transformed to: PREFIXapple 2026/08/25 02:18:48 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/25 02:18:48 DEBUG : apple: transformed to: PREFIXapple 2026/08/25 02:18:48 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/25 02:18:48 DEBUG : banana: transformed to: PREFIXbanana 2026/08/25 02:18:48 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/25 02:18:48 DEBUG : banana: transformed to: PREFIXbanana 2026/08/25 02:18:48 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/25 02:18:48 DEBUG : banana: transformed to: PREFIXbanana 2026/08/25 02:18:48 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/25 02:18:48 DEBUG : banana: transformed to: PREFIXbanana 2026/08/25 02:18:48 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/25 02:18:48 DEBUG : banana: transformed to: PREFIXbanana 2026/08/25 02:18:48 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/25 02:18:48 DEBUG : banana: transformed to: PREFIXbanana 2026/08/25 02:18:48 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/25 02:18:48 DEBUG : banana: transformed to: PREFIXbanana 2026/08/25 02:18:48 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/25 02:18:48 DEBUG : banana: transformed to: PREFIXbanana 2026/08/25 02:18:48 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/25 02:18:48 DEBUG : banana: transformed to: PREFIXbanana 2026/08/25 02:18:48 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/25 02:18:48 DEBUG : banana: transformed to: PREFIXbanana 2026/08/25 02:18:48 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/25 02:18:48 DEBUG : banana: transformed to: PREFIXbanana 2026/08/25 02:18:48 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/25 02:18:48 DEBUG : banana: transformed to: PREFIXbanana 2026/08/25 02:18:48 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/25 02:18:48 DEBUG : banana: transformed to: PREFIXbanana 2026/08/25 02:18:48 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/25 02:18:48 DEBUG : banana: transformed to: PREFIXbanana 2026/08/25 02:18:48 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/25 02:18:48 DEBUG : banana: transformed to: PREFIXbanana 2026/08/25 02:18:48 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/25 02:18:48 DEBUG : banana: transformed to: PREFIXbanana 2026/08/25 02:18:48 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/25 02:18:48 DEBUG : banana: transformed to: PREFIXbanana 2026/08/25 02:18:48 DEBUG : apple: transformed to: PREFIXapple 2026/08/25 02:18:48 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/25 02:18:48 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/25 02:18:48 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/25 02:18:48 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/25 02:18:48 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/25 02:18:48 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/25 02:18:48 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/25 02:18:48 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/25 02:18:48 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/25 02:18:48 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/25 02:18:48 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/25 02:18:48 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/25 02:18:48 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/25 02:18:48 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/25 02:18:48 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/25 02:18:48 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/25 02:18:48 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/25 02:18:48 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/25 02:18:48 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/25 02:18:48 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/25 02:18:48 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/25 02:18:48 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/25 02:18:48 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/25 02:18:48 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/25 02:18:48 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/25 02:18:48 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/25 02:18:48 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/25 02:18:48 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/25 02:18:48 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/25 02:18:48 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/25 02:18:48 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/25 02:18:48 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/25 02:18:48 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/25 02:18:48 DEBUG : banana: transformed to: PREFIXbanana 2026/08/25 02:18:48 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/25 02:18:48 DEBUG : apple: transformed to: PREFIXapple 2026/08/25 02:18:48 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/25 02:18:48 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/25 02:18:48 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/25 02:18:48 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/25 02:18:48 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/25 02:18:48 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/25 02:18:48 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/25 02:18:48 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/25 02:18:48 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/25 02:18:48 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/25 02:18:48 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/25 02:18:48 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/25 02:18:48 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/25 02:18:48 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/25 02:18:48 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/25 02:18:48 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/25 02:18:48 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/25 02:18:48 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/25 02:18:48 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/25 02:18:48 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/25 02:18:48 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/25 02:18:48 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/25 02:18:48 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/25 02:18:48 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/25 02:18:48 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/25 02:18:48 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/25 02:18:48 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/25 02:18:48 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/25 02:18:48 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/25 02:18:48 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/25 02:18:48 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/25 02:18:48 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/25 02:18:48 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/25 02:18:48 DEBUG : banana: transformed to: PREFIXbanana 2026/08/25 02:18:48 DEBUG : apple: transformed to: PREFIXapple 2026/08/25 02:18:48 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/25 02:18:48 DEBUG : banana: transformed to: PREFIXbanana 2026/08/25 02:18:48 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/25 02:18:48 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/25 02:18:48 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/25 02:18:48 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/25 02:18:48 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/25 02:18:48 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/25 02:18:48 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/25 02:18:48 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/25 02:18:48 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/25 02:18:48 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/25 02:18:48 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/25 02:18:48 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/25 02:18:48 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/25 02:18:48 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/25 02:18:48 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/25 02:18:48 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/25 02:18:48 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/25 02:18:48 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/25 02:18:48 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/25 02:18:48 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/25 02:18:48 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/25 02:18:48 DEBUG : apple: size = 5 OK 2026/08/25 02:18:48 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/25 02:18:48 INFO : apple: Copied (new) 2026/08/25 02:18:48 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/25 02:18:48 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/25 02:18:48 INFO : appleappleapplebanana: Copied (new) 2026/08/25 02:18:48 DEBUG : banana: size = 6 OK 2026/08/25 02:18:48 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/25 02:18:48 INFO : banana: Copied (new) 2026/08/25 02:18:48 DEBUG : splitbananasplit: size = 16 OK 2026/08/25 02:18:48 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/25 02:18:48 INFO : splitbananasplit: Copied (new) 2026/08/25 02:18:48 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:48 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:48 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:48 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:48 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:48 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:48 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:48 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:48 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:48 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:48 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:48 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:48 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:48 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:48 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:48 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/25 02:18:48 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:18:48 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:18:48 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/25 02:18:48 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/25 02:18:48 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/25 02:18:48 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/25 02:18:48 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/25 02:18:48 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/25 02:18:48 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/25 02:18:48 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/25 02:18:48 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/25 02:18:48 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/25 02:18:48 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/25 02:18:48 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/25 02:18:48 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/25 02:18:48 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/25 02:18:48 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/25 02:18:48 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/25 02:18:48 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/25 02:18:48 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/25 02:18:48 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/25 02:18:48 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/25 02:18:48 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/25 02:18:48 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/25 02:18:48 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/25 02:18:48 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/25 02:18:49 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/25 02:18:49 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/25 02:18:49 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/25 02:18:49 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/25 02:18:49 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/25 02:18:49 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/25 02:18:49 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/25 02:18:49 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/25 02:18:49 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/25 02:18:49 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/25 02:18:49 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/25 02:18:49 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/25 02:18:49 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/25 02:18:49 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/25 02:18:49 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/25 02:18:49 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/25 02:18:49 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/25 02:18:49 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/25 02:18:49 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/25 02:18:49 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/25 02:18:49 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/25 02:18:49 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/25 02:18:49 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/25 02:18:49 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/25 02:18:49 DEBUG : Waiting for deletions to finish 2026/08/25 02:18:49 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/08/25 02:18:49 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/08/25 02:18:49 INFO : PREFIXappleappleapplebanana: Deleted 2026/08/25 02:18:49 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/08/25 02:18:49 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/08/25 02:18:49 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/08/25 02:18:49 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/08/25 02:18:49 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/08/25 02:18:49 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/08/25 02:18:49 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/08/25 02:18:49 INFO : PREFIXapple: Deleted 2026/08/25 02:18:49 INFO : PREFIXbanana: Deleted 2026/08/25 02:18:49 INFO : PREFIXsplitbananasplit: Deleted 2026/08/25 02:18:49 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/08/25 02:18:49 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/08/25 02:18:49 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/08/25 02:18:49 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/08/25 02:18:49 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/08/25 02:18:49 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/08/25 02:18:50 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/08/25 02:18:50 DEBUG : Waiting for deletions to finish 2026/08/25 02:18:50 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : Waiting for deletions to finish 2026/08/25 02:18:50 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:18:50 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/suffix run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:19:00 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:00 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/25 02:19:00 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/25 02:19:01 DEBUG : pacer: Reducing sleep to 10ms 2026/08/25 02:19:01 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:19:01 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:19:01 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:19:01 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:19:01 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:19:01 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:19:01 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:19:01 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:19:01 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:19:01 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:19:01 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:19:01 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:19:01 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:19:01 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:19:01 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:19:01 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:19:01 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:19:01 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:19:01 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:19:01 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/25 02:19:01 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/25 02:19:01 DEBUG : apple: transformed to: appleSUFFIX 2026/08/25 02:19:01 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/25 02:19:01 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/25 02:19:01 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/25 02:19:01 DEBUG : apple: transformed to: appleSUFFIX 2026/08/25 02:19:01 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/25 02:19:01 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/25 02:19:01 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/25 02:19:01 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/25 02:19:01 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/25 02:19:01 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/25 02:19:01 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/25 02:19:01 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/25 02:19:01 DEBUG : apple: transformed to: appleSUFFIX 2026/08/25 02:19:01 DEBUG : apple: transformed to: appleSUFFIX 2026/08/25 02:19:01 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/25 02:19:01 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/25 02:19:01 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/25 02:19:01 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/25 02:19:01 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/25 02:19:01 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/25 02:19:01 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/25 02:19:01 DEBUG : apple: transformed to: appleSUFFIX 2026/08/25 02:19:01 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/25 02:19:01 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/25 02:19:01 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/25 02:19:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/25 02:19:01 DEBUG : bananaSUFFIX: size = 6 OK 2026/08/25 02:19:01 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/25 02:19:01 INFO : banana: Copied (new) to: bananaSUFFIX 2026/08/25 02:19:01 DEBUG : appleSUFFIX: size = 5 OK 2026/08/25 02:19:01 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/25 02:19:01 INFO : apple: Copied (new) to: appleSUFFIX 2026/08/25 02:19:01 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/08/25 02:19:01 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/25 02:19:01 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/08/25 02:19:01 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/25 02:19:01 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/25 02:19:01 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/25 02:19:01 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/25 02:19:01 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/25 02:19:01 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/25 02:19:01 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:01 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/25 02:19:01 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:01 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/25 02:19:01 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:01 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/25 02:19:01 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:01 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/25 02:19:01 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/25 02:19:01 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:01 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/25 02:19:01 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:01 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/25 02:19:01 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/25 02:19:01 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/25 02:19:01 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:19:01 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:19:02 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/08/25 02:19:02 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/25 02:19:02 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/08/25 02:19:02 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/25 02:19:02 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/08/25 02:19:02 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/25 02:19:02 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/08/25 02:19:02 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/25 02:19:02 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/08/25 02:19:02 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/25 02:19:02 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/25 02:19:02 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/25 02:19:02 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/08/25 02:19:02 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/25 02:19:02 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/08/25 02:19:02 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/25 02:19:02 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/08/25 02:19:02 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/25 02:19:02 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/08/25 02:19:02 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/25 02:19:02 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/08/25 02:19:02 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/25 02:19:02 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/08/25 02:19:02 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/25 02:19:02 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/08/25 02:19:02 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/25 02:19:02 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/08/25 02:19:02 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/25 02:19:02 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/08/25 02:19:02 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/25 02:19:02 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/08/25 02:19:02 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/25 02:19:02 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/08/25 02:19:02 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/25 02:19:02 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/08/25 02:19:02 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/25 02:19:02 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/08/25 02:19:02 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/25 02:19:02 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/08/25 02:19:02 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/25 02:19:03 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/08/25 02:19:03 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/25 02:19:03 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/08/25 02:19:03 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/25 02:19:03 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/08/25 02:19:03 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/25 02:19:03 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/08/25 02:19:03 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/25 02:19:03 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/08/25 02:19:03 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/25 02:19:03 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/08/25 02:19:03 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/25 02:19:03 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/08/25 02:19:03 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/25 02:19:03 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/08/25 02:19:03 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/08/25 02:19:03 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/25 02:19:03 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/08/25 02:19:03 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/08/25 02:19:03 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/25 02:19:03 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/08/25 02:19:03 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/08/25 02:19:03 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/25 02:19:03 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/08/25 02:19:03 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:03 INFO : dir1/0009-3456789.txt: Deleted 2026/08/25 02:19:04 INFO : appleappleapplebanana: Deleted 2026/08/25 02:19:04 INFO : banana: Deleted 2026/08/25 02:19:04 INFO : dir1/0003-defghij.txt: Deleted 2026/08/25 02:19:04 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/25 02:19:04 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/25 02:19:04 INFO : dir1/0007-1234567.txt: Deleted 2026/08/25 02:19:04 INFO : dir1/0013-789;=.txt: Deleted 2026/08/25 02:19:04 INFO : dir1/0014-89;=.txt: Deleted 2026/08/25 02:19:04 INFO : dir1/0015-9;=.txt: Deleted 2026/08/25 02:19:04 INFO : apple: Deleted 2026/08/25 02:19:04 INFO : splitbananasplit: Deleted 2026/08/25 02:19:04 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/25 02:19:04 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/25 02:19:04 INFO : dir1/0010-456789.txt: Deleted 2026/08/25 02:19:04 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/25 02:19:04 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/25 02:19:04 INFO : dir1/0008-2345678.txt: Deleted 2026/08/25 02:19:04 INFO : dir1/0011-56789;.txt: Deleted 2026/08/25 02:19:04 INFO : dir1/0012-6789;.txt: Deleted 2026/08/25 02:19:04 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:04 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/08/25 02:19:04 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/08/25 02:19:04 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/08/25 02:19:04 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/08/25 02:19:04 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/08/25 02:19:04 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/08/25 02:19:04 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/08/25 02:19:04 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/08/25 02:19:04 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/08/25 02:19:04 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/08/25 02:19:04 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/08/25 02:19:04 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/08/25 02:19:04 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/08/25 02:19:04 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/08/25 02:19:04 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/08/25 02:19:04 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/08/25 02:19:04 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/08/25 02:19:04 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/08/25 02:19:04 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/08/25 02:19:04 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/08/25 02:19:05 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/25 02:19:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/25 02:19:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/25 02:19:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/25 02:19:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/25 02:19:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/25 02:19:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/25 02:19:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/25 02:19:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/25 02:19:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/25 02:19:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/25 02:19:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/25 02:19:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/25 02:19:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/25 02:19:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/25 02:19:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/25 02:19:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/25 02:19:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/25 02:19:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/25 02:19:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/25 02:19:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/25 02:19:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/25 02:19:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/25 02:19:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/25 02:19:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/25 02:19:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/25 02:19:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/25 02:19:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/25 02:19:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/25 02:19:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/25 02:19:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/25 02:19:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/25 02:19:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/25 02:19:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/25 02:19:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/25 02:19:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/25 02:19:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/25 02:19:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/25 02:19:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/25 02:19:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/25 02:19:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/25 02:19:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/25 02:19:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/25 02:19:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/25 02:19:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/25 02:19:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/25 02:19:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/25 02:19:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/25 02:19:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/25 02:19:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/25 02:19:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/25 02:19:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/25 02:19:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/25 02:19:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/25 02:19:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/25 02:19:05 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/25 02:19:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/25 02:19:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/25 02:19:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/25 02:19:05 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/25 02:19:05 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/25 02:19:05 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/25 02:19:05 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/25 02:19:05 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/25 02:19:05 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/25 02:19:05 DEBUG : apple: size = 5 OK 2026/08/25 02:19:05 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/25 02:19:05 INFO : apple: Copied (new) 2026/08/25 02:19:05 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/25 02:19:05 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/25 02:19:05 INFO : appleappleapplebanana: Copied (new) 2026/08/25 02:19:05 DEBUG : banana: size = 6 OK 2026/08/25 02:19:05 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/25 02:19:05 INFO : banana: Copied (new) 2026/08/25 02:19:05 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:05 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:05 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:05 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:05 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:05 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:05 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:05 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:05 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:05 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:05 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:05 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:05 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:05 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:05 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:05 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:05 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:19:05 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:19:05 DEBUG : splitbananasplit: size = 16 OK 2026/08/25 02:19:05 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/25 02:19:05 INFO : splitbananasplit: Copied (new) 2026/08/25 02:19:05 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/25 02:19:05 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/25 02:19:05 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/25 02:19:05 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/25 02:19:05 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/25 02:19:05 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/25 02:19:05 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/25 02:19:05 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/25 02:19:05 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/25 02:19:05 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/25 02:19:05 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/25 02:19:05 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/25 02:19:05 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/25 02:19:05 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/25 02:19:05 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/25 02:19:05 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/25 02:19:05 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/25 02:19:05 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/25 02:19:05 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/25 02:19:05 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/25 02:19:05 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/25 02:19:05 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/25 02:19:05 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/25 02:19:05 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/25 02:19:06 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/25 02:19:06 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/25 02:19:06 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/25 02:19:06 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/25 02:19:06 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/25 02:19:06 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/25 02:19:06 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/25 02:19:06 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/25 02:19:06 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/25 02:19:06 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/25 02:19:06 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/25 02:19:06 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/25 02:19:06 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/25 02:19:06 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/25 02:19:06 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/25 02:19:06 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/25 02:19:06 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/25 02:19:06 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/25 02:19:06 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/25 02:19:06 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/25 02:19:06 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/25 02:19:06 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/25 02:19:06 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/25 02:19:06 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/25 02:19:06 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:06 INFO : bananaSUFFIX: Deleted 2026/08/25 02:19:06 INFO : splitbananasplitSUFFIX: Deleted 2026/08/25 02:19:06 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/08/25 02:19:06 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/08/25 02:19:06 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/08/25 02:19:06 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/08/25 02:19:06 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/08/25 02:19:06 INFO : appleappleapplebananaSUFFIX: Deleted 2026/08/25 02:19:06 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/08/25 02:19:06 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/08/25 02:19:06 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/08/25 02:19:06 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/08/25 02:19:06 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/08/25 02:19:06 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/08/25 02:19:06 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/08/25 02:19:06 INFO : appleSUFFIX: Deleted 2026/08/25 02:19:06 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/08/25 02:19:06 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/08/25 02:19:06 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/08/25 02:19:06 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/08/25 02:19:06 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:07 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:07 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:19:07 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/truncate run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:19:17 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:18 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:19:18 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:19:18 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:19:18 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:19:18 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:19:18 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:19:18 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:19:18 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:19:18 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:19:18 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:19:18 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:19:18 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:19:18 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:19:18 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:19:18 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:19:18 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:19:18 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:19:18 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:19:18 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:19:18 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/25 02:19:18 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/25 02:19:18 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/25 02:19:18 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/25 02:19:18 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:18 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/25 02:19:18 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:18 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:18 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:18 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:18 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/25 02:19:18 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/25 02:19:18 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/25 02:19:18 DEBUG : apple: size = 5 OK 2026/08/25 02:19:18 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:18 DEBUG : apple: Unchanged skipping 2026/08/25 02:19:18 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:18 DEBUG : banana: size = 6 OK 2026/08/25 02:19:18 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:18 DEBUG : banana: Unchanged skipping 2026/08/25 02:19:18 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/25 02:19:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/25 02:19:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/25 02:19:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/25 02:19:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/25 02:19:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/25 02:19:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/25 02:19:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/25 02:19:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/25 02:19:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/25 02:19:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/25 02:19:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/25 02:19:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/25 02:19:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/25 02:19:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/25 02:19:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/25 02:19:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/25 02:19:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/25 02:19:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/25 02:19:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/25 02:19:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/25 02:19:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/25 02:19:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/25 02:19:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/25 02:19:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/25 02:19:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/25 02:19:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/25 02:19:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/25 02:19:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/25 02:19:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/25 02:19:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/25 02:19:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/25 02:19:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/25 02:19:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/25 02:19:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/25 02:19:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/25 02:19:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/25 02:19:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/25 02:19:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/25 02:19:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/25 02:19:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/25 02:19:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/25 02:19:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/25 02:19:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/25 02:19:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/25 02:19:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/25 02:19:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/25 02:19:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/25 02:19:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/25 02:19:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/25 02:19:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/25 02:19:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/25 02:19:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/25 02:19:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/25 02:19:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/25 02:19:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/25 02:19:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/25 02:19:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/25 02:19:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/25 02:19:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/25 02:19:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/25 02:19:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/25 02:19:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/25 02:19:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/25 02:19:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/25 02:19:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/25 02:19:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/25 02:19:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/25 02:19:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/25 02:19:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/25 02:19:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/25 02:19:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/25 02:19:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/25 02:19:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/25 02:19:18 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/25 02:19:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:18 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/25 02:19:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/25 02:19:18 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/25 02:19:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:18 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/25 02:19:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:18 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/25 02:19:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/25 02:19:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/25 02:19:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:18 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/25 02:19:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/25 02:19:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/25 02:19:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/25 02:19:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/25 02:19:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/25 02:19:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/25 02:19:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/25 02:19:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:18 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/25 02:19:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:18 DEBUG : appleapple: size = 21 OK 2026/08/25 02:19:18 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/25 02:19:18 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/08/25 02:19:18 DEBUG : splitbanan: size = 16 OK 2026/08/25 02:19:18 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/25 02:19:18 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/08/25 02:19:18 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:18 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/25 02:19:18 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/25 02:19:18 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:18 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/25 02:19:18 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/25 02:19:18 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/25 02:19:18 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/25 02:19:18 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/25 02:19:18 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:18 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/25 02:19:18 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:18 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/25 02:19:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/25 02:19:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/25 02:19:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/25 02:19:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:18 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/25 02:19:18 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:18 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:18 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/25 02:19:18 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/25 02:19:18 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:19:18 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:19:19 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/25 02:19:19 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/25 02:19:19 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/08/25 02:19:19 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/25 02:19:19 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/25 02:19:19 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/25 02:19:19 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/08/25 02:19:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/25 02:19:19 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/25 02:19:19 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/25 02:19:19 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/08/25 02:19:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/25 02:19:19 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/25 02:19:19 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/25 02:19:19 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/08/25 02:19:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/25 02:19:19 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/25 02:19:19 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/25 02:19:19 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/08/25 02:19:19 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/25 02:19:19 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/25 02:19:19 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/25 02:19:19 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/08/25 02:19:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/25 02:19:19 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/25 02:19:19 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/25 02:19:19 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/08/25 02:19:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/25 02:19:19 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/25 02:19:19 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/25 02:19:19 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/08/25 02:19:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/25 02:19:19 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/25 02:19:19 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/25 02:19:19 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/08/25 02:19:19 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/25 02:19:19 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/25 02:19:19 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/25 02:19:19 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/08/25 02:19:19 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/25 02:19:19 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/25 02:19:19 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/25 02:19:19 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/08/25 02:19:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/25 02:19:19 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/25 02:19:19 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/25 02:19:19 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/08/25 02:19:19 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/25 02:19:19 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/25 02:19:19 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/25 02:19:19 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/08/25 02:19:19 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/25 02:19:19 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/25 02:19:19 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/08/25 02:19:19 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/25 02:19:19 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/25 02:19:19 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/08/25 02:19:19 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/25 02:19:19 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/25 02:19:19 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/08/25 02:19:19 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:19 INFO : dir1/0003-defghij.txt: Deleted 2026/08/25 02:19:19 INFO : appleappleapplebanana: Deleted 2026/08/25 02:19:19 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/25 02:19:19 INFO : dir1/0009-3456789.txt: Deleted 2026/08/25 02:19:20 INFO : dir1/0012-6789;.txt: Deleted 2026/08/25 02:19:20 INFO : dir1/0013-789;=.txt: Deleted 2026/08/25 02:19:20 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/25 02:19:20 INFO : splitbananasplit: Deleted 2026/08/25 02:19:20 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/25 02:19:20 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/25 02:19:20 INFO : dir1/0007-1234567.txt: Deleted 2026/08/25 02:19:20 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/25 02:19:20 INFO : dir1/0011-56789;.txt: Deleted 2026/08/25 02:19:20 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/25 02:19:20 INFO : dir1/0008-2345678.txt: Deleted 2026/08/25 02:19:20 INFO : dir1/0015-9;=.txt: Deleted 2026/08/25 02:19:20 INFO : dir1/0010-456789.txt: Deleted 2026/08/25 02:19:20 INFO : dir1/0014-89;=.txt: Deleted 2026/08/25 02:19:20 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:20 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:19:20 DEBUG : appleapple: Excluded (Path Filter) 2026/08/25 02:19:20 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:19:20 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/25 02:19:20 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/25 02:19:20 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/25 02:19:20 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/25 02:19:20 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/25 02:19:20 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/25 02:19:20 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/25 02:19:20 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/25 02:19:20 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/25 02:19:20 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/25 02:19:20 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/25 02:19:20 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/25 02:19:20 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/25 02:19:20 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/25 02:19:20 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/25 02:19:20 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/25 02:19:20 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/25 02:19:20 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/25 02:19:20 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/25 02:19:20 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/25 02:19:20 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/25 02:19:20 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/25 02:19:20 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/25 02:19:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/25 02:19:20 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/25 02:19:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/25 02:19:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/25 02:19:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/25 02:19:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/25 02:19:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/25 02:19:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/25 02:19:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/25 02:19:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/25 02:19:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/25 02:19:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/25 02:19:20 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/25 02:19:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/25 02:19:20 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/25 02:19:20 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/25 02:19:20 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/25 02:19:20 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/25 02:19:20 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/25 02:19:20 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/25 02:19:20 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/25 02:19:20 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/25 02:19:20 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/25 02:19:20 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/25 02:19:20 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/25 02:19:20 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/25 02:19:20 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/25 02:19:20 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/25 02:19:20 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/25 02:19:20 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/25 02:19:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/25 02:19:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/25 02:19:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/25 02:19:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/25 02:19:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/25 02:19:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/25 02:19:20 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/25 02:19:20 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/25 02:19:20 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/25 02:19:20 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/25 02:19:20 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/25 02:19:20 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/25 02:19:20 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/25 02:19:20 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/25 02:19:20 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/25 02:19:20 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/25 02:19:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/25 02:19:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/25 02:19:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/25 02:19:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/25 02:19:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/25 02:19:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/25 02:19:20 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/25 02:19:20 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/25 02:19:20 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/25 02:19:20 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/25 02:19:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:20 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/25 02:19:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:20 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/25 02:19:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:20 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/25 02:19:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:20 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/25 02:19:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:20 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/25 02:19:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:20 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/25 02:19:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/25 02:19:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/25 02:19:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/25 02:19:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/25 02:19:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/25 02:19:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/25 02:19:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:20 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/25 02:19:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:20 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/25 02:19:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:20 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/25 02:19:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:20 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/25 02:19:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:20 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/25 02:19:20 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/25 02:19:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:20 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/25 02:19:20 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/25 02:19:20 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/25 02:19:20 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/25 02:19:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/25 02:19:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/25 02:19:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/25 02:19:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/25 02:19:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/25 02:19:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/25 02:19:20 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/25 02:19:20 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/25 02:19:20 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/25 02:19:20 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/25 02:19:20 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/25 02:19:20 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/25 02:19:20 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/25 02:19:20 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/25 02:19:20 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/25 02:19:20 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/25 02:19:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:20 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/25 02:19:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:21 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:21 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/25 02:19:21 DEBUG : apple: size = 5 OK 2026/08/25 02:19:21 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:21 DEBUG : apple: Unchanged skipping 2026/08/25 02:19:21 DEBUG : appleapple: size = 21 OK 2026/08/25 02:19:21 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:21 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/25 02:19:21 DEBUG : banana: size = 6 OK 2026/08/25 02:19:21 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:21 DEBUG : banana: Unchanged skipping 2026/08/25 02:19:21 DEBUG : splitbanan: size = 16 OK 2026/08/25 02:19:21 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:21 DEBUG : splitbananasplit: Unchanged skipping 2026/08/25 02:19:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/25 02:19:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/25 02:19:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:21 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/25 02:19:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:21 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/25 02:19:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:21 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/25 02:19:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:21 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/25 02:19:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/25 02:19:21 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/25 02:19:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:21 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/25 02:19:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:21 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/25 02:19:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:21 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/25 02:19:21 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/25 02:19:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/25 02:19:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/25 02:19:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/25 02:19:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:21 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/25 02:19:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:21 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/25 02:19:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/25 02:19:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/25 02:19:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/25 02:19:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/25 02:19:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/25 02:19:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/25 02:19:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/25 02:19:21 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/25 02:19:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/25 02:19:21 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/25 02:19:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/25 02:19:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/25 02:19:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/25 02:19:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/25 02:19:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/25 02:19:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/25 02:19:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/25 02:19:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/25 02:19:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/25 02:19:21 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/25 02:19:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/25 02:19:21 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/25 02:19:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/25 02:19:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/25 02:19:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/25 02:19:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/25 02:19:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/25 02:19:21 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/25 02:19:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:21 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/25 02:19:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/25 02:19:21 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/25 02:19:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:21 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/25 02:19:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:21 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/25 02:19:21 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/25 02:19:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/25 02:19:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/25 02:19:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/25 02:19:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/25 02:19:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/25 02:19:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/25 02:19:21 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/25 02:19:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/25 02:19:21 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/25 02:19:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/25 02:19:21 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/25 02:19:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/25 02:19:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/25 02:19:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/25 02:19:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/25 02:19:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:21 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/25 02:19:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:21 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/25 02:19:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:21 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/25 02:19:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/25 02:19:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/25 02:19:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/25 02:19:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/25 02:19:21 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/25 02:19:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:21 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/25 02:19:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/25 02:19:21 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/25 02:19:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:21 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/25 02:19:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:21 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/25 02:19:21 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/25 02:19:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/25 02:19:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:21 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/25 02:19:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:21 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/25 02:19:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:21 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/25 02:19:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:21 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/25 02:19:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/25 02:19:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/25 02:19:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/25 02:19:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/25 02:19:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:21 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/25 02:19:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/25 02:19:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/25 02:19:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/25 02:19:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/25 02:19:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/25 02:19:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/25 02:19:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/25 02:19:21 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/25 02:19:21 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/25 02:19:21 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/25 02:19:21 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/25 02:19:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/25 02:19:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/25 02:19:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/25 02:19:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/25 02:19:21 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/25 02:19:21 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/25 02:19:21 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:21 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/25 02:19:21 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/25 02:19:21 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:21 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/25 02:19:21 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/25 02:19:21 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:21 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/25 02:19:21 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/25 02:19:21 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:21 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/25 02:19:21 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/25 02:19:21 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:21 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/25 02:19:21 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/25 02:19:21 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:21 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/25 02:19:21 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/25 02:19:21 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:21 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/25 02:19:21 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/25 02:19:21 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:21 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/25 02:19:21 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/25 02:19:21 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:21 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/25 02:19:21 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/25 02:19:21 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:21 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/25 02:19:21 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/25 02:19:21 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:21 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/25 02:19:21 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/25 02:19:21 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:21 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/25 02:19:21 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/25 02:19:21 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:21 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/25 02:19:21 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/25 02:19:21 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:21 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/25 02:19:21 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/25 02:19:21 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:21 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/25 02:19:21 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/25 02:19:21 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:21 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/25 02:19:21 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:19:21 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:19:21 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:21 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:21 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:19:21 DEBUG : appleapple: Excluded (Path Filter) 2026/08/25 02:19:21 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:19:21 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/25 02:19:21 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/25 02:19:21 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/25 02:19:21 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/25 02:19:21 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/25 02:19:21 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/25 02:19:21 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/25 02:19:21 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/25 02:19:21 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/25 02:19:21 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/25 02:19:21 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/25 02:19:21 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/25 02:19:21 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/25 02:19:21 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/25 02:19:21 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/25 02:19:21 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/25 02:19:21 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/25 02:19:21 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:21 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/25 02:19:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/25 02:19:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/25 02:19:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/25 02:19:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/25 02:19:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/25 02:19:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/25 02:19:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/25 02:19:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/25 02:19:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/25 02:19:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/25 02:19:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/25 02:19:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/25 02:19:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/25 02:19:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/25 02:19:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/25 02:19:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/25 02:19:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/25 02:19:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/25 02:19:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/25 02:19:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/25 02:19:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/25 02:19:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/25 02:19:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/25 02:19:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/25 02:19:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/25 02:19:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/25 02:19:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/25 02:19:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/25 02:19:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/25 02:19:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/25 02:19:21 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/25 02:19:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/25 02:19:21 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/25 02:19:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/25 02:19:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/25 02:19:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/25 02:19:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/25 02:19:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/25 02:19:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/25 02:19:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/25 02:19:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/25 02:19:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/25 02:19:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/25 02:19:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/25 02:19:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/25 02:19:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/25 02:19:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/25 02:19:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/25 02:19:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/25 02:19:21 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:19:31 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:32 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : apple: size = 5 OK 2026/08/25 02:19:32 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:32 DEBUG : apple: Unchanged skipping 2026/08/25 02:19:32 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/25 02:19:32 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:32 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/25 02:19:32 DEBUG : banana: size = 6 OK 2026/08/25 02:19:32 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:32 DEBUG : banana: Unchanged skipping 2026/08/25 02:19:32 DEBUG : splitbananasplit: size = 16 OK 2026/08/25 02:19:32 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:32 DEBUG : splitbananasplit: Unchanged skipping 2026/08/25 02:19:32 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/25 02:19:32 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:32 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/25 02:19:32 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/25 02:19:32 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:32 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/25 02:19:32 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/25 02:19:32 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:32 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/25 02:19:32 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/25 02:19:32 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:32 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/25 02:19:32 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/25 02:19:32 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:32 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/25 02:19:32 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/25 02:19:32 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:32 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/25 02:19:32 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/25 02:19:32 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:32 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/25 02:19:32 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/25 02:19:32 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:32 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/25 02:19:32 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/25 02:19:32 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:32 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/25 02:19:32 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/25 02:19:32 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:32 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/25 02:19:32 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/25 02:19:32 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:32 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/25 02:19:32 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/25 02:19:32 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:32 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/25 02:19:32 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/25 02:19:32 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:32 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/25 02:19:32 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/25 02:19:32 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:32 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/25 02:19:32 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/25 02:19:32 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:32 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/25 02:19:32 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/25 02:19:32 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:32 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/25 02:19:32 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:19:32 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:19:32 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:32 INFO : There was nothing to transfer 2026/08/25 02:19:32 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:32 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:19:32 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/25 02:19:33 DEBUG : apple: size = 5 OK 2026/08/25 02:19:33 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:33 DEBUG : apple: Unchanged skipping 2026/08/25 02:19:33 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/25 02:19:33 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:33 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/25 02:19:33 DEBUG : banana: size = 6 OK 2026/08/25 02:19:33 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:33 DEBUG : banana: Unchanged skipping 2026/08/25 02:19:33 DEBUG : splitbananasplit: size = 16 OK 2026/08/25 02:19:33 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:33 DEBUG : splitbananasplit: Unchanged skipping 2026/08/25 02:19:33 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/25 02:19:33 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:33 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/25 02:19:33 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/25 02:19:33 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/25 02:19:33 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:33 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/25 02:19:33 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:19:33 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:33 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/25 02:19:33 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/25 02:19:33 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:33 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/25 02:19:33 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/25 02:19:33 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:33 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/25 02:19:33 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/25 02:19:33 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/25 02:19:33 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:33 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/25 02:19:33 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/25 02:19:33 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:33 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/25 02:19:33 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/25 02:19:33 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/25 02:19:33 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:33 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/25 02:19:33 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/25 02:19:33 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/25 02:19:33 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:33 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:33 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/25 02:19:33 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:33 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/25 02:19:33 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/25 02:19:33 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:33 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/25 02:19:33 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/25 02:19:33 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/25 02:19:33 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:33 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/25 02:19:33 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/25 02:19:33 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/25 02:19:33 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:33 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/25 02:19:33 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:33 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/25 02:19:33 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:33 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/25 02:19:33 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:19:33 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:33 INFO : There was nothing to transfer 2026/08/25 02:19:33 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:33 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:19:33 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:19:33 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:19:33 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:19:33 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:19:33 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:19:33 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:19:33 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:19:33 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:19:33 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:19:33 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:19:33 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:19:33 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:19:33 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:19:33 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:19:33 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:19:33 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:19:33 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:19:33 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:19:33 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/25 02:19:34 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:34 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:19:34 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:19:34 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:19:34 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:19:34 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:19:34 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:19:34 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:19:34 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:19:34 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:19:34 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:19:34 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:19:34 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:19:34 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:19:34 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:19:34 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:19:34 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:19:34 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:19:34 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:19:34 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:19:34 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ISO-8859-1 run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:19:44 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:44 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:19:44 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:19:44 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:19:44 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:19:44 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:19:44 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:19:44 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:19:44 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:19:44 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:19:44 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:19:44 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:19:44 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:19:44 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:19:44 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:19:44 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:19:44 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:19:44 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:19:44 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:19:44 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:19:44 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/25 02:19:45 DEBUG : apple: size = 5 OK 2026/08/25 02:19:45 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/25 02:19:45 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:45 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/25 02:19:45 DEBUG : banana: size = 6 OK 2026/08/25 02:19:45 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:45 DEBUG : banana: Unchanged skipping 2026/08/25 02:19:45 DEBUG : splitbananasplit: size = 16 OK 2026/08/25 02:19:45 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:45 DEBUG : splitbananasplit: Unchanged skipping 2026/08/25 02:19:45 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:45 DEBUG : apple: Unchanged skipping 2026/08/25 02:19:45 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/25 02:19:45 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:45 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/25 02:19:45 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/25 02:19:45 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:45 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/25 02:19:45 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/25 02:19:45 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:45 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/25 02:19:45 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/25 02:19:45 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:45 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/25 02:19:45 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/25 02:19:45 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:45 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/25 02:19:45 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/25 02:19:45 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:45 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/25 02:19:45 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/25 02:19:45 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:45 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/25 02:19:45 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/25 02:19:45 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:45 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/25 02:19:45 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/25 02:19:45 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:45 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/25 02:19:45 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/25 02:19:45 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:45 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/25 02:19:45 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/25 02:19:45 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:45 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/25 02:19:45 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/25 02:19:45 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:45 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/25 02:19:45 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/25 02:19:45 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:45 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/25 02:19:45 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/25 02:19:45 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:45 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/25 02:19:45 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/25 02:19:45 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:45 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/25 02:19:45 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/25 02:19:45 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:45 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/25 02:19:45 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:19:45 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:19:45 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:45 INFO : There was nothing to transfer 2026/08/25 02:19:45 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:45 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:19:45 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:19:45 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:19:45 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:19:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:19:45 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:19:45 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:19:45 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:19:45 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:19:45 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:19:45 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:19:45 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:19:45 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:19:45 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:19:45 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:19:45 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:19:45 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:19:45 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:19:45 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:19:45 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/25 02:19:46 DEBUG : apple: size = 5 OK 2026/08/25 02:19:46 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:46 DEBUG : apple: Unchanged skipping 2026/08/25 02:19:46 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/25 02:19:46 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:46 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/25 02:19:46 DEBUG : banana: size = 6 OK 2026/08/25 02:19:46 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:46 DEBUG : banana: Unchanged skipping 2026/08/25 02:19:46 DEBUG : splitbananasplit: size = 16 OK 2026/08/25 02:19:46 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:46 DEBUG : splitbananasplit: Unchanged skipping 2026/08/25 02:19:46 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/25 02:19:46 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:46 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/25 02:19:46 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/25 02:19:46 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:46 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/25 02:19:46 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/25 02:19:46 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:46 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/25 02:19:46 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/25 02:19:46 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:46 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/25 02:19:46 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/25 02:19:46 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:46 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/25 02:19:46 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/25 02:19:46 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:46 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/25 02:19:46 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/25 02:19:46 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:46 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/25 02:19:46 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/25 02:19:46 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:46 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/25 02:19:46 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/25 02:19:46 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:46 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/25 02:19:46 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/25 02:19:46 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:46 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/25 02:19:46 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/25 02:19:46 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:46 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/25 02:19:46 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/25 02:19:46 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:46 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/25 02:19:46 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/25 02:19:46 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:46 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/25 02:19:46 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/25 02:19:46 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:46 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/25 02:19:46 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/25 02:19:46 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:46 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/25 02:19:46 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:19:46 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/25 02:19:46 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:46 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/25 02:19:46 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:19:46 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:46 INFO : There was nothing to transfer 2026/08/25 02:19:46 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:46 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:19:46 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:19:46 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:19:46 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:19:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:19:46 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:19:46 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:19:46 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:19:46 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:19:46 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:19:46 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:19:46 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:19:46 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:19:46 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:19:46 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:19:46 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:19:46 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:19:46 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:19:46 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:19:46 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/charmap run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:19:56 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:56 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:19:56 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:19:56 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:19:56 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:19:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:19:56 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:19:56 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:19:56 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:19:56 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:19:56 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:19:56 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:19:56 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:19:56 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:19:56 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:19:56 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:19:56 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:19:56 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:19:56 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:19:56 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:19:56 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/25 02:19:57 DEBUG : apple: size = 5 OK 2026/08/25 02:19:57 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:57 DEBUG : apple: Unchanged skipping 2026/08/25 02:19:57 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/25 02:19:57 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:57 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/25 02:19:57 DEBUG : banana: size = 6 OK 2026/08/25 02:19:57 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:57 DEBUG : banana: Unchanged skipping 2026/08/25 02:19:57 DEBUG : splitbananasplit: size = 16 OK 2026/08/25 02:19:57 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:57 DEBUG : splitbananasplit: Unchanged skipping 2026/08/25 02:19:57 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/25 02:19:57 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:57 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/25 02:19:57 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/25 02:19:57 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:57 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/25 02:19:57 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/25 02:19:57 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:57 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/25 02:19:57 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/25 02:19:57 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:57 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/25 02:19:57 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/25 02:19:57 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:57 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/25 02:19:57 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/25 02:19:57 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:57 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/25 02:19:57 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/25 02:19:57 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:57 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/25 02:19:57 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/25 02:19:57 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:57 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/25 02:19:57 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/25 02:19:57 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:57 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/25 02:19:57 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/25 02:19:57 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:57 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/25 02:19:57 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/25 02:19:57 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:57 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/25 02:19:57 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/25 02:19:57 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:57 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/25 02:19:57 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/25 02:19:57 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:57 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/25 02:19:57 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/25 02:19:57 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:57 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/25 02:19:57 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/25 02:19:57 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:57 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/25 02:19:57 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:19:57 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/25 02:19:57 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:57 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/25 02:19:57 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:19:57 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:57 INFO : There was nothing to transfer 2026/08/25 02:19:57 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:57 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:19:57 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:19:57 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:19:57 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:19:57 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:19:57 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:19:57 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:19:57 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:19:57 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:19:57 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:19:57 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:19:57 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:19:57 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:19:57 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:19:57 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:19:57 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:19:57 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:19:57 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:19:57 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:19:57 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/25 02:19:58 DEBUG : apple: size = 5 OK 2026/08/25 02:19:58 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:58 DEBUG : apple: Unchanged skipping 2026/08/25 02:19:58 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/25 02:19:58 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:58 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/25 02:19:58 DEBUG : banana: size = 6 OK 2026/08/25 02:19:58 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:58 DEBUG : banana: Unchanged skipping 2026/08/25 02:19:58 DEBUG : splitbananasplit: size = 16 OK 2026/08/25 02:19:58 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:58 DEBUG : splitbananasplit: Unchanged skipping 2026/08/25 02:19:58 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/25 02:19:58 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:58 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/25 02:19:58 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/25 02:19:58 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:58 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/25 02:19:58 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/25 02:19:58 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:58 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/25 02:19:58 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/25 02:19:58 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:58 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/25 02:19:58 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/25 02:19:58 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:58 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/25 02:19:58 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/25 02:19:58 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:58 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/25 02:19:58 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/25 02:19:58 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:58 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/25 02:19:58 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/25 02:19:58 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:58 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/25 02:19:58 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/25 02:19:58 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:58 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/25 02:19:58 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/25 02:19:58 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:58 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/25 02:19:58 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/25 02:19:58 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:58 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/25 02:19:58 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/25 02:19:58 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:58 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/25 02:19:58 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/25 02:19:58 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:58 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/25 02:19:58 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/25 02:19:58 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:58 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/25 02:19:58 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/25 02:19:58 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:58 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/25 02:19:58 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/25 02:19:58 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:19:58 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/25 02:19:58 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:19:58 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:19:58 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:58 INFO : There was nothing to transfer 2026/08/25 02:19:58 DEBUG : Waiting for deletions to finish 2026/08/25 02:19:58 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:19:58 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:19:58 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:19:58 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:19:58 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:19:58 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:19:58 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:19:58 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:19:58 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:19:58 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:19:58 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:19:58 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:19:58 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:19:58 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:19:58 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:19:58 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:19:58 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:19:58 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:19:58 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:19:58 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/lowercase run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:20:09 DEBUG : Waiting for deletions to finish 2026/08/25 02:20:10 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:20:10 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:20:10 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:20:10 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:20:10 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:20:10 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:20:10 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:20:10 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:20:10 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:20:10 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:20:10 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:20:10 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:20:10 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:20:10 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:20:10 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:20:10 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:20:10 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:20:10 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:20:10 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:20:10 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/25 02:20:10 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/25 02:20:10 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:10 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/25 02:20:10 DEBUG : banana: size = 6 OK 2026/08/25 02:20:10 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:10 DEBUG : banana: Unchanged skipping 2026/08/25 02:20:10 DEBUG : splitbananasplit: size = 16 OK 2026/08/25 02:20:10 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:10 DEBUG : splitbananasplit: Unchanged skipping 2026/08/25 02:20:10 DEBUG : apple: size = 5 OK 2026/08/25 02:20:10 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:10 DEBUG : apple: Unchanged skipping 2026/08/25 02:20:11 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/25 02:20:11 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:20:11 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:11 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/25 02:20:11 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/25 02:20:11 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:11 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/25 02:20:11 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/25 02:20:11 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:11 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/25 02:20:11 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/25 02:20:11 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:11 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/25 02:20:11 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/25 02:20:11 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:11 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/25 02:20:11 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/25 02:20:11 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:11 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/25 02:20:11 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/25 02:20:11 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:11 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/25 02:20:11 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/25 02:20:11 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:11 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/25 02:20:11 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/25 02:20:11 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:11 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/25 02:20:11 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/25 02:20:11 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:11 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/25 02:20:11 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/25 02:20:11 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:11 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/25 02:20:11 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/25 02:20:11 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:11 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/25 02:20:11 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/25 02:20:11 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:11 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/25 02:20:11 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/25 02:20:11 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:11 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/25 02:20:11 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/25 02:20:11 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:11 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/25 02:20:11 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/25 02:20:11 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:11 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/25 02:20:11 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:20:11 DEBUG : Waiting for deletions to finish 2026/08/25 02:20:11 INFO : There was nothing to transfer 2026/08/25 02:20:11 DEBUG : Waiting for deletions to finish 2026/08/25 02:20:11 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:20:11 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:20:11 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:20:11 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:20:11 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:20:11 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:20:11 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:20:11 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:20:11 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:20:11 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:20:11 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:20:11 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:20:11 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:20:11 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:20:11 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:20:11 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:20:11 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:20:11 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:20:11 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:20:11 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/25 02:20:11 DEBUG : apple: size = 5 OK 2026/08/25 02:20:11 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:11 DEBUG : apple: Unchanged skipping 2026/08/25 02:20:11 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/25 02:20:11 DEBUG : banana: size = 6 OK 2026/08/25 02:20:11 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:11 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:11 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/25 02:20:11 DEBUG : banana: Unchanged skipping 2026/08/25 02:20:11 DEBUG : splitbananasplit: size = 16 OK 2026/08/25 02:20:11 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:11 DEBUG : splitbananasplit: Unchanged skipping 2026/08/25 02:20:12 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/25 02:20:12 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:12 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/25 02:20:12 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/25 02:20:12 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:12 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/25 02:20:12 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/25 02:20:12 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:12 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/25 02:20:12 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/25 02:20:12 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:12 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/25 02:20:12 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/25 02:20:12 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:12 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/25 02:20:12 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/25 02:20:12 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:12 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/25 02:20:12 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/25 02:20:12 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:12 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/25 02:20:12 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/25 02:20:12 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:12 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/25 02:20:12 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/25 02:20:12 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:12 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/25 02:20:12 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/25 02:20:12 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:12 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/25 02:20:12 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:12 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/25 02:20:12 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:20:12 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/25 02:20:12 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:12 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/25 02:20:12 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:12 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/25 02:20:12 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/25 02:20:12 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:12 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/25 02:20:12 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:12 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/25 02:20:12 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/25 02:20:12 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/25 02:20:12 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/25 02:20:12 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/25 02:20:12 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:12 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/25 02:20:12 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:20:12 DEBUG : Waiting for deletions to finish 2026/08/25 02:20:12 INFO : There was nothing to transfer 2026/08/25 02:20:12 DEBUG : Waiting for deletions to finish 2026/08/25 02:20:12 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:20:12 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:20:12 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:20:12 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:20:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:20:12 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:20:12 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:20:12 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:20:12 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:20:12 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:20:12 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:20:12 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:20:12 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:20:12 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:20:12 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:20:12 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:20:12 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:20:12 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:20:12 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:20:12 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ascii run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:20:22 DEBUG : Waiting for deletions to finish 2026/08/25 02:20:22 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:20:22 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:20:22 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:20:22 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:20:22 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:20:22 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:20:22 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:20:22 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:20:22 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:20:22 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:20:22 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:20:22 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:20:22 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:20:22 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:20:22 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:20:22 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:20:22 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:20:22 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:20:22 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:20:22 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/25 02:20:23 DEBUG : apple: size = 5 OK 2026/08/25 02:20:23 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:23 DEBUG : apple: Unchanged skipping 2026/08/25 02:20:23 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/25 02:20:23 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:23 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/25 02:20:23 DEBUG : banana: size = 6 OK 2026/08/25 02:20:23 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:23 DEBUG : banana: Unchanged skipping 2026/08/25 02:20:23 DEBUG : splitbananasplit: size = 16 OK 2026/08/25 02:20:23 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:23 DEBUG : splitbananasplit: Unchanged skipping 2026/08/25 02:20:23 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/25 02:20:23 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/25 02:20:23 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:23 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:20:23 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/25 02:20:23 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/25 02:20:23 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/25 02:20:23 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:23 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:23 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/25 02:20:23 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:23 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/25 02:20:23 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:23 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/25 02:20:23 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/25 02:20:23 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:23 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/25 02:20:23 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/25 02:20:23 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:23 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/25 02:20:23 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/25 02:20:23 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/25 02:20:23 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:23 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/25 02:20:23 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/25 02:20:23 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/25 02:20:23 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:23 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/25 02:20:23 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/25 02:20:23 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:23 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/25 02:20:23 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/25 02:20:23 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/25 02:20:23 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/25 02:20:23 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:23 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/25 02:20:23 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/25 02:20:23 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:23 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/25 02:20:23 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:23 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/25 02:20:23 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:23 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/25 02:20:23 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:23 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/25 02:20:23 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/25 02:20:23 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:23 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/25 02:20:23 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/25 02:20:23 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:20:23 DEBUG : Waiting for deletions to finish 2026/08/25 02:20:23 INFO : There was nothing to transfer 2026/08/25 02:20:23 DEBUG : Waiting for deletions to finish 2026/08/25 02:20:23 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:20:23 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:20:23 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:20:23 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:20:23 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:20:23 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:20:23 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:20:23 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:20:23 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:20:23 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:20:23 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:20:23 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:20:23 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:20:23 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:20:23 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:20:23 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:20:23 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:20:23 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:20:23 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:20:23 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/25 02:20:24 DEBUG : apple: size = 5 OK 2026/08/25 02:20:24 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:24 DEBUG : apple: Unchanged skipping 2026/08/25 02:20:24 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/25 02:20:24 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:24 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/25 02:20:24 DEBUG : banana: size = 6 OK 2026/08/25 02:20:24 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:24 DEBUG : banana: Unchanged skipping 2026/08/25 02:20:24 DEBUG : splitbananasplit: size = 16 OK 2026/08/25 02:20:24 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:24 DEBUG : splitbananasplit: Unchanged skipping 2026/08/25 02:20:24 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/25 02:20:24 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:24 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/25 02:20:24 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/25 02:20:24 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:24 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/25 02:20:24 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/25 02:20:24 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:24 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/25 02:20:24 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/25 02:20:24 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:24 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/25 02:20:24 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/25 02:20:24 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:24 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/25 02:20:24 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/25 02:20:24 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:24 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/25 02:20:24 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/25 02:20:24 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:24 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/25 02:20:24 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/25 02:20:24 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:24 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/25 02:20:24 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/25 02:20:24 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:24 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/25 02:20:24 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/25 02:20:24 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:24 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/25 02:20:24 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/25 02:20:24 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:24 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/25 02:20:24 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/25 02:20:24 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:24 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/25 02:20:24 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/25 02:20:24 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:24 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/25 02:20:24 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/25 02:20:24 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:24 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/25 02:20:24 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/25 02:20:24 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:24 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/25 02:20:24 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/25 02:20:24 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:24 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/25 02:20:24 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:20:24 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:20:24 DEBUG : Waiting for deletions to finish 2026/08/25 02:20:24 INFO : There was nothing to transfer 2026/08/25 02:20:24 DEBUG : Waiting for deletions to finish 2026/08/25 02:20:24 DEBUG : apple: Excluded (Path Filter) 2026/08/25 02:20:24 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/25 02:20:24 DEBUG : banana: Excluded (Path Filter) 2026/08/25 02:20:24 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/25 02:20:24 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/25 02:20:24 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/25 02:20:24 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/25 02:20:24 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/25 02:20:24 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/25 02:20:24 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/25 02:20:24 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/25 02:20:24 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/25 02:20:24 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/25 02:20:24 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/25 02:20:24 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/25 02:20:24 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/25 02:20:24 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/25 02:20:24 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/25 02:20:24 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/25 02:20:24 DEBUG : splitbananasplit: Excluded (Path Filter) --- PASS: TestTransform (150.81s) --- PASS: TestTransform/NFC (11.32s) --- PASS: TestTransform/NFD (12.67s) --- PASS: TestTransform/base64 (16.01s) --- PASS: TestTransform/prefix (16.74s) --- PASS: TestTransform/suffix (16.94s) --- PASS: TestTransform/truncate (13.94s) --- PASS: TestTransform/encoder (12.78s) --- PASS: TestTransform/ISO-8859-1 (12.25s) --- PASS: TestTransform/charmap (12.70s) --- PASS: TestTransform/lowercase (12.83s) --- PASS: TestTransform/ascii (12.64s) === RUN TestTransformCopy run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:20:29 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/25 02:20:29 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/25 02:20:29 INFO : sub dir_somesuffix: Making directory 2026/08/25 02:20:29 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/25 02:20:29 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/08/25 02:20:29 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/25 02:20:29 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/08/25 02:20:29 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:20:29 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/25 02:20:29 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:20:30 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/08/25 02:20:30 DEBUG : sub dir/hello world.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:20:30 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/25 02:20:30 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (1.94s) === RUN TestDoubleTransform run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:20:31 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:31 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:31 INFO : tictactoe: Making directory 2026/08/25 02:20:31 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:31 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:31 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/25 02:20:31 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/08/25 02:20:31 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/25 02:20:31 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:20:31 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:20:32 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/08/25 02:20:32 DEBUG : toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:20:32 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/08/25 02:20:32 DEBUG : Waiting for deletions to finish --- PASS: TestDoubleTransform (1.56s) === RUN TestFileTag run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:20:33 INFO : toe: Making directory 2026/08/25 02:20:33 INFO : toe/toe: Making directory 2026/08/25 02:20:33 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:33 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/25 02:20:33 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/25 02:20:33 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/25 02:20:33 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:20:33 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:20:33 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/25 02:20:33 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:20:33 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/25 02:20:33 DEBUG : Waiting for deletions to finish --- PASS: TestFileTag (1.54s) === RUN TestNoTag run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:20:34 INFO : toe: Making directory 2026/08/25 02:20:34 INFO : toe/toe: Making directory 2026/08/25 02:20:34 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:34 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/25 02:20:34 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/25 02:20:34 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:20:34 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:20:34 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/25 02:20:35 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/25 02:20:35 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:20:35 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/25 02:20:35 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (1.58s) === RUN TestDirTag run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:20:36 DEBUG : empty_dir: Making directory with metadata 2026/08/25 02:20:36 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/25 02:20:36 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/25 02:20:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/25 02:20:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/25 02:20:36 INFO : tictacempty_dir: Making directory 2026/08/25 02:20:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/25 02:20:36 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:36 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:36 INFO : tictactoe: Making directory 2026/08/25 02:20:36 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:36 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:36 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/25 02:20:36 INFO : tictactoe/tictactoe: Making directory 2026/08/25 02:20:36 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/25 02:20:36 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/25 02:20:36 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/25 02:20:36 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/25 02:20:36 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:20:36 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:20:37 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/25 02:20:37 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:20:37 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/25 02:20:37 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "tictacempty_dir" --- PASS: TestDirTag (1.68s) === RUN TestAllTag run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:20:37 DEBUG : empty_dir: Making directory with metadata 2026/08/25 02:20:37 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/25 02:20:37 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:37 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/25 02:20:37 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/25 02:20:38 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/25 02:20:38 INFO : tictacempty_dir: Making directory 2026/08/25 02:20:38 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/25 02:20:38 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:38 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:38 INFO : tictactoe: Making directory 2026/08/25 02:20:38 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:38 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:38 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/25 02:20:38 INFO : tictactoe/tictactoe: Making directory 2026/08/25 02:20:38 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/25 02:20:38 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/25 02:20:38 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/25 02:20:38 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/25 02:20:38 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/25 02:20:38 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:20:38 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:20:38 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/25 02:20:38 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:20:38 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/25 02:20:38 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/25 02:20:39 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:20:39 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:39 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/25 02:20:39 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/25 02:20:39 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:39 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:39 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/25 02:20:39 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/25 02:20:39 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:20:39 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK 2026/08/25 02:20:39 NOTICE: B2 bucket rclone-test-bozobuc5vozu: 0 differences found 2026/08/25 02:20:39 NOTICE: B2 bucket rclone-test-bozobuc5vozu: 1 matching files --- PASS: TestAllTag (2.29s) === RUN TestRunTwice run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:20:40 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:40 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:40 INFO : tictactoe: Making directory 2026/08/25 02:20:40 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:40 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:40 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/25 02:20:40 INFO : tictactoe/tictactoe: Making directory 2026/08/25 02:20:40 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/25 02:20:40 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/25 02:20:40 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/25 02:20:40 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/25 02:20:40 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:20:40 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:20:41 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/25 02:20:41 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:20:41 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/25 02:20:41 DEBUG : Waiting for deletions to finish 2026/08/25 02:20:41 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:41 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:41 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:41 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/25 02:20:42 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/25 02:20:42 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/25 02:20:42 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/25 02:20:42 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/08/25 02:20:42 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:20:42 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:20:42 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (2.57s) === RUN TestSyntax 2026/08/25 02:20:42 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:20:43 INFO : toe: Making directory 2026/08/25 02:20:43 INFO : toe/toe: Making directory 2026/08/25 02:20:43 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/25 02:20:43 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:20:43 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:20:43 DEBUG : toe/toe/toe: size = 11 OK 2026/08/25 02:20:43 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:20:43 INFO : toe/toe/toe: Copied (new) 2026/08/25 02:20:43 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (1.55s) === RUN TestMove run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:20:44 DEBUG : empty_dir: Making directory with metadata 2026/08/25 02:20:44 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/25 02:20:44 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:44 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/25 02:20:44 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/25 02:20:44 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/25 02:20:44 INFO : tictacempty_dir: Making directory 2026/08/25 02:20:44 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/25 02:20:44 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:44 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:44 INFO : tictactoe: Making directory 2026/08/25 02:20:44 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:44 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:44 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/25 02:20:44 INFO : tictactoe/tictactoe: Making directory 2026/08/25 02:20:44 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/25 02:20:44 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/25 02:20:44 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/25 02:20:44 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/25 02:20:44 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/25 02:20:44 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/25 02:20:44 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:20:44 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:20:45 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/25 02:20:45 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:20:45 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/25 02:20:45 INFO : toe/toe/toe.txt: Deleted 2026/08/25 02:20:45 INFO : toe/toe: Removing directory 2026/08/25 02:20:45 INFO : toe: Removing directory 2026/08/25 02:20:45 INFO : empty_dir: Removing directory 2026/08/25 02:20:45 DEBUG : Local file system at /tmp/rclone1312677013: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" --- PASS: TestMove (2.12s) === RUN TestTransformFile run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:20:46 DEBUG : empty_dir: Making directory with metadata 2026/08/25 02:20:46 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/25 02:20:46 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:46 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/25 02:20:46 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/25 02:20:46 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/25 02:20:46 INFO : tictacempty_dir: Making directory 2026/08/25 02:20:46 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/25 02:20:46 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:46 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:46 INFO : tictactoe: Making directory 2026/08/25 02:20:46 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:46 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:46 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/25 02:20:46 INFO : tictactoe/tictactoe: Making directory 2026/08/25 02:20:46 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/25 02:20:46 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/25 02:20:46 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/25 02:20:46 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/25 02:20:46 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/25 02:20:46 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/25 02:20:46 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:20:46 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:20:47 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/25 02:20:47 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:20:47 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/25 02:20:47 INFO : toe/toe/toe.txt: Deleted 2026/08/25 02:20:47 INFO : toe/toe: Removing directory 2026/08/25 02:20:47 INFO : toe: Removing directory 2026/08/25 02:20:47 INFO : empty_dir: Removing directory 2026/08/25 02:20:47 DEBUG : Local file system at /tmp/rclone1312677013: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/25 02:20:48 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/25 02:20:48 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/25 02:20:48 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/25 02:20:48 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/25 02:20:48 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/25 02:20:48 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/25 02:20:48 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:20:48 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (server-side copy) to: toe/toe/toe.txt 2026/08/25 02:20:48 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.96s) === RUN TestManualTransformFile run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:20:49 DEBUG : Reset feature "Copy" 2026/08/25 02:20:49 DEBUG : Reset feature "Move" 2026/08/25 02:20:49 DEBUG : Reset feature "Copy" 2026/08/25 02:20:49 DEBUG : Reset feature "Move" 2026/08/25 02:20:49 DEBUG : empty_dir: Making directory with metadata 2026/08/25 02:20:49 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/25 02:20:49 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:49 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/25 02:20:49 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/25 02:20:49 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/25 02:20:49 INFO : tictacempty_dir: Making directory 2026/08/25 02:20:49 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/25 02:20:49 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:49 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:49 INFO : tictactoe: Making directory 2026/08/25 02:20:49 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:49 DEBUG : toe: transformed to: tictactoe 2026/08/25 02:20:49 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/25 02:20:49 INFO : tictactoe/tictactoe: Making directory 2026/08/25 02:20:49 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/25 02:20:49 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/25 02:20:49 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/25 02:20:49 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/25 02:20:49 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/25 02:20:49 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/25 02:20:49 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:20:49 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:20:50 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/25 02:20:50 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:20:50 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/25 02:20:50 INFO : toe/toe/toe.txt: Deleted 2026/08/25 02:20:50 INFO : toe/toe: Removing directory 2026/08/25 02:20:50 INFO : toe: Removing directory 2026/08/25 02:20:50 INFO : empty_dir: Removing directory 2026/08/25 02:20:50 DEBUG : Local file system at /tmp/rclone1312677013: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/25 02:20:51 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/25 02:20:51 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/25 02:20:51 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/25 02:20:51 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/25 02:20:51 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/25 02:20:51 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/25 02:20:51 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:20:51 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/08/25 02:20:51 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.65s) === RUN TestBase64 run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:20:53 DEBUG : toe: transformed to: dG9l 2026/08/25 02:20:53 DEBUG : toe: transformed to: dG9l 2026/08/25 02:20:53 INFO : dG9l: Making directory 2026/08/25 02:20:53 DEBUG : toe: transformed to: dG9l 2026/08/25 02:20:53 DEBUG : toe: transformed to: dG9l 2026/08/25 02:20:53 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/25 02:20:53 INFO : dG9l/dG9l: Making directory 2026/08/25 02:20:53 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/25 02:20:53 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/08/25 02:20:53 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/25 02:20:53 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/25 02:20:53 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/25 02:20:53 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:20:53 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:20:53 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/08/25 02:20:53 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:20:53 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/08/25 02:20:53 DEBUG : Waiting for deletions to finish 2026/08/25 02:20:54 DEBUG : dG9l: transformed to: toe 2026/08/25 02:20:54 DEBUG : dG9l: transformed to: toe 2026/08/25 02:20:54 DEBUG : dG9l: transformed to: toe 2026/08/25 02:20:54 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/08/25 02:20:54 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/08/25 02:20:54 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/25 02:20:54 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2026/08/25 02:20:54 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/08/25 02:20:54 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/08/25 02:20:54 DEBUG : Local file system at /tmp/rclone1312677013: Waiting for checks to finish 2026/08/25 02:20:54 DEBUG : Local file system at /tmp/rclone1312677013: Waiting for transfers to finish 2026/08/25 02:20:54 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (2.41s) === RUN TestError run.go:198: Remote "B2 bucket rclone-test-bozobuc5vozu", Local "Local file system at /tmp/rclone1312677013", Modify Window "1ms" 2026/08/25 02:20:55 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/25 02:20:55 DEBUG : toe: transformed to: 2026/08/25 02:20:55 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/25 02:20:55 DEBUG : toe: transformed to: 2026/08/25 02:20:55 INFO : B2 bucket rclone-test-bozobuc5vozu: Making directory 2026/08/25 02:20:55 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/25 02:20:55 DEBUG : toe: transformed to: 2026/08/25 02:20:55 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/25 02:20:55 DEBUG : toe: transformed to: 2026/08/25 02:20:55 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/25 02:20:55 DEBUG : toe/toe: transformed to: 2026/08/25 02:20:55 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/25 02:20:55 INFO : toe/toe: Making directory 2026/08/25 02:20:55 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/25 02:20:55 DEBUG : toe/toe: transformed to: 2026/08/25 02:20:55 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/25 02:20:55 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/25 02:20:55 DEBUG : toe: transformed to: 2026/08/25 02:20:55 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/25 02:20:55 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for checks to finish 2026/08/25 02:20:55 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Waiting for transfers to finish 2026/08/25 02:20:55 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/25 02:20:55 DEBUG : toe/toe/toe: transformed to: 2026/08/25 02:20:55 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/08/25 02:20:56 DEBUG : toe/toe/toe: size = 11 OK 2026/08/25 02:20:56 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/25 02:20:56 INFO : toe/toe/toe: Copied (new) 2026/08/25 02:20:56 ERROR : B2 bucket rclone-test-bozobuc5vozu: not deleting files as there were IO errors 2026/08/25 02:20:56 ERROR : B2 bucket rclone-test-bozobuc5vozu: not deleting directories as there were IO errors --- PASS: TestError (1.56s) PASS 2026/08/25 02:20:57 DEBUG : B2 bucket rclone-test-bozobuc5vozu: Purge remote 2026/08/25 02:20:57 INFO : B2 bucket rclone-test-bozobuc5vozu: cleaning bucket "rclone-test-bozobuc5vozu" of all files 2026/08/25 02:20:58 DEBUG : BackupDir/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5790_d20260825_m021542_c001_v7007000_t0000_u01787624142332") 2026/08/25 02:20:58 DEBUG : BackupDir/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f413d5a0b2f92039e_d20260825_m021538_c001_v0001182_t0049_u01787624138008") 2026/08/25 02:20:58 DEBUG : CompareDest/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f425a8c9b546f1e5b_d20260825_m021519_c001_v7007000_t0000_u01787624119474") 2026/08/25 02:20:58 DEBUG : CompareDest/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc59084454cd_d20260825_m021513_c001_v0001102_t0032_u01787624113462") 2026/08/25 02:20:58 DEBUG : CompareDest/two: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f425a8c9b546f1e5c_d20260825_m021519_c001_v7007000_t0000_u01787624119659") 2026/08/25 02:20:58 DEBUG : CompareDest/two: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83f6b_d20260825_m021514_c001_v0001181_t0022_u01787624114502") 2026/08/25 02:20:58 DEBUG : CopyDest/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5791_d20260825_m021542_c001_v7007000_t0000_u01787624142511") 2026/08/25 02:20:58 DEBUG : CopyDest/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8401f_d20260825_m021534_c001_v0001181_t0022_u01787624134881") 2026/08/25 02:20:58 DEBUG : CopyDest/three: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5794_d20260825_m021542_c001_v7007000_t0000_u01787624142690") 2026/08/25 02:20:58 DEBUG : CopyDest/three: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84047_d20260825_m021540_c001_v0001181_t0022_u01787624140675") 2026/08/25 02:20:58 DEBUG : CopyDest/two: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5796_d20260825_m021542_c001_v7007000_t0000_u01787624142868") 2026/08/25 02:20:58 DEBUG : CopyDest/two: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc59084455e1_d20260825_m021538_c001_v0001102_t0032_u01787624138783") 2026/08/25 02:20:58 DEBUG : EXISTING: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f404eaa471c217c00_d20260825_m021712_c001_v7007000_t0000_u01787624232742") 2026/08/25 02:20:58 DEBUG : EXISTING: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8425a_d20260825_m021711_c001_v0001181_t0022_u01787624231816") 2026/08/25 02:20:58 DEBUG : PREFIXapple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5ae5_d20260825_m021849_c001_v7007000_t0000_u01787624329652") 2026/08/25 02:20:58 DEBUG : PREFIXapple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84542_d20260825_m021844_c001_v0001181_t0022_u01787624324771") 2026/08/25 02:20:58 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5ae4_d20260825_m021849_c001_v7007000_t0000_u01787624329470") 2026/08/25 02:20:58 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1005393ec9d69ea9_d20260825_m021844_c001_v0001146_t0056_u01787624324762") 2026/08/25 02:20:58 DEBUG : PREFIXbanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f413c9e888c0c9e05_d20260825_m021849_c001_v7007000_t0000_u01787624329662") 2026/08/25 02:20:59 DEBUG : PREFIXbanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205cb5_d20260825_m021844_c001_v0001092_t0024_u01787624324786") 2026/08/25 02:20:59 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4039066687ada286_d20260825_m021849_c001_v7007000_t0000_u01787624329674") 2026/08/25 02:20:59 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445d6f_d20260825_m021844_c001_v0001102_t0032_u01787624324793") 2026/08/25 02:20:59 DEBUG : Testêé: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f404eaa471c217bfb_d20260825_m021709_c001_v7007000_t0000_u01787624229510") 2026/08/25 02:20:59 DEBUG : Testêé: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8424c_d20260825_m021708_c001_v0001181_t0022_u01787624228951") 2026/08/25 02:20:59 DEBUG : Testêé: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445969_d20260825_m021708_c001_v0001102_t0032_u01787624228020") 2026/08/25 02:20:59 DEBUG : YXBwbGU=: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07afc_d20260825_m021834_c001_v7007000_t0000_u01787624314674") 2026/08/25 02:20:59 DEBUG : YXBwbGU=: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69e1d_d20260825_m021828_c001_v0001146_t0022_u01787624308855") 2026/08/25 02:20:59 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07afd_d20260825_m021834_c001_v7007000_t0000_u01787624314882") 2026/08/25 02:20:59 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f84494_d20260825_m021828_c001_v0001181_t0016_u01787624308878") 2026/08/25 02:20:59 DEBUG : YmFuYW5h: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b01_d20260825_m021835_c001_v7007000_t0000_u01787624315084") 2026/08/25 02:20:59 DEBUG : YmFuYW5h: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445cd7_d20260825_m021828_c001_v0001102_t0032_u01787624308885") 2026/08/25 02:20:59 DEBUG : a/potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb4951_d20260825_m021349_c001_v7007000_t0000_u01787624029436") 2026/08/25 02:20:59 DEBUG : a/potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f83d11_d20260825_m021348_c001_v0001181_t0050_u01787624028852") 2026/08/25 02:20:59 DEBUG : a/potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f421d622144a90ad5_d20260825_m021347_c001_v7007000_t0000_u01787624027500") 2026/08/25 02:20:59 DEBUG : a/potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f83cfd_d20260825_m021346_c001_v0001181_t0056_u01787624026592") 2026/08/25 02:20:59 DEBUG : a/potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d6320_d20260825_m021332_c001_v7007000_t0000_u01787624012048") 2026/08/25 02:20:59 DEBUG : a/potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f83c9f_d20260825_m021331_c001_v0001181_t0050_u01787624011164") 2026/08/25 02:20:59 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be472e_d20260825_m022025_c001_v7007000_t0000_u01787624425309") 2026/08/25 02:20:59 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d6a11f_d20260825_m022021_c001_v0001146_t0022_u01787624421673") 2026/08/25 02:20:59 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415ca0287409e495_d20260825_m022012_c001_v7007000_t0000_u01787624412838") 2026/08/25 02:20:59 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d6a0d1_d20260825_m022008_c001_v0001146_t0022_u01787624408931") 2026/08/25 02:20:59 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bed_d20260825_m021959_c001_v7007000_t0000_u01787624399357") 2026/08/25 02:21:00 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d6a071_d20260825_m021956_c001_v0001146_t0022_u01787624396048") 2026/08/25 02:21:00 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bb9_d20260825_m021947_c001_v7007000_t0000_u01787624387090") 2026/08/25 02:21:00 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d6a031_d20260825_m021943_c001_v0001146_t0022_u01787624383828") 2026/08/25 02:21:00 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b90_d20260825_m021934_c001_v7007000_t0000_u01787624374973") 2026/08/25 02:21:00 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69fdb_d20260825_m021931_c001_v0001146_t0022_u01787624371137") 2026/08/25 02:21:00 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d6886_d20260825_m021922_c001_v7007000_t0000_u01787624362184") 2026/08/25 02:21:00 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205d41_d20260825_m021917_c001_v0001092_t0024_u01787624357222") 2026/08/25 02:21:00 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5f91_d20260825_m021908_c001_v7007000_t0000_u01787624348173") 2026/08/25 02:21:00 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f845ef_d20260825_m021905_c001_v0001181_t0022_u01787624345443") 2026/08/25 02:21:00 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4225634d9f630a50_d20260825_m021904_c001_v7007000_t0000_u01787624344305") 2026/08/25 02:21:00 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205cf7_d20260825_m021900_c001_v0001092_t0024_u01787624340099") 2026/08/25 02:21:00 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af0237c_d20260825_m021851_c001_v7007000_t0000_u01787624331316") 2026/08/25 02:21:00 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84562_d20260825_m021848_c001_v0001181_t0022_u01787624328341") 2026/08/25 02:21:00 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b18_d20260825_m021847_c001_v7007000_t0000_u01787624327230") 2026/08/25 02:21:00 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69e9b_d20260825_m021843_c001_v0001146_t0022_u01787624323328") 2026/08/25 02:21:00 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f400be1583da88f2e_d20260825_m021832_c001_v7007000_t0000_u01787624312371") 2026/08/25 02:21:00 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69e15_d20260825_m021827_c001_v0001146_t0022_u01787624307457") 2026/08/25 02:21:00 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114a9be4de0039a_d20260825_m021818_c001_v7007000_t0000_u01787624298526") 2026/08/25 02:21:00 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69dc1_d20260825_m021814_c001_v0001146_t0022_u01787624294706") 2026/08/25 02:21:00 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186c6_d20260825_m021805_c001_v7007000_t0000_u01787624285894") 2026/08/25 02:21:01 DEBUG : apple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69d75_d20260825_m021802_c001_v0001146_t0022_u01787624282676") 2026/08/25 02:21:01 DEBUG : appleSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abe670d_d20260825_m021906_c001_v7007000_t0000_u01787624346690") 2026/08/25 02:21:01 DEBUG : appleSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205cfb_d20260825_m021901_c001_v0001092_t0024_u01787624341699") 2026/08/25 02:21:01 DEBUG : appleapple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d688b_d20260825_m021922_c001_v7007000_t0000_u01787624362371") 2026/08/25 02:21:01 DEBUG : appleapple: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205d4b_d20260825_m021918_c001_v0001092_t0024_u01787624358756") 2026/08/25 02:21:01 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be472f_d20260825_m022025_c001_v7007000_t0000_u01787624425490") 2026/08/25 02:21:01 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205e43_d20260825_m022022_c001_v0001092_t0024_u01787624422041") 2026/08/25 02:21:01 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415ca0287409e496_d20260825_m022013_c001_v7007000_t0000_u01787624413021") 2026/08/25 02:21:01 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205e11_d20260825_m022009_c001_v0001092_t0024_u01787624409313") 2026/08/25 02:21:01 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bf0_d20260825_m021959_c001_v7007000_t0000_u01787624399537") 2026/08/25 02:21:01 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205def_d20260825_m021956_c001_v0001092_t0024_u01787624396424") 2026/08/25 02:21:01 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bbc_d20260825_m021947_c001_v7007000_t0000_u01787624387271") 2026/08/25 02:21:01 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205dbd_d20260825_m021944_c001_v0001092_t0024_u01787624384196") 2026/08/25 02:21:01 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b91_d20260825_m021935_c001_v7007000_t0000_u01787624375152") 2026/08/25 02:21:01 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205d89_d20260825_m021931_c001_v0001092_t0024_u01787624371510") 2026/08/25 02:21:01 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4084e4f6fa0582ee_d20260825_m021919_c001_v7007000_t0000_u01787624359799") 2026/08/25 02:21:01 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69f81_d20260825_m021917_c001_v0001146_t0022_u01787624357593") 2026/08/25 02:21:01 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5f92_d20260825_m021908_c001_v7007000_t0000_u01787624348361") 2026/08/25 02:21:01 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205d0d_d20260825_m021905_c001_v0001092_t0024_u01787624345454") 2026/08/25 02:21:01 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f400be1583da89208_d20260825_m021903_c001_v7007000_t0000_u01787624343915") 2026/08/25 02:21:01 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f019a_d20260825_m021900_c001_v0001033_t0003_u01787624340552") 2026/08/25 02:21:01 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af0237f_d20260825_m021851_c001_v7007000_t0000_u01787624331497") 2026/08/25 02:21:01 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205cc7_d20260825_m021848_c001_v0001092_t0024_u01787624328352") 2026/08/25 02:21:01 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f413c9e888c0c9dfa_d20260825_m021847_c001_v7007000_t0000_u01787624327444") 2026/08/25 02:21:02 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205cb1_d20260825_m021843_c001_v0001092_t0024_u01787624323699") 2026/08/25 02:21:02 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a54df_d20260825_m021832_c001_v7007000_t0000_u01787624312408") 2026/08/25 02:21:02 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445cc5_d20260825_m021827_c001_v0001102_t0032_u01787624307824") 2026/08/25 02:21:02 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114a9be4de0039c_d20260825_m021818_c001_v7007000_t0000_u01787624298709") 2026/08/25 02:21:02 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445c4f_d20260825_m021815_c001_v0001102_t0032_u01787624295166") 2026/08/25 02:21:02 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186c7_d20260825_m021806_c001_v7007000_t0000_u01787624286074") 2026/08/25 02:21:02 DEBUG : appleappleapplebanana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445bdf_d20260825_m021803_c001_v0001102_t0032_u01787624283046") 2026/08/25 02:21:02 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abe670c_d20260825_m021906_c001_v7007000_t0000_u01787624346502") 2026/08/25 02:21:02 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1005393ec9d69f13_d20260825_m021901_c001_v0001146_t0055_u01787624341711") 2026/08/25 02:21:02 DEBUG : b/potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb4952_d20260825_m021349_c001_v7007000_t0000_u01787624029618") 2026/08/25 02:21:02 DEBUG : b/potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83d09_d20260825_m021348_c001_v0001181_t0022_u01787624028096") 2026/08/25 02:21:02 DEBUG : b/potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f421d622144a90ad2_d20260825_m021346_c001_v7007000_t0000_u01787624026946") 2026/08/25 02:21:02 DEBUG : b/potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83cf5_d20260825_m021345_c001_v0001181_t0022_u01787624025847") 2026/08/25 02:21:02 DEBUG : b/potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d6319_d20260825_m021331_c001_v7007000_t0000_u01787624011509") 2026/08/25 02:21:02 DEBUG : b/potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83c97_d20260825_m021330_c001_v0001181_t0022_u01787624010425") 2026/08/25 02:21:02 DEBUG : backup/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f59c6_d20260825_m021615_c001_v7007000_t0000_u01787624175599") 2026/08/25 02:21:02 DEBUG : backup/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4160b6eac2770100_d20260825_m021614_c001_v0001136_t0033_u01787624174096") 2026/08/25 02:21:02 DEBUG : backup/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4033c50b6b084ddd_d20260825_m021610_c001_v0001116_t0052_u01787624170048") 2026/08/25 02:21:02 DEBUG : backup/one-2019-01-01: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f404eaa471c217bc4_d20260825_m021637_c001_v7007000_t0000_u01787624197909") 2026/08/25 02:21:02 DEBUG : backup/one-2019-01-01: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f402eed7567c3938e_d20260825_m021636_c001_v0001099_t0035_u01787624196441") 2026/08/25 02:21:03 DEBUG : backup/one-2019-01-01: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4156026450da7ff3_d20260825_m021633_c001_v0001161_t0042_u01787624193066") 2026/08/25 02:21:03 DEBUG : backup/one.bak: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abe660f_d20260825_m021626_c001_v7007000_t0000_u01787624186710") 2026/08/25 02:21:03 DEBUG : backup/one.bak: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192ba24e28a512b_d20260825_m021625_c001_v0001171_t0051_u01787624185165") 2026/08/25 02:21:03 DEBUG : backup/one.bak: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4151414aa78e0306_d20260825_m021621_c001_v0001182_t0002_u01787624181828") 2026/08/25 02:21:03 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f404eaa471c217bc5_d20260825_m021638_c001_v7007000_t0000_u01787624198089") 2026/08/25 02:21:03 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40233a3aafdba2c3_d20260825_m021637_c001_v0001097_t0004_u01787624197180") 2026/08/25 02:21:03 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4046fba0a7ce909c_d20260825_m021634_c001_v0001041_t0029_u01787624194399") 2026/08/25 02:21:03 DEBUG : backup/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f59c7_d20260825_m021615_c001_v7007000_t0000_u01787624175779") 2026/08/25 02:21:03 DEBUG : backup/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4106169e65cc26dc_d20260825_m021614_c001_v0001174_t0037_u01787624174861") 2026/08/25 02:21:03 DEBUG : backup/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4045b4a82b792667_d20260825_m021612_c001_v0001182_t0035_u01787624172061") 2026/08/25 02:21:03 DEBUG : backup/three.txt.bak: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abe6610_d20260825_m021626_c001_v7007000_t0000_u01787624186889") 2026/08/25 02:21:03 DEBUG : backup/three.txt.bak: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40396f601008b100_d20260825_m021625_c001_v0001136_t0000_u01787624185908") 2026/08/25 02:21:03 DEBUG : backup/three.txt.bak: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4012d891c9a7ad60_d20260825_m021623_c001_v0001161_t0048_u01787624183129") 2026/08/25 02:21:03 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be4730_d20260825_m022025_c001_v7007000_t0000_u01787624425670") 2026/08/25 02:21:03 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84839_d20260825_m022021_c001_v0001181_t0022_u01787624421857") 2026/08/25 02:21:03 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415ca0287409e497_d20260825_m022013_c001_v7007000_t0000_u01787624413204") 2026/08/25 02:21:03 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f847c9_d20260825_m022009_c001_v0001181_t0022_u01787624409129") 2026/08/25 02:21:03 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bf3_d20260825_m021959_c001_v7007000_t0000_u01787624399716") 2026/08/25 02:21:03 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84757_d20260825_m021956_c001_v0001181_t0022_u01787624396235") 2026/08/25 02:21:03 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bbd_d20260825_m021947_c001_v7007000_t0000_u01787624387453") 2026/08/25 02:21:04 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8470d_d20260825_m021944_c001_v0001181_t0022_u01787624384012") 2026/08/25 02:21:04 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b92_d20260825_m021935_c001_v7007000_t0000_u01787624375333") 2026/08/25 02:21:04 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84693_d20260825_m021931_c001_v0001181_t0022_u01787624371324") 2026/08/25 02:21:04 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d688e_d20260825_m021922_c001_v7007000_t0000_u01787624362556") 2026/08/25 02:21:04 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f0220_d20260825_m021917_c001_v0001033_t0003_u01787624357405") 2026/08/25 02:21:04 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5f93_d20260825_m021908_c001_v7007000_t0000_u01787624348543") 2026/08/25 02:21:04 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f01ca_d20260825_m021905_c001_v0001033_t0003_u01787624345464") 2026/08/25 02:21:04 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4225634d9f630a4a_d20260825_m021903_c001_v7007000_t0000_u01787624343930") 2026/08/25 02:21:04 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69f0f_d20260825_m021900_c001_v0001146_t0022_u01787624340370") 2026/08/25 02:21:04 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af02385_d20260825_m021851_c001_v7007000_t0000_u01787624331676") 2026/08/25 02:21:04 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69eb5_d20260825_m021848_c001_v0001146_t0022_u01787624328362") 2026/08/25 02:21:04 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b16_d20260825_m021846_c001_v7007000_t0000_u01787624326864") 2026/08/25 02:21:04 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84526_d20260825_m021843_c001_v0001181_t0022_u01787624323512") 2026/08/25 02:21:04 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114a9be4de00615_d20260825_m021832_c001_v7007000_t0000_u01787624312169") 2026/08/25 02:21:04 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84488_d20260825_m021827_c001_v0001181_t0022_u01787624307640") 2026/08/25 02:21:04 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114a9be4de0039d_d20260825_m021818_c001_v7007000_t0000_u01787624298892") 2026/08/25 02:21:04 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84446_d20260825_m021814_c001_v0001181_t0022_u01787624294888") 2026/08/25 02:21:04 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186c8_d20260825_m021806_c001_v7007000_t0000_u01787624286253") 2026/08/25 02:21:04 DEBUG : banana: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f843fc_d20260825_m021802_c001_v0001181_t0022_u01787624282861") 2026/08/25 02:21:04 DEBUG : bananaSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4278cc7fe326b0f3_d20260825_m021906_c001_v7007000_t0000_u01787624346431") 2026/08/25 02:21:04 DEBUG : bananaSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f01a2_d20260825_m021901_c001_v0001033_t0003_u01787624341720") 2026/08/25 02:21:05 DEBUG : both0: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5447_d20260825_m021739_c001_v7007000_t0000_u01787624259454") 2026/08/25 02:21:05 DEBUG : both0: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445a69_d20260825_m021729_c001_v0001102_t0032_u01787624249102") 2026/08/25 02:21:05 DEBUG : both0: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5a72_d20260825_m021724_c001_v7007000_t0000_u01787624244849") 2026/08/25 02:21:05 DEBUG : both0: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc59084459ab_d20260825_m021714_c001_v0001102_t0032_u01787624234591") 2026/08/25 02:21:05 DEBUG : both1: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5448_d20260825_m021739_c001_v7007000_t0000_u01787624259635") 2026/08/25 02:21:05 DEBUG : both1: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445a73_d20260825_m021729_c001_v0001102_t0032_u01787624249824") 2026/08/25 02:21:05 DEBUG : both1: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5a73_d20260825_m021725_c001_v7007000_t0000_u01787624245030") 2026/08/25 02:21:05 DEBUG : both1: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc59084459b1_d20260825_m021714_c001_v0001102_t0032_u01787624234958") 2026/08/25 02:21:05 DEBUG : both10: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5449_d20260825_m021739_c001_v7007000_t0000_u01787624259816") 2026/08/25 02:21:05 DEBUG : both10: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445a9d_d20260825_m021733_c001_v0001102_t0032_u01787624253219") 2026/08/25 02:21:05 DEBUG : both10: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5a74_d20260825_m021725_c001_v7007000_t0000_u01787624245210") 2026/08/25 02:21:05 DEBUG : both10: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc59084459e7_d20260825_m021718_c001_v0001102_t0032_u01787624238325") 2026/08/25 02:21:05 DEBUG : both11: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a544a_d20260825_m021739_c001_v7007000_t0000_u01787624259996") 2026/08/25 02:21:05 DEBUG : both11: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445aa3_d20260825_m021733_c001_v0001102_t0032_u01787624253582") 2026/08/25 02:21:05 DEBUG : both11: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5a75_d20260825_m021725_c001_v7007000_t0000_u01787624245391") 2026/08/25 02:21:05 DEBUG : both11: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc59084459ed_d20260825_m021718_c001_v0001102_t0032_u01787624238692") 2026/08/25 02:21:05 DEBUG : both12: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a544c_d20260825_m021740_c001_v7007000_t0000_u01787624260175") 2026/08/25 02:21:05 DEBUG : both12: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445aa5_d20260825_m021733_c001_v0001102_t0032_u01787624253944") 2026/08/25 02:21:05 DEBUG : both12: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5a77_d20260825_m021725_c001_v7007000_t0000_u01787624245573") 2026/08/25 02:21:05 DEBUG : both12: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc59084459f3_d20260825_m021719_c001_v0001102_t0032_u01787624239070") 2026/08/25 02:21:05 DEBUG : both13: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a544d_d20260825_m021740_c001_v7007000_t0000_u01787624260355") 2026/08/25 02:21:06 DEBUG : both13: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445aab_d20260825_m021734_c001_v0001102_t0032_u01787624254310") 2026/08/25 02:21:06 DEBUG : both13: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5a78_d20260825_m021725_c001_v7007000_t0000_u01787624245754") 2026/08/25 02:21:06 DEBUG : both13: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc59084459f5_d20260825_m021719_c001_v0001102_t0032_u01787624239500") 2026/08/25 02:21:06 DEBUG : both14: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a544e_d20260825_m021740_c001_v7007000_t0000_u01787624260535") 2026/08/25 02:21:06 DEBUG : both14: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445ab1_d20260825_m021734_c001_v0001102_t0032_u01787624254711") 2026/08/25 02:21:06 DEBUG : both14: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5a79_d20260825_m021725_c001_v7007000_t0000_u01787624245935") 2026/08/25 02:21:06 DEBUG : both14: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc59084459f7_d20260825_m021719_c001_v0001102_t0032_u01787624239869") 2026/08/25 02:21:06 DEBUG : both15: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a544f_d20260825_m021740_c001_v7007000_t0000_u01787624260713") 2026/08/25 02:21:06 DEBUG : both15: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445ab9_d20260825_m021735_c001_v0001102_t0032_u01787624255075") 2026/08/25 02:21:06 DEBUG : both15: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5a7a_d20260825_m021726_c001_v7007000_t0000_u01787624246116") 2026/08/25 02:21:06 DEBUG : both15: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc59084459fd_d20260825_m021720_c001_v0001102_t0032_u01787624240235") 2026/08/25 02:21:06 DEBUG : both16: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5452_d20260825_m021740_c001_v7007000_t0000_u01787624260892") 2026/08/25 02:21:06 DEBUG : both16: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445abf_d20260825_m021735_c001_v0001102_t0032_u01787624255440") 2026/08/25 02:21:06 DEBUG : both16: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5a7b_d20260825_m021726_c001_v7007000_t0000_u01787624246297") 2026/08/25 02:21:06 DEBUG : both16: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445a05_d20260825_m021720_c001_v0001102_t0032_u01787624240602") 2026/08/25 02:21:06 DEBUG : both17: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5453_d20260825_m021741_c001_v7007000_t0000_u01787624261071") 2026/08/25 02:21:06 DEBUG : both17: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445ac5_d20260825_m021735_c001_v0001102_t0032_u01787624255813") 2026/08/25 02:21:06 DEBUG : both17: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5a7c_d20260825_m021726_c001_v7007000_t0000_u01787624246478") 2026/08/25 02:21:06 DEBUG : both17: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445a0d_d20260825_m021720_c001_v0001102_t0032_u01787624240967") 2026/08/25 02:21:06 DEBUG : both18: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5454_d20260825_m021741_c001_v7007000_t0000_u01787624261249") 2026/08/25 02:21:06 DEBUG : both18: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445acb_d20260825_m021736_c001_v0001102_t0032_u01787624256178") 2026/08/25 02:21:06 DEBUG : both18: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5a7d_d20260825_m021726_c001_v7007000_t0000_u01787624246670") 2026/08/25 02:21:06 DEBUG : both18: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445a13_d20260825_m021721_c001_v0001102_t0032_u01787624241371") 2026/08/25 02:21:07 DEBUG : both19: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5455_d20260825_m021741_c001_v7007000_t0000_u01787624261430") 2026/08/25 02:21:07 DEBUG : both19: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445acd_d20260825_m021736_c001_v0001102_t0032_u01787624256543") 2026/08/25 02:21:07 DEBUG : both19: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5a7e_d20260825_m021726_c001_v7007000_t0000_u01787624246900") 2026/08/25 02:21:07 DEBUG : both19: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445a1d_d20260825_m021721_c001_v0001102_t0032_u01787624241739") 2026/08/25 02:21:07 DEBUG : both2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5456_d20260825_m021741_c001_v7007000_t0000_u01787624261609") 2026/08/25 02:21:07 DEBUG : both2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445a77_d20260825_m021730_c001_v0001102_t0032_u01787624250188") 2026/08/25 02:21:07 DEBUG : both2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5a7f_d20260825_m021727_c001_v7007000_t0000_u01787624247081") 2026/08/25 02:21:07 DEBUG : both2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc59084459b9_d20260825_m021715_c001_v0001102_t0032_u01787624235325") 2026/08/25 02:21:07 DEBUG : both3: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5457_d20260825_m021741_c001_v7007000_t0000_u01787624261788") 2026/08/25 02:21:07 DEBUG : both3: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445a7b_d20260825_m021730_c001_v0001102_t0032_u01787624250552") 2026/08/25 02:21:07 DEBUG : both3: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5a81_d20260825_m021727_c001_v7007000_t0000_u01787624247262") 2026/08/25 02:21:07 DEBUG : both3: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc59084459bd_d20260825_m021715_c001_v0001102_t0032_u01787624235691") 2026/08/25 02:21:07 DEBUG : both4: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5458_d20260825_m021741_c001_v7007000_t0000_u01787624261967") 2026/08/25 02:21:07 DEBUG : both4: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445a83_d20260825_m021730_c001_v0001102_t0032_u01787624250917") 2026/08/25 02:21:07 DEBUG : both4: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5a82_d20260825_m021727_c001_v7007000_t0000_u01787624247442") 2026/08/25 02:21:07 DEBUG : both4: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc59084459c1_d20260825_m021716_c001_v0001102_t0032_u01787624236057") 2026/08/25 02:21:07 DEBUG : both5: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5459_d20260825_m021742_c001_v7007000_t0000_u01787624262145") 2026/08/25 02:21:07 DEBUG : both5: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445a87_d20260825_m021731_c001_v0001102_t0032_u01787624251282") 2026/08/25 02:21:07 DEBUG : both5: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5a83_d20260825_m021727_c001_v7007000_t0000_u01787624247631") 2026/08/25 02:21:07 DEBUG : both5: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc59084459c7_d20260825_m021716_c001_v0001102_t0032_u01787624236460") 2026/08/25 02:21:07 DEBUG : both6: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a545b_d20260825_m021742_c001_v7007000_t0000_u01787624262324") 2026/08/25 02:21:08 DEBUG : both6: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445a89_d20260825_m021731_c001_v0001102_t0032_u01787624251663") 2026/08/25 02:21:08 DEBUG : both6: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5a84_d20260825_m021727_c001_v7007000_t0000_u01787624247814") 2026/08/25 02:21:08 DEBUG : both6: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc59084459cd_d20260825_m021716_c001_v0001102_t0032_u01787624236835") 2026/08/25 02:21:08 DEBUG : both7: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a545c_d20260825_m021742_c001_v7007000_t0000_u01787624262504") 2026/08/25 02:21:08 DEBUG : both7: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445a8d_d20260825_m021732_c001_v0001102_t0032_u01787624252028") 2026/08/25 02:21:08 DEBUG : both7: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5a85_d20260825_m021728_c001_v7007000_t0000_u01787624248001") 2026/08/25 02:21:08 DEBUG : both7: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc59084459d3_d20260825_m021717_c001_v0001102_t0032_u01787624237229") 2026/08/25 02:21:08 DEBUG : both8: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a545d_d20260825_m021742_c001_v7007000_t0000_u01787624262683") 2026/08/25 02:21:08 DEBUG : both8: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445a91_d20260825_m021732_c001_v0001102_t0032_u01787624252394") 2026/08/25 02:21:08 DEBUG : both8: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5a86_d20260825_m021728_c001_v7007000_t0000_u01787624248193") 2026/08/25 02:21:08 DEBUG : both8: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc59084459d7_d20260825_m021717_c001_v0001102_t0032_u01787624237594") 2026/08/25 02:21:08 DEBUG : both9: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a545e_d20260825_m021742_c001_v7007000_t0000_u01787624262862") 2026/08/25 02:21:08 DEBUG : both9: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445a97_d20260825_m021732_c001_v0001102_t0032_u01787624252764") 2026/08/25 02:21:08 DEBUG : both9: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5a87_d20260825_m021728_c001_v7007000_t0000_u01787624248374") 2026/08/25 02:21:08 DEBUG : both9: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc59084459e1_d20260825_m021717_c001_v0001102_t0032_u01787624237959") 2026/08/25 02:21:08 DEBUG : c/non empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb4955_d20260825_m021349_c001_v7007000_t0000_u01787624029874") 2026/08/25 02:21:08 DEBUG : c/non empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83d0f_d20260825_m021348_c001_v0001181_t0022_u01787624028280") 2026/08/25 02:21:08 DEBUG : c/non empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f421d622144a90ad7_d20260825_m021347_c001_v7007000_t0000_u01787624027732") 2026/08/25 02:21:08 DEBUG : c/non empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83cf7_d20260825_m021346_c001_v0001181_t0022_u01787624026031") 2026/08/25 02:21:08 DEBUG : c/non empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d6322_d20260825_m021332_c001_v7007000_t0000_u01787624012228") 2026/08/25 02:21:08 DEBUG : c/non empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83c99_d20260825_m021330_c001_v0001181_t0022_u01787624010608") 2026/08/25 02:21:08 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b02_d20260825_m021835_c001_v7007000_t0000_u01787624315264") 2026/08/25 02:21:09 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205c77_d20260825_m021828_c001_v0001092_t0024_u01787624308895") 2026/08/25 02:21:09 DEBUG : check sum: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d62ca_d20260825_m021323_c001_v7007000_t0000_u01787624003992") 2026/08/25 02:21:09 DEBUG : check sum: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83c61_d20260825_m021323_c001_v0001181_t0022_u01787624003092") 2026/08/25 02:21:09 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4039066687ada447_d20260825_m022055_c001_v7007000_t0000_u01787624455228") 2026/08/25 02:21:09 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d6a227_d20260825_m022053_c001_v0001146_t0022_u01787624453769") 2026/08/25 02:21:09 DEBUG : dest/3: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb4b10_d20260825_m021528_c001_v7007000_t0000_u01787624128326") 2026/08/25 02:21:09 DEBUG : dest/3: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4059bd5d3e8de7a2_d20260825_m021527_c001_v0001042_t0051_u01787624127225") 2026/08/25 02:21:09 DEBUG : dir1/0000-abcde: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d6892_d20260825_m021922_c001_v7007000_t0000_u01787624362739") 2026/08/25 02:21:09 DEBUG : dir1/0000-abcde: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f022e_d20260825_m021919_c001_v0001033_t0003_u01787624359010") 2026/08/25 02:21:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be4731_d20260825_m022025_c001_v7007000_t0000_u01787624425851") 2026/08/25 02:21:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d6a0ff_d20260825_m022017_c001_v0001146_t0022_u01787624417465") 2026/08/25 02:21:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415ca0287409e498_d20260825_m022013_c001_v7007000_t0000_u01787624413392") 2026/08/25 02:21:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d6a0a7_d20260825_m022004_c001_v0001146_t0022_u01787624404676") 2026/08/25 02:21:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bf6_d20260825_m021959_c001_v7007000_t0000_u01787624399896") 2026/08/25 02:21:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d6a05d_d20260825_m021951_c001_v0001146_t0022_u01787624391952") 2026/08/25 02:21:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bbf_d20260825_m021947_c001_v7007000_t0000_u01787624387715") 2026/08/25 02:21:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d6a007_d20260825_m021939_c001_v0001146_t0022_u01787624379702") 2026/08/25 02:21:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b93_d20260825_m021935_c001_v7007000_t0000_u01787624375516") 2026/08/25 02:21:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69fb8_d20260825_m021926_c001_v0001146_t0022_u01787624366935") 2026/08/25 02:21:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f425a8c9b546f279c_d20260825_m021920_c001_v7007000_t0000_u01787624360018") 2026/08/25 02:21:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205d2f_d20260825_m021912_c001_v0001092_t0024_u01787624352978") 2026/08/25 02:21:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5f94_d20260825_m021908_c001_v7007000_t0000_u01787624348816") 2026/08/25 02:21:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f845f1_d20260825_m021905_c001_v0001181_t0022_u01787624345653") 2026/08/25 02:21:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40902fdc3602aec2_d20260825_m021904_c001_v7007000_t0000_u01787624344338") 2026/08/25 02:21:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205ce3_d20260825_m021856_c001_v0001092_t0024_u01787624336054") 2026/08/25 02:21:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af02387_d20260825_m021851_c001_v7007000_t0000_u01787624331858") 2026/08/25 02:21:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f0146_d20260825_m021848_c001_v0001033_t0003_u01787624328680") 2026/08/25 02:21:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af02359_d20260825_m021846_c001_v7007000_t0000_u01787624326951") 2026/08/25 02:21:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69e6b_d20260825_m021839_c001_v0001146_t0022_u01787624319298") 2026/08/25 02:21:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114a9be4de00617_d20260825_m021832_c001_v7007000_t0000_u01787624312534") 2026/08/25 02:21:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69df7_d20260825_m021823_c001_v0001146_t0022_u01787624303287") 2026/08/25 02:21:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114a9be4de0039e_d20260825_m021819_c001_v7007000_t0000_u01787624299074") 2026/08/25 02:21:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69d9f_d20260825_m021810_c001_v0001146_t0022_u01787624290626") 2026/08/25 02:21:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186c9_d20260825_m021806_c001_v7007000_t0000_u01787624286433") 2026/08/25 02:21:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69d5d_d20260825_m021759_c001_v0001146_t0022_u01787624279294") 2026/08/25 02:21:10 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5f8c_d20260825_m021906_c001_v7007000_t0000_u01787624346647") 2026/08/25 02:21:10 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1130ddb8fc5f01a8_d20260825_m021901_c001_v0001033_t0058_u01787624341913") 2026/08/25 02:21:10 DEBUG : dir1/0001-bcdef: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d6893_d20260825_m021922_c001_v7007000_t0000_u01787624362921") 2026/08/25 02:21:10 DEBUG : dir1/0001-bcdef: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205d4f_d20260825_m021918_c001_v0001092_t0024_u01787624358996") 2026/08/25 02:21:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be4732_d20260825_m022026_c001_v7007000_t0000_u01787624426124") 2026/08/25 02:21:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84813_d20260825_m022018_c001_v0001181_t0022_u01787624418009") 2026/08/25 02:21:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415ca0287409e499_d20260825_m022013_c001_v7007000_t0000_u01787624413574") 2026/08/25 02:21:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f847a9_d20260825_m022005_c001_v0001181_t0022_u01787624405258") 2026/08/25 02:21:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bfa_d20260825_m022000_c001_v7007000_t0000_u01787624400076") 2026/08/25 02:21:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8473f_d20260825_m021952_c001_v0001181_t0022_u01787624392503") 2026/08/25 02:21:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bc2_d20260825_m021947_c001_v7007000_t0000_u01787624387901") 2026/08/25 02:21:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f846ef_d20260825_m021940_c001_v0001181_t0022_u01787624380250") 2026/08/25 02:21:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b94_d20260825_m021935_c001_v7007000_t0000_u01787624375700") 2026/08/25 02:21:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84671_d20260825_m021927_c001_v0001181_t0022_u01787624367504") 2026/08/25 02:21:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41620da363bfc4a5_d20260825_m021920_c001_v7007000_t0000_u01787624360147") 2026/08/25 02:21:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f0207_d20260825_m021913_c001_v0001033_t0003_u01787624353526") 2026/08/25 02:21:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5f95_d20260825_m021909_c001_v7007000_t0000_u01787624349005") 2026/08/25 02:21:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205d0f_d20260825_m021905_c001_v0001092_t0024_u01787624345665") 2026/08/25 02:21:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4225634d9f630a4c_d20260825_m021904_c001_v7007000_t0000_u01787624344111") 2026/08/25 02:21:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69efb_d20260825_m021856_c001_v0001146_t0022_u01787624336606") 2026/08/25 02:21:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af02389_d20260825_m021852_c001_v7007000_t0000_u01787624332038") 2026/08/25 02:21:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84568_d20260825_m021848_c001_v0001181_t0022_u01787624328649") 2026/08/25 02:21:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b19_d20260825_m021847_c001_v7007000_t0000_u01787624327411") 2026/08/25 02:21:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f844e4_d20260825_m021839_c001_v0001181_t0022_u01787624319854") 2026/08/25 02:21:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07afa_d20260825_m021832_c001_v7007000_t0000_u01787624312543") 2026/08/25 02:21:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84476_d20260825_m021823_c001_v0001181_t0022_u01787624303832") 2026/08/25 02:21:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114a9be4de0039f_d20260825_m021819_c001_v7007000_t0000_u01787624299257") 2026/08/25 02:21:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8442c_d20260825_m021811_c001_v0001181_t0022_u01787624291180") 2026/08/25 02:21:12 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186ca_d20260825_m021806_c001_v7007000_t0000_u01787624286613") 2026/08/25 02:21:12 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f843e0_d20260825_m021759_c001_v0001181_t0022_u01787624279843") 2026/08/25 02:21:12 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4278cc7fe326b0f4_d20260825_m021906_c001_v7007000_t0000_u01787624346612") 2026/08/25 02:21:12 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f11836d7daf205cfd_d20260825_m021901_c001_v0001092_t0040_u01787624341923") 2026/08/25 02:21:12 DEBUG : dir1/0002-cdefg: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d6897_d20260825_m021923_c001_v7007000_t0000_u01787624363103") 2026/08/25 02:21:12 DEBUG : dir1/0002-cdefg: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69f8d_d20260825_m021918_c001_v0001146_t0022_u01787624358978") 2026/08/25 02:21:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be4733_d20260825_m022026_c001_v7007000_t0000_u01787624426304") 2026/08/25 02:21:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205e31_d20260825_m022018_c001_v0001092_t0024_u01787624418554") 2026/08/25 02:21:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415ca0287409e49a_d20260825_m022013_c001_v7007000_t0000_u01787624413755") 2026/08/25 02:21:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205e01_d20260825_m022005_c001_v0001092_t0024_u01787624405808") 2026/08/25 02:21:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bff_d20260825_m022000_c001_v7007000_t0000_u01787624400258") 2026/08/25 02:21:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205de1_d20260825_m021953_c001_v0001092_t0024_u01787624393060") 2026/08/25 02:21:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bc4_d20260825_m021948_c001_v7007000_t0000_u01787624388083") 2026/08/25 02:21:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205daf_d20260825_m021940_c001_v0001092_t0024_u01787624380788") 2026/08/25 02:21:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b95_d20260825_m021935_c001_v7007000_t0000_u01787624375889") 2026/08/25 02:21:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205d70_d20260825_m021928_c001_v0001092_t0024_u01787624368049") 2026/08/25 02:21:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4084e4f6fa0582f4_d20260825_m021920_c001_v7007000_t0000_u01787624360184") 2026/08/25 02:21:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69f69_d20260825_m021914_c001_v0001146_t0022_u01787624354144") 2026/08/25 02:21:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5f96_d20260825_m021909_c001_v7007000_t0000_u01787624349187") 2026/08/25 02:21:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f01ce_d20260825_m021905_c001_v0001033_t0003_u01787624345675") 2026/08/25 02:21:13 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f400be1583da8920b_d20260825_m021904_c001_v7007000_t0000_u01787624344459") 2026/08/25 02:21:13 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f0180_d20260825_m021857_c001_v0001033_t0003_u01787624337155") 2026/08/25 02:21:13 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af0238c_d20260825_m021852_c001_v7007000_t0000_u01787624332218") 2026/08/25 02:21:13 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205cc9_d20260825_m021848_c001_v0001092_t0024_u01787624328659") 2026/08/25 02:21:13 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b17_d20260825_m021847_c001_v7007000_t0000_u01787624327047") 2026/08/25 02:21:13 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205ca3_d20260825_m021840_c001_v0001092_t0024_u01787624320398") 2026/08/25 02:21:13 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f400be1583da88f31_d20260825_m021832_c001_v7007000_t0000_u01787624312554") 2026/08/25 02:21:13 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445ca3_d20260825_m021824_c001_v0001102_t0032_u01787624304374") 2026/08/25 02:21:13 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114a9be4de003a0_d20260825_m021819_c001_v7007000_t0000_u01787624299440") 2026/08/25 02:21:13 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445c27_d20260825_m021811_c001_v0001102_t0032_u01787624291727") 2026/08/25 02:21:13 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186cb_d20260825_m021806_c001_v7007000_t0000_u01787624286889") 2026/08/25 02:21:13 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445bbb_d20260825_m021800_c001_v0001102_t0032_u01787624280028") 2026/08/25 02:21:13 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4225634d9f630a67_d20260825_m021906_c001_v7007000_t0000_u01787624346655") 2026/08/25 02:21:13 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f845d1_d20260825_m021901_c001_v0001181_t0003_u01787624341933") 2026/08/25 02:21:13 DEBUG : dir1/0003-defgh: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d689a_d20260825_m021923_c001_v7007000_t0000_u01787624363286") 2026/08/25 02:21:13 DEBUG : dir1/0003-defgh: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8464d_d20260825_m021918_c001_v0001181_t0022_u01787624358984") 2026/08/25 02:21:13 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be4735_d20260825_m022026_c001_v7007000_t0000_u01787624426485") 2026/08/25 02:21:13 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f03e6_d20260825_m022019_c001_v0001033_t0003_u01787624419182") 2026/08/25 02:21:13 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415ca0287409e49b_d20260825_m022013_c001_v7007000_t0000_u01787624413937") 2026/08/25 02:21:13 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f037a_d20260825_m022006_c001_v0001033_t0003_u01787624406365") 2026/08/25 02:21:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07c03_d20260825_m022000_c001_v7007000_t0000_u01787624400442") 2026/08/25 02:21:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f030e_d20260825_m021953_c001_v0001033_t0003_u01787624393618") 2026/08/25 02:21:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bc6_d20260825_m021948_c001_v7007000_t0000_u01787624388263") 2026/08/25 02:21:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f02b6_d20260825_m021941_c001_v0001033_t0003_u01787624381331") 2026/08/25 02:21:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b96_d20260825_m021936_c001_v7007000_t0000_u01787624376081") 2026/08/25 02:21:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f0264_d20260825_m021928_c001_v0001033_t0003_u01787624368595") 2026/08/25 02:21:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41620da363bfc4a3_d20260825_m021919_c001_v7007000_t0000_u01787624359779") 2026/08/25 02:21:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84633_d20260825_m021914_c001_v0001181_t0022_u01787624354725") 2026/08/25 02:21:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5f97_d20260825_m021909_c001_v7007000_t0000_u01787624349371") 2026/08/25 02:21:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69f2f_d20260825_m021905_c001_v0001146_t0022_u01787624345689") 2026/08/25 02:21:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abe6706_d20260825_m021904_c001_v7007000_t0000_u01787624344084") 2026/08/25 02:21:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f845a5_d20260825_m021857_c001_v0001181_t0022_u01787624337698") 2026/08/25 02:21:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af0238e_d20260825_m021852_c001_v7007000_t0000_u01787624332398") 2026/08/25 02:21:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69eb7_d20260825_m021848_c001_v0001146_t0022_u01787624328669") 2026/08/25 02:21:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4039066687ada281_d20260825_m021847_c001_v7007000_t0000_u01787624327236") 2026/08/25 02:21:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445d3f_d20260825_m021840_c001_v0001102_t0032_u01787624320941") 2026/08/25 02:21:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114a9be4de00616_d20260825_m021832_c001_v7007000_t0000_u01787624312352") 2026/08/25 02:21:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205c69_d20260825_m021824_c001_v0001092_t0024_u01787624304922") 2026/08/25 02:21:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114a9be4de003a1_d20260825_m021819_c001_v7007000_t0000_u01787624299622") 2026/08/25 02:21:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205c39_d20260825_m021812_c001_v0001092_t0024_u01787624292271") 2026/08/25 02:21:15 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186ce_d20260825_m021807_c001_v7007000_t0000_u01787624287068") 2026/08/25 02:21:15 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205c07_d20260825_m021800_c001_v0001092_t0024_u01787624280211") 2026/08/25 02:21:15 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4278cc7fe326b0f5_d20260825_m021906_c001_v7007000_t0000_u01787624346794") 2026/08/25 02:21:15 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f845d5_d20260825_m021902_c001_v0001181_t0013_u01787624342216") 2026/08/25 02:21:15 DEBUG : dir1/0004-efghi: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d689f_d20260825_m021923_c001_v7007000_t0000_u01787624363470") 2026/08/25 02:21:15 DEBUG : dir1/0004-efghi: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69f8f_d20260825_m021919_c001_v0001146_t0022_u01787624359165") 2026/08/25 02:21:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be4736_d20260825_m022026_c001_v7007000_t0000_u01787624426667") 2026/08/25 02:21:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d6a109_d20260825_m022019_c001_v0001146_t0022_u01787624419364") 2026/08/25 02:21:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415ca0287409e49c_d20260825_m022014_c001_v7007000_t0000_u01787624414119") 2026/08/25 02:21:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d6a0b7_d20260825_m022006_c001_v0001146_t0022_u01787624406575") 2026/08/25 02:21:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07c08_d20260825_m022000_c001_v7007000_t0000_u01787624400629") 2026/08/25 02:21:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d6a067_d20260825_m021953_c001_v0001146_t0022_u01787624393803") 2026/08/25 02:21:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bc7_d20260825_m021948_c001_v7007000_t0000_u01787624388443") 2026/08/25 02:21:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d6a015_d20260825_m021941_c001_v0001146_t0022_u01787624381530") 2026/08/25 02:21:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b97_d20260825_m021936_c001_v7007000_t0000_u01787624376275") 2026/08/25 02:21:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69fc3_d20260825_m021928_c001_v0001146_t0022_u01787624368780") 2026/08/25 02:21:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c0918729_d20260825_m021920_c001_v7007000_t0000_u01787624360231") 2026/08/25 02:21:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205d39_d20260825_m021914_c001_v0001092_t0024_u01787624354919") 2026/08/25 02:21:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5f98_d20260825_m021909_c001_v7007000_t0000_u01787624349555") 2026/08/25 02:21:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f845f3_d20260825_m021905_c001_v0001181_t0022_u01787624345835") 2026/08/25 02:21:16 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4225634d9f630a52_d20260825_m021904_c001_v7007000_t0000_u01787624344472") 2026/08/25 02:21:16 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205ceb_d20260825_m021857_c001_v0001092_t0024_u01787624337881") 2026/08/25 02:21:16 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af02390_d20260825_m021852_c001_v7007000_t0000_u01787624332578") 2026/08/25 02:21:16 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8456c_d20260825_m021848_c001_v0001181_t0022_u01787624328833") 2026/08/25 02:21:16 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4039066687ada282_d20260825_m021847_c001_v7007000_t0000_u01787624327422") 2026/08/25 02:21:16 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69e7f_d20260825_m021841_c001_v0001146_t0022_u01787624321123") 2026/08/25 02:21:16 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5f69_d20260825_m021832_c001_v7007000_t0000_u01787624312588") 2026/08/25 02:21:16 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69e05_d20260825_m021825_c001_v0001146_t0022_u01787624305106") 2026/08/25 02:21:16 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114a9be4de003a2_d20260825_m021819_c001_v7007000_t0000_u01787624299805") 2026/08/25 02:21:16 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69dab_d20260825_m021812_c001_v0001146_t0022_u01787624292456") 2026/08/25 02:21:16 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186cf_d20260825_m021807_c001_v7007000_t0000_u01787624287247") 2026/08/25 02:21:16 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69d63_d20260825_m021800_c001_v0001146_t0022_u01787624280426") 2026/08/25 02:21:16 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4225634d9f630a69_d20260825_m021906_c001_v7007000_t0000_u01787624346803") 2026/08/25 02:21:16 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1130ddb8fc5f01ac_d20260825_m021902_c001_v0001033_t0010_u01787624342281") 2026/08/25 02:21:16 DEBUG : dir1/0005-fghij: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d68a2_d20260825_m021923_c001_v7007000_t0000_u01787624363655") 2026/08/25 02:21:16 DEBUG : dir1/0005-fghij: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8464f_d20260825_m021919_c001_v0001181_t0022_u01787624359172") 2026/08/25 02:21:16 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be4737_d20260825_m022026_c001_v7007000_t0000_u01787624426848") 2026/08/25 02:21:16 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8481f_d20260825_m022019_c001_v0001181_t0022_u01787624419547") 2026/08/25 02:21:16 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415ca0287409e49d_d20260825_m022014_c001_v7007000_t0000_u01787624414309") 2026/08/25 02:21:16 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f847af_d20260825_m022006_c001_v0001181_t0022_u01787624406761") 2026/08/25 02:21:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07c0c_d20260825_m022000_c001_v7007000_t0000_u01787624400878") 2026/08/25 02:21:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84749_d20260825_m021953_c001_v0001181_t0022_u01787624393987") 2026/08/25 02:21:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bc9_d20260825_m021948_c001_v7007000_t0000_u01787624388630") 2026/08/25 02:21:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f846fd_d20260825_m021941_c001_v0001181_t0022_u01787624381716") 2026/08/25 02:21:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b98_d20260825_m021936_c001_v7007000_t0000_u01787624376470") 2026/08/25 02:21:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84683_d20260825_m021928_c001_v0001181_t0022_u01787624368964") 2026/08/25 02:21:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c0918727_d20260825_m021919_c001_v7007000_t0000_u01787624359812") 2026/08/25 02:21:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f020c_d20260825_m021915_c001_v0001033_t0003_u01787624355116") 2026/08/25 02:21:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5f99_d20260825_m021909_c001_v7007000_t0000_u01787624349738") 2026/08/25 02:21:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205d11_d20260825_m021905_c001_v0001092_t0024_u01787624345847") 2026/08/25 02:21:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f423dae673dbc0630_d20260825_m021904_c001_v7007000_t0000_u01787624344345") 2026/08/25 02:21:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69f03_d20260825_m021858_c001_v0001146_t0022_u01787624338064") 2026/08/25 02:21:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af02392_d20260825_m021852_c001_v7007000_t0000_u01787624332758") 2026/08/25 02:21:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205ccb_d20260825_m021848_c001_v0001092_t0024_u01787624328843") 2026/08/25 02:21:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4039066687ada280_d20260825_m021847_c001_v7007000_t0000_u01787624327056") 2026/08/25 02:21:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f844f4_d20260825_m021841_c001_v0001181_t0022_u01787624321312") 2026/08/25 02:21:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f400be1583da88f32_d20260825_m021832_c001_v7007000_t0000_u01787624312566") 2026/08/25 02:21:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8447e_d20260825_m021825_c001_v0001181_t0022_u01787624305288") 2026/08/25 02:21:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114a9be4de003a4_d20260825_m021819_c001_v7007000_t0000_u01787624299988") 2026/08/25 02:21:18 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84436_d20260825_m021812_c001_v0001181_t0022_u01787624292640") 2026/08/25 02:21:18 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186d1_d20260825_m021807_c001_v7007000_t0000_u01787624287428") 2026/08/25 02:21:18 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f843e8_d20260825_m021800_c001_v0001181_t0022_u01787624280611") 2026/08/25 02:21:18 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f419459bd5fe94417_d20260825_m021906_c001_v7007000_t0000_u01787624346814") 2026/08/25 02:21:18 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f11836d7daf205d01_d20260825_m021902_c001_v0001092_t0054_u01787624342357") 2026/08/25 02:21:18 DEBUG : dir1/0006-ghijk: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d68a3_d20260825_m021923_c001_v7007000_t0000_u01787624363842") 2026/08/25 02:21:18 DEBUG : dir1/0006-ghijk: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205d51_d20260825_m021919_c001_v0001092_t0024_u01787624359184") 2026/08/25 02:21:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be4738_d20260825_m022027_c001_v7007000_t0000_u01787624427029") 2026/08/25 02:21:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205e37_d20260825_m022019_c001_v0001092_t0024_u01787624419743") 2026/08/25 02:21:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415ca0287409e49f_d20260825_m022014_c001_v7007000_t0000_u01787624414490") 2026/08/25 02:21:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205e05_d20260825_m022006_c001_v0001092_t0024_u01787624406952") 2026/08/25 02:21:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07c10_d20260825_m022001_c001_v7007000_t0000_u01787624401065") 2026/08/25 02:21:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205de5_d20260825_m021954_c001_v0001092_t0024_u01787624394175") 2026/08/25 02:21:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bca_d20260825_m021948_c001_v7007000_t0000_u01787624388815") 2026/08/25 02:21:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205db3_d20260825_m021941_c001_v0001092_t0024_u01787624381993") 2026/08/25 02:21:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b99_d20260825_m021936_c001_v7007000_t0000_u01787624376658") 2026/08/25 02:21:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205d7a_d20260825_m021929_c001_v0001092_t0024_u01787624369157") 2026/08/25 02:21:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f425a8c9b546f279e_d20260825_m021920_c001_v7007000_t0000_u01787624360213") 2026/08/25 02:21:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69f71_d20260825_m021915_c001_v0001146_t0022_u01787624355310") 2026/08/25 02:21:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5f9a_d20260825_m021909_c001_v7007000_t0000_u01787624349920") 2026/08/25 02:21:19 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f01d4_d20260825_m021905_c001_v0001033_t0003_u01787624345857") 2026/08/25 02:21:19 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f400be1583da89209_d20260825_m021904_c001_v7007000_t0000_u01787624344098") 2026/08/25 02:21:19 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f018c_d20260825_m021858_c001_v0001033_t0003_u01787624338247") 2026/08/25 02:21:19 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af02395_d20260825_m021852_c001_v7007000_t0000_u01787624332938") 2026/08/25 02:21:19 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69eb9_d20260825_m021848_c001_v0001146_t0022_u01787624328854") 2026/08/25 02:21:19 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f413c9e888c0c9df9_d20260825_m021847_c001_v7007000_t0000_u01787624327255") 2026/08/25 02:21:19 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205ca5_d20260825_m021841_c001_v0001092_t0024_u01787624321496") 2026/08/25 02:21:19 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186f7_d20260825_m021832_c001_v7007000_t0000_u01787624312389") 2026/08/25 02:21:19 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445cb1_d20260825_m021825_c001_v0001102_t0032_u01787624305471") 2026/08/25 02:21:19 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114a9be4de003a5_d20260825_m021820_c001_v7007000_t0000_u01787624300275") 2026/08/25 02:21:19 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445c35_d20260825_m021812_c001_v0001102_t0032_u01787624292823") 2026/08/25 02:21:19 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186d2_d20260825_m021807_c001_v7007000_t0000_u01787624287607") 2026/08/25 02:21:19 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445bc1_d20260825_m021800_c001_v0001102_t0032_u01787624280795") 2026/08/25 02:21:19 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f419459bd5fe94415_d20260825_m021906_c001_v7007000_t0000_u01787624346451") 2026/08/25 02:21:19 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1005393ec9d69f17_d20260825_m021902_c001_v0001146_t0008_u01787624342395") 2026/08/25 02:21:19 DEBUG : dir1/0007-12345: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d68a5_d20260825_m021924_c001_v7007000_t0000_u01787624364029") 2026/08/25 02:21:19 DEBUG : dir1/0007-12345: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f0230_d20260825_m021919_c001_v0001033_t0003_u01787624359202") 2026/08/25 02:21:19 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be473a_d20260825_m022027_c001_v7007000_t0000_u01787624427274") 2026/08/25 02:21:19 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f03ea_d20260825_m022019_c001_v0001033_t0003_u01787624419925") 2026/08/25 02:21:19 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415ca0287409e4a0_d20260825_m022014_c001_v7007000_t0000_u01787624414672") 2026/08/25 02:21:19 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f0384_d20260825_m022007_c001_v0001033_t0003_u01787624407157") 2026/08/25 02:21:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07c14_d20260825_m022001_c001_v7007000_t0000_u01787624401256") 2026/08/25 02:21:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f0312_d20260825_m021954_c001_v0001033_t0003_u01787624394362") 2026/08/25 02:21:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bcd_d20260825_m021949_c001_v7007000_t0000_u01787624389013") 2026/08/25 02:21:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f02c2_d20260825_m021942_c001_v0001033_t0003_u01787624382175") 2026/08/25 02:21:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b9a_d20260825_m021936_c001_v7007000_t0000_u01787624376847") 2026/08/25 02:21:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f026a_d20260825_m021929_c001_v0001033_t0003_u01787624369435") 2026/08/25 02:21:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f400be1583da89225_d20260825_m021920_c001_v7007000_t0000_u01787624360207") 2026/08/25 02:21:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84635_d20260825_m021915_c001_v0001181_t0022_u01787624355501") 2026/08/25 02:21:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5f9b_d20260825_m021910_c001_v7007000_t0000_u01787624350107") 2026/08/25 02:21:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69f31_d20260825_m021905_c001_v0001146_t0022_u01787624345875") 2026/08/25 02:21:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abe6707_d20260825_m021904_c001_v7007000_t0000_u01787624344266") 2026/08/25 02:21:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f845a9_d20260825_m021858_c001_v0001181_t0022_u01787624338435") 2026/08/25 02:21:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af02398_d20260825_m021853_c001_v7007000_t0000_u01787624333117") 2026/08/25 02:21:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f0148_d20260825_m021848_c001_v0001033_t0003_u01787624328865") 2026/08/25 02:21:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5ae0_d20260825_m021847_c001_v7007000_t0000_u01787624327274") 2026/08/25 02:21:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445d49_d20260825_m021841_c001_v0001102_t0032_u01787624321679") 2026/08/25 02:21:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114a9be4de00614_d20260825_m021831_c001_v7007000_t0000_u01787624311979") 2026/08/25 02:21:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205c6b_d20260825_m021825_c001_v0001092_t0024_u01787624305653") 2026/08/25 02:21:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114a9be4de003a6_d20260825_m021820_c001_v7007000_t0000_u01787624300458") 2026/08/25 02:21:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205c3f_d20260825_m021813_c001_v0001092_t0024_u01787624293005") 2026/08/25 02:21:21 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186d3_d20260825_m021807_c001_v7007000_t0000_u01787624287787") 2026/08/25 02:21:21 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205c0b_d20260825_m021800_c001_v0001092_t0024_u01787624280979") 2026/08/25 02:21:21 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4225634d9f630a66_d20260825_m021906_c001_v7007000_t0000_u01787624346621") 2026/08/25 02:21:21 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f845d9_d20260825_m021902_c001_v0001181_t0014_u01787624342441") 2026/08/25 02:21:21 DEBUG : dir1/0008-23456: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d68a7_d20260825_m021924_c001_v7007000_t0000_u01787624364214") 2026/08/25 02:21:21 DEBUG : dir1/0008-23456: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69f91_d20260825_m021919_c001_v0001146_t0022_u01787624359353") 2026/08/25 02:21:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be473b_d20260825_m022027_c001_v7007000_t0000_u01787624427457") 2026/08/25 02:21:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d6a111_d20260825_m022020_c001_v0001146_t0022_u01787624420108") 2026/08/25 02:21:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415ca0287409e4a1_d20260825_m022014_c001_v7007000_t0000_u01787624414853") 2026/08/25 02:21:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d6a0bd_d20260825_m022007_c001_v0001146_t0022_u01787624407356") 2026/08/25 02:21:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07c17_d20260825_m022001_c001_v7007000_t0000_u01787624401444") 2026/08/25 02:21:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d6a06b_d20260825_m021954_c001_v0001146_t0022_u01787624394554") 2026/08/25 02:21:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bce_d20260825_m021949_c001_v7007000_t0000_u01787624389200") 2026/08/25 02:21:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d6a025_d20260825_m021942_c001_v0001146_t0022_u01787624382360") 2026/08/25 02:21:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b9b_d20260825_m021937_c001_v7007000_t0000_u01787624377040") 2026/08/25 02:21:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69fcd_d20260825_m021929_c001_v0001146_t0022_u01787624369620") 2026/08/25 02:21:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f413c9e888c0c9e32_d20260825_m021920_c001_v7007000_t0000_u01787624360232") 2026/08/25 02:21:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205d3d_d20260825_m021915_c001_v0001092_t0024_u01787624355686") 2026/08/25 02:21:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5f9c_d20260825_m021910_c001_v7007000_t0000_u01787624350291") 2026/08/25 02:21:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f845f9_d20260825_m021906_c001_v0001181_t0022_u01787624346017") 2026/08/25 02:21:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f419459bd5fe94413_d20260825_m021904_c001_v7007000_t0000_u01787624344485") 2026/08/25 02:21:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205cef_d20260825_m021858_c001_v0001092_t0024_u01787624338627") 2026/08/25 02:21:22 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af0239b_d20260825_m021853_c001_v7007000_t0000_u01787624333337") 2026/08/25 02:21:22 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8456e_d20260825_m021849_c001_v0001181_t0022_u01787624329015") 2026/08/25 02:21:22 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5ae2_d20260825_m021847_c001_v7007000_t0000_u01787624327456") 2026/08/25 02:21:22 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69e85_d20260825_m021841_c001_v0001146_t0022_u01787624321862") 2026/08/25 02:21:22 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a54e1_d20260825_m021832_c001_v7007000_t0000_u01787624312597") 2026/08/25 02:21:22 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69e0b_d20260825_m021825_c001_v0001146_t0022_u01787624305835") 2026/08/25 02:21:22 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114a9be4de003a7_d20260825_m021820_c001_v7007000_t0000_u01787624300640") 2026/08/25 02:21:22 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69db1_d20260825_m021813_c001_v0001146_t0022_u01787624293191") 2026/08/25 02:21:22 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186d5_d20260825_m021807_c001_v7007000_t0000_u01787624287967") 2026/08/25 02:21:22 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69d6b_d20260825_m021801_c001_v0001146_t0022_u01787624281165") 2026/08/25 02:21:22 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5f8e_d20260825_m021906_c001_v7007000_t0000_u01787624346830") 2026/08/25 02:21:22 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1130ddb8fc5f01ae_d20260825_m021902_c001_v0001033_t0055_u01787624342642") 2026/08/25 02:21:22 DEBUG : dir1/0009-34567: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d68a9_d20260825_m021924_c001_v7007000_t0000_u01787624364398") 2026/08/25 02:21:22 DEBUG : dir1/0009-34567: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84653_d20260825_m021919_c001_v0001181_t0022_u01787624359360") 2026/08/25 02:21:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be473c_d20260825_m022027_c001_v7007000_t0000_u01787624427637") 2026/08/25 02:21:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84825_d20260825_m022020_c001_v0001181_t0022_u01787624420296") 2026/08/25 02:21:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415ca0287409e4a2_d20260825_m022015_c001_v7007000_t0000_u01787624415035") 2026/08/25 02:21:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f847b7_d20260825_m022007_c001_v0001181_t0022_u01787624407542") 2026/08/25 02:21:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07c1c_d20260825_m022001_c001_v7007000_t0000_u01787624401632") 2026/08/25 02:21:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8474d_d20260825_m021954_c001_v0001181_t0022_u01787624394746") 2026/08/25 02:21:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bd0_d20260825_m021949_c001_v7007000_t0000_u01787624389384") 2026/08/25 02:21:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84703_d20260825_m021942_c001_v0001181_t0022_u01787624382545") 2026/08/25 02:21:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b9c_d20260825_m021937_c001_v7007000_t0000_u01787624377235") 2026/08/25 02:21:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84689_d20260825_m021929_c001_v0001181_t0022_u01787624369802") 2026/08/25 02:21:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f425a8c9b546f279b_d20260825_m021919_c001_v7007000_t0000_u01787624359824") 2026/08/25 02:21:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f0212_d20260825_m021915_c001_v0001033_t0003_u01787624355881") 2026/08/25 02:21:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5f9e_d20260825_m021910_c001_v7007000_t0000_u01787624350475") 2026/08/25 02:21:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205d13_d20260825_m021906_c001_v0001092_t0024_u01787624346029") 2026/08/25 02:21:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abe6705_d20260825_m021903_c001_v7007000_t0000_u01787624343904") 2026/08/25 02:21:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69f05_d20260825_m021858_c001_v0001146_t0022_u01787624338818") 2026/08/25 02:21:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af0239c_d20260825_m021853_c001_v7007000_t0000_u01787624333534") 2026/08/25 02:21:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205ccd_d20260825_m021849_c001_v0001092_t0024_u01787624329033") 2026/08/25 02:21:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af0235b_d20260825_m021847_c001_v7007000_t0000_u01787624327131") 2026/08/25 02:21:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84506_d20260825_m021842_c001_v0001181_t0022_u01787624322046") 2026/08/25 02:21:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5f68_d20260825_m021832_c001_v7007000_t0000_u01787624312404") 2026/08/25 02:21:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84482_d20260825_m021826_c001_v0001181_t0022_u01787624306018") 2026/08/25 02:21:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114a9be4de003a8_d20260825_m021820_c001_v7007000_t0000_u01787624300823") 2026/08/25 02:21:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8443c_d20260825_m021813_c001_v0001181_t0022_u01787624293374") 2026/08/25 02:21:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186d6_d20260825_m021808_c001_v7007000_t0000_u01787624288147") 2026/08/25 02:21:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f843ee_d20260825_m021801_c001_v0001181_t0022_u01787624281355") 2026/08/25 02:21:23 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5f8b_d20260825_m021906_c001_v7007000_t0000_u01787624346462") 2026/08/25 02:21:23 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f11836d7daf205d03_d20260825_m021902_c001_v0001092_t0050_u01787624342709") 2026/08/25 02:21:24 DEBUG : dir1/0010-45678: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d68aa_d20260825_m021924_c001_v7007000_t0000_u01787624364586") 2026/08/25 02:21:24 DEBUG : dir1/0010-45678: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205d53_d20260825_m021919_c001_v0001092_t0024_u01787624359371") 2026/08/25 02:21:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be473d_d20260825_m022027_c001_v7007000_t0000_u01787624427819") 2026/08/25 02:21:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205e3b_d20260825_m022020_c001_v0001092_t0024_u01787624420477") 2026/08/25 02:21:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415ca0287409e4a3_d20260825_m022015_c001_v7007000_t0000_u01787624415216") 2026/08/25 02:21:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205e09_d20260825_m022007_c001_v0001092_t0024_u01787624407733") 2026/08/25 02:21:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07c20_d20260825_m022001_c001_v7007000_t0000_u01787624401831") 2026/08/25 02:21:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205de7_d20260825_m021954_c001_v0001092_t0024_u01787624394935") 2026/08/25 02:21:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bd2_d20260825_m021949_c001_v7007000_t0000_u01787624389567") 2026/08/25 02:21:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205db7_d20260825_m021942_c001_v0001092_t0024_u01787624382728") 2026/08/25 02:21:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b9d_d20260825_m021937_c001_v7007000_t0000_u01787624377437") 2026/08/25 02:21:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205d7e_d20260825_m021929_c001_v0001092_t0024_u01787624369984") 2026/08/25 02:21:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41620da363bfc4a6_d20260825_m021920_c001_v7007000_t0000_u01787624360331") 2026/08/25 02:21:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69f7b_d20260825_m021916_c001_v0001146_t0022_u01787624356070") 2026/08/25 02:21:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5f9f_d20260825_m021910_c001_v7007000_t0000_u01787624350657") 2026/08/25 02:21:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f01da_d20260825_m021906_c001_v0001033_t0003_u01787624346039") 2026/08/25 02:21:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abe6708_d20260825_m021904_c001_v7007000_t0000_u01787624344445") 2026/08/25 02:21:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f0190_d20260825_m021859_c001_v0001033_t0003_u01787624339001") 2026/08/25 02:21:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af0239d_d20260825_m021853_c001_v7007000_t0000_u01787624333778") 2026/08/25 02:21:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69ebd_d20260825_m021849_c001_v0001146_t0022_u01787624329045") 2026/08/25 02:21:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f404780cc26d236a4_d20260825_m021847_c001_v7007000_t0000_u01787624327340") 2026/08/25 02:21:25 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205ca7_d20260825_m021842_c001_v0001092_t0024_u01787624322230") 2026/08/25 02:21:25 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4039066687ada26e_d20260825_m021832_c001_v7007000_t0000_u01787624312608") 2026/08/25 02:21:25 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445cbb_d20260825_m021826_c001_v0001102_t0032_u01787624306201") 2026/08/25 02:21:25 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114a9be4de003a9_d20260825_m021821_c001_v7007000_t0000_u01787624301007") 2026/08/25 02:21:25 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445c3b_d20260825_m021813_c001_v0001102_t0032_u01787624293558") 2026/08/25 02:21:25 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186d9_d20260825_m021808_c001_v7007000_t0000_u01787624288327") 2026/08/25 02:21:25 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445bc7_d20260825_m021801_c001_v0001102_t0032_u01787624281556") 2026/08/25 02:21:25 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f419459bd5fe94416_d20260825_m021906_c001_v7007000_t0000_u01787624346633") 2026/08/25 02:21:25 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f845db_d20260825_m021902_c001_v0001181_t0035_u01787624342767") 2026/08/25 02:21:25 DEBUG : dir1/0011-56789: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d68ab_d20260825_m021924_c001_v7007000_t0000_u01787624364770") 2026/08/25 02:21:25 DEBUG : dir1/0011-56789: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f0232_d20260825_m021919_c001_v0001033_t0003_u01787624359395") 2026/08/25 02:21:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be473e_d20260825_m022027_c001_v7007000_t0000_u01787624427999") 2026/08/25 02:21:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f03ee_d20260825_m022020_c001_v0001033_t0003_u01787624420660") 2026/08/25 02:21:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415ca0287409e4a4_d20260825_m022015_c001_v7007000_t0000_u01787624415398") 2026/08/25 02:21:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f038e_d20260825_m022007_c001_v0001033_t0003_u01787624407927") 2026/08/25 02:21:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07c24_d20260825_m022002_c001_v7007000_t0000_u01787624402014") 2026/08/25 02:21:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f031a_d20260825_m021955_c001_v0001033_t0003_u01787624395123") 2026/08/25 02:21:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bd4_d20260825_m021949_c001_v7007000_t0000_u01787624389748") 2026/08/25 02:21:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f02ca_d20260825_m021942_c001_v0001033_t0003_u01787624382911") 2026/08/25 02:21:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b9e_d20260825_m021937_c001_v7007000_t0000_u01787624377634") 2026/08/25 02:21:26 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f026e_d20260825_m021930_c001_v0001033_t0003_u01787624370203") 2026/08/25 02:21:26 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f423dae673dbc064f_d20260825_m021920_c001_v7007000_t0000_u01787624360214") 2026/08/25 02:21:26 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84639_d20260825_m021916_c001_v0001181_t0022_u01787624356253") 2026/08/25 02:21:26 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5fa0_d20260825_m021910_c001_v7007000_t0000_u01787624350922") 2026/08/25 02:21:26 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69f35_d20260825_m021906_c001_v0001146_t0022_u01787624346059") 2026/08/25 02:21:26 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4225634d9f630a53_d20260825_m021904_c001_v7007000_t0000_u01787624344495") 2026/08/25 02:21:26 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f845bb_d20260825_m021859_c001_v0001181_t0022_u01787624339182") 2026/08/25 02:21:26 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af0239e_d20260825_m021853_c001_v7007000_t0000_u01787624333959") 2026/08/25 02:21:26 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f014c_d20260825_m021849_c001_v0001033_t0003_u01787624329055") 2026/08/25 02:21:26 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af0235d_d20260825_m021847_c001_v7007000_t0000_u01787624327285") 2026/08/25 02:21:26 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445d55_d20260825_m021842_c001_v0001102_t0032_u01787624322412") 2026/08/25 02:21:26 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114a9be4de00618_d20260825_m021832_c001_v7007000_t0000_u01787624312718") 2026/08/25 02:21:26 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205c6f_d20260825_m021826_c001_v0001092_t0024_u01787624306383") 2026/08/25 02:21:26 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114a9be4de003aa_d20260825_m021821_c001_v7007000_t0000_u01787624301191") 2026/08/25 02:21:26 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205c41_d20260825_m021813_c001_v0001092_t0024_u01787624293740") 2026/08/25 02:21:26 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186da_d20260825_m021808_c001_v7007000_t0000_u01787624288509") 2026/08/25 02:21:26 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205c0d_d20260825_m021801_c001_v0001092_t0024_u01787624281743") 2026/08/25 02:21:26 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4225634d9f630a64_d20260825_m021906_c001_v7007000_t0000_u01787624346471") 2026/08/25 02:21:26 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1005393ec9d69f1b_d20260825_m021902_c001_v0001146_t0055_u01787624342945") 2026/08/25 02:21:26 DEBUG : dir1/0012-6789;: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d68ac_d20260825_m021925_c001_v7007000_t0000_u01787624365016") 2026/08/25 02:21:26 DEBUG : dir1/0012-6789;: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69f93_d20260825_m021919_c001_v0001146_t0022_u01787624359540") 2026/08/25 02:21:26 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be473f_d20260825_m022028_c001_v7007000_t0000_u01787624428180") 2026/08/25 02:21:26 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d6a119_d20260825_m022020_c001_v0001146_t0022_u01787624420844") 2026/08/25 02:21:26 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415ca0287409e4a5_d20260825_m022015_c001_v7007000_t0000_u01787624415579") 2026/08/25 02:21:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d6a0c7_d20260825_m022008_c001_v0001146_t0022_u01787624408119") 2026/08/25 02:21:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07c28_d20260825_m022002_c001_v7007000_t0000_u01787624402200") 2026/08/25 02:21:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d6a06d_d20260825_m021955_c001_v0001146_t0022_u01787624395311") 2026/08/25 02:21:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bd6_d20260825_m021950_c001_v7007000_t0000_u01787624390056") 2026/08/25 02:21:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d6a02d_d20260825_m021943_c001_v0001146_t0022_u01787624383094") 2026/08/25 02:21:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b9f_d20260825_m021937_c001_v7007000_t0000_u01787624377819") 2026/08/25 02:21:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69fd3_d20260825_m021930_c001_v0001146_t0022_u01787624370389") 2026/08/25 02:21:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41620da363bfc4a4_d20260825_m021919_c001_v7007000_t0000_u01787624359963") 2026/08/25 02:21:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205d3f_d20260825_m021916_c001_v0001092_t0024_u01787624356439") 2026/08/25 02:21:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5fa1_d20260825_m021911_c001_v7007000_t0000_u01787624351104") 2026/08/25 02:21:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f845fb_d20260825_m021906_c001_v0001181_t0022_u01787624346201") 2026/08/25 02:21:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4278cc7fe326b08d_d20260825_m021904_c001_v7007000_t0000_u01787624344509") 2026/08/25 02:21:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205cf3_d20260825_m021859_c001_v0001092_t0024_u01787624339366") 2026/08/25 02:21:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af0239f_d20260825_m021854_c001_v7007000_t0000_u01787624334139") 2026/08/25 02:21:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84570_d20260825_m021849_c001_v0001181_t0022_u01787624329199") 2026/08/25 02:21:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af02360_d20260825_m021847_c001_v7007000_t0000_u01787624327465") 2026/08/25 02:21:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69e91_d20260825_m021842_c001_v0001146_t0022_u01787624322595") 2026/08/25 02:21:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f400be1583da88f2f_d20260825_m021832_c001_v7007000_t0000_u01787624312375") 2026/08/25 02:21:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69e0f_d20260825_m021826_c001_v0001146_t0022_u01787624306566") 2026/08/25 02:21:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114a9be4de003ab_d20260825_m021821_c001_v7007000_t0000_u01787624301380") 2026/08/25 02:21:28 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69db9_d20260825_m021813_c001_v0001146_t0022_u01787624293925") 2026/08/25 02:21:28 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186db_d20260825_m021808_c001_v7007000_t0000_u01787624288701") 2026/08/25 02:21:28 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69d6f_d20260825_m021801_c001_v0001146_t0022_u01787624281927") 2026/08/25 02:21:28 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f400be1583da8920d_d20260825_m021906_c001_v7007000_t0000_u01787624346667") 2026/08/25 02:21:28 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f845df_d20260825_m021902_c001_v0001181_t0002_u01787624342985") 2026/08/25 02:21:28 DEBUG : dir1/0013-789;=: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d68ad_d20260825_m021925_c001_v7007000_t0000_u01787624365203") 2026/08/25 02:21:28 DEBUG : dir1/0013-789;=: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84657_d20260825_m021919_c001_v0001181_t0022_u01787624359548") 2026/08/25 02:21:28 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be4740_d20260825_m022028_c001_v7007000_t0000_u01787624428360") 2026/08/25 02:21:28 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8482f_d20260825_m022021_c001_v0001181_t0022_u01787624421027") 2026/08/25 02:21:28 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415ca0287409e4a6_d20260825_m022015_c001_v7007000_t0000_u01787624415762") 2026/08/25 02:21:28 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f847c3_d20260825_m022008_c001_v0001181_t0022_u01787624408311") 2026/08/25 02:21:28 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07c2b_d20260825_m022002_c001_v7007000_t0000_u01787624402382") 2026/08/25 02:21:28 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84753_d20260825_m021955_c001_v0001181_t0022_u01787624395496") 2026/08/25 02:21:28 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bd7_d20260825_m021950_c001_v7007000_t0000_u01787624390237") 2026/08/25 02:21:28 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84707_d20260825_m021943_c001_v0001181_t0022_u01787624383277") 2026/08/25 02:21:28 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07ba0_d20260825_m021938_c001_v7007000_t0000_u01787624378000") 2026/08/25 02:21:28 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8468d_d20260825_m021930_c001_v0001181_t0022_u01787624370574") 2026/08/25 02:21:28 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4084e4f6fa0582f2_d20260825_m021919_c001_v7007000_t0000_u01787624359991") 2026/08/25 02:21:28 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f0218_d20260825_m021916_c001_v0001033_t0003_u01787624356629") 2026/08/25 02:21:28 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5fa3_d20260825_m021911_c001_v7007000_t0000_u01787624351286") 2026/08/25 02:21:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205d15_d20260825_m021906_c001_v0001092_t0024_u01787624346212") 2026/08/25 02:21:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f400be1583da8920a_d20260825_m021904_c001_v7007000_t0000_u01787624344278") 2026/08/25 02:21:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69f0b_d20260825_m021859_c001_v0001146_t0022_u01787624339549") 2026/08/25 02:21:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af023a0_d20260825_m021854_c001_v7007000_t0000_u01787624334318") 2026/08/25 02:21:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205ccf_d20260825_m021849_c001_v0001092_t0024_u01787624329218") 2026/08/25 02:21:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4084e4f6fa0582c1_d20260825_m021847_c001_v7007000_t0000_u01787624327298") 2026/08/25 02:21:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84514_d20260825_m021842_c001_v0001181_t0022_u01787624322777") 2026/08/25 02:21:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07afb_d20260825_m021832_c001_v7007000_t0000_u01787624312729") 2026/08/25 02:21:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84484_d20260825_m021826_c001_v0001181_t0022_u01787624306748") 2026/08/25 02:21:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114a9be4de003ac_d20260825_m021821_c001_v7007000_t0000_u01787624301623") 2026/08/25 02:21:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84442_d20260825_m021814_c001_v0001181_t0022_u01787624294109") 2026/08/25 02:21:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186dd_d20260825_m021808_c001_v7007000_t0000_u01787624288881") 2026/08/25 02:21:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f843f4_d20260825_m021802_c001_v0001181_t0022_u01787624282111") 2026/08/25 02:21:29 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4188293bf57c9b52_d20260825_m021906_c001_v7007000_t0000_u01787624346679") 2026/08/25 02:21:29 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f11836d7daf205d05_d20260825_m021903_c001_v0001092_t0048_u01787624343181") 2026/08/25 02:21:29 DEBUG : dir1/0014-89;=.: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d68af_d20260825_m021925_c001_v7007000_t0000_u01787624365392") 2026/08/25 02:21:29 DEBUG : dir1/0014-89;=.: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205d57_d20260825_m021919_c001_v0001092_t0024_u01787624359561") 2026/08/25 02:21:29 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be4741_d20260825_m022028_c001_v7007000_t0000_u01787624428541") 2026/08/25 02:21:29 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205e3d_d20260825_m022021_c001_v0001092_t0024_u01787624421223") 2026/08/25 02:21:29 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415ca0287409e4a7_d20260825_m022015_c001_v7007000_t0000_u01787624415948") 2026/08/25 02:21:29 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205e0d_d20260825_m022008_c001_v0001092_t0024_u01787624408498") 2026/08/25 02:21:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07c2f_d20260825_m022002_c001_v7007000_t0000_u01787624402570") 2026/08/25 02:21:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205deb_d20260825_m021955_c001_v0001092_t0024_u01787624395683") 2026/08/25 02:21:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bd8_d20260825_m021950_c001_v7007000_t0000_u01787624390420") 2026/08/25 02:21:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205dbb_d20260825_m021943_c001_v0001092_t0024_u01787624383460") 2026/08/25 02:21:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07ba1_d20260825_m021938_c001_v7007000_t0000_u01787624378181") 2026/08/25 02:21:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205d84_d20260825_m021930_c001_v0001092_t0024_u01787624370760") 2026/08/25 02:21:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d6868_d20260825_m021920_c001_v7007000_t0000_u01787624360375") 2026/08/25 02:21:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69f7f_d20260825_m021916_c001_v0001146_t0022_u01787624356828") 2026/08/25 02:21:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5fa4_d20260825_m021911_c001_v7007000_t0000_u01787624351470") 2026/08/25 02:21:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f01dc_d20260825_m021906_c001_v0001033_t0003_u01787624346222") 2026/08/25 02:21:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4225634d9f630a4f_d20260825_m021904_c001_v7007000_t0000_u01787624344292") 2026/08/25 02:21:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f0198_d20260825_m021859_c001_v0001033_t0003_u01787624339732") 2026/08/25 02:21:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af023a1_d20260825_m021854_c001_v7007000_t0000_u01787624334499") 2026/08/25 02:21:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69ec1_d20260825_m021849_c001_v0001146_t0022_u01787624329229") 2026/08/25 02:21:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4084e4f6fa0582c2_d20260825_m021847_c001_v7007000_t0000_u01787624327478") 2026/08/25 02:21:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205cad_d20260825_m021842_c001_v0001092_t0024_u01787624322962") 2026/08/25 02:21:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07af9_d20260825_m021832_c001_v7007000_t0000_u01787624312361") 2026/08/25 02:21:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445cbd_d20260825_m021827_c001_v0001102_t0032_u01787624307032") 2026/08/25 02:21:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114a9be4de003ae_d20260825_m021821_c001_v7007000_t0000_u01787624301808") 2026/08/25 02:21:31 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445c43_d20260825_m021814_c001_v0001102_t0032_u01787624294293") 2026/08/25 02:21:31 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186de_d20260825_m021809_c001_v7007000_t0000_u01787624289062") 2026/08/25 02:21:31 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445bd3_d20260825_m021802_c001_v0001102_t0032_u01787624282308") 2026/08/25 02:21:31 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f400be1583da8920c_d20260825_m021906_c001_v7007000_t0000_u01787624346482") 2026/08/25 02:21:31 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f845e1_d20260825_m021903_c001_v0001181_t0028_u01787624343195") 2026/08/25 02:21:31 DEBUG : dir1/0015-9;=.t: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d68b1_d20260825_m021925_c001_v7007000_t0000_u01787624365579") 2026/08/25 02:21:31 DEBUG : dir1/0015-9;=.t: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f0234_d20260825_m021919_c001_v0001033_t0003_u01787624359589") 2026/08/25 02:21:31 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be4742_d20260825_m022028_c001_v7007000_t0000_u01787624428780") 2026/08/25 02:21:31 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f03f4_d20260825_m022021_c001_v0001033_t0003_u01787624421489") 2026/08/25 02:21:31 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415ca0287409e4a8_d20260825_m022016_c001_v7007000_t0000_u01787624416130") 2026/08/25 02:21:31 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f0394_d20260825_m022008_c001_v0001033_t0003_u01787624408735") 2026/08/25 02:21:31 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07c33_d20260825_m022002_c001_v7007000_t0000_u01787624402755") 2026/08/25 02:21:31 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f0320_d20260825_m021955_c001_v0001033_t0003_u01787624395866") 2026/08/25 02:21:31 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bdb_d20260825_m021950_c001_v7007000_t0000_u01787624390602") 2026/08/25 02:21:31 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f02d2_d20260825_m021943_c001_v0001033_t0003_u01787624383644") 2026/08/25 02:21:31 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07ba2_d20260825_m021938_c001_v7007000_t0000_u01787624378363") 2026/08/25 02:21:31 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f0276_d20260825_m021930_c001_v0001033_t0003_u01787624370948") 2026/08/25 02:21:31 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4039066687ada298_d20260825_m021920_c001_v7007000_t0000_u01787624360227") 2026/08/25 02:21:31 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84641_d20260825_m021917_c001_v0001181_t0022_u01787624357030") 2026/08/25 02:21:31 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5fa5_d20260825_m021911_c001_v7007000_t0000_u01787624351654") 2026/08/25 02:21:31 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69f37_d20260825_m021906_c001_v0001146_t0022_u01787624346244") 2026/08/25 02:21:31 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f419459bd5fe94412_d20260825_m021904_c001_v7007000_t0000_u01787624344302") 2026/08/25 02:21:31 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f845c1_d20260825_m021859_c001_v0001181_t0022_u01787624339914") 2026/08/25 02:21:31 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af023a2_d20260825_m021854_c001_v7007000_t0000_u01787624334680") 2026/08/25 02:21:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f0156_d20260825_m021849_c001_v0001033_t0003_u01787624329240") 2026/08/25 02:21:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af0235e_d20260825_m021847_c001_v7007000_t0000_u01787624327309") 2026/08/25 02:21:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445d59_d20260825_m021843_c001_v0001102_t0032_u01787624323146") 2026/08/25 02:21:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186f9_d20260825_m021832_c001_v7007000_t0000_u01787624312577") 2026/08/25 02:21:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205c71_d20260825_m021827_c001_v0001092_t0024_u01787624307214") 2026/08/25 02:21:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114a9be4de003af_d20260825_m021821_c001_v7007000_t0000_u01787624301992") 2026/08/25 02:21:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205c45_d20260825_m021814_c001_v0001092_t0024_u01787624294519") 2026/08/25 02:21:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186df_d20260825_m021809_c001_v7007000_t0000_u01787624289241") 2026/08/25 02:21:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205c11_d20260825_m021802_c001_v0001092_t0024_u01787624282493") 2026/08/25 02:21:32 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4188293bf57c9b51_d20260825_m021906_c001_v7007000_t0000_u01787624346499") 2026/08/25 02:21:32 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f01b2_d20260825_m021903_c001_v0001033_t0003_u01787624343319") 2026/08/25 02:21:32 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b03_d20260825_m021835_c001_v7007000_t0000_u01787624315446") 2026/08/25 02:21:32 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1005393ec9d69e23_d20260825_m021829_c001_v0001146_t0008_u01787624309091") 2026/08/25 02:21:32 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b04_d20260825_m021835_c001_v7007000_t0000_u01787624315627") 2026/08/25 02:21:32 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f115cdc5908445cdb_d20260825_m021829_c001_v0001102_t0020_u01787624309102") 2026/08/25 02:21:32 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b05_d20260825_m021835_c001_v7007000_t0000_u01787624315809") 2026/08/25 02:21:32 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f11836d7daf205c7b_d20260825_m021829_c001_v0001092_t0014_u01787624309112") 2026/08/25 02:21:32 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b06_d20260825_m021835_c001_v7007000_t0000_u01787624315990") 2026/08/25 02:21:32 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f84498_d20260825_m021829_c001_v0001181_t0006_u01787624309123") 2026/08/25 02:21:32 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b07_d20260825_m021836_c001_v7007000_t0000_u01787624316172") 2026/08/25 02:21:33 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f8449a_d20260825_m021829_c001_v0001181_t0015_u01787624309347") 2026/08/25 02:21:33 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b08_d20260825_m021836_c001_v7007000_t0000_u01787624316359") 2026/08/25 02:21:33 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f11836d7daf205c7d_d20260825_m021829_c001_v0001092_t0023_u01787624309496") 2026/08/25 02:21:33 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b09_d20260825_m021836_c001_v7007000_t0000_u01787624316540") 2026/08/25 02:21:33 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f8449e_d20260825_m021829_c001_v0001181_t0010_u01787624309577") 2026/08/25 02:21:33 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b0a_d20260825_m021836_c001_v7007000_t0000_u01787624316721") 2026/08/25 02:21:33 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f844a2_d20260825_m021829_c001_v0001181_t0042_u01787624309787") 2026/08/25 02:21:33 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b0b_d20260825_m021836_c001_v7007000_t0000_u01787624316903") 2026/08/25 02:21:33 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1005393ec9d69e27_d20260825_m021829_c001_v0001146_t0013_u01787624309849") 2026/08/25 02:21:33 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b0c_d20260825_m021837_c001_v7007000_t0000_u01787624317086") 2026/08/25 02:21:33 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f11836d7daf205c7f_d20260825_m021829_c001_v0001092_t0002_u01787624309873") 2026/08/25 02:21:33 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b0d_d20260825_m021837_c001_v7007000_t0000_u01787624317268") 2026/08/25 02:21:33 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f844a4_d20260825_m021830_c001_v0001181_t0019_u01787624310065") 2026/08/25 02:21:33 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b0e_d20260825_m021837_c001_v7007000_t0000_u01787624317449") 2026/08/25 02:21:33 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f11836d7daf205c83_d20260825_m021830_c001_v0001092_t0043_u01787624310209") 2026/08/25 02:21:33 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b0f_d20260825_m021837_c001_v7007000_t0000_u01787624317630") 2026/08/25 02:21:33 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1005393ec9d69e2f_d20260825_m021830_c001_v0001146_t0030_u01787624310266") 2026/08/25 02:21:33 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b10_d20260825_m021837_c001_v7007000_t0000_u01787624317812") 2026/08/25 02:21:33 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f844a6_d20260825_m021830_c001_v0001181_t0016_u01787624310300") 2026/08/25 02:21:33 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b11_d20260825_m021837_c001_v7007000_t0000_u01787624317993") 2026/08/25 02:21:33 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f844a8_d20260825_m021830_c001_v0001181_t0046_u01787624310524") 2026/08/25 02:21:34 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b12_d20260825_m021838_c001_v7007000_t0000_u01787624318176") 2026/08/25 02:21:34 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205c85_d20260825_m021830_c001_v0001092_t0024_u01787624310632") 2026/08/25 02:21:34 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f413c9e888c0c9e03_d20260825_m021849_c001_v7007000_t0000_u01787624329480") 2026/08/25 02:21:34 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f84544_d20260825_m021844_c001_v0001181_t0010_u01787624324977") 2026/08/25 02:21:34 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5ae7_d20260825_m021849_c001_v7007000_t0000_u01787624329835") 2026/08/25 02:21:34 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f11836d7daf205cb7_d20260825_m021844_c001_v0001092_t0013_u01787624324988") 2026/08/25 02:21:34 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f413c9e888c0c9e06_d20260825_m021849_c001_v7007000_t0000_u01787624329685") 2026/08/25 02:21:34 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f115cdc5908445d73_d20260825_m021844_c001_v0001102_t0007_u01787624324997") 2026/08/25 02:21:34 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4039066687ada285_d20260825_m021849_c001_v7007000_t0000_u01787624329492") 2026/08/25 02:21:34 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f84548_d20260825_m021845_c001_v0001181_t0013_u01787624325197") 2026/08/25 02:21:34 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f413c9e888c0c9e04_d20260825_m021849_c001_v7007000_t0000_u01787624329503") 2026/08/25 02:21:34 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1005393ec9d69eab_d20260825_m021845_c001_v0001146_t0030_u01787624325323") 2026/08/25 02:21:34 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4084e4f6fa0582c5_d20260825_m021849_c001_v7007000_t0000_u01787624329628") 2026/08/25 02:21:34 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f11836d7daf205cb9_d20260825_m021845_c001_v0001092_t0000_u01787624325388") 2026/08/25 02:21:34 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b1d_d20260825_m021849_c001_v7007000_t0000_u01787624329694") 2026/08/25 02:21:34 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f8454a_d20260825_m021845_c001_v0001181_t0057_u01787624325433") 2026/08/25 02:21:34 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f413c9e888c0c9e07_d20260825_m021849_c001_v7007000_t0000_u01787624329845") 2026/08/25 02:21:34 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f8454c_d20260825_m021845_c001_v0001181_t0007_u01787624325661") 2026/08/25 02:21:34 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f407841096ffada85_d20260825_m021849_c001_v7007000_t0000_u01787624329722") 2026/08/25 02:21:34 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f11836d7daf205cbf_d20260825_m021845_c001_v0001092_t0047_u01787624325744") 2026/08/25 02:21:35 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4084e4f6fa0582c6_d20260825_m021849_c001_v7007000_t0000_u01787624329808") 2026/08/25 02:21:35 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1130ddb8fc5f0132_d20260825_m021846_c001_v0001033_t0001_u01787624326513") 2026/08/25 02:21:35 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f407841096ffada84_d20260825_m021849_c001_v7007000_t0000_u01787624329542") 2026/08/25 02:21:35 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f84550_d20260825_m021845_c001_v0001181_t0059_u01787624325884") 2026/08/25 02:21:35 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af02373_d20260825_m021849_c001_v7007000_t0000_u01787624329819") 2026/08/25 02:21:35 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f11836d7daf205cc3_d20260825_m021846_c001_v0001092_t0022_u01787624326161") 2026/08/25 02:21:35 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4084e4f6fa0582c4_d20260825_m021849_c001_v7007000_t0000_u01787624329448") 2026/08/25 02:21:35 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f84552_d20260825_m021846_c001_v0001181_t0004_u01787624326172") 2026/08/25 02:21:35 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07b1c_d20260825_m021849_c001_v7007000_t0000_u01787624329513") 2026/08/25 02:21:35 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1005393ec9d69eaf_d20260825_m021846_c001_v0001146_t0011_u01787624326262") 2026/08/25 02:21:35 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af02370_d20260825_m021849_c001_v7007000_t0000_u01787624329459") 2026/08/25 02:21:35 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f84556_d20260825_m021846_c001_v0001181_t0051_u01787624326401") 2026/08/25 02:21:35 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af02372_d20260825_m021849_c001_v7007000_t0000_u01787624329639") 2026/08/25 02:21:35 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205cc5_d20260825_m021846_c001_v0001092_t0024_u01787624326528") 2026/08/25 02:21:35 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f404eaa471c217bf1_d20260825_m021706_c001_v7007000_t0000_u01787624226543") 2026/08/25 02:21:35 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f408144c3a5984124_d20260825_m021704_c001_v0001181_t0021_u01787624224867") 2026/08/25 02:21:35 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be4478_d20260825_m021704_c001_v7007000_t0000_u01787624224686") 2026/08/25 02:21:35 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f408144c3a5984118_d20260825_m021702_c001_v0001181_t0021_u01787624222281") 2026/08/25 02:21:35 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be4474_d20260825_m021701_c001_v7007000_t0000_u01787624221546") 2026/08/25 02:21:35 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84218_d20260825_m021657_c001_v0001181_t0022_u01787624217403") 2026/08/25 02:21:35 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f404eaa471c217be3_d20260825_m021655_c001_v7007000_t0000_u01787624215893") 2026/08/25 02:21:35 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40870b7f594a376b_d20260825_m021654_c001_v0001154_t0004_u01787624214217") 2026/08/25 02:21:35 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4039066687ada1e9_d20260825_m021654_c001_v7007000_t0000_u01787624214033") 2026/08/25 02:21:36 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40870b7f594a3767_d20260825_m021651_c001_v0001154_t0004_u01787624211785") 2026/08/25 02:21:36 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4039066687ada1e5_d20260825_m021650_c001_v7007000_t0000_u01787624210969") 2026/08/25 02:21:36 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445877_d20260825_m021647_c001_v0001102_t0032_u01787624207444") 2026/08/25 02:21:36 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f404eaa471c217bd9_d20260825_m021646_c001_v7007000_t0000_u01787624206095") 2026/08/25 02:21:36 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40994fdbedc8a14a_d20260825_m021644_c001_v0001185_t0001_u01787624204968") 2026/08/25 02:21:36 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abe6637_d20260825_m021644_c001_v7007000_t0000_u01787624204784") 2026/08/25 02:21:36 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40994fdbedc8a12a_d20260825_m021642_c001_v0001185_t0001_u01787624202896") 2026/08/25 02:21:36 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abe6631_d20260825_m021642_c001_v7007000_t0000_u01787624202174") 2026/08/25 02:21:36 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc590844581d_d20260825_m021639_c001_v0001102_t0032_u01787624199186") 2026/08/25 02:21:36 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f404eaa471c217bc6_d20260825_m021638_c001_v7007000_t0000_u01787624198269") 2026/08/25 02:21:36 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4145270f7b632946_d20260825_m021636_c001_v0001042_t0002_u01787624196805") 2026/08/25 02:21:36 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415ca0287409e3a6_d20260825_m021636_c001_v7007000_t0000_u01787624196624") 2026/08/25 02:21:36 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4145270f7b632938_d20260825_m021633_c001_v0001042_t0002_u01787624193979") 2026/08/25 02:21:36 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415ca0287409e39e_d20260825_m021633_c001_v7007000_t0000_u01787624193254") 2026/08/25 02:21:36 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc59084457b1_d20260825_m021627_c001_v0001102_t0032_u01787624187980") 2026/08/25 02:21:36 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abe6612_d20260825_m021627_c001_v7007000_t0000_u01787624187069") 2026/08/25 02:21:36 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f416b6a26fc0242ab_d20260825_m021625_c001_v0001106_t0033_u01787624185533") 2026/08/25 02:21:36 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f400be1583da88e70_d20260825_m021625_c001_v7007000_t0000_u01787624185351") 2026/08/25 02:21:36 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f416b6a26fc02429b_d20260825_m021622_c001_v0001106_t0033_u01787624182749") 2026/08/25 02:21:36 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f400be1583da88e67_d20260825_m021622_c001_v7007000_t0000_u01787624182014") 2026/08/25 02:21:36 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445743_d20260825_m021616_c001_v0001102_t0032_u01787624176870") 2026/08/25 02:21:37 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f59c9_d20260825_m021615_c001_v7007000_t0000_u01787624175960") 2026/08/25 02:21:37 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40162a4b8d8fbef4_d20260825_m021614_c001_v0001100_t0017_u01787624174465") 2026/08/25 02:21:37 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a53b0_d20260825_m021614_c001_v7007000_t0000_u01787624174282") 2026/08/25 02:21:37 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40162a4b8d8fbedf_d20260825_m021611_c001_v0001100_t0017_u01787624171326") 2026/08/25 02:21:37 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a539f_d20260825_m021610_c001_v7007000_t0000_u01787624170596") 2026/08/25 02:21:37 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445617_d20260825_m021543_c001_v0001102_t0032_u01787624143770") 2026/08/25 02:21:37 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5797_d20260825_m021543_c001_v7007000_t0000_u01787624143049") 2026/08/25 02:21:37 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f411035539601e890_d20260825_m021538_c001_v0001103_t0028_u01787624138413") 2026/08/25 02:21:37 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40251584029955e5_d20260825_m021538_c001_v7007000_t0000_u01787624138192") 2026/08/25 02:21:37 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc59084455bb_d20260825_m021534_c001_v0001102_t0032_u01787624134339") 2026/08/25 02:21:37 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f411a6d624bb3556e_d20260825_m021533_c001_v0001185_t0043_u01787624133618") 2026/08/25 02:21:37 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f411a6d624bb35566_d20260825_m021532_c001_v0001185_t0043_u01787624132707") 2026/08/25 02:21:37 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f425a8c9b546f1e5d_d20260825_m021519_c001_v7007000_t0000_u01787624119844") 2026/08/25 02:21:37 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83f69_d20260825_m021512_c001_v0001181_t0022_u01787624112866") 2026/08/25 02:21:37 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4021df2feb28fef7_d20260825_m021512_c001_v0001120_t0032_u01787624112066") 2026/08/25 02:21:37 DEBUG : dst/one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4021df2feb28feef_d20260825_m021511_c001_v0001120_t0032_u01787624111021") 2026/08/25 02:21:37 DEBUG : dst/one-2019-01-01: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f404eaa471c217bf2_d20260825_m021706_c001_v7007000_t0000_u01787624226724") 2026/08/25 02:21:37 DEBUG : dst/one-2019-01-01: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f408aaa2ead1a619f_d20260825_m021704_c001_v0001103_t0004_u01787624224499") 2026/08/25 02:21:38 DEBUG : dst/one-2019-01-01: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f408e3a902424ffd6_d20260825_m021701_c001_v0001144_t0049_u01787624221276") 2026/08/25 02:21:38 DEBUG : dst/one.bak: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f404eaa471c217be4_d20260825_m021656_c001_v7007000_t0000_u01787624216112") 2026/08/25 02:21:38 DEBUG : dst/one.bak: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4085fed857ede2e8_d20260825_m021653_c001_v0001146_t0020_u01787624213849") 2026/08/25 02:21:38 DEBUG : dst/one.bak: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4115e42d18094fa9_d20260825_m021650_c001_v0001098_t0045_u01787624210784") 2026/08/25 02:21:38 DEBUG : dst/one.bak: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f404eaa471c217bda_d20260825_m021646_c001_v7007000_t0000_u01787624206361") 2026/08/25 02:21:38 DEBUG : dst/one.bak: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f402bd8c7e206c97b_d20260825_m021644_c001_v0001185_t0026_u01787624204599") 2026/08/25 02:21:38 DEBUG : dst/one.bak: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4012d891c9a7adba_d20260825_m021641_c001_v0001161_t0036_u01787624201988") 2026/08/25 02:21:38 DEBUG : dst/three: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb579a_d20260825_m021543_c001_v7007000_t0000_u01787624143229") 2026/08/25 02:21:38 DEBUG : dst/three: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f411a6d624bb35612_d20260825_m021541_c001_v0001185_t0043_u01787624141777") 2026/08/25 02:21:38 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f404eaa471c217bf3_d20260825_m021706_c001_v7007000_t0000_u01787624226909") 2026/08/25 02:21:38 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f412d759c37f14787_d20260825_m021705_c001_v0001092_t0004_u01787624225607") 2026/08/25 02:21:38 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f416883b28c366ba0_d20260825_m021703_c001_v0001176_t0011_u01787624223119") 2026/08/25 02:21:38 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f404eaa471c217bf7_d20260825_m021707_c001_v7007000_t0000_u01787624227090") 2026/08/25 02:21:38 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f408144c3a5984128_d20260825_m021705_c001_v0001181_t0021_u01787624225975") 2026/08/25 02:21:38 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be447e_d20260825_m021705_c001_v7007000_t0000_u01787624225794") 2026/08/25 02:21:38 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f408144c3a598411c_d20260825_m021703_c001_v0001181_t0021_u01787624223546") 2026/08/25 02:21:38 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be4476_d20260825_m021703_c001_v7007000_t0000_u01787624223366") 2026/08/25 02:21:38 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8421c_d20260825_m021658_c001_v0001181_t0022_u01787624218126") 2026/08/25 02:21:38 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f404eaa471c217be5_d20260825_m021656_c001_v7007000_t0000_u01787624216301") 2026/08/25 02:21:38 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40870b7f594a3771_d20260825_m021655_c001_v0001154_t0004_u01787624215329") 2026/08/25 02:21:39 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4039066687ada1eb_d20260825_m021655_c001_v7007000_t0000_u01787624215146") 2026/08/25 02:21:39 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40870b7f594a3769_d20260825_m021652_c001_v0001154_t0004_u01787624212905") 2026/08/25 02:21:39 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4039066687ada1e7_d20260825_m021652_c001_v7007000_t0000_u01787624212719") 2026/08/25 02:21:39 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc590844587d_d20260825_m021647_c001_v0001102_t0032_u01787624207809") 2026/08/25 02:21:39 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abe6639_d20260825_m021645_c001_v7007000_t0000_u01787624205530") 2026/08/25 02:21:39 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f841da_d20260825_m021643_c001_v0001181_t0022_u01787624203828") 2026/08/25 02:21:39 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abe6635_d20260825_m021643_c001_v7007000_t0000_u01787624203461") 2026/08/25 02:21:39 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445821_d20260825_m021639_c001_v0001102_t0032_u01787624199553") 2026/08/25 02:21:39 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415ca0287409e3a9_d20260825_m021637_c001_v7007000_t0000_u01787624197364") 2026/08/25 02:21:39 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f841ac_d20260825_m021635_c001_v0001181_t0022_u01787624195676") 2026/08/25 02:21:39 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415ca0287409e3a1_d20260825_m021634_c001_v7007000_t0000_u01787624194583") 2026/08/25 02:21:39 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc59084457b7_d20260825_m021628_c001_v0001102_t0032_u01787624188348") 2026/08/25 02:21:39 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f400be1583da88e72_d20260825_m021626_c001_v7007000_t0000_u01787624186163") 2026/08/25 02:21:39 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84178_d20260825_m021624_c001_v0001181_t0022_u01787624184404") 2026/08/25 02:21:39 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f400be1583da88e6a_d20260825_m021623_c001_v7007000_t0000_u01787624183321") 2026/08/25 02:21:39 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc590844574f_d20260825_m021617_c001_v0001102_t0032_u01787624177233") 2026/08/25 02:21:39 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a53b4_d20260825_m021615_c001_v7007000_t0000_u01787624175053") 2026/08/25 02:21:39 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8413a_d20260825_m021613_c001_v0001181_t0022_u01787624173329") 2026/08/25 02:21:39 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a53a9_d20260825_m021612_c001_v7007000_t0000_u01787624172248") 2026/08/25 02:21:39 DEBUG : dst/three.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc590844561d_d20260825_m021544_c001_v0001102_t0032_u01787624144142") 2026/08/25 02:21:39 DEBUG : dst/three.txt.bak: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f404eaa471c217be6_d20260825_m021656_c001_v7007000_t0000_u01787624216481") 2026/08/25 02:21:39 DEBUG : dst/three.txt.bak: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f418e9aa968719382_d20260825_m021654_c001_v0001116_t0023_u01787624214958") 2026/08/25 02:21:39 DEBUG : dst/three.txt.bak: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f418f74b0b1c05fc3_d20260825_m021652_c001_v0001172_t0045_u01787624212531") 2026/08/25 02:21:39 DEBUG : dst/three.txt.bak: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f404eaa471c217bdb_d20260825_m021646_c001_v7007000_t0000_u01787624206542") 2026/08/25 02:21:40 DEBUG : dst/three.txt.bak: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f407f21021f4fda5e_d20260825_m021645_c001_v0001184_t0050_u01787624205342") 2026/08/25 02:21:40 DEBUG : dst/three.txt.bak: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41405905c56d8f52_d20260825_m021643_c001_v0001102_t0001_u01787624203275") 2026/08/25 02:21:40 DEBUG : dst/two: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f404eaa471c217bfa_d20260825_m021707_c001_v7007000_t0000_u01787624227273") 2026/08/25 02:21:40 DEBUG : dst/two: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc59084458ef_d20260825_m021657_c001_v0001102_t0032_u01787624217946") 2026/08/25 02:21:40 DEBUG : dst/two: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f404eaa471c217be7_d20260825_m021656_c001_v7007000_t0000_u01787624216663") 2026/08/25 02:21:40 DEBUG : dst/two: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f841e8_d20260825_m021647_c001_v0001181_t0022_u01787624207625") 2026/08/25 02:21:40 DEBUG : dst/two: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f404eaa471c217bdc_d20260825_m021646_c001_v7007000_t0000_u01787624206722") 2026/08/25 02:21:40 DEBUG : dst/two: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f841c0_d20260825_m021639_c001_v0001181_t0022_u01787624199370") 2026/08/25 02:21:40 DEBUG : dst/two: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f404eaa471c217bc7_d20260825_m021638_c001_v7007000_t0000_u01787624198466") 2026/08/25 02:21:40 DEBUG : dst/two: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84188_d20260825_m021628_c001_v0001181_t0022_u01787624188164") 2026/08/25 02:21:40 DEBUG : dst/two: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abe6613_d20260825_m021627_c001_v7007000_t0000_u01787624187249") 2026/08/25 02:21:40 DEBUG : dst/two: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84152_d20260825_m021617_c001_v0001181_t0022_u01787624177052") 2026/08/25 02:21:40 DEBUG : dst/two: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f59cb_d20260825_m021616_c001_v7007000_t0000_u01787624176140") 2026/08/25 02:21:40 DEBUG : dst/two: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8405b_d20260825_m021543_c001_v0001181_t0022_u01787624143955") 2026/08/25 02:21:40 DEBUG : dst/two: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb579c_d20260825_m021543_c001_v7007000_t0000_u01787624143408") 2026/08/25 02:21:40 DEBUG : dst/two: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cf1fb93ac1a76_d20260825_m021539_c001_v0001042_t0002_u01787624139536") 2026/08/25 02:21:40 DEBUG : dst/two: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f425a8c9b546f1e5e_d20260825_m021520_c001_v7007000_t0000_u01787624120028") 2026/08/25 02:21:40 DEBUG : dst/two: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4021df2feb28ff2b_d20260825_m021518_c001_v0001120_t0032_u01787624118899") 2026/08/25 02:21:40 DEBUG : empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f426a09e1b736ff23_d20260825_m021444_c001_v7007000_t0000_u01787624084748") 2026/08/25 02:21:40 DEBUG : empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83e6b_d20260825_m021441_c001_v0001181_t0022_u01787624081267") 2026/08/25 02:21:41 DEBUG : empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f426a09e1b736ff09_d20260825_m021438_c001_v7007000_t0000_u01787624078222") 2026/08/25 02:21:41 DEBUG : empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc59084452f7_d20260825_m021428_c001_v0001102_t0032_u01787624068949") 2026/08/25 02:21:41 DEBUG : empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f426a09e1b736fed4_d20260825_m021420_c001_v7007000_t0000_u01787624060603") 2026/08/25 02:21:41 DEBUG : empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83dd5_d20260825_m021417_c001_v0001181_t0022_u01787624057290") 2026/08/25 02:21:41 DEBUG : empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb4975_d20260825_m021359_c001_v7007000_t0000_u01787624039967") 2026/08/25 02:21:41 DEBUG : empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83d55_d20260825_m021358_c001_v0001181_t0022_u01787624038276") 2026/08/25 02:21:41 DEBUG : empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb496e_d20260825_m021357_c001_v7007000_t0000_u01787624037502") 2026/08/25 02:21:41 DEBUG : empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83d4d_d20260825_m021356_c001_v0001181_t0022_u01787624036410") 2026/08/25 02:21:41 DEBUG : empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb4963_d20260825_m021353_c001_v7007000_t0000_u01787624033910") 2026/08/25 02:21:41 DEBUG : empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83d2b_d20260825_m021352_c001_v0001181_t0022_u01787624032421") 2026/08/25 02:21:41 DEBUG : empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb495d_d20260825_m021351_c001_v7007000_t0000_u01787624031691") 2026/08/25 02:21:41 DEBUG : empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83d19_d20260825_m021350_c001_v0001181_t0022_u01787624030564") 2026/08/25 02:21:41 DEBUG : empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f421d622144a90acc_d20260825_m021345_c001_v7007000_t0000_u01787624025301") 2026/08/25 02:21:41 DEBUG : empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83cef_d20260825_m021343_c001_v0001181_t0022_u01787624023996") 2026/08/25 02:21:41 DEBUG : empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f421d622144a90ac6_d20260825_m021343_c001_v7007000_t0000_u01787624023258") 2026/08/25 02:21:41 DEBUG : empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83ce5_d20260825_m021342_c001_v0001181_t0022_u01787624022530") 2026/08/25 02:21:41 DEBUG : empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f421d622144a90ab8_d20260825_m021338_c001_v7007000_t0000_u01787624018843") 2026/08/25 02:21:41 DEBUG : empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83cc3_d20260825_m021337_c001_v0001181_t0022_u01787624017721") 2026/08/25 02:21:41 DEBUG : empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d6345_d20260825_m021335_c001_v7007000_t0000_u01787624015855") 2026/08/25 02:21:41 DEBUG : empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83cb3_d20260825_m021334_c001_v0001181_t0022_u01787624014955") 2026/08/25 02:21:41 DEBUG : empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d6339_d20260825_m021334_c001_v7007000_t0000_u01787624014593") 2026/08/25 02:21:42 DEBUG : empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f406d2ac1dbf3070f_d20260825_m021334_c001_v0001174_t0042_u01787624014051") 2026/08/25 02:21:42 DEBUG : empty space: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83ca7_d20260825_m021332_c001_v0001181_t0022_u01787624012588") 2026/08/25 02:21:42 DEBUG : enormous: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb4973_d20260825_m021359_c001_v7007000_t0000_u01787624039057") 2026/08/25 02:21:42 DEBUG : enormous: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f83d59_d20260825_m021358_c001_v0001181_t0047_u01787624038460") 2026/08/25 02:21:42 DEBUG : existing: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f404eaa471c217bfd_d20260825_m021711_c001_v7007000_t0000_u01787624231450") 2026/08/25 02:21:42 DEBUG : existing: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc590844597f_d20260825_m021710_c001_v0001102_t0032_u01787624230246") 2026/08/25 02:21:42 DEBUG : existing: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f426a09e1b736febc_d20260825_m021415_c001_v7007000_t0000_u01787624055832") 2026/08/25 02:21:42 DEBUG : existing: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83dc9_d20260825_m021414_c001_v0001181_t0022_u01787624054871") 2026/08/25 02:21:42 DEBUG : existing: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d6308_d20260825_m021330_c001_v7007000_t0000_u01787624010065") 2026/08/25 02:21:42 DEBUG : existing: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83c8d_d20260825_m021329_c001_v0001181_t0022_u01787624009156") 2026/08/25 02:21:42 DEBUG : existing: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d62f9_d20260825_m021328_c001_v7007000_t0000_u01787624008618") 2026/08/25 02:21:42 DEBUG : existing: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83c83_d20260825_m021328_c001_v0001181_t0022_u01787624008078") 2026/08/25 02:21:42 DEBUG : existing: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83c7d_d20260825_m021327_c001_v0001181_t0022_u01787624007355") 2026/08/25 02:21:42 DEBUG : existing-b: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f426a09e1b736febf_d20260825_m021416_c001_v7007000_t0000_u01787624056012") 2026/08/25 02:21:42 DEBUG : existing-b: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445261_d20260825_m021414_c001_v0001102_t0032_u01787624054859") 2026/08/25 02:21:42 DEBUG : file1: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186ac_d20260825_m021751_c001_v7007000_t0000_u01787624271167") 2026/08/25 02:21:42 DEBUG : file1: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205bef_d20260825_m021750_c001_v0001092_t0024_u01787624270054") 2026/08/25 02:21:42 DEBUG : file1: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186a3_d20260825_m021748_c001_v7007000_t0000_u01787624268753") 2026/08/25 02:21:42 DEBUG : file1: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69d05_d20260825_m021747_c001_v0001146_t0022_u01787624267443") 2026/08/25 02:21:42 DEBUG : five: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb497a_d20260825_m021403_c001_v7007000_t0000_u01787624043270") 2026/08/25 02:21:42 DEBUG : five: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83d79_d20260825_m021401_c001_v0001181_t0022_u01787624041445") 2026/08/25 02:21:42 DEBUG : foo: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f421d622144a90ab6_d20260825_m021337_c001_v7007000_t0000_u01787624017358") 2026/08/25 02:21:42 DEBUG : foo: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83cbb_d20260825_m021336_c001_v0001181_t0022_u01787624016812") 2026/08/25 02:21:43 DEBUG : foo: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83cb9_d20260825_m021336_c001_v0001181_t0022_u01787624016258") 2026/08/25 02:21:43 DEBUG : four: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb497b_d20260825_m021403_c001_v7007000_t0000_u01787624043451") 2026/08/25 02:21:43 DEBUG : four: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4053b39b6f4f5097_d20260825_m021401_c001_v0001150_t0034_u01787624041991") 2026/08/25 02:21:43 DEBUG : four: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83d73_d20260825_m021400_c001_v0001181_t0022_u01787624040890") 2026/08/25 02:21:43 DEBUG : hello world2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abdbf65_d20260825_m021249_c001_v7007000_t0000_u01787623969561") 2026/08/25 02:21:43 DEBUG : hello world2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83ba1_d20260825_m021249_c001_v0001181_t0022_u01787623969018") 2026/08/25 02:21:43 DEBUG : ignore-size: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d62e6_d20260825_m021326_c001_v7007000_t0000_u01787624006994") 2026/08/25 02:21:43 DEBUG : ignore-size: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83c79_d20260825_m021326_c001_v0001181_t0022_u01787624006093") 2026/08/25 02:21:43 DEBUG : nested/sub dir/file: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f426a09e1b736feb3_d20260825_m021414_c001_v7007000_t0000_u01787624054094") 2026/08/25 02:21:43 DEBUG : nested/sub dir/file: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83dc3_d20260825_m021413_c001_v0001181_t0022_u01787624053553") 2026/08/25 02:21:43 DEBUG : nested/sub dir/file: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb4994_d20260825_m021412_c001_v7007000_t0000_u01787624052815") 2026/08/25 02:21:43 DEBUG : nested/sub dir/file: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445243_d20260825_m021412_c001_v0001102_t0032_u01787624052133") 2026/08/25 02:21:43 DEBUG : one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb497c_d20260825_m021403_c001_v7007000_t0000_u01787624043630") 2026/08/25 02:21:43 DEBUG : one: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83d69_d20260825_m021400_c001_v0001181_t0022_u01787624040342") 2026/08/25 02:21:43 DEBUG : only0: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a545f_d20260825_m021743_c001_v7007000_t0000_u01787624263042") 2026/08/25 02:21:43 DEBUG : only0: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445ad5_d20260825_m021737_c001_v0001102_t0032_u01787624257428") 2026/08/25 02:21:43 DEBUG : only0: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8430a_d20260825_m021729_c001_v0001181_t0022_u01787624249640") 2026/08/25 02:21:43 DEBUG : only0: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40976990ecec132b_d20260825_m021723_c001_v7007000_t0000_u01787624243054") 2026/08/25 02:21:44 DEBUG : only0: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84270_d20260825_m021714_c001_v0001181_t0022_u01787624234772") 2026/08/25 02:21:44 DEBUG : only1: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5460_d20260825_m021743_c001_v7007000_t0000_u01787624263223") 2026/08/25 02:21:44 DEBUG : only1: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205bc5_d20260825_m021738_c001_v0001092_t0024_u01787624258373") 2026/08/25 02:21:44 DEBUG : only1: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84312_d20260825_m021730_c001_v0001181_t0022_u01787624250005") 2026/08/25 02:21:44 DEBUG : only1: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4039066687ada20f_d20260825_m021724_c001_v7007000_t0000_u01787624244080") 2026/08/25 02:21:44 DEBUG : only1: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84274_d20260825_m021715_c001_v0001181_t0022_u01787624235140") 2026/08/25 02:21:44 DEBUG : only10: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5462_d20260825_m021743_c001_v7007000_t0000_u01787624263402") 2026/08/25 02:21:44 DEBUG : only10: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205bc1_d20260825_m021738_c001_v0001092_t0024_u01787624258187") 2026/08/25 02:21:44 DEBUG : only10: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84336_d20260825_m021733_c001_v0001181_t0022_u01787624253399") 2026/08/25 02:21:44 DEBUG : only10: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5a6f_d20260825_m021724_c001_v7007000_t0000_u01787624244054") 2026/08/25 02:21:44 DEBUG : only10: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84294_d20260825_m021718_c001_v0001181_t0022_u01787624238507") 2026/08/25 02:21:44 DEBUG : only11: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5463_d20260825_m021743_c001_v7007000_t0000_u01787624263580") 2026/08/25 02:21:44 DEBUG : only11: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84358_d20260825_m021737_c001_v0001181_t0022_u01787624257438") 2026/08/25 02:21:44 DEBUG : only11: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84338_d20260825_m021733_c001_v0001181_t0022_u01787624253762") 2026/08/25 02:21:44 DEBUG : only11: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5a6e_d20260825_m021723_c001_v7007000_t0000_u01787624243873") 2026/08/25 02:21:44 DEBUG : only11: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84296_d20260825_m021718_c001_v0001181_t0022_u01787624238883") 2026/08/25 02:21:44 DEBUG : only12: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5464_d20260825_m021743_c001_v7007000_t0000_u01787624263768") 2026/08/25 02:21:44 DEBUG : only12: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69cb7_d20260825_m021737_c001_v0001146_t0022_u01787624257998") 2026/08/25 02:21:44 DEBUG : only12: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8433c_d20260825_m021734_c001_v0001181_t0022_u01787624254127") 2026/08/25 02:21:44 DEBUG : only12: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40976990ecec1330_d20260825_m021723_c001_v7007000_t0000_u01787624243883") 2026/08/25 02:21:44 DEBUG : only12: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84298_d20260825_m021719_c001_v0001181_t0022_u01787624239253") 2026/08/25 02:21:44 DEBUG : only13: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5465_d20260825_m021743_c001_v7007000_t0000_u01787624263947") 2026/08/25 02:21:45 DEBUG : only13: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445ad9_d20260825_m021737_c001_v0001102_t0032_u01787624257823") 2026/08/25 02:21:45 DEBUG : only13: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8433e_d20260825_m021734_c001_v0001181_t0022_u01787624254495") 2026/08/25 02:21:45 DEBUG : only13: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40976990ecec132f_d20260825_m021723_c001_v7007000_t0000_u01787624243680") 2026/08/25 02:21:45 DEBUG : only13: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8429e_d20260825_m021719_c001_v0001181_t0022_u01787624239683") 2026/08/25 02:21:45 DEBUG : only14: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5467_d20260825_m021744_c001_v7007000_t0000_u01787624264126") 2026/08/25 02:21:45 DEBUG : only14: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8435e_d20260825_m021737_c001_v0001181_t0022_u01787624257834") 2026/08/25 02:21:45 DEBUG : only14: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84340_d20260825_m021734_c001_v0001181_t0022_u01787624254892") 2026/08/25 02:21:45 DEBUG : only14: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4039066687ada20d_d20260825_m021723_c001_v7007000_t0000_u01787624243677") 2026/08/25 02:21:45 DEBUG : only14: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f842a2_d20260825_m021720_c001_v0001181_t0022_u01787624240051") 2026/08/25 02:21:45 DEBUG : only15: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5468_d20260825_m021744_c001_v7007000_t0000_u01787624264317") 2026/08/25 02:21:45 DEBUG : only15: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445adb_d20260825_m021738_c001_v0001102_t0032_u01787624258007") 2026/08/25 02:21:45 DEBUG : only15: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84348_d20260825_m021735_c001_v0001181_t0022_u01787624255256") 2026/08/25 02:21:45 DEBUG : only15: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40976990ecec132d_d20260825_m021723_c001_v7007000_t0000_u01787624243236") 2026/08/25 02:21:45 DEBUG : only15: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f842a6_d20260825_m021720_c001_v0001181_t0022_u01787624240418") 2026/08/25 02:21:45 DEBUG : only16: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5469_d20260825_m021744_c001_v7007000_t0000_u01787624264498") 2026/08/25 02:21:45 DEBUG : only16: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84360_d20260825_m021738_c001_v0001181_t0022_u01787624258016") 2026/08/25 02:21:45 DEBUG : only16: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8434a_d20260825_m021735_c001_v0001181_t0022_u01787624255629") 2026/08/25 02:21:45 DEBUG : only16: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40976990ecec1331_d20260825_m021724_c001_v7007000_t0000_u01787624244064") 2026/08/25 02:21:45 DEBUG : only16: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f842aa_d20260825_m021720_c001_v0001181_t0022_u01787624240783") 2026/08/25 02:21:46 DEBUG : only17: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a546a_d20260825_m021744_c001_v7007000_t0000_u01787624264679") 2026/08/25 02:21:46 DEBUG : only17: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69cbb_d20260825_m021738_c001_v0001146_t0022_u01787624258188") 2026/08/25 02:21:46 DEBUG : only17: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8434e_d20260825_m021735_c001_v0001181_t0022_u01787624255995") 2026/08/25 02:21:46 DEBUG : only17: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40976990ecec132e_d20260825_m021723_c001_v7007000_t0000_u01787624243418") 2026/08/25 02:21:46 DEBUG : only17: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f842ae_d20260825_m021721_c001_v0001181_t0022_u01787624241188") 2026/08/25 02:21:46 DEBUG : only18: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a546c_d20260825_m021744_c001_v7007000_t0000_u01787624264858") 2026/08/25 02:21:46 DEBUG : only18: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445adf_d20260825_m021738_c001_v0001102_t0032_u01787624258200") 2026/08/25 02:21:46 DEBUG : only18: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84350_d20260825_m021736_c001_v0001181_t0022_u01787624256359") 2026/08/25 02:21:46 DEBUG : only18: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4039066687ada20c_d20260825_m021723_c001_v7007000_t0000_u01787624243429") 2026/08/25 02:21:46 DEBUG : only18: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f842b2_d20260825_m021721_c001_v0001181_t0022_u01787624241554") 2026/08/25 02:21:46 DEBUG : only19: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a546e_d20260825_m021745_c001_v7007000_t0000_u01787624265038") 2026/08/25 02:21:46 DEBUG : only19: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84362_d20260825_m021738_c001_v0001181_t0022_u01787624258210") 2026/08/25 02:21:46 DEBUG : only19: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84352_d20260825_m021736_c001_v0001181_t0022_u01787624256725") 2026/08/25 02:21:47 DEBUG : only19: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5a6d_d20260825_m021723_c001_v7007000_t0000_u01787624243680") 2026/08/25 02:21:47 DEBUG : only19: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f842b4_d20260825_m021721_c001_v0001181_t0022_u01787624241972") 2026/08/25 02:21:47 DEBUG : only2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a546f_d20260825_m021745_c001_v7007000_t0000_u01787624265219") 2026/08/25 02:21:47 DEBUG : only2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69cc1_d20260825_m021738_c001_v0001146_t0022_u01787624258444") 2026/08/25 02:21:47 DEBUG : only2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84316_d20260825_m021730_c001_v0001181_t0022_u01787624250369") 2026/08/25 02:21:47 DEBUG : only2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f421d622144a9105a_d20260825_m021724_c001_v7007000_t0000_u01787624244174") 2026/08/25 02:21:47 DEBUG : only2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8427a_d20260825_m021715_c001_v0001181_t0022_u01787624235508") 2026/08/25 02:21:47 DEBUG : only3: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5471_d20260825_m021745_c001_v7007000_t0000_u01787624265398") 2026/08/25 02:21:47 DEBUG : only3: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445ae5_d20260825_m021738_c001_v0001102_t0032_u01787624258444") 2026/08/25 02:21:47 DEBUG : only3: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8431a_d20260825_m021730_c001_v0001181_t0022_u01787624250735") 2026/08/25 02:21:47 DEBUG : only3: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f421d622144a91056_d20260825_m021723_c001_v7007000_t0000_u01787624243634") 2026/08/25 02:21:47 DEBUG : only3: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8427c_d20260825_m021715_c001_v0001181_t0022_u01787624235872") 2026/08/25 02:21:47 DEBUG : only4: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5472_d20260825_m021745_c001_v7007000_t0000_u01787624265578") 2026/08/25 02:21:47 DEBUG : only4: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84366_d20260825_m021738_c001_v0001181_t0022_u01787624258402") 2026/08/25 02:21:47 DEBUG : only4: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8431c_d20260825_m021731_c001_v0001181_t0022_u01787624251099") 2026/08/25 02:21:47 DEBUG : only4: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5a6c_d20260825_m021723_c001_v7007000_t0000_u01787624243443") 2026/08/25 02:21:47 DEBUG : only4: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8427e_d20260825_m021716_c001_v0001181_t0022_u01787624236239") 2026/08/25 02:21:47 DEBUG : only5: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5473_d20260825_m021745_c001_v7007000_t0000_u01787624265757") 2026/08/25 02:21:47 DEBUG : only5: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205bc9_d20260825_m021738_c001_v0001092_t0024_u01787624258558") 2026/08/25 02:21:47 DEBUG : only5: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84320_d20260825_m021731_c001_v0001181_t0022_u01787624251463") 2026/08/25 02:21:47 DEBUG : only5: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f410bac62f69f5a71_d20260825_m021724_c001_v7007000_t0000_u01787624244234") 2026/08/25 02:21:47 DEBUG : only5: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84280_d20260825_m021716_c001_v0001181_t0022_u01787624236642") 2026/08/25 02:21:47 DEBUG : only6: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5474_d20260825_m021745_c001_v7007000_t0000_u01787624265936") 2026/08/25 02:21:47 DEBUG : only6: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84368_d20260825_m021738_c001_v0001181_t0022_u01787624258585") 2026/08/25 02:21:48 DEBUG : only6: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84324_d20260825_m021731_c001_v0001181_t0022_u01787624251845") 2026/08/25 02:21:48 DEBUG : only6: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f421d622144a91054_d20260825_m021723_c001_v7007000_t0000_u01787624243445") 2026/08/25 02:21:48 DEBUG : only6: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84282_d20260825_m021717_c001_v0001181_t0022_u01787624237045") 2026/08/25 02:21:48 DEBUG : only7: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5475_d20260825_m021746_c001_v7007000_t0000_u01787624266115") 2026/08/25 02:21:48 DEBUG : only7: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445ae7_d20260825_m021738_c001_v0001102_t0032_u01787624258625") 2026/08/25 02:21:48 DEBUG : only7: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8432a_d20260825_m021732_c001_v0001181_t0022_u01787624252210") 2026/08/25 02:21:48 DEBUG : only7: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f421d622144a91057_d20260825_m021723_c001_v7007000_t0000_u01787624243815") 2026/08/25 02:21:48 DEBUG : only7: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84288_d20260825_m021717_c001_v0001181_t0022_u01787624237410") 2026/08/25 02:21:48 DEBUG : only8: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5476_d20260825_m021746_c001_v7007000_t0000_u01787624266307") 2026/08/25 02:21:48 DEBUG : only8: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69cc5_d20260825_m021738_c001_v0001146_t0022_u01787624258637") 2026/08/25 02:21:48 DEBUG : only8: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8432e_d20260825_m021732_c001_v0001181_t0022_u01787624252581") 2026/08/25 02:21:48 DEBUG : only8: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4039066687ada20e_d20260825_m021723_c001_v7007000_t0000_u01787624243895") 2026/08/25 02:21:48 DEBUG : only8: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8428e_d20260825_m021717_c001_v0001181_t0022_u01787624237775") 2026/08/25 02:21:48 DEBUG : only9: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a5477_d20260825_m021746_c001_v7007000_t0000_u01787624266487") 2026/08/25 02:21:48 DEBUG : only9: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205bcb_d20260825_m021738_c001_v0001092_t0024_u01787624258745") 2026/08/25 02:21:48 DEBUG : only9: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84330_d20260825_m021732_c001_v0001181_t0022_u01787624252948") 2026/08/25 02:21:48 DEBUG : only9: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f421d622144a91059_d20260825_m021723_c001_v7007000_t0000_u01787624243994") 2026/08/25 02:21:48 DEBUG : only9: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84292_d20260825_m021718_c001_v0001181_t0022_u01787624238140") 2026/08/25 02:21:48 DEBUG : potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb4992_d20260825_m021411_c001_v7007000_t0000_u01787624051033") 2026/08/25 02:21:48 DEBUG : potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445227_d20260825_m021409_c001_v0001102_t0032_u01787624049266") 2026/08/25 02:21:49 DEBUG : potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb498e_d20260825_m021408_c001_v7007000_t0000_u01787624048546") 2026/08/25 02:21:49 DEBUG : potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83d97_d20260825_m021407_c001_v0001181_t0022_u01787624047077") 2026/08/25 02:21:49 DEBUG : potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb4987_d20260825_m021406_c001_v7007000_t0000_u01787624046358") 2026/08/25 02:21:49 DEBUG : potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4053b39b6f4f50a7_d20260825_m021404_c001_v0001150_t0034_u01787624044532") 2026/08/25 02:21:49 DEBUG : potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb4966_d20260825_m021355_c001_v7007000_t0000_u01787624035555") 2026/08/25 02:21:49 DEBUG : potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83d3f_d20260825_m021354_c001_v0001181_t0022_u01787624034451") 2026/08/25 02:21:49 DEBUG : potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb4961_d20260825_m021352_c001_v7007000_t0000_u01787624032968") 2026/08/25 02:21:49 DEBUG : potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83d25_d20260825_m021352_c001_v0001181_t0022_u01787624032237") 2026/08/25 02:21:49 DEBUG : potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb4959_d20260825_m021351_c001_v7007000_t0000_u01787624031111") 2026/08/25 02:21:49 DEBUG : potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83d17_d20260825_m021350_c001_v0001181_t0022_u01787624030313") 2026/08/25 02:21:49 DEBUG : potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f421d622144a90aca_d20260825_m021344_c001_v7007000_t0000_u01787624024756") 2026/08/25 02:21:49 DEBUG : potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83ced_d20260825_m021343_c001_v0001181_t0022_u01787624023810") 2026/08/25 02:21:49 DEBUG : potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f421d622144a90ac8_d20260825_m021343_c001_v7007000_t0000_u01787624023439") 2026/08/25 02:21:49 DEBUG : potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83ce3_d20260825_m021342_c001_v0001181_t0022_u01787624022345") 2026/08/25 02:21:49 DEBUG : potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f421d622144a90ac0_d20260825_m021341_c001_v7007000_t0000_u01787624021981") 2026/08/25 02:21:49 DEBUG : potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83cdd_d20260825_m021341_c001_v0001181_t0022_u01787624021435") 2026/08/25 02:21:49 DEBUG : potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83cdb_d20260825_m021340_c001_v0001181_t0022_u01787624020876") 2026/08/25 02:21:49 DEBUG : potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f421d622144a90abd_d20260825_m021340_c001_v7007000_t0000_u01787624020514") 2026/08/25 02:21:49 DEBUG : potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83cd5_d20260825_m021339_c001_v0001181_t0022_u01787624019970") 2026/08/25 02:21:49 DEBUG : potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f83cd1_d20260825_m021339_c001_v0001181_t0011_u01787624019388") 2026/08/25 02:21:50 DEBUG : potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f421d622144a90ab9_d20260825_m021339_c001_v7007000_t0000_u01787624019025") 2026/08/25 02:21:50 DEBUG : potato: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f83cc7_d20260825_m021338_c001_v0001181_t0055_u01787624018270") 2026/08/25 02:21:50 DEBUG : potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f426a09e1b736ff5a_d20260825_m021453_c001_v7007000_t0000_u01787624093540") 2026/08/25 02:21:50 DEBUG : potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f83ec1_d20260825_m021452_c001_v0001181_t0054_u01787624092951") 2026/08/25 02:21:50 DEBUG : potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f426a09e1b736ff25_d20260825_m021445_c001_v7007000_t0000_u01787624085061") 2026/08/25 02:21:50 DEBUG : potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f115cdc5908445357_d20260825_m021439_c001_v0001102_t0001_u01787624079553") 2026/08/25 02:21:50 DEBUG : potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f426a09e1b736fefd_d20260825_m021432_c001_v7007000_t0000_u01787624072254") 2026/08/25 02:21:50 DEBUG : potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f83e23_d20260825_m021428_c001_v0001181_t0026_u01787624068383") 2026/08/25 02:21:50 DEBUG : potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f426a09e1b736fed7_d20260825_m021421_c001_v7007000_t0000_u01787624061037") 2026/08/25 02:21:50 DEBUG : potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f115cdc5908445275_d20260825_m021416_c001_v0001102_t0047_u01787624056933") 2026/08/25 02:21:50 DEBUG : potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb4974_d20260825_m021359_c001_v7007000_t0000_u01787624039242") 2026/08/25 02:21:50 DEBUG : potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f83d53_d20260825_m021358_c001_v0001181_t0046_u01787624038044") 2026/08/25 02:21:50 DEBUG : potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb4970_d20260825_m021357_c001_v7007000_t0000_u01787624037682") 2026/08/25 02:21:50 DEBUG : potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f83d49_d20260825_m021356_c001_v0001181_t0020_u01787624036192") 2026/08/25 02:21:50 DEBUG : potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb4968_d20260825_m021355_c001_v7007000_t0000_u01787624035735") 2026/08/25 02:21:50 DEBUG : potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83d47_d20260825_m021355_c001_v0001181_t0022_u01787624035003") 2026/08/25 02:21:50 DEBUG : potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb4964_d20260825_m021354_c001_v7007000_t0000_u01787624034090") 2026/08/25 02:21:50 DEBUG : potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f83d35_d20260825_m021353_c001_v0001181_t0044_u01787624033331") 2026/08/25 02:21:50 DEBUG : potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb495e_d20260825_m021351_c001_v7007000_t0000_u01787624031871") 2026/08/25 02:21:50 DEBUG : potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f83d1f_d20260825_m021351_c001_v0001181_t0052_u01787624031122") 2026/08/25 02:21:50 DEBUG : potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f421d622144a90ace_d20260825_m021345_c001_v7007000_t0000_u01787624025484") 2026/08/25 02:21:50 DEBUG : potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f83cf3_d20260825_m021344_c001_v0001181_t0032_u01787624024544") 2026/08/25 02:21:51 DEBUG : potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abdcf07_d20260825_m021252_c001_v7007000_t0000_u01787623972163") 2026/08/25 02:21:51 DEBUG : potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83bb5_d20260825_m021251_c001_v0001181_t0022_u01787623971622") 2026/08/25 02:21:51 DEBUG : potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abdc731_d20260825_m021250_c001_v7007000_t0000_u01787623970719") 2026/08/25 02:21:51 DEBUG : potato2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83ba9_d20260825_m021250_c001_v0001181_t0022_u01787623970179") 2026/08/25 02:21:51 DEBUG : potato3: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f426a09e1b736ff26_d20260825_m021445_c001_v7007000_t0000_u01787624085571") 2026/08/25 02:21:51 DEBUG : potato3: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f115cdc590844536d_d20260825_m021441_c001_v0001102_t0044_u01787624081452") 2026/08/25 02:21:51 DEBUG : potato3: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f426a09e1b736feff_d20260825_m021432_c001_v7007000_t0000_u01787624072723") 2026/08/25 02:21:51 DEBUG : potato3: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f83e25_d20260825_m021429_c001_v0001181_t0002_u01787624069131") 2026/08/25 02:21:51 DEBUG : potato3: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f426a09e1b736fed9_d20260825_m021421_c001_v7007000_t0000_u01787624061306") 2026/08/25 02:21:51 DEBUG : potato3: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f115cdc590844527b_d20260825_m021417_c001_v0001102_t0033_u01787624057473") 2026/08/25 02:21:51 DEBUG : pre-dest1/1: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb4b11_d20260825_m021528_c001_v7007000_t0000_u01787624128509") 2026/08/25 02:21:51 DEBUG : pre-dest1/1: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445527_d20260825_m021520_c001_v0001102_t0032_u01787624120766") 2026/08/25 02:21:51 DEBUG : pre-dest2/2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb4b12_d20260825_m021528_c001_v7007000_t0000_u01787624128690") 2026/08/25 02:21:51 DEBUG : pre-dest2/2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83f8f_d20260825_m021521_c001_v0001181_t0022_u01787624121327") 2026/08/25 02:21:51 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f425a8c9b546f1e35_d20260825_m021506_c001_v7007000_t0000_u01787624106741") 2026/08/25 02:21:51 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f115cdc5908445459_d20260825_m021502_c001_v0001102_t0039_u01787624102385") 2026/08/25 02:21:51 DEBUG : sizeonly: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d62d9_d20260825_m021325_c001_v7007000_t0000_u01787624005484") 2026/08/25 02:21:51 DEBUG : sizeonly: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83c6b_d20260825_m021324_c001_v0001181_t0022_u01787624004530") 2026/08/25 02:21:51 DEBUG : splitbanan: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d68b2_d20260825_m021925_c001_v7007000_t0000_u01787624365769") 2026/08/25 02:21:51 DEBUG : splitbanan: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f022c_d20260825_m021918_c001_v0001033_t0003_u01787624358769") 2026/08/25 02:21:51 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be4743_d20260825_m022028_c001_v7007000_t0000_u01787624428963") 2026/08/25 02:21:51 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f03fe_d20260825_m022022_c001_v0001033_t0003_u01787624422229") 2026/08/25 02:21:52 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415ca0287409e4a9_d20260825_m022016_c001_v7007000_t0000_u01787624416312") 2026/08/25 02:21:52 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f03a4_d20260825_m022009_c001_v0001033_t0003_u01787624409506") 2026/08/25 02:21:52 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f413c9e888c0c9ee3_d20260825_m022003_c001_v7007000_t0000_u01787624403474") 2026/08/25 02:21:52 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f0326_d20260825_m021956_c001_v0001033_t0003_u01787624396609") 2026/08/25 02:21:52 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07bde_d20260825_m021950_c001_v7007000_t0000_u01787624390786") 2026/08/25 02:21:52 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f02dc_d20260825_m021944_c001_v0001033_t0003_u01787624384381") 2026/08/25 02:21:52 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f417f207afff07ba3_d20260825_m021938_c001_v7007000_t0000_u01787624378546") 2026/08/25 02:21:52 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f027a_d20260825_m021931_c001_v0001033_t0003_u01787624371702") 2026/08/25 02:21:52 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c0918728_d20260825_m021920_c001_v7007000_t0000_u01787624360014") 2026/08/25 02:21:52 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84643_d20260825_m021917_c001_v0001181_t0022_u01787624357776") 2026/08/25 02:21:52 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb5fa6_d20260825_m021911_c001_v7007000_t0000_u01787624351838") 2026/08/25 02:21:52 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69f2d_d20260825_m021905_c001_v0001146_t0022_u01787624345476") 2026/08/25 02:21:52 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4278cc7fe326b08c_d20260825_m021904_c001_v7007000_t0000_u01787624344325") 2026/08/25 02:21:52 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f845c7_d20260825_m021900_c001_v0001181_t0022_u01787624340733") 2026/08/25 02:21:52 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f424930067af023a3_d20260825_m021854_c001_v7007000_t0000_u01787624334861") 2026/08/25 02:21:52 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f0140_d20260825_m021848_c001_v0001033_t0003_u01787624328372") 2026/08/25 02:21:52 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4039066687ada27f_d20260825_m021846_c001_v7007000_t0000_u01787624326875") 2026/08/25 02:21:52 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445d5f_d20260825_m021843_c001_v0001102_t0032_u01787624323883") 2026/08/25 02:21:52 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4039066687ada26d_d20260825_m021832_c001_v7007000_t0000_u01787624312353") 2026/08/25 02:21:53 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205c75_d20260825_m021828_c001_v0001092_t0024_u01787624308005") 2026/08/25 02:21:53 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114a9be4de003b0_d20260825_m021822_c001_v7007000_t0000_u01787624302175") 2026/08/25 02:21:53 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205c47_d20260825_m021815_c001_v0001092_t0024_u01787624295350") 2026/08/25 02:21:53 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186e0_d20260825_m021809_c001_v7007000_t0000_u01787624289462") 2026/08/25 02:21:53 DEBUG : splitbananasplit: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205c15_d20260825_m021803_c001_v0001092_t0024_u01787624283228") 2026/08/25 02:21:53 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4225634d9f630a63_d20260825_m021906_c001_v7007000_t0000_u01787624346440") 2026/08/25 02:21:53 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f845cd_d20260825_m021901_c001_v0001181_t0022_u01787624341730") 2026/08/25 02:21:53 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186b9_d20260825_m021758_c001_v7007000_t0000_u01787624278379") 2026/08/25 02:21:53 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445b99_d20260825_m021755_c001_v0001102_t0032_u01787624275646") 2026/08/25 02:21:53 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a547b_d20260825_m021754_c001_v7007000_t0000_u01787624274543") 2026/08/25 02:21:53 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4005393ec9d69d1f_d20260825_m021752_c001_v0001146_t0022_u01787624272108") 2026/08/25 02:21:53 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f426a09e1b736feb4_d20260825_m021414_c001_v7007000_t0000_u01787624054273") 2026/08/25 02:21:53 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445259_d20260825_m021413_c001_v0001102_t0032_u01787624053541") 2026/08/25 02:21:53 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb4995_d20260825_m021412_c001_v7007000_t0000_u01787624052995") 2026/08/25 02:21:53 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83dbb_d20260825_m021412_c001_v0001181_t0022_u01787624052270") 2026/08/25 02:21:53 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d62c0_d20260825_m021322_c001_v7007000_t0000_u01787624002552") 2026/08/25 02:21:53 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83c5b_d20260825_m021321_c001_v0001181_t0022_u01787624001067") 2026/08/25 02:21:53 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d62b5_d20260825_m021320_c001_v7007000_t0000_u01787624000709") 2026/08/25 02:21:53 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83c57_d20260825_m021319_c001_v0001181_t0022_u01787623999636") 2026/08/25 02:21:53 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d62a9_d20260825_m021317_c001_v7007000_t0000_u01787623997621") 2026/08/25 02:21:53 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83c45_d20260825_m021316_c001_v0001181_t0022_u01787623996682") 2026/08/25 02:21:53 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d62a3_d20260825_m021316_c001_v7007000_t0000_u01787623996146") 2026/08/25 02:21:54 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83c3b_d20260825_m021315_c001_v0001181_t0022_u01787623995188") 2026/08/25 02:21:54 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83c2d_d20260825_m021312_c001_v0001181_t0022_u01787623992720") 2026/08/25 02:21:54 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d6298_d20260825_m021312_c001_v7007000_t0000_u01787623992361") 2026/08/25 02:21:54 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83c29_d20260825_m021311_c001_v0001181_t0022_u01787623991824") 2026/08/25 02:21:54 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83c25_d20260825_m021311_c001_v0001181_t0022_u01787623991105") 2026/08/25 02:21:54 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4192968a8c2d6288_d20260825_m021310_c001_v7007000_t0000_u01787623990745") 2026/08/25 02:21:54 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83c19_d20260825_m021308_c001_v0001181_t0022_u01787623988221") 2026/08/25 02:21:54 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83c0d_d20260825_m021305_c001_v0001181_t0022_u01787623985819") 2026/08/25 02:21:54 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abe09c7_d20260825_m021305_c001_v7007000_t0000_u01787623985458") 2026/08/25 02:21:54 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83bff_d20260825_m021304_c001_v0001181_t0022_u01787623984725") 2026/08/25 02:21:54 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83bfb_d20260825_m021304_c001_v0001181_t0022_u01787623984004") 2026/08/25 02:21:54 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abe01f3_d20260825_m021303_c001_v7007000_t0000_u01787623983645") 2026/08/25 02:21:54 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83be9_d20260825_m021300_c001_v0001181_t0022_u01787623980055") 2026/08/25 02:21:54 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abdee60_d20260825_m021259_c001_v7007000_t0000_u01787623979694") 2026/08/25 02:21:54 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83be3_d20260825_m021259_c001_v0001181_t0022_u01787623979155") 2026/08/25 02:21:54 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abde689_d20260825_m021258_c001_v7007000_t0000_u01787623978215") 2026/08/25 02:21:54 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83bdd_d20260825_m021257_c001_v0001181_t0022_u01787623977676") 2026/08/25 02:21:54 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abde29f_d20260825_m021257_c001_v7007000_t0000_u01787623977138") 2026/08/25 02:21:54 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83bd5_d20260825_m021256_c001_v0001181_t0022_u01787623976591") 2026/08/25 02:21:54 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abddeb3_d20260825_m021255_c001_v7007000_t0000_u01787623975647") 2026/08/25 02:21:54 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83bcb_d20260825_m021254_c001_v0001181_t0022_u01787623974929") 2026/08/25 02:21:55 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abdd6dc_d20260825_m021254_c001_v7007000_t0000_u01787623974392") 2026/08/25 02:21:55 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83bc3_d20260825_m021253_c001_v0001181_t0022_u01787623973854") 2026/08/25 02:21:55 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abdd2f3_d20260825_m021253_c001_v7007000_t0000_u01787623973240") 2026/08/25 02:21:55 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83bbf_d20260825_m021252_c001_v0001181_t0022_u01787623972702") 2026/08/25 02:21:55 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abdbb70_d20260825_m021248_c001_v7007000_t0000_u01787623968481") 2026/08/25 02:21:55 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83b85_d20260825_m021247_c001_v0001181_t0022_u01787623967934") 2026/08/25 02:21:55 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abdb786_d20260825_m021247_c001_v7007000_t0000_u01787623967396") 2026/08/25 02:21:55 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83b79_d20260825_m021246_c001_v0001181_t0022_u01787623966857") 2026/08/25 02:21:55 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abdafb1_d20260825_m021245_c001_v7007000_t0000_u01787623965887") 2026/08/25 02:21:55 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83b6d_d20260825_m021245_c001_v0001181_t0022_u01787623965293") 2026/08/25 02:21:55 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4171cfbc6abda3f0_d20260825_m021243_c001_v7007000_t0000_u01787623963148") 2026/08/25 02:21:55 DEBUG : sub dir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83b61_d20260825_m021242_c001_v0001181_t0022_u01787623962607") 2026/08/25 02:21:55 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186bb_d20260825_m021758_c001_v7007000_t0000_u01787624278565") 2026/08/25 02:21:55 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f11836d7daf205bf9_d20260825_m021755_c001_v0001092_t0040_u01787624275648") 2026/08/25 02:21:55 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f40174204de0a547c_d20260825_m021754_c001_v7007000_t0000_u01787624274721") 2026/08/25 02:21:55 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f843b4_d20260825_m021752_c001_v0001181_t0051_u01787624272123") 2026/08/25 02:21:55 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be4744_d20260825_m022031_c001_v7007000_t0000_u01787624431307") 2026/08/25 02:21:55 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1005393ec9d6a15f_d20260825_m022030_c001_v0001146_t0025_u01787624430303") 2026/08/25 02:21:56 DEBUG : sub/yam: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb4991_d20260825_m021410_c001_v7007000_t0000_u01787624050493") 2026/08/25 02:21:56 DEBUG : sub/yam: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83da1_d20260825_m021409_c001_v0001181_t0022_u01787624049277") 2026/08/25 02:21:56 DEBUG : test_dir1/file2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186ad_d20260825_m021751_c001_v7007000_t0000_u01787624271349") 2026/08/25 02:21:56 DEBUG : test_dir1/file2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445b5d_d20260825_m021749_c001_v0001102_t0032_u01787624269711") 2026/08/25 02:21:56 DEBUG : test_dir1/file2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186a4_d20260825_m021748_c001_v7007000_t0000_u01787624268932") 2026/08/25 02:21:56 DEBUG : test_dir1/file2: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc5908445b41_d20260825_m021747_c001_v0001102_t0032_u01787624267425") 2026/08/25 02:21:56 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186af_d20260825_m021751_c001_v7007000_t0000_u01787624271530") 2026/08/25 02:21:56 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f843aa_d20260825_m021749_c001_v0001181_t0022_u01787624269699") 2026/08/25 02:21:56 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4189d3b2c09186a6_d20260825_m021749_c001_v7007000_t0000_u01787624269113") 2026/08/25 02:21:56 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f843a2_d20260825_m021747_c001_v0001181_t0022_u01787624267417") 2026/08/25 02:21:56 DEBUG : three: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb497d_d20260825_m021403_c001_v7007000_t0000_u01787624043810") 2026/08/25 02:21:56 DEBUG : three: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83d7f_d20260825_m021402_c001_v0001181_t0022_u01787624042717") 2026/08/25 02:21:56 DEBUG : three: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83d71_d20260825_m021400_c001_v0001181_t0022_u01787624040708") 2026/08/25 02:21:56 DEBUG : tictactoe/tictactoe: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be4745_d20260825_m022032_c001_v7007000_t0000_u01787624432851") 2026/08/25 02:21:56 DEBUG : tictactoe/tictactoe: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f8488f_d20260825_m022032_c001_v0001181_t0022_u01787624432266") 2026/08/25 02:21:56 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be4756_d20260825_m022051_c001_v7007000_t0000_u01787624451864") 2026/08/25 02:21:56 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f11836d7daf205e8f_d20260825_m022050_c001_v0001092_t0039_u01787624450110") 2026/08/25 02:21:56 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be4752_d20260825_m022048_c001_v7007000_t0000_u01787624448567") 2026/08/25 02:21:56 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f8490d_d20260825_m022047_c001_v0001181_t0052_u01787624447144") 2026/08/25 02:21:56 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be4750_d20260825_m022046_c001_v7007000_t0000_u01787624446190") 2026/08/25 02:21:56 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1005393ec9d6a1d5_d20260825_m022045_c001_v0001146_t0055_u01787624445028") 2026/08/25 02:21:56 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be474d_d20260825_m022039_c001_v7007000_t0000_u01787624439960") 2026/08/25 02:21:56 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1069bc9a95f848c9_d20260825_m022038_c001_v0001181_t0043_u01787624438633") 2026/08/25 02:21:57 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be474e_d20260825_m022042_c001_v7007000_t0000_u01787624442534") 2026/08/25 02:21:57 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f11836d7daf205e79_d20260825_m022040_c001_v0001092_t0012_u01787624440919") 2026/08/25 02:21:57 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be474c_d20260825_m022037_c001_v7007000_t0000_u01787624437676") 2026/08/25 02:21:57 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f1005393ec9d6a195_d20260825_m022036_c001_v0001146_t0051_u01787624436936") 2026/08/25 02:21:57 DEBUG : toe/toe/tictactoe: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be474b_d20260825_m022035_c001_v7007000_t0000_u01787624435994") 2026/08/25 02:21:57 DEBUG : toe/toe/tictactoe: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f0442_d20260825_m022035_c001_v0001033_t0003_u01787624435360") 2026/08/25 02:21:57 DEBUG : toe/toe/tictactoe: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be4748_d20260825_m022034_c001_v7007000_t0000_u01787624434407") 2026/08/25 02:21:57 DEBUG : toe/toe/tictactoe: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41836d7daf205e5d_d20260825_m022033_c001_v0001092_t0024_u01787624433814") 2026/08/25 02:21:57 DEBUG : toe/toe/toe: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4039066687ada448_d20260825_m022056_c001_v7007000_t0000_u01787624456780") 2026/08/25 02:21:57 DEBUG : toe/toe/toe: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f84955_d20260825_m022056_c001_v0001181_t0022_u01787624456183") 2026/08/25 02:21:57 DEBUG : toe/toe/toe: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be474f_d20260825_m022044_c001_v7007000_t0000_u01787624444079") 2026/08/25 02:21:57 DEBUG : toe/toe/toe: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f046a_d20260825_m022043_c001_v0001033_t0003_u01787624443478") 2026/08/25 02:21:57 DEBUG : toe/toe/toe.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be4757_d20260825_m022052_c001_v7007000_t0000_u01787624452451") 2026/08/25 02:21:57 DEBUG : toe/toe/toe.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4130ddb8fc5f049a_d20260825_m022051_c001_v0001033_t0003_u01787624451682") 2026/08/25 02:21:57 DEBUG : toe/toe/toe.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415f682205be4753_d20260825_m022049_c001_v7007000_t0000_u01787624449163") 2026/08/25 02:21:57 DEBUG : toe/toe/toe.txt: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f41987d14f4d1ba13_d20260825_m022048_c001_v0001183_t0001_u01787624448382") 2026/08/25 02:21:57 DEBUG : two: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb497f_d20260825_m021403_c001_v7007000_t0000_u01787624043990") 2026/08/25 02:21:57 DEBUG : two: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc59084451eb_d20260825_m021402_c001_v0001102_t0032_u01787624042161") 2026/08/25 02:21:57 DEBUG : two: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4069bc9a95f83d6f_d20260825_m021400_c001_v0001181_t0022_u01787624040525") 2026/08/25 02:21:57 DEBUG : yam: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb4993_d20260825_m021411_c001_v7007000_t0000_u01787624051214") 2026/08/25 02:21:57 DEBUG : yam: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f414169e129c8186b_d20260825_m021410_c001_v0001183_t0001_u01787624050309") 2026/08/25 02:21:58 DEBUG : yam: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb498c_d20260825_m021408_c001_v7007000_t0000_u01787624048006") 2026/08/25 02:21:58 DEBUG : yam: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4053b39b6f4f50b1_d20260825_m021407_c001_v0001150_t0034_u01787624047088") 2026/08/25 02:21:58 DEBUG : yam: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb4985_d20260825_m021405_c001_v7007000_t0000_u01787624045818") 2026/08/25 02:21:58 DEBUG : yam: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f415cdc59084451fb_d20260825_m021404_c001_v0001102_t0032_u01787624044541") 2026/08/25 02:21:58 DEBUG : yaml: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb498f_d20260825_m021408_c001_v7007000_t0000_u01787624048725") 2026/08/25 02:21:58 DEBUG : yaml: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4157122128773081_d20260825_m021407_c001_v0001039_t0006_u01787624047824") 2026/08/25 02:21:58 DEBUG : yaml: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4144a919a4bb4988_d20260825_m021406_c001_v7007000_t0000_u01787624046538") 2026/08/25 02:21:58 DEBUG : yaml: Deleting (id "4_zcfb2fd03b00d3b6baf080e1b_f4114fb717b486cb8_d20260825_m021405_c001_v0001042_t0043_u01787624045635") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Finished OK in 9m19.779397975s (try 1/5)